Skip to content

Commit 08cf3de

Browse files
Bump minimatch in /webpack/webpack4-localization-plugin (#5651)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.1.2 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v10.1.2...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b618a5 commit 08cf3de

11 files changed

Lines changed: 93 additions & 19 deletions

File tree

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@rushstack/ts-command-line": "workspace:*",
7171
"diff": "~8.0.2",
7272
"lodash": "~4.17.23",
73-
"minimatch": "10.1.2",
73+
"minimatch": "10.2.1",
7474
"resolve": "~1.22.1",
7575
"semver": "~7.5.4",
7676
"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 from 10.1.2 to 10.2.1",
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 from 10.1.2 to 10.2.1",
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 from 10.1.2 to 10.2.1",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@rushstack/webpack4-localization-plugin"
10+
}

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

Lines changed: 24 additions & 2 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": "2e83a5ce6283e922a1f2904047c3b52f6323a37c",
3+
"pnpmShrinkwrapHash": "970749d264e69bf8ff6a9fb6007b379832c9ac09",
44
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
5-
"packageJsonInjectedDependenciesHash": "4efa246b20efc7e2e5b0a203952794918e1358d3"
5+
"packageJsonInjectedDependenciesHash": "0124c511e290517bf309935112b2dbab981575bb"
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.1.2"
38+
"minimatch": "10.2.1"
3939
},
4040

4141
/**

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

Lines changed: 31 additions & 9 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": "a97a152eec27dd54ce31e3973f851f572c326c76",
4-
"preferredVersionsHash": "9ba05fe872434900a0b29c308a94015078f37c47"
3+
"pnpmShrinkwrapHash": "425296840bc63395649600913e66041583bdc287",
4+
"preferredVersionsHash": "93bf435032db8da4a18734f1eaa359c12ad147c1"
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.1.2",
49+
"minimatch": "10.2.1",
5050
"npm-packlist": "~5.1.3",
5151
"semver": "~7.5.4"
5252
},

0 commit comments

Comments
 (0)