diff --git a/package-lock.json b/package-lock.json index 5d1b2015..6cee4a4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2133,9 +2133,9 @@ "dev": true }, "nan": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.13.2.tgz", - "integrity": "sha512-TghvYc72wlMGMVMluVo9WRJc0mB8KxxF/gZ4YYFy7V2ZQX9l7rgbPg7vjS9mt6U5HXODVFVI2bOduCzwOMv/lw==" + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz", + "integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==" }, "napi-build-utils": { "version": "1.0.1", diff --git a/package.json b/package.json index dfd3a6a6..6e28d950 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prebuild": "^8.2.1" }, "dependencies": { - "nan": "2.13.2", + "nan": "2.14.0", "prebuild-install": "5.3.0" } }