diff --git a/azure/package-lock.json b/azure/package-lock.json index 7ad81d105..7e6a86e36 100644 --- a/azure/package-lock.json +++ b/azure/package-lock.json @@ -12,7 +12,7 @@ "@azure/functions": "^4.7.0" }, "devDependencies": { - "lodash": ">=4.17.23", + "lodash": ">=4.18.1", "mocha": "11.7.5", "prettier": "3.8.1", "sinon": "20.0.0" @@ -529,9 +529,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, "license": "MIT" }, diff --git a/azure/package.json b/azure/package.json index d3dfc1730..98f0f7661 100644 --- a/azure/package.json +++ b/azure/package.json @@ -24,7 +24,7 @@ "@azure/functions": "^4.7.0" }, "devDependencies": { - "lodash": ">=4.17.23", + "lodash": ">=4.18.1", "mocha": "11.7.5", "prettier": "3.8.1", "sinon": "20.0.0"