Skip to content

Commit

Permalink
fix: examples/with-sentry/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
  • Loading branch information
snyk-bot committed Jun 24, 2023
1 parent df5b621 commit fe321a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@sentry/nextjs": "^6.15.0",
"next": "^10.0.8 || 11.x",
"next": "^12.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down

0 comments on commit fe321a0

Please sign in to comment.