diff --git a/package-lock.json b/package-lock.json index d14f4ee..dd3f57d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "neon-cli": "^0.8.1", + "neon-cli": "^0.8.2", "node-pre-gyp": "^0.17.0", "node-pre-gyp-github": "^1.4.3" }, @@ -5327,9 +5327,9 @@ "license": "MIT" }, "node_modules/neon-cli": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/neon-cli/-/neon-cli-0.8.1.tgz", - "integrity": "sha512-Zd6azCP05DwwwevLU3oSuuTbFAYULius4ehbulTiBxl/jAGwZ5GYGv/cM5ekNX00crqr5Qt9c4uFpOnbhgIgRQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/neon-cli/-/neon-cli-0.8.2.tgz", + "integrity": "sha512-vYRBmiLiwPVeBvR9huCFXRAtdLYfsoSG3hgsXrcuyMSXk7yqpnZlgvOGGuxfhrRb/iNfcd0M0cEs0j22mDgZ+A==", "dependencies": { "chalk": "^4.1.0", "command-line-args": "^5.1.1", @@ -11558,9 +11558,9 @@ "version": "2.6.1" }, "neon-cli": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/neon-cli/-/neon-cli-0.8.1.tgz", - "integrity": "sha512-Zd6azCP05DwwwevLU3oSuuTbFAYULius4ehbulTiBxl/jAGwZ5GYGv/cM5ekNX00crqr5Qt9c4uFpOnbhgIgRQ==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/neon-cli/-/neon-cli-0.8.2.tgz", + "integrity": "sha512-vYRBmiLiwPVeBvR9huCFXRAtdLYfsoSG3hgsXrcuyMSXk7yqpnZlgvOGGuxfhrRb/iNfcd0M0cEs0j22mDgZ+A==", "requires": { "chalk": "^4.1.0", "command-line-args": "^5.1.1", diff --git a/package.json b/package.json index 3bac081..f9db4a8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "license": "MIT", "dependencies": { - "neon-cli": "^0.8.1", + "neon-cli": "^0.8.2", "node-pre-gyp": "^0.17.0", "node-pre-gyp-github": "^1.4.3" },