Skip to content

Commit b33b931

Browse files
authored
Fix fast-xml-parser vulnerability (#2855)
1 parent 6ae03fa commit b33b931

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

portal-ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"react-scripts/**/debug": "^3.1.0",
111111
"recharts/**/d3-color": "^3.1.0",
112112
"minio/xml2js": "^0.5.0",
113-
"websocket/debug": "^3.1.0"
113+
"websocket/debug": "^3.1.0",
114+
"fast-xml-parser": "^4.2.4"
114115
},
115116
"main": "index.js"
116117
}

portal-ui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5741,10 +5741,10 @@ fast-safe-stringify@^2.1.1:
57415741
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
57425742
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
57435743

5744-
fast-xml-parser@^4.2.2:
5745-
version "4.2.2"
5746-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.2.tgz#cb7310d1e9cf42d22c687b0fae41f3c926629368"
5747-
integrity sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q==
5744+
fast-xml-parser@^4.2.2, fast-xml-parser@^4.2.4:
5745+
version "4.2.4"
5746+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz#6e846ede1e56ad9e5ef07d8720809edf0ed07e9b"
5747+
integrity sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==
57485748
dependencies:
57495749
strnum "^1.0.5"
57505750

0 commit comments

Comments
 (0)