mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-02-21 20:55:24 +00:00
Update fast-xml-parser (#6057)
This commit is contained in:
@@ -53,7 +53,8 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"lodash": "4.17.23"
|
||||
"lodash": "^4.17.23",
|
||||
"fast-xml-parser": "^5.3.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
19
docs/pnpm-lock.yaml
generated
19
docs/pnpm-lock.yaml
generated
@@ -5,7 +5,8 @@ settings:
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
lodash: 4.17.23
|
||||
lodash: ^4.17.23
|
||||
fast-xml-parser: ^5.3.4
|
||||
|
||||
importers:
|
||||
|
||||
@@ -3276,8 +3277,8 @@ packages:
|
||||
fast-uri@3.1.0:
|
||||
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
|
||||
|
||||
fast-xml-parser@4.5.3:
|
||||
resolution: {integrity: sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==}
|
||||
fast-xml-parser@5.3.4:
|
||||
resolution: {integrity: sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==}
|
||||
hasBin: true
|
||||
|
||||
fastq@1.20.1:
|
||||
@@ -5638,8 +5639,8 @@ packages:
|
||||
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
strnum@1.1.2:
|
||||
resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==}
|
||||
strnum@2.1.2:
|
||||
resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==}
|
||||
|
||||
style-to-js@1.1.21:
|
||||
resolution: {integrity: sha512-RjQetxJrrUJLQPHbLku6U/ocGtzyjbJMP9lCNK7Ag0CNh690nSH8woqWH9u16nMjYBAok+i7JO1NP2pOy8IsPQ==}
|
||||
@@ -10329,9 +10330,9 @@ snapshots:
|
||||
|
||||
fast-uri@3.1.0: {}
|
||||
|
||||
fast-xml-parser@4.5.3:
|
||||
fast-xml-parser@5.3.4:
|
||||
dependencies:
|
||||
strnum: 1.1.2
|
||||
strnum: 2.1.2
|
||||
|
||||
fastq@1.20.1:
|
||||
dependencies:
|
||||
@@ -11896,7 +11897,7 @@ snapshots:
|
||||
openapi-sampler@1.6.2:
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.15
|
||||
fast-xml-parser: 4.5.3
|
||||
fast-xml-parser: 5.3.4
|
||||
json-pointer: 0.6.2
|
||||
|
||||
opener@1.5.2: {}
|
||||
@@ -13213,7 +13214,7 @@ snapshots:
|
||||
|
||||
strip-json-comments@3.1.1: {}
|
||||
|
||||
strnum@1.1.2: {}
|
||||
strnum@2.1.2: {}
|
||||
|
||||
style-to-js@1.1.21:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user