Merge pull request #59023 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/fast-xml-parser-5.5.6
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions

chore(deps): Bump fast-xml-parser from 5.4.1 to 5.5.6 in /build/frontend-legacy
This commit is contained in:
github-actions[bot] 2026-03-19 00:44:59 +00:00 committed by GitHub
commit b5d8a97128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 71 additions and 34 deletions

View file

@ -9691,21 +9691,9 @@
"license": "BSD-3-Clause"
},
"node_modules/fast-xml-builder": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz",
"integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
},
"node_modules/fast-xml-parser": {
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz",
"integrity": "sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==",
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
"funding": [
{
"type": "github",
@ -9714,7 +9702,23 @@
],
"license": "MIT",
"dependencies": {
"fast-xml-builder": "^1.0.0",
"path-expression-matcher": "^1.1.3"
}
},
"node_modules/fast-xml-parser": {
"version": "5.5.6",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
"integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"dependencies": {
"fast-xml-builder": "^1.1.4",
"path-expression-matcher": "^1.1.3",
"strnum": "^2.1.2"
},
"bin": {
@ -14287,6 +14291,21 @@
"node": ">=8"
}
},
"node_modules/path-expression-matcher": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/path-key": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",

View file

@ -237,10 +237,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-builder
- version: 1.0.0
- version: 1.1.4
- license: MIT
- fast-xml-parser
- version: 5.4.1
- version: 5.5.6
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
@ -329,6 +329,9 @@ This file is generated from multiple sources. Included packages:
- object-inspect
- version: 1.13.4
- license: MIT
- path-expression-matcher
- version: 1.1.3
- license: MIT
- path-posix
- version: 1.0.0
- license: ISC

View file

@ -237,10 +237,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-builder
- version: 1.0.0
- version: 1.1.4
- license: MIT
- fast-xml-parser
- version: 5.4.1
- version: 5.5.6
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
@ -329,6 +329,9 @@ This file is generated from multiple sources. Included packages:
- object-inspect
- version: 1.13.4
- license: MIT
- path-expression-matcher
- version: 1.1.3
- license: MIT
- path-posix
- version: 1.0.0
- license: ISC

View file

@ -237,10 +237,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-builder
- version: 1.0.0
- version: 1.1.4
- license: MIT
- fast-xml-parser
- version: 5.4.1
- version: 5.5.6
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
@ -329,6 +329,9 @@ This file is generated from multiple sources. Included packages:
- object-inspect
- version: 1.13.4
- license: MIT
- path-expression-matcher
- version: 1.1.3
- license: MIT
- path-posix
- version: 1.0.0
- license: ISC

View file

@ -237,10 +237,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-builder
- version: 1.0.0
- version: 1.1.4
- license: MIT
- fast-xml-parser
- version: 5.4.1
- version: 5.5.6
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
@ -329,6 +329,9 @@ This file is generated from multiple sources. Included packages:
- object-inspect
- version: 1.13.4
- license: MIT
- path-expression-matcher
- version: 1.1.3
- license: MIT
- path-posix
- version: 1.0.0
- license: ISC

File diff suppressed because one or more lines are too long

View file

@ -230,10 +230,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-builder
- version: 1.0.0
- version: 1.1.4
- license: MIT
- fast-xml-parser
- version: 5.4.1
- version: 5.5.6
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
@ -322,6 +322,9 @@ This file is generated from multiple sources. Included packages:
- object-inspect
- version: 1.13.4
- license: MIT
- path-expression-matcher
- version: 1.1.3
- license: MIT
- path-posix
- version: 1.0.0
- license: ISC

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -160,10 +160,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-builder
- version: 1.0.0
- version: 1.1.4
- license: MIT
- fast-xml-parser
- version: 5.4.1
- version: 5.5.6
- license: MIT
- for-each
- version: 0.3.5
@ -249,6 +249,9 @@ This file is generated from multiple sources. Included packages:
- object-inspect
- version: 1.13.4
- license: MIT
- path-expression-matcher
- version: 1.1.3
- license: MIT
- path-posix
- version: 1.0.0
- license: ISC

File diff suppressed because one or more lines are too long