From c53a55cb8580f0cd45e1c121aa6e1878774c8b7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 11:42:30 +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-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- 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..1fc1d81e342e 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.4", "react": "^17.0.2", "react-dom": "^17.0.2", "uuid": "^8.3.1"