diff --git a/webclient/package-lock.json b/webclient/package-lock.json index 6b12b4ad6..a6fd384e9 100644 --- a/webclient/package-lock.json +++ b/webclient/package-lock.json @@ -20,7 +20,7 @@ "i18next-browser-languagedetector": "^7.0.0", "i18next-icu": "^2.0.3", "intl-messageformat": "^10.2.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "prop-types": "^15.8.1", "protobufjs": "^7.2.4", "react": "^18.2.0", @@ -14442,9 +14442,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.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "node_modules/lodash.debounce": { "version": "4.0.8", @@ -30699,9 +30699,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "lodash.debounce": { "version": "4.0.8", diff --git a/webclient/package.json b/webclient/package.json index a578fc9d9..9bc2324e3 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -29,7 +29,7 @@ "i18next-browser-languagedetector": "^7.0.0", "i18next-icu": "^2.0.3", "intl-messageformat": "^10.2.1", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "prop-types": "^15.8.1", "protobufjs": "^7.2.4", "react": "^18.2.0",