From bb7dc966866f81be84fc83efdb4cf48f4aa86229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 22:30:04 +0000 Subject: [PATCH] Bump xml2js from 0.4.23 to 0.5.0 Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.5.0. - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases) - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) --- updated-dependencies: - dependency-name: xml2js dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bb2704a..f1822f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jssm", - "version": "5.88.3", + "version": "5.88.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jssm", - "version": "5.88.3", + "version": "5.88.4", "license": "MIT", "dependencies": { "better_git_changelog": "^1.6.1", @@ -45,7 +45,7 @@ "typedoc": "^0.22.18", "typedoc-plugin-missing-exports": "^0.23.0", "typescript": "^4.7.4", - "xml2js": "^0.4.23" + "xml2js": "^0.5.0" }, "engines": { "node": ">=10.0.0" @@ -7997,9 +7997,9 @@ "dev": true }, "node_modules/xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", "dev": true, "dependencies": { "sax": ">=0.6.0", @@ -14114,9 +14114,9 @@ "dev": true }, "xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", "dev": true, "requires": { "sax": ">=0.6.0", diff --git a/package.json b/package.json index 74afa191..551a840a 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "typedoc": "^0.22.18", "typedoc-plugin-missing-exports": "^0.23.0", "typescript": "^4.7.4", - "xml2js": "^0.4.23" + "xml2js": "^0.5.0" }, "dependencies": { "reduce-to-639-1": "^1.1.0",