Skip to content

Commit 32d3f20

Browse files
committed
Override fast-xml-parser@^5.3.3 to 5.3.5 to fix vulnerability
1 parent c1dc426 commit 32d3f20

File tree

5 files changed

+34
-29
lines changed

5 files changed

+34
-29
lines changed

common/config/rush/pnpm-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,10 @@
249249
"@vscode/vsce>cheerio": "1.0.0-rc.12",
250250

251251
// `[email protected]` has a vulnerability
252-
"loader-utils@^2.0.0": "2.0.4"
252+
"loader-utils@^2.0.0": "2.0.4",
253+
254+
// `[email protected]` has a vulnerability
255+
"fast-xml-parser@^5.3.3": "5.3.5"
253256
},
254257

255258
/**

common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "c395a90b30bd67a31beb1d1b08be9aecb02de265",
3+
"pnpmShrinkwrapHash": "ae06e3ff5f65c89fd6b5c88cb4bce597f4a5aa18",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
55
"packageJsonInjectedDependenciesHash": "fa90a0a032a0046e646e8751bbc6d0be86a4dda1"
66
}

common/config/subspaces/default/pnpm-lock.yaml

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "8cea08431b1a848463c751666dcd35e9533ea73d",
3+
"pnpmShrinkwrapHash": "54470e7caa94b190d86dbd4f9cc43e0d58456972",
44
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

0 commit comments

Comments
 (0)