From 9548cdeda998668438f1e55b7bf289eafffaa5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:57:10 +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 50bd15b1f7f8..0e2bdaf26a8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40589,7 +40589,7 @@ "debug": "^4.4.3", "express": "^4.22.2", "http-errors": "^2.0.1", - "js-yaml": "^4.3.0", + "js-yaml": "^5.2.1", "json-schema-compare": "^0.2.2", "lodash": "^4.18.1", "on-finished": "^2.4.1", @@ -40735,6 +40735,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.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "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 f6cb9eacf092..c77ae1324753 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.0", + "js-yaml": "^5.2.1", "json-schema-compare": "^0.2.2", "lodash": "^4.18.1", "on-finished": "^2.4.1",