Skip to content

Commit 0169692

Browse files
committed
chore: resolve dependabot alerts
1 parent 627c57c commit 0169692

File tree

5 files changed

+82
-45
lines changed

5 files changed

+82
-45
lines changed

.changeset/fresh-worms-search.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'config': minor
3+
'@supabase/auth-helpers-nextjs': minor
4+
'@supabase/auth-helpers-shared': minor
5+
---
6+
7+
resolve dependabot alerts

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"eslint": "^8.47.0",
20-
"next": "^13.5.1",
20+
"next": ">=14.1.1",
2121
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
2222
"react-dom": "^17.0.2 || ^18.0.0-0",
2323
"rimraf": "^3.0.2",

packages/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@supabase/supabase-js": "2.42.0",
3232
"@types/set-cookie-parser": "^2.4.3",
3333
"config": "workspace:*",
34-
"next": "^13.5.1",
34+
"next": ">=14.1.1",
3535
"react": "^18.2.0",
3636
"react-dom": "^18.2.0",
3737
"rimraf": "^4.4.1",

packages/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@supabase/supabase-js": "2.42.0",
3737
"@types/cookie": "^0.5.1",
3838
"cookie": "^0.5.0",
39-
"next": "^13.5.5",
39+
"next": ">=14.1.1",
4040
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
4141
"react-dom": "^17.0.2 || ^18.0.0-0",
4242
"tsconfig": "workspace:*",

pnpm-lock.yaml

+72-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)