Skip to content

Commit 32fd37f

Browse files
fix(deps): patch vulnerable transitive minimatch versions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3ce0108 commit 32fd37f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474
},
7575
"overrides": {
7676
"@types/node": "^22.19.2",
77+
"minimatch@<=3.1.3": "3.1.5",
78+
"minimatch@>=10.0.0 <10.2.3": "10.2.4",
7779
"on-headers": "^1.1.0",
7880
"node-forge": "^1.3.2",
7981
"qs": "^6.15.0",
@@ -86,7 +88,7 @@
8688
"minimatch": "^10.0.0"
8789
},
8890
"@stoplight/spectral-core": {
89-
"minimatch": "^10.0.0"
91+
"minimatch": "^3.1.5"
9092
},
9193
"eslint-plugin-react": {
9294
"minimatch": "^10.0.0"
@@ -98,7 +100,10 @@
98100
"minimatch": "^10.0.0"
99101
},
100102
"serve-handler": {
101-
"minimatch": "^10.0.0"
103+
"minimatch": "^3.1.5"
104+
},
105+
"npm": {
106+
"minimatch": "^10.2.4"
102107
},
103108
"@vscode/vsce": {
104109
"minimatch": "^10.0.0"

0 commit comments

Comments
 (0)