From f5a99997163dc1b864e8e6bebedc222b9c7555f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:08:20 +0000 Subject: [PATCH] Bump js-yaml from 4.3.0 to 4.3.1 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:development ... 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 ce2f23e..9777334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", - "js-yaml": "^4.3.0", + "js-yaml": "^4.3.1", "prettier": "^3.9.6", "ts-jest": "^29.4.12", "typescript": "^5.4.0" @@ -5905,9 +5905,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", - "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index d33059c..43ec751 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^5.5.6", "jest": "^30.4.2", - "js-yaml": "^4.3.0", + "js-yaml": "^4.3.1", "prettier": "^3.9.6", "ts-jest": "^29.4.12", "typescript": "^5.4.0"