Skip to content

Commit

Permalink
Fix Dependabot alerts "Websites were able to send any requests to the…
Browse files Browse the repository at this point in the history
… development server and read the response in vite"

ref: https://github.com/giselles-ai/giselle/security/dependabot/6

```sh
pnpm update @vitest/coverage-v8 vite-tsconfig-paths vitest --latest
```
  • Loading branch information
shige committed Jan 28, 2025
1 parent 87ff659 commit 4bc32b9
Show file tree
Hide file tree
Showing 2 changed files with 459 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@
"@types/nodemailer": "6.4.17",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@vitest/coverage-v8": "2.1.8",
"@vitest/coverage-v8": "3.0.4",
"drizzle-kit": "0.23.0",
"pino-pretty": "13.0.0",
"postcss": "8.4.49",
"tailwindcss": "3.4.17",
"turbo": "2.0.9",
"typescript": "5.6.2",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.8"
"vitest": "3.0.4"
},
"trustedDependencies": ["@sentry/cli"],
"overrides": {
Expand Down
Loading

0 comments on commit 4bc32b9

Please sign in to comment.