Skip to content

Commit dcb02e8

Browse files
committed
fix: examples/realtime/nextjs-authorization-demo/package.json & examples/realtime/nextjs-authorization-demo/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 dcb02e8

File tree

2 files changed

+57
-46
lines changed

2 files changed

+57
-46
lines changed

examples/realtime/nextjs-authorization-demo/package-lock.json

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

examples/realtime/nextjs-authorization-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@supabase/supabase-js": "2.44.0",
1515
"autoprefixer": "10.4.17",
1616
"geist": "^1.2.1",
17-
"next": "latest",
17+
"next": "14.2.35",
1818
"postcss": "8.4.33",
1919
"react": "18.2.0",
2020
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)