diff --git a/fc-solve/site/wml/package-lock.json b/fc-solve/site/wml/package-lock.json index d1b30da2c..c7a2a1f87 100644 --- a/fc-solve/site/wml/package-lock.json +++ b/fc-solve/site/wml/package-lock.json @@ -31,7 +31,7 @@ "html-minifier-next": "^5.2.0", "jquery": "^4.0.0", "jquery-ui": "^1.14.2", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "minimist": "^1.2.8", "node-qunit": "^2.0.1", "npm": "^11.11.1", @@ -8149,10 +8149,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==", - "license": "MIT" + "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", @@ -19329,9 +19328,9 @@ } }, "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==" }, "lodash.debounce": { "version": "4.0.8", diff --git a/fc-solve/site/wml/package.json b/fc-solve/site/wml/package.json index ffa0cd81b..4dca4293d 100644 --- a/fc-solve/site/wml/package.json +++ b/fc-solve/site/wml/package.json @@ -30,7 +30,7 @@ "html-minifier-next": "^5.2.0", "jquery": "^4.0.0", "jquery-ui": "^1.14.2", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "minimist": "^1.2.8", "node-qunit": "^2.0.1", "npm": "^11.11.1",