From bf19f64c3734713180a6f9f69ff2d4571d12940d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:34:47 +0000 Subject: [PATCH] chore(deps-dev): bump xml2js from 0.4.23 to 0.6.2 Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.23 to 0.6.2. - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2) --- updated-dependencies: - dependency-name: xml2js dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a397d5aa..7490663a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "vuepress-plugin-ipfs": "^1.0.2", "vuepress-plugin-robots": "^1.0.1", "vuepress-plugin-seo": "^0.2.0", - "xml2js": "^0.4.23" + "xml2js": "^0.6.2" } }, "node_modules/@ampproject/remapping": { @@ -24675,9 +24675,9 @@ } }, "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.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "dev": true, "dependencies": { "sax": ">=0.6.0", @@ -44170,9 +44170,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.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "dev": true, "requires": { "sax": ">=0.6.0", diff --git a/package.json b/package.json index 40de9549..584a956e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "vuepress-plugin-ipfs": "^1.0.2", "vuepress-plugin-robots": "^1.0.1", "vuepress-plugin-seo": "^0.2.0", - "xml2js": "^0.4.23" + "xml2js": "^0.6.2" }, "husky": { "hooks": {