From 5e66442ef80a9c019cf8ec8fe9e43dd8ac8efcfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:02:31 +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.1.0 to 5.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 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 a935e17..38425f5 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.1.0", + "js-yaml": "^5.2.0", "oas-tools": "^3.1.0" } }, @@ -930,9 +930,9 @@ } }, "node_modules/js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "funding": [ { "type": "github", diff --git a/sandbox/package.json b/sandbox/package.json index 67c2de9..f4663f9 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -14,7 +14,7 @@ "private": true, "dependencies": { "connect": "^3.2.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "oas-tools": "^3.1.0" } }