From e64c8c3b7c7c1a6d25d153a7bcdccdbdb13fb959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 01:42:01 +0000 Subject: [PATCH] build(deps): bump xml2js from 0.4.23 to 0.5.0 in /vc-actions-lib 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] --- vc-actions-lib/package-lock.json | 6 +++--- vc-actions-lib/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vc-actions-lib/package-lock.json b/vc-actions-lib/package-lock.json index 780d1665f..41c06e689 100644 --- a/vc-actions-lib/package-lock.json +++ b/vc-actions-lib/package-lock.json @@ -160,9 +160,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "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==", "requires": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/vc-actions-lib/package.json b/vc-actions-lib/package.json index 7d1475bf3..3a80aaa08 100644 --- a/vc-actions-lib/package.json +++ b/vc-actions-lib/package.json @@ -13,6 +13,6 @@ "@octokit/request": "^5.4.7", "glob": "^7.1.6", "https": "^1.0.0", - "xml2js": "^0.4.23" + "xml2js": "^0.5.0" } }