From 7ff478ebc384206ed79117babadb6ddb7bb38242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:02:34 +0000 Subject: [PATCH] DPDB: Bump js-yaml in /sandbox in the all-dependencies group Bumps the all-dependencies group in /sandbox with 1 update: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 5.3.0 to 5.4.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.3.0...5.4.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- sandbox/package-lock.json | 8 ++++---- sandbox/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index 47f72e5..143916a 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -10,7 +10,7 @@ "license": "Unlicense", "dependencies": { "connect": "^3.2.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "oas-tools": "^3.1.0" } }, @@ -930,9 +930,9 @@ } }, "node_modules/js-yaml": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.3.0.tgz", - "integrity": "sha512-muutsYr+e2+d3rTgUGslq5rxbBlUy3cJ61IsHag2QNDQV+7zXWjkUpmALIajhrlLlrgRUiymj6U3zUr/TMK84Q==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.4.1.tgz", + "integrity": "sha512-28R/k+NAjeuf7+CKlTxWZVExJGwVVLwY06DgEnOMz2gEpfNkDcD7QvyiVPT0xy0XXhU8vHsd4Ot42OOPdJG7dQ==", "funding": [ { "type": "github", diff --git a/sandbox/package.json b/sandbox/package.json index 487b841..d236169 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "connect": "^3.2.0", - "js-yaml": "^5.3.0", + "js-yaml": "^5.4.1", "oas-tools": "^3.1.0" } }