diff --git a/client/package-lock.json b/client/package-lock.json index ddfe1a15..d2caf078 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/lodash": "^4.17.20", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-yaml-parser": "^0.0.9", "vscode-languageclient": "~9.0.1", "vscode-uri": "^3.0.8" @@ -745,9 +745,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/log-symbols": { diff --git a/client/package.json b/client/package.json index 7d8721db..8a12745e 100644 --- a/client/package.json +++ b/client/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@types/lodash": "^4.17.20", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "node-yaml-parser": "^0.0.9", "vscode-languageclient": "~9.0.1", "vscode-uri": "^3.0.8"