Skip to content

Commit

Permalink
fix: dependabot issues (#768)
Browse files Browse the repository at this point in the history
* fix: update jose version

* fix: update vite

* chore: add changeset
  • Loading branch information
kangmingtay authored Apr 15, 2024
1 parent ef61542 commit 0816b0b
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 158 deletions.
6 changes: 6 additions & 0 deletions .changeset/five-dancers-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@supabase/auth-helpers-sveltekit': minor
'@supabase/auth-helpers-shared': minor
---

fix dependabot issues
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsconfig": "workspace:*",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.12"
"vite": "^5.2.8"
},
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vitest": "^0.34.6"
},
"dependencies": {
"jose": "^4.14.4"
"jose": "^4.15.5"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.39.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^5.0.0",
"vite": "^5.0.12"
"vite": "^5.2.8"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*"
Expand Down
Loading

0 comments on commit 0816b0b

Please sign in to comment.