Skip to content

Commit f9346c3

Browse files
dmattiabencmbrook
andauthored
bump version of webpack to remove vulns (#286)
* bump version of webpack to remove vulns * use overrides on deep deps instead * patch --------- Co-authored-by: bencmbrook <[email protected]>
1 parent e23376c commit f9346c3

File tree

2 files changed

+326
-2374
lines changed

2 files changed

+326
-2374
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transcend-io/penumbra",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Crypto streams for the browser.",
55
"type": "module",
66
"main": "./dist/main.penumbra.umd.cjs",
@@ -80,8 +80,14 @@
8080
"tsx": "^4.20.3",
8181
"typescript": "^5.3.2",
8282
"typescript-eslint": "^8.38.0",
83-
"unplugin-dts": "1.0.0-beta.4",
83+
"unplugin-dts": "1.0.0-beta.6",
8484
"vite": "^7.0.6"
8585
},
86+
"pnpm": {
87+
"overrides": {
88+
"braces": ">=3.0.3",
89+
"micromatch": ">=4.0.8"
90+
}
91+
},
8692
"packageManager": "[email protected]+sha256.0f9ed48d808996ae007835fb5c4641cf9a300def2eddc9e957d9bbe4768c5f28"
8793
}

0 commit comments

Comments
 (0)