diff options
author | dependabot[bot] | 2023-07-26 21:23:00 +0000 |
---|---|---|
committer | vitalyster | 2023-07-27 12:21:59 +0300 |
commit | 3568ae62e0c0b7fcecc28a7971aab9d8adc3b78d (patch) | |
tree | 28b64fd7b2040c4320f85f961515935bf81e5f99 /package-lock.json | |
parent | 24a1911765b0c5caa3e700a4e4178140ed0101af (diff) |
build(deps): bump xml2js from 0.6.1 to 0.6.2
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.6.1 to 0.6.2.
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.6.1...0.6.2)
---
updated-dependencies:
- dependency-name: xml2js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 8dc72cc8..0b4d3d92 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.1" + "xml2js": "^0.6.2" }, "devDependencies": { "@babel/core": "^7.22.9", @@ -19073,9 +19073,9 @@ } }, "node_modules/xml2js": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.1.tgz", - "integrity": "sha512-wksiZCYEDvrdwNhv1OIp0IALJdxWF9/ykG85DRkTLjqLIkcadRZxY05dwOX+zTM9aK+7rmtbNRnf3nC7MEqcvQ==", + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz", + "integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" @@ -32575,9 +32575,9 @@ "dev": true }, "xml2js": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.1.tgz", - "integrity": "sha512-wksiZCYEDvrdwNhv1OIp0IALJdxWF9/ykG85DRkTLjqLIkcadRZxY05dwOX+zTM9aK+7rmtbNRnf3nC7MEqcvQ==", + "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" |