diff --git a/package-lock.json b/package-lock.json index 6457108..0264156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "fast-xml-parser": "5.5.7", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "micromatch": "^4.0.8", "moment": "^2.29.4", "semver": "^7.5.2", @@ -11509,9 +11509,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash.includes": { @@ -16791,7 +16791,7 @@ "dependencies": { "adm-zip": "^0.5.4", "fs-extra": "~9.1.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "protobufjs": "^6.11.4", "vscode-languageserver": "^6.1.1", "vscode-languageserver-textdocument": "^1.0.1", diff --git a/package.json b/package.json index 375c70d..4e8487e 100644 --- a/package.json +++ b/package.json @@ -594,7 +594,7 @@ "fast-xml-parser": "5.5.7", "fs-extra": "~9.1.0", "jsonc-parser": "^3.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "micromatch": "^4.0.8", "moment": "^2.29.4", "semver": "^7.5.2", diff --git a/packages/node/vro-language-server/package.json b/packages/node/vro-language-server/package.json index 36ae50d..f123037 100644 --- a/packages/node/vro-language-server/package.json +++ b/packages/node/vro-language-server/package.json @@ -27,7 +27,7 @@ "dependencies": { "adm-zip": "^0.5.4", "fs-extra": "~9.1.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "protobufjs": "^6.11.4", "vscode-languageserver": "^6.1.1", "vscode-languageserver-textdocument": "^1.0.1",