diff --git a/package-lock.json b/package-lock.json index be46f602..83edb3e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "jest-config": "^27.5.1", "jest-html-reporter": "^3.5.0", "jest-junit": "^16.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "prettier": "^3.8.1", "pretty-quick": "^4.2.2", "rimraf": "^6.1.3", @@ -16313,9 +16313,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==", "dev": true }, "node_modules/lodash-es": { @@ -35609,9 +35609,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==", "dev": true }, "lodash-es": { diff --git a/package.json b/package.json index 3496bb10..00176faa 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "jest-config": "^27.5.1", "jest-html-reporter": "^3.5.0", "jest-junit": "^16.0.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "prettier": "^3.8.1", "pretty-quick": "^4.2.2", "rimraf": "^6.1.3",