From 734ed06de62c4d47b0936d58340ebd6b49942775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 01:40:02 +0000 Subject: [PATCH] chore(deps): 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae68e0d8..df26a9b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "ts-jest": "^29.1.0", "twitch-m3u8": "^1.1.5", "unpipe": "^1.0.0", - "xml2js": "^0.4.23", + "xml2js": "^0.5.0", "ytdl-core": "^4.11.4", "ytdl-core-discord": "^1.3.1", "ytpl": "^2.3.0", @@ -7039,9 +7039,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.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/package.json b/package.json index 7eb3949c..a2b453ba 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "ts-jest": "^29.1.0", "twitch-m3u8": "^1.1.5", "unpipe": "^1.0.0", - "xml2js": "^0.4.23", + "xml2js": "^0.5.0", "ytdl-core": "^4.11.4", "ytdl-core-discord": "^1.3.1", "ytpl": "^2.3.0",