From 01a9b8c2a898a40a4ecfe8fbd721f56579199ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:51:55 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.1.1 in /hooks/notification/hook Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hooks/notification/hook/package-lock.json | 14 +++++++------- hooks/notification/hook/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hooks/notification/hook/package-lock.json b/hooks/notification/hook/package-lock.json index a5b8cb3010..bb6bc147af 100644 --- a/hooks/notification/hook/package-lock.json +++ b/hooks/notification/hook/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/js-yaml": "^4.0.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash-es": "^4.17.21", "nodemailer": "^7.0.7", "nunjucks": "^3.2.4" @@ -1567,9 +1567,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dependencies": { "argparse": "^2.0.1" }, @@ -3004,9 +3004,9 @@ "dev": true }, "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "requires": { "argparse": "^2.0.1" } diff --git a/hooks/notification/hook/package.json b/hooks/notification/hook/package.json index b4cb44e6c9..80601ba916 100644 --- a/hooks/notification/hook/package.json +++ b/hooks/notification/hook/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@types/js-yaml": "^4.0.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "lodash-es": "^4.17.21", "nodemailer": "^7.0.7", "nunjucks": "^3.2.4"