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"