From 64ebe6806f41583bb5acf3bc5a060d73d6558201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 07:57:13 +0000 Subject: [PATCH] Bump lodash-es from 4.17.21 to 4.17.23 in /hooks/notification/hook Bumps [lodash-es](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-es dependency-version: 4.17.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hooks/notification/hook/package-lock.json | 15 +++++++-------- hooks/notification/hook/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/hooks/notification/hook/package-lock.json b/hooks/notification/hook/package-lock.json index f41944635..fa0910bd8 100644 --- a/hooks/notification/hook/package-lock.json +++ b/hooks/notification/hook/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/js-yaml": "^4.0.2", "js-yaml": "^4.1.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "nodemailer": "^7.0.11", "nunjucks": "^3.2.4" }, @@ -1614,10 +1614,9 @@ } }, "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "license": "MIT" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "node_modules/math-intrinsics": { "version": "1.1.0", @@ -3035,9 +3034,9 @@ } }, "lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.23.tgz", + "integrity": "sha512-kVI48u3PZr38HdYz98UmfPnXl2DXrpdctLrFLCd3kOx1xUkOmpFPx7gCWWM5MPkL/fD8zb+Ph0QzjGFs4+hHWg==" }, "math-intrinsics": { "version": "1.1.0", diff --git a/hooks/notification/hook/package.json b/hooks/notification/hook/package.json index ff8998029..2238ef2cc 100644 --- a/hooks/notification/hook/package.json +++ b/hooks/notification/hook/package.json @@ -36,7 +36,7 @@ "dependencies": { "@types/js-yaml": "^4.0.2", "js-yaml": "^4.1.1", - "lodash-es": "^4.17.21", + "lodash-es": "^4.17.23", "nodemailer": "^7.0.11", "nunjucks": "^3.2.4" }