From 30f817e817de50e72248761bfa62c1a5cdf5e8d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:48:17 +0000 Subject: [PATCH] chore: update dependency js-yaml to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++++++++++++++++- packages/rest/package.json | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2653a553e7f..99ff2408d6e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40460,7 +40460,7 @@ "debug": "^4.4.3", "express": "^4.22.2", "http-errors": "^2.0.1", - "js-yaml": "^4.3.2", + "js-yaml": "^5.4.1", "json-schema-compare": "^0.2.2", "lodash": "^4.18.1", "on-finished": "^2.4.1", @@ -40606,6 +40606,34 @@ "undici-types": "~6.21.0" } }, + "packages/rest/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "packages/rest/node_modules/js-yaml": { + "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", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.mjs" + } + }, "packages/rest/node_modules/undici-types": { "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", diff --git a/packages/rest/package.json b/packages/rest/package.json index 275f75faf705..47051aa01b0a 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -59,7 +59,7 @@ "debug": "^4.4.3", "express": "^4.22.2", "http-errors": "^2.0.1", - "js-yaml": "^4.3.2", + "js-yaml": "^5.4.1", "json-schema-compare": "^0.2.2", "lodash": "^4.18.1", "on-finished": "^2.4.1",