From 19e3bd81b324d1322b678616cd9260be0d83e8e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:35:47 +0000 Subject: [PATCH] Update xml2js to ^0.6.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 25f7aaa6c..02caddc2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "markdownlint-cli": "^0.35.0", "retry": "^0.13.1", "swagger-ui-dist": "^5.2.0", - "xml2js": "^0.6.0" + "xml2js": "^0.6.1" }, "engines": { "node": ">=v18.17.0" @@ -2083,9 +2083,9 @@ } }, "node_modules/xml2js": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.0.tgz", - "integrity": "sha512-eLTh0kA8uHceqesPqSE+VvO1CDDJWMwlQfB6LuN6T8w6MaDJ8Txm8P7s5cHD0miF0V+GGTZrDQfxPZQVsur33w==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.1.tgz", + "integrity": "sha512-wksiZCYEDvrdwNhv1OIp0IALJdxWF9/ykG85DRkTLjqLIkcadRZxY05dwOX+zTM9aK+7rmtbNRnf3nC7MEqcvQ==", "dev": true, "dependencies": { "sax": ">=0.6.0", diff --git a/package.json b/package.json index 775704cc1..d0c2fdd08 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "markdownlint-cli": "^0.35.0", "retry": "^0.13.1", "swagger-ui-dist": "^5.2.0", - "xml2js": "^0.6.0" + "xml2js": "^0.6.1" }, "license": "MIT", "author": "IBM Corp.",