Skip to content

Commit 7496547

Browse files
authored
chore: resolve dependabot vulnerabilities via pnpm overrides (#1368)
* chore: fix audit vulnerabilities with pnpm overrides * fix: adjust dependency overrides to restore CI compatibility
1 parent b028178 commit 7496547

2 files changed

Lines changed: 69 additions & 86 deletions

File tree

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,12 @@
115115
"webpack@>=5.49.0 <=5.104.0": ">=5.104.1",
116116
"webpack@>=5.49.0 <5.104.0": ">=5.104.0",
117117
"axios@<=1.13.4": ">=1.13.5",
118-
"qs@>=6.7.0 <=6.14.1": ">=6.14.2"
118+
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
119+
"ajv@<6.14.0": ">=6.14.0 <7",
120+
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0 <9",
121+
"minimatch@<3.1.3": ">=3.1.3 <4",
122+
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6 <10",
123+
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1 <11"
119124
},
120125
"onlyBuiltDependencies": [
121126
"@swc/core",

0 commit comments

Comments
 (0)