Skip to content

Commit 152db70

Browse files
committed
Fix vulnerabilities found by npm audit
1 parent 517a66f commit 152db70

File tree

5 files changed

+341
-431
lines changed

5 files changed

+341
-431
lines changed

Diff for: package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"watch": "pnpm compile && dotenv -- turbo run watch --filter=./programs/* --concurrency=5"
3030
},
3131
"devDependencies": {
32-
"@types/firefox-webext-browser": "^120.0.4",
33-
"@changesets/cli": "^2.27.10",
32+
"@changesets/cli": "^2.28.1",
3433
"@eslint/js": "^9.16.0",
3534
"@playwright/test": "^1.49.0",
3635
"@types/chrome": "^0.0.287",
@@ -42,10 +41,19 @@
4241
"globals": "^15.13.0",
4342
"jest": "^29.7.0",
4443
"prettier": "^3.4.2",
45-
"ts-jest": "^29.2.5",
44+
"ts-jest": "^29.3.1",
4645
"ts-node": "^10.9.2",
4746
"tsup": "^8.3.5",
4847
"turbo": "^2.3.3",
4948
"typescript": "5.7.2"
49+
},
50+
"pnpm": {
51+
"overrides": {
52+
"vue-template-compiler@>=2.0.0 <3.0.0": ">=3.0.0",
53+
"nanoid@<3.3.8": ">=3.3.8",
54+
"esbuild@<=0.24.2": ">=0.25.0",
55+
"@babel/runtime@<7.26.10": ">=7.26.10",
56+
"@babel/helpers@<7.26.10": ">=7.26.10"
57+
}
5058
}
5159
}

0 commit comments

Comments
 (0)