Skip to content

Commit

Permalink
Fix fast-xml-parser vulnerability (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
reivaj05 authored Jun 6, 2023
1 parent 6ae03fa commit b33b931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion portal-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
"react-scripts/**/debug": "^3.1.0",
"recharts/**/d3-color": "^3.1.0",
"minio/xml2js": "^0.5.0",
"websocket/debug": "^3.1.0"
"websocket/debug": "^3.1.0",
"fast-xml-parser": "^4.2.4"
},
"main": "index.js"
}
8 changes: 4 additions & 4 deletions portal-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5741,10 +5741,10 @@ fast-safe-stringify@^2.1.1:
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==

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

Expand Down

0 comments on commit b33b931

Please sign in to comment.