Bump fast-xml-parser from 3.12.11 to 3.12.12 (#2758)

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 3.12.11 to 3.12.12.
- [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-01-14 20:38:34 +00:00
committed by chris48s
parent be3102b08a
commit eacb331f11
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5691,9 +5691,9 @@
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
},
"fast-xml-parser": {
"version": "3.12.11",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.11.tgz",
"integrity": "sha512-j/GRVwLIDyv7y3L5JIAC7qOosoHzi1LdndN330vwIkb4lrHlKBPhQy27Tqg3GRds7TsrbzvVJPDFR6fweuhuXA==",
"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==",
"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.11",
"fast-xml-parser": "^3.12.12",
"fsos": "^1.1.3",
"gh-badges": "file:gh-badges",
"glob": "^7.1.1",