Skip to content

Commit 8eb1fa7

Browse files
authored
Merge pull request #2184 from rocketstack-matt/fix/minimatch-redos-CVE-2026-27904
fix(deps): bump minimatch overrides to ^3.1.4 to resolve CVE-2026-27904
2 parents c1e37bf + 8dd15da commit 8eb1fa7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

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

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,28 @@
7979
"rollup": "2.80.0"
8080
},
8181
"eslint": {
82-
"minimatch": "^3.1.3"
82+
"minimatch": "^3.1.4"
8383
},
8484
"copyfiles": {
85-
"minimatch": "^3.1.3"
85+
"minimatch": "^3.1.4"
8686
},
8787
"@stoplight/spectral-core": {
88-
"minimatch": "^3.1.3"
88+
"minimatch": "^3.1.4"
8989
},
9090
"eslint-plugin-react": {
91-
"minimatch": "^3.1.3"
91+
"minimatch": "^3.1.4"
9292
},
9393
"eslint-plugin-import": {
94-
"minimatch": "^3.1.3"
94+
"minimatch": "^3.1.4"
9595
},
9696
"commitizen": {
97-
"minimatch": "^3.1.3"
97+
"minimatch": "^3.1.4"
9898
},
9999
"serve-handler": {
100-
"minimatch": "^3.1.3"
100+
"minimatch": "^3.1.4"
101101
},
102102
"@vscode/vsce": {
103-
"minimatch": "^3.1.3"
103+
"minimatch": "^3.1.4"
104104
}
105105
}
106106
}

0 commit comments

Comments
 (0)