Skip to content

Commit 9a71166

Browse files
committed
Fix pnpm audit vulnerabilities
1 parent d44a3d7 commit 9a71166

File tree

2 files changed

+1618
-2111
lines changed

2 files changed

+1618
-2111
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@
3232
"postcompile": "node scripts/build-extensions.cjs"
3333
},
3434
"devDependencies": {
35-
"@changesets/cli": "^2.29.6",
3635
"@eslint/js": "^9.16.0",
3736
"@playwright/test": "^1.55.1",
3837
"@types/chrome": "^0.0.287",
3938
"@types/node": "^22.10.1",
4039
"@types/webextension-polyfill": "0.12.3",
41-
"@typescript-eslint/eslint-plugin": "^8.17.0",
40+
"@typescript-eslint/eslint-plugin": "^8.47.0",
41+
"cross-env": "^7.0.3",
4242
"dotenv-cli": "^7.4.4",
43+
"eslint": "^9.39.1",
4344
"extension": "workspace:*",
44-
"eslint": "^9.16.0",
4545
"globals": "^15.13.0",
4646
"husky": "9.1.7",
4747
"lint-staged": "16.1.0",
4848
"prettier": "^3.4.2",
4949
"turbo": "^2.3.3",
50-
"typescript": "5.7.2",
51-
"cross-env": "^7.0.3"
50+
"typescript": "5.7.2"
5251
},
5352
"pnpm": {
5453
"overrides": {
55-
"vite": "^7.1.7"
54+
"vite": "^7.1.7",
55+
"vitest": "3.2.4"
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)