mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
update fast-xml-parser to patch security issue (DoS)
This commit is contained in:
parent
af3bb7346e
commit
0c2e113e8e
2 changed files with 7 additions and 15 deletions
|
@ -112,7 +112,7 @@
|
||||||
"content-disposition": "0.5.4",
|
"content-disposition": "0.5.4",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
"deep-email-validator": "0.1.21",
|
"deep-email-validator": "0.1.21",
|
||||||
"fast-xml-parser": "^4.4.0",
|
"fast-xml-parser": "4.4.1",
|
||||||
"fastify": "5.0.0",
|
"fastify": "5.0.0",
|
||||||
"fastify-multer": "^2.0.3",
|
"fastify-multer": "^2.0.3",
|
||||||
"fastify-raw-body": "5.0.0",
|
"fastify-raw-body": "5.0.0",
|
||||||
|
|
|
@ -227,8 +227,8 @@ importers:
|
||||||
specifier: 0.1.21
|
specifier: 0.1.21
|
||||||
version: 0.1.21
|
version: 0.1.21
|
||||||
fast-xml-parser:
|
fast-xml-parser:
|
||||||
specifier: ^4.4.0
|
specifier: 4.4.1
|
||||||
version: 4.4.0
|
version: 4.4.1
|
||||||
fastify:
|
fastify:
|
||||||
specifier: 5.0.0
|
specifier: 5.0.0
|
||||||
version: 5.0.0
|
version: 5.0.0
|
||||||
|
@ -6973,12 +6973,8 @@ packages:
|
||||||
resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==}
|
resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
fast-xml-parser@4.4.0:
|
fast-xml-parser@4.4.1:
|
||||||
resolution: {integrity: sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==}
|
resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==}
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
fast-xml-parser@4.5.0:
|
|
||||||
resolution: {integrity: sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==}
|
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
fastify-multer@2.0.3:
|
fastify-multer@2.0.3:
|
||||||
|
@ -18726,11 +18722,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
strnum: 1.0.5
|
strnum: 1.0.5
|
||||||
|
|
||||||
fast-xml-parser@4.4.0:
|
fast-xml-parser@4.4.1:
|
||||||
dependencies:
|
|
||||||
strnum: 1.0.5
|
|
||||||
|
|
||||||
fast-xml-parser@4.5.0:
|
|
||||||
dependencies:
|
dependencies:
|
||||||
strnum: 1.0.5
|
strnum: 1.0.5
|
||||||
|
|
||||||
|
@ -19656,7 +19648,7 @@ snapshots:
|
||||||
|
|
||||||
is-svg@5.1.0:
|
is-svg@5.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-xml-parser: 4.5.0
|
fast-xml-parser: 4.4.1
|
||||||
|
|
||||||
is-symbol@1.0.4:
|
is-symbol@1.0.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue