Skip to content

Commit 3ffc4c6

Browse files
mergify[bot]hl662
andauthored
Fix GHSA-7r86-cg39-jmmj (backport #9037) [release/4.11.x] (#9041)
Co-authored-by: Nam Le <50554904+hl662@users.noreply.github.com>
1 parent 88aff56 commit 3ffc4c6

2 files changed

Lines changed: 42 additions & 29 deletions

File tree

common/config/rush/pnpm-config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@
77
},
88
"globalOverrides": {
99
"cross-spawn": "^7.0.5", // https://github.com/advisories/GHSA-3xgq-45jj-v275 npm-run-all>cross-spawn
10+
"@microsoft/api-extractor>minimatch": "^10.2.3", // https://github.com/advisories/GHSA-7r86-cg39-jmmj and https://github.com/advisories/GHSA-23c5-xmqv-rm74
1011
"elliptic": "^6.6.1", // https://github.com/advisories/GHSA-vjh7-7g9h-fjfh crypto-browserify>browserify-sign>elliptic
1112
"form-data": "^4.0.4", // https://github.com/advisories/GHSA-fjxv-7rqg-78g4 azurite>@azure/ms-rest-js>form-data
1213
"playwright": "~1.56.1", // https://github.com/advisories/GHSA-7mvr-c777-76hp @itwin/oidc-signin-tool>@playwright/test
1314
"qs": "^6.14.1", // http://github.com/advisories/GHSA-6rw7-vpxm-498p @itwin/certa>express>qs
1415
"browserslist": "latest", // https://github.com/browserslist/update-db#readme
1516
"fast-xml-parser": "^5.3.6", // https://github.com/advisories/GHSA-jmr7-xgp7-cmfj @google-cloud/storage > fast-xml-parser
17+
"minimatch@<3.1.4": "^3.1.4", // https://github.com/advisories/GHSA-7r86-cg39-jmmj and https://github.com/advisories/GHSA-23c5-xmqv-rm74
18+
"minimatch@>=5.0.0 <5.1.8": "^5.1.8", // https://github.com/advisories/GHSA-7r86-cg39-jmmj and https://github.com/advisories/GHSA-23c5-xmqv-rm74
19+
"minimatch@>=9.0.0 <9.0.7": "^9.0.7", // https://github.com/advisories/GHSA-7r86-cg39-jmmj and https://github.com/advisories/GHSA-23c5-xmqv-rm74
1620
"glob@>=11.0.0 <11.1.0": "^11.1.0", // https://github.com/advisories/GHSA-5j98-mcp5-4vw2 cpx2>glob
1721
"axios": "^1.13.5" // https://github.com/advisories/GHSA-43fc-jf86-j433
1822
},

common/config/rush/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)