diff --git a/rust-analyzer/editors/code/package-lock.json b/rust-analyzer/editors/code/package-lock.json index 4f94c2dc..9be6106c 100644 --- a/rust-analyzer/editors/code/package-lock.json +++ b/rust-analyzer/editors/code/package-lock.json @@ -1690,9 +1690,9 @@ "dev": true }, "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "normalize-path": { "version": "3.0.0", diff --git a/rust-analyzer/editors/code/package.json b/rust-analyzer/editors/code/package.json index aac4ba94..132c2451 100644 --- a/rust-analyzer/editors/code/package.json +++ b/rust-analyzer/editors/code/package.json @@ -35,7 +35,7 @@ "test": "node ./out/tests/runTests.js" }, "dependencies": { - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.1", "vscode-languageclient": "7.0.0-next.1" }, "devDependencies": {