From 451d8684bd9cde0d5271940e56349476fc22a54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 03:32:53 +0000 Subject: [PATCH] chore(deps-dev): Bump lodash from 4.17.23 to 4.18.1 in /guard Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- guard/package-lock.json | 17 ++++++++--------- guard/package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) 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"