From 2aee9922550fd237bf13a93906bacd1db5c08e77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 22:04:31 +0000 Subject: [PATCH] fix: examples/with-unsplash/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-unsplash/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-unsplash/package.json b/examples/with-unsplash/package.json index ddd5d6bb3a6b1..c38d34acf0013 100644 --- a/examples/with-unsplash/package.json +++ b/examples/with-unsplash/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.5.1", + "next": "^10.2.0", "react": "16.13.1", "react-dom": "16.13.1", "swr": "^0.3.0",