From 2e783bb4238ab2350a032a7ff07a1c74ea57d30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 14:34:45 +0000 Subject: [PATCH] chore(deps-dev): bump js-yaml from 4.1.0 to 4.3.1 in /dc-agents Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.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.1.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dc-agents/package-lock.json | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/dc-agents/package-lock.json b/dc-agents/package-lock.json index ef34d187ce650..062332271ad72 100644 --- a/dc-agents/package-lock.json +++ b/dc-agents/package-lock.json @@ -1088,10 +1088,20 @@ "optional": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "dependencies": { "argparse": "^2.0.1" }, @@ -2231,7 +2241,7 @@ "fastify": "^4.13.0", "mathjs": "^11.0.0", "pino-pretty": "^8.0.0", - "xml2js": "github:Leonidas-from-XIV/node-xml2js" + "xml2js": "git+ssh://git@github.com/Leonidas-from-XIV/node-xml2js.git#7bc3c5d74cf66429dfb804626f3099a17dea1691" }, "devDependencies": { "@tsconfig/node16": "^1.0.3", @@ -2877,7 +2887,7 @@ "pino-pretty": "^8.0.0", "ts-node": "^10.9.1", "typescript": "^4.7.4", - "xml2js": "github:Leonidas-from-XIV/node-xml2js" + "xml2js": "git+ssh://git@github.com/Leonidas-from-XIV/node-xml2js.git#7bc3c5d74cf66429dfb804626f3099a17dea1691" }, "dependencies": { "@babel/runtime": { @@ -4024,9 +4034,9 @@ "optional": true }, "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz", + "integrity": "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ==", "dev": true, "requires": { "argparse": "^2.0.1"