fix: upgrade fast-xml-parser from 4.2.5 to 4.3.2

Snyk has created this PR to upgrade fast-xml-parser from 4.2.5 to 4.3.2.

See this package in npm:
https://www.npmjs.com/package/fast-xml-parser

See this project in Snyk:
https://app.snyk.io/org/joaocaracinha/project/004786a0-a107-47e0-aebf-6f9e31651150?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2024-01-30 20:35:34 +00:00
parent 2216f56ae1
commit 66996eacf5
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@actions/glob": "^0.3.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.0.2",
"fast-xml-parser": "^4.2.4",
"fast-xml-parser": "^4.3.2",
"json5": "^2.2.3",
"semver": "^6.3.1"
},
@ -3308,17 +3308,17 @@
"dev": true
},
"node_modules/fast-xml-parser": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
"integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
},
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
},
{
"type": "paypal",
"url": "https://paypal.me/naturalintelligence"
}
],
"dependencies": {
@ -8989,9 +8989,9 @@
"dev": true
},
"fast-xml-parser": {
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
"integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==",
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz",
"integrity": "sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==",
"requires": {
"strnum": "^1.0.5"
}

View File

@ -33,7 +33,7 @@
"@actions/glob": "^0.3.0",
"@actions/http-client": "^2.0.1",
"@actions/io": "^1.0.2",
"fast-xml-parser": "^4.2.4",
"fast-xml-parser": "^4.3.2",
"json5": "^2.2.3",
"semver": "^6.3.1"
},