diff --git a/extension/package-lock.json b/extension/package-lock.json index d1d0698..b4f50b1 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -8,7 +8,7 @@ "name": "constellation-vscode", "version": "0.4.7", "dependencies": { - "got": "^11.8.3", + "got": "^11.8.5", "reconnecting-websocket": "^4.4.0", "sharedb": "^1.9.2", "ws": "^8.4.2" @@ -1015,9 +1015,9 @@ } }, "node_modules/got": { - "version": "11.8.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz", - "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "dependencies": { "@sindresorhus/is": "^4.0.0", "@szmarczak/http-timer": "^4.0.5", @@ -3447,9 +3447,9 @@ } }, "got": { - "version": "11.8.3", - "resolved": "https://registry.npmjs.org/got/-/got-11.8.3.tgz", - "integrity": "sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==", + "version": "11.8.5", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.5.tgz", + "integrity": "sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==", "requires": { "@sindresorhus/is": "^4.0.0", "@szmarczak/http-timer": "^4.0.5", diff --git a/extension/package.json b/extension/package.json index b00833f..47e6f33 100644 --- a/extension/package.json +++ b/extension/package.json @@ -81,7 +81,7 @@ "vsce": "^2.6.3" }, "dependencies": { - "got": "^11.8.3", + "got": "^11.8.5", "reconnecting-websocket": "^4.4.0", "sharedb": "^1.9.2", "ws": "^8.4.2"