Skip to content

Commit 56d5276

Browse files
committed
Fix fast-xml-parser vunerability
1 parent 5c7a281 commit 56d5276

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@
5353
"name": "nhs-notify-supplier-api",
5454
"overrides": {
5555
"axios": "^1.13.5",
56-
"fast-xml-parser": "^5.3.4",
5756
"@isaacs/brace-expansion": "^5.0.1",
5857
"pretty-format": {
5958
"react-is": "19.0.0"
6059
},
6160
"react": "^19.0.0",
62-
"fast-xml-parser": "^5.3.4"
61+
"fast-xml-parser": "^5.3.6"
6362

6463
},
6564
"scripts": {

0 commit comments

Comments
 (0)