8
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-02-13 23:17:02 +00:00
This commit is contained in:
dependabot[bot] 2026-02-13 10:09:36 +00:00 committed by GitHub
commit a6ce7d6904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
---
name: fast-xml-parser
version: 5.3.3
version: 5.3.5
type: npm
summary: Validate XML, Parse XML, Build XML without C/C++ based libraries
homepage:

File diff suppressed because one or more lines are too long

2
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long

8
package-lock.json generated
View file

@ -3358,9 +3358,9 @@
"license": "MIT"
},
"node_modules/fast-xml-parser": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz",
"integrity": "sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==",
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.5.tgz",
"integrity": "sha512-JeaA2Vm9ffQKp9VjvfzObuMCjUYAp5WDYhRYL5LrBPY/jUDlUtOvDfot0vKSkB9tuX885BDHjtw4fZadD95wnA==",
"funding": [
{
"type": "github",
@ -3369,7 +3369,7 @@
],
"license": "MIT",
"dependencies": {
"strnum": "^2.1.0"
"strnum": "^2.1.2"
},
"bin": {
"fxparser": "src/cli/cli.js"