From f8b3891a0c4077adf4d62d111eacfbc1376462bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 14:25:12 -0400 Subject: [PATCH] build(deps): bump xml2js from 0.6.0 to 0.6.2 (#14789) Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.6.0 to 0.6.2. - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.6.0...0.6.2) --- updated-dependencies: - dependency-name: xml2js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 380e1a7e68..25b6f48762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16273,9 +16273,9 @@ } }, "xml2js": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz", - "integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "requires": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/package.json b/package.json index e39a485294..153d5ffc72 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "vinyl-buffer": "^1.0.1", "winston": "^3.9.0", "winston-loggly-bulk": "^3.2.1", - "xml2js": "^0.6.0" + "xml2js": "^0.6.2" }, "private": true, "engines": {