Skip to content

Commit 5650b1f

Browse files
committed
chore: fix vulnerabilities with overrides of chokidar->braces
1 parent cd7ee11 commit 5650b1f

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"test:report": "playwright show-report",
5757
"playwright:install": "pnpm exec playwright install"
5858
},
59-
"packageManager": "[email protected]",
6059
"devDependencies": {
6160
"@biomejs/biome": "^1.8.3",
6261
"@lerna-lite/cli": "^3.8.0",
@@ -70,5 +69,13 @@
7069
"pnpm": "^8.15.9",
7170
"rimraf": "^5.0.10",
7271
"typescript": "5.5.4"
72+
},
73+
"packageManager": "[email protected]",
74+
"pnpm": {
75+
"overrides": {
76+
"braces": "^3.0.3",
77+
"express": "^4.19.2",
78+
"ws": "^7.5.10"
79+
}
7380
}
7481
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)