Skip to content

Commit

Permalink
chore: resolve dependabot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Jun 4, 2024
1 parent 627c57c commit 0169692
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 45 deletions.
7 changes: 7 additions & 0 deletions .changeset/fresh-worms-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'config': minor
'@supabase/auth-helpers-nextjs': minor
'@supabase/auth-helpers-shared': minor
---

resolve dependabot alerts
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"eslint": "^8.47.0",
"next": "^13.5.1",
"next": ">=14.1.1",
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@supabase/supabase-js": "2.42.0",
"@types/set-cookie-parser": "^2.4.3",
"config": "workspace:*",
"next": "^13.5.1",
"next": ">=14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@supabase/supabase-js": "2.42.0",
"@types/cookie": "^0.5.1",
"cookie": "^0.5.0",
"next": "^13.5.5",
"next": ">=14.1.1",
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"tsconfig": "workspace:*",
Expand Down
114 changes: 72 additions & 42 deletions pnpm-lock.yaml

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

0 comments on commit 0169692

Please sign in to comment.