Bump fast-xml-parser from 3.12.12 to 3.12.13 (#2974)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.12.12 to 3.12.13.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-11 20:41:00 +00:00
committed by chris48s
parent 5aa63c1f3f
commit 969ad81e05
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7835,9 +7835,9 @@
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
},
"fast-xml-parser": {
"version": "3.12.12",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.12.tgz",
"integrity": "sha512-8fZ3+lyB36Yqxr5q4LT5T/0e9EU9IipstotFLin6EUsC1kN8iEy9wgBvie/hULX3p3YYjJxKQCf1J0UaB5jZPg==",
"version": "3.12.13",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.13.tgz",
"integrity": "sha512-AW0qennqoHQ65BAMZX/7Y2he6WUz3iqmW4L4/EgMXNvTd5Jfubig50F+N2JVthC5DnkhPWRUp+eO6bbaMCnjHA==",
"requires": {
"nimnjs": "^1.3.2"
}

View File

@@ -32,7 +32,7 @@
"dotenv": "^6.2.0",
"emojic": "^1.1.15",
"escape-string-regexp": "^1.0.5",
"fast-xml-parser": "^3.12.12",
"fast-xml-parser": "^3.12.13",
"fsos": "^1.1.3",
"gh-badges": "file:gh-badges",
"glob": "^7.1.1",