Skip to content

Commit 866af71

Browse files
authored
chore: apply pnpm audit fix (#149)
1 parent 9224c48 commit 866af71

File tree

2 files changed

+76
-93
lines changed

2 files changed

+76
-93
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"openai": "^4.71.0",
3636
"p-map": "^7.0.2",
3737
"picocolors": "^1.1.1",
38-
"playwright": "~1.48.2",
38+
"playwright": "1.48.2",
3939
"rehype-mermaid": "^3.0.0",
4040
"remark-custom-header-id": "^1.0.0",
4141
"typescript": "^5.9.3",
@@ -46,7 +46,14 @@
4646
"overrides": {
4747
"esbuild@<0.25.0": "^0.25.0",
4848
"mermaid-isomorphic": "github:silverhand-io/mermaid-isomorphic#c081c30",
49-
"vite@<6.4.1": "^6.4.1"
49+
"vite@<6.4.1": "^6.4.1",
50+
"glob@>=10.2.0 <10.5.0": "^10.5.0",
51+
"diff@<8.0.3": "^8.0.3",
52+
"undici@<6.23.0": "^6.23.0",
53+
"devalue@>=5.1.0 <5.6.2": "^5.6.2",
54+
"h3@<=1.15.4": "^1.15.5",
55+
"devalue@>=5.3.0 <=5.6.1": "^5.6.2",
56+
"tar@<=7.5.2": "^7.5.3"
5057
},
5158
"patchedDependencies": {
5259
"playwright-core@1.48.2": "patches/playwright-core@1.48.2.patch"

0 commit comments

Comments
 (0)