Skip to content

Commit a6ceaae

Browse files
committed
fix: examples/auth/nextjs/package.json & examples/auth/nextjs/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-14400636 - https://snyk.io/vuln/SNYK-JS-NANOID-8492085
1 parent 9e0e4f6 commit a6ceaae

File tree

2 files changed

+59
-48
lines changed

2 files changed

+59
-48
lines changed

examples/auth/nextjs/package-lock.json

Lines changed: 58 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/auth/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@supabase/supabase-js": "latest",
1111
"autoprefixer": "10.4.17",
1212
"geist": "^1.2.1",
13-
"next": "latest",
13+
"next": "14.2.35",
1414
"postcss": "8.4.33",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)