From 672c2de53b47fce45a007890a8c71ff02d89325c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:17:30 +0000 Subject: [PATCH] chore(deps): bump js-yaml from 5.2.0 to 5.2.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.0 to 5.2.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.2.0...5.2.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad4b90fd..aafe6182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "geit": "0.0.7", "ghrequestor": "0.1.7", "htmlencode": "0.0.5", - "js-yaml": "5.2.0", + "js-yaml": "5.2.2", "linebyline": "1.3.0", "lodash": "4.18.1", "luxon": "3.7.2", @@ -7583,9 +7583,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", - "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.2.tgz", + "integrity": "sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 937155f2..8f45d5dc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "geit": "0.0.7", "ghrequestor": "0.1.7", "htmlencode": "0.0.5", - "js-yaml": "5.2.0", + "js-yaml": "5.2.2", "linebyline": "1.3.0", "lodash": "4.18.1", "luxon": "3.7.2",