Skip to content

Commit f3d1d88

Browse files
Fix dependency vulnerability overrides
1 parent 2da94a3 commit f3d1d88

2 files changed

Lines changed: 17 additions & 48 deletions

File tree

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
overrides:
2+
'@babel/core@<=7.29.0': '>=7.29.1'
23
picomatch: ^4.0.4
3-
vite@<7.3.2: 7.3.2
4+
vite@<7.3.2: ~7.3.5
45
fast-uri@<=3.1.0: '>=3.1.1'
56
fast-uri@<=3.1.1: '>=3.1.2'
6-
hono@<4.12.18: '>=4.12.18'
7+
hono@<4.12.18: '>=4.12.25'
78
ip-address@<=10.1.0: '>=10.1.1'
89
hono@<4.12.16: '>=4.12.16'
910
brace-expansion@>=5.0.0 <5.0.6: '>=5.0.6'
1011
esbuild@>=0.27.3 <0.28.1: ^0.28.1
12+
tar@<=7.5.15: '>=7.5.16'
1113

1214
allowBuilds:
1315
'@parcel/watcher': true

0 commit comments

Comments
 (0)