Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 2d8439b

Browse files
committed
update vitest to fix Weakness CWE-1385 (relevant only in development)
1 parent 4423c57 commit 2d8439b

File tree

3 files changed

+3975
-4295
lines changed

3 files changed

+3975
-4295
lines changed

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@typescript-eslint/eslint-plugin": "^5.60.0",
6969
"@typescript-eslint/parser": "^5.60.0",
7070
"@vitejs/plugin-react": "^4.2.1",
71-
"@vitest/ui": "^1.2.2",
71+
"@vitest/ui": "^1.6.1",
7272
"eslint": "^8.43.0",
7373
"eslint-config-prettier": "^8.8.0",
7474
"eslint-plugin-react": "^7.32.2",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"knip": "^3.7.0",
1818
"typescript": "^5.1.6"
1919
},
20-
"packageManager": "[email protected]",
2120
"scripts": {
2221
"build": "turbo run build",
2322
"kill-ports": "kill-port 51204 && kill-port 3000",

0 commit comments

Comments
 (0)