From d7f774fc120ae06a458a559f1964f50eb48f15d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 13:59:54 +0000 Subject: [PATCH] Bump lodash from 4.17.21 to 4.17.23 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lambdas/metric-lambda-processor/package.json | 2 +- package-lock.json | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/lambdas/metric-lambda-processor/package.json b/lambdas/metric-lambda-processor/package.json index 35f18c72..fd346ad5 100644 --- a/lambdas/metric-lambda-processor/package.json +++ b/lambdas/metric-lambda-processor/package.json @@ -17,7 +17,7 @@ "jest-html-reporter": "^3.10.2", "jest-junit": "^14.0.1", "jest-mock-extended": "^3.0.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rimraf": "^3.0.2", "scripty": "^2.1.1", "ts-jest": "^29.3.0", diff --git a/package-lock.json b/package-lock.json index d4927c1f..4479cd33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "jest-html-reporter": "^3.10.2", "jest-junit": "^14.0.1", "jest-mock-extended": "^3.0.7", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "rimraf": "^3.0.2", "scripty": "^2.1.1", "ts-jest": "^29.3.0", @@ -463,11 +463,6 @@ "graceful-fs": "^4.1.6" } }, - "lambdas/metric-lambda-processor/node_modules/lodash": { - "version": "4.17.21", - "dev": true, - "license": "MIT" - }, "lambdas/metric-lambda-processor/node_modules/mime": { "version": "2.6.0", "dev": true, @@ -8709,6 +8704,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "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" + }, "node_modules/lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",