From 16a4e377aae29da853da563ae6b474eceef5b55e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 00:37: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-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 b43827f60cb6..7acda7ffabc3 100644 --- a/examples/api-routes-rate-limit/package.json +++ b/examples/api-routes-rate-limit/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "lru-cache": "^6.0.0", - "next": "10.0.3", + "next": "12.0.9", "react": "17.0.1", "react-dom": "17.0.1", "uuid": "^8.3.1"