Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade next from 10.0.8 to 10.2.3 #37

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade next from 10.0.8 to 10.2.3
Snyk has created this PR to upgrade next from 10.0.8 to 10.2.3.

See this package in npm:
https://www.npmjs.com/package/next

See this project in Snyk:
https://app.snyk.io/org/adamlaska.ivanov/project/f09f44e7-8266-4542-8435-33ec8168773a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 12, 2022
commit 3d7d9d2544c924f472d060848975e27f4dfe60b4
2 changes: 1 addition & 1 deletion examples/styled-jsx-with-csp/package.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
},
"dependencies": {
"nanoid": "3.1.21",
"next": "10.0.8",
"next": "10.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}