Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 7, 2024
1 parent 90af9c5 commit e3a14d1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
40 changes: 30 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev:worker": "bun run --watch ./worker/worker.ts"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.4.1",
"@auth/drizzle-adapter": "^1.6.0",
"@bitpatty/imgproxy-url-builder": "^1.7.0",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.9.4",
Expand Down

0 comments on commit e3a14d1

Please sign in to comment.