From 293626cbef2c225dbb77993e0481671a027e06e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 14:28:54 +0000 Subject: [PATCH] fix: examples/api-routes-rate-limit/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-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/api-routes-rate-limit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/api-routes-rate-limit/package.json b/examples/api-routes-rate-limit/package.json index 568cc38e0b84..edac55aac29c 100644 --- a/examples/api-routes-rate-limit/package.json +++ b/examples/api-routes-rate-limit/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "lru-cache": "^6.0.0", - "next": "10.0.3", + "next": "11.1.1", "react": "^17.0.2", "react-dom": "^17.0.2", "uuid": "^8.3.1"