From 3af0897f421abf2b80eaec22c37d18b485be83fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 08:14:23 +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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- 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 760fffc5773a51..6c6383305741bb 100644 --- a/examples/with-unsplash/package.json +++ b/examples/with-unsplash/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.5.1", + "next": "^10.0.2", "react": "^17.0.2", "react-dom": "^17.0.2", "swr": "^0.3.0",