build(deps-dev): bump fast-xml-parser from 4.2.1 to 4.3.1

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.1 to 4.3.1.
- [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/compare/4.2.1...v4.3.1)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-25 19:33:07 +00:00 committed by GitHub
parent 4010f365c5
commit e24bfa8183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -12652,9 +12652,9 @@
"dev": true
},
"fast-xml-parser": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.1.tgz",
"integrity": "sha512-aiRXmcEtCTmqkoC9tfcgIXQN+7u9OONGFjZ4D3dXryNLNj7LSKxyabDppoRVMBrczQNrGr3fsMBKX8/d3AgYEA==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.1.tgz",
"integrity": "sha512-viVv3xb8D+SiS1W4cv4tva3bni08kAkx0gQnWrykMM8nXPc1FxqZPU00dCEVjkiCg4HoXd2jC4x29Nzg/l2DAA==",
"dev": true,
"requires": {
"strnum": "^1.0.5"

View File

@ -41,7 +41,7 @@
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^7.20.0",
"fast-xml-parser": "^4.2.1",
"fast-xml-parser": "^4.3.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.1",
"mux.js": "^6.3.0",