diff options
author | dependabot[bot] | 2023-07-25 21:43:49 +0000 |
---|---|---|
committer | vitalyster | 2023-07-26 00:44:33 +0300 |
commit | 69e11509eaf761dfa72819e0e6095547850ac184 (patch) | |
tree | 479f2b08d6eee1bb93c3442650a50b7c588d0cd4 | |
parent | 330661c2e0ed818a9e8f3845f48752eda7e3224a (diff) |
build(deps): bump xml2js from 0.6.0 to 0.6.1
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.6.0 to 0.6.1.
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.6.0...0.6.1)
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index d56e53c0..a5421318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.17", - "xml2js": "^0.6.0" + "xml2js": "^0.6.1" }, "devDependencies": { "@babel/core": "^7.22.9", @@ -19073,9 +19073,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==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" @@ -32575,9 +32575,9 @@ "dev": true }, "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==", "requires": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/package.json b/package.json index 8dc9b6a5..e9433908 100644 --- a/package.json +++ b/package.json @@ -109,6 +109,6 @@ "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.17", - "xml2js": "^0.6.0" + "xml2js": "^0.6.1" } } |