Skip to content

Commit

Permalink
fix: examples/with-iron-session/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 23, 2023
1 parent a5fea53 commit dfa2c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-iron-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "^9.4.4",
"next": "^12.0.8",
"next-iron-session": "4.1.7",
"prop-types": "15.7.2",
"react": "16.13.1",
Expand Down

0 comments on commit dfa2c8e

Please sign in to comment.