diff --git a/guard/package-lock.json b/guard/package-lock.json index f2f98d32..47b59371 100644 --- a/guard/package-lock.json +++ b/guard/package-lock.json @@ -17,7 +17,7 @@ "eslint": "^8.57.0", "eslint-plugin-typescript-sort-keys": "^3.2.0", "jest": "^29.7.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "ts-jest": "^29.1.2", "typescript": "^5.1.3", "wasm-pack": "0.13.0" @@ -4085,11 +4085,10 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", - "dev": true, - "license": "MIT" + "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.memoize": { "version": "4.1.2", @@ -8280,9 +8279,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.memoize": { diff --git a/guard/package.json b/guard/package.json index ffdb2e27..64933acd 100644 --- a/guard/package.json +++ b/guard/package.json @@ -47,7 +47,7 @@ "eslint": "^8.57.0", "eslint-plugin-typescript-sort-keys": "^3.2.0", "jest": "^29.7.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "ts-jest": "^29.1.2", "typescript": "^5.1.3", "wasm-pack": "0.13.0"