Skip to content

Commit

Permalink
fix: security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Mar 22, 2024
1 parent 8a9f4f5 commit 1ee658d
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 176 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@
"@types/node": "^20.11.30",
"@types/react": "^18.2.68",
"turbo": "^1.13.0",
"typescript": "^5.4.3"
"typescript": "^5.4.3",
"jsdom": "24.0.0",
"tough-cookie": ">=4.1.3",
"request": "^2.88.2"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.2"
"ts-node": "^10.9.2",
"jsdom": "24.0.0",
"tough-cookie": ">=4.1.3",
"request": "^2.88.2"
}
}
10 changes: 8 additions & 2 deletions packages/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@
"slate-history": "^0.93.0",
"slate-react": "^0.97.2",
"tss-react": "^4.9.6",
"zustand": "^4.5.2"
"zustand": "^4.5.2",
"jsdom": "24.0.0",
"tough-cookie": ">=4.1.3",
"request": "^2.88.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
Expand All @@ -83,6 +86,9 @@
"scss": "^0.2.4",
"typescript": "^5.4.3",
"vite": "^4.5.2",
"vitest": "^0.32.4"
"vitest": "^0.32.4",
"jsdom": "24.0.0",
"tough-cookie": ">=4.1.3",
"request": "^2.88.2"
}
}
Loading

0 comments on commit 1ee658d

Please sign in to comment.