Skip to content

Commit e35bece

Browse files
authored
chore: bump minimatch to 10.2.3 to fix vulnerability (#5675)
* fix(security): bump minimatch to 10.2.3 * update * rush change * fix comment * fix comment --------- Co-authored-by: Noel Kim <nnnnoel@users.noreply.github.com>
1 parent 45942b4 commit e35bece

11 files changed

Lines changed: 53 additions & 31 deletions

File tree

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@rushstack/ts-command-line": "workspace:*",
7272
"diff": "~8.0.2",
7373
"lodash": "~4.17.23",
74-
"minimatch": "10.2.1",
74+
"minimatch": "10.2.3",
7575
"resolve": "~1.22.1",
7676
"semver": "~7.5.4",
7777
"source-map": "~0.6.1",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/api-extractor",
5+
"comment": "Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/api-extractor"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/package-extractor",
5+
"comment": "Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/package-extractor"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@rushstack/webpack4-localization-plugin",
5+
"comment": "Bump `minimatch` version from `10.2.1` to `10.2.3` to address CVE-2026-27903.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/webpack4-localization-plugin"
10+
}

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

Lines changed: 7 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
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": "c7fc0d748fad95ed6142faa9eaff041335b3fc17",
3+
"pnpmShrinkwrapHash": "c395a90b30bd67a31beb1d1b08be9aecb02de265",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "c79f0a961494e6e313bb0ec2c8fe0433cb6baaf5"
5+
"packageJsonInjectedDependenciesHash": "8410b26d03a38d02cb52140340c78128eb2e5fdd"
66
}

common/config/subspaces/default/common-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "~9.37.0",
3636

3737
// Updated minimatch and its types to latest major version to resolve ReDoS vulnerability
38-
"minimatch": "10.2.1"
38+
"minimatch": "10.2.3"
3939
},
4040

4141
/**

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

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
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": "332ad6b0bd71bdfb6f4ae69270e34275b8dc2f1e",
4-
"preferredVersionsHash": "93bf435032db8da4a18734f1eaa359c12ad147c1"
3+
"pnpmShrinkwrapHash": "0778382a980762005a055ec6e76ca8cc37d447f1",
4+
"preferredVersionsHash": "029c99bd6e65c5e1f25e2848340509811ff9753c"
55
}

libraries/package-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@rushstack/ts-command-line": "workspace:*",
4747
"ignore": "~5.1.6",
4848
"jszip": "~3.8.0",
49-
"minimatch": "10.2.1",
49+
"minimatch": "10.2.3",
5050
"npm-packlist": "~5.1.3",
5151
"semver": "~7.5.4"
5252
},

0 commit comments

Comments
 (0)