From 0b16d315800d712ca0da328357548748f88ba536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 08:09:49 +0000 Subject: [PATCH] chore(deps): bump js-yaml Bumps the npm_and_yarn group with 1 update in the /scripts/docs directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `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:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- scripts/docs/package-lock.json | 8 ++++---- scripts/docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/docs/package-lock.json b/scripts/docs/package-lock.json index 3f717a413..d9000a952 100644 --- a/scripts/docs/package-lock.json +++ b/scripts/docs/package-lock.json @@ -8,7 +8,7 @@ "name": "bifrost-docs-pipeline", "version": "0.0.1", "dependencies": { - "js-yaml": "^4.3.0", + "js-yaml": "^4.3.1", "pixelmatch": "^7.1.0", "pngjs": "^7.0.0", "sharp": "^0.35.0", @@ -589,9 +589,9 @@ } }, "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==", "funding": [ { "type": "github", diff --git a/scripts/docs/package.json b/scripts/docs/package.json index 7ecb6f977..73b287e9c 100644 --- a/scripts/docs/package.json +++ b/scripts/docs/package.json @@ -5,7 +5,7 @@ "version": "0.0.1", "description": "Tooling for the gobifrost screenshot pipeline.", "dependencies": { - "js-yaml": "^4.3.0", + "js-yaml": "^4.3.1", "pixelmatch": "^7.1.0", "pngjs": "^7.0.0", "sharp": "^0.35.0",