Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@rushstack/ts-command-line": "workspace:*",
"diff": "~8.0.2",
"lodash": "~4.17.15",
"minimatch": "10.0.3",
"minimatch": "10.1.2",
"resolve": "~1.22.1",
"semver": "~7.5.4",
"source-map": "~0.6.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Update minimatch dependency from 10.0.3 to 10.1.2",
"type": "patch",
"packageName": "@microsoft/api-extractor"
}
],
"packageName": "@microsoft/api-extractor",
"email": "example@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Update minimatch dependency from 10.0.3 to 10.1.2",
"type": "patch",
"packageName": "@rushstack/package-extractor"
}
],
"packageName": "@rushstack/package-extractor",
"email": "example@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Update minimatch dependency from 10.0.3 to 10.1.2",
"type": "patch",
"packageName": "@rushstack/webpack4-localization-plugin"
}
],
"packageName": "@rushstack/webpack4-localization-plugin",
"email": "example@users.noreply.github.com"
}
28 changes: 14 additions & 14 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "5d9bc6eee5c9d99eb1d47a58664f6c7488199d42",
"pnpmShrinkwrapHash": "16050ece698e5d98fb8342e002b43246ea65f8d8",
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
"packageJsonInjectedDependenciesHash": "88585d29209a34b4908b0928fd68566f978c2bca"
"packageJsonInjectedDependenciesHash": "4c27699529576ee6f99d567318387412f007dbc7"
}
2 changes: 1 addition & 1 deletion common/config/subspaces/default/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "~9.37.0",

// Updated minimatch and its types to latest major version to resolve ReDoS vulnerability
"minimatch": "10.0.3"
"minimatch": "10.1.2"
},

/**
Expand Down
66 changes: 37 additions & 29 deletions common/config/subspaces/default/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading