From 253a018218f05508a130088fd86a31df0dc84407 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 07:34:11 +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-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 6e04d2da95b6..ee40bb57f327 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",