diff options
author | dependabot[bot] | 2023-04-10 21:59:34 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-04-13 19:49:42 +0300 |
commit | 199132efc1b5bab4ee083e43a90bd8f3d7c25ca9 (patch) | |
tree | 298420b46c081ff1a104f3f37496b7ee4b870a8e /package.json | |
parent | 6cf5d614fdddb15c7dca5648b8aa2632549fb619 (diff) |
build(deps): bump xml2js from 0.4.23 to 0.5.0
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
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 22f69d46..0c3a6ed3 100644 --- a/package.json +++ b/package.json @@ -109,6 +109,6 @@ "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2", - "xml2js": "^0.4.23" + "xml2js": "^0.5.0" } } |