Skip to content

Commit a1c9e96

Browse files
authored
chore: fix security issue (#155)
1 parent 866af71 commit a1c9e96

File tree

2 files changed

+90
-57
lines changed

2 files changed

+90
-57
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@
4040
"remark-custom-header-id": "^1.0.0",
4141
"typescript": "^5.9.3",
4242
"vitest": "3.2.4",
43-
"wrangler": "^3.114.15"
43+
"wrangler": "^3.114.17"
4444
},
4545
"pnpm": {
46+
"onlyBuiltDependencies": [
47+
"esbuild",
48+
"sharp",
49+
"workerd"
50+
],
4651
"overrides": {
4752
"esbuild@<0.25.0": "^0.25.0",
4853
"mermaid-isomorphic": "github:silverhand-io/mermaid-isomorphic#c081c30",
@@ -53,7 +58,9 @@
5358
"devalue@>=5.1.0 <5.6.2": "^5.6.2",
5459
"h3@<=1.15.4": "^1.15.5",
5560
"devalue@>=5.3.0 <=5.6.1": "^5.6.2",
56-
"tar@<=7.5.2": "^7.5.3"
61+
"tar@<7.5.7": "^7.5.7",
62+
"lodash-es@>=4.0.0 <=4.17.22": "^4.17.23",
63+
"lodash@>=4.0.0 <=4.17.22": "^4.17.23"
5764
},
5865
"patchedDependencies": {
5966
"playwright-core@1.48.2": "patches/playwright-core@1.48.2.patch"

0 commit comments

Comments
 (0)