Skip to content

Commit 983c50c

Browse files
bchapuisclaude
andcommitted
chore(deps): patch Dependabot security alerts
Bump vite, hono, react-router, and exifreader within their existing ranges, and update pnpm overrides for undici, qs, esbuild, plus new overrides for protobufjs and ws. undici and protobufjs are capped to their current major to avoid breaking transitive consumers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 345d977 commit 983c50c

2 files changed

Lines changed: 282 additions & 529 deletions

File tree

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,14 @@
3232
},
3333
"overrides": {
3434
"esbuild@<=0.24.2": ">=0.25.0",
35-
"undici@>=7.0.0 <7.18.2": ">=7.18.2",
35+
"esbuild@>=0.27.3 <0.28.1": ">=0.28.1",
36+
"undici@>=7.0.0 <7.28.0": ">=7.28.0 <8",
3637
"minimatch@<10.2.3": ">=10.2.3",
3738
"axios@>=1.0.0 <=1.13.4": ">=1.13.5",
38-
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
39-
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
39+
"qs@>=6.7.0 <6.15.2": ">=6.15.2",
40+
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
41+
"protobufjs@<=7.6.2": ">=7.6.3 <8",
42+
"ws@>=8.0.0 <8.20.1": ">=8.20.1"
4043
}
4144
}
4245
}

0 commit comments

Comments
 (0)