diff --git a/utils/webpack/package-lock.json b/utils/webpack/package-lock.json index f9cd52b7..bf38b644 100644 --- a/utils/webpack/package-lock.json +++ b/utils/webpack/package-lock.json @@ -7,7 +7,7 @@ "dependencies": { "@cfworker/json-schema": "^1.12.5", "flexsearch": "^0.7.31", - "lodash": "^4.17.23" + "lodash": "^4.18.1" }, "devDependencies": { "bootstrap": "^5.3.3", @@ -940,9 +940,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/merge-stream": { diff --git a/utils/webpack/package.json b/utils/webpack/package.json index 57767e59..0a690370 100644 --- a/utils/webpack/package.json +++ b/utils/webpack/package.json @@ -16,6 +16,6 @@ "dependencies": { "@cfworker/json-schema": "^1.12.5", "flexsearch": "^0.7.31", - "lodash": "^4.17.23" + "lodash": "^4.18.1" } }