From 8a21ddc036e86903859933417e69044f58a0275e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Mar 2021 07:37:07 +0000 Subject: [PATCH] fix: examples/with-iron-session/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 --- examples/with-iron-session/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-iron-session/package.json b/examples/with-iron-session/package.json index 6e04d2da95b66..ee40bb57f3279 100644 --- a/examples/with-iron-session/package.json +++ b/examples/with-iron-session/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.4.4", + "next": "^10.0.6", "next-iron-session": "4.1.7", "prop-types": "15.7.2", "react": "16.13.1",