From b5ffbb725428426ba571a757e1b47272b1d2d6ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:06:34 +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-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - 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 - https://snyk.io/vuln/SNYK-JS-URLPARSE-1078283 - https://snyk.io/vuln/SNYK-JS-URLPARSE-1533425 --- examples/with-unsplash/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-unsplash/package.json b/examples/with-unsplash/package.json index 760fffc5773a..40e5a0a3baa3 100644 --- a/examples/with-unsplash/package.json +++ b/examples/with-unsplash/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "dependencies": { - "next": "^9.5.1", + "next": "^11.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "swr": "^0.3.0", - "unsplash-js": "^6.0.0" + "unsplash-js": "^7.0.0" }, "devDependencies": { "@types/node": "^14.0.27",