From a866651f5e91a556f736c714b5e2a50ae468d497 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 22:25:29 +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-NEXT-2405694 --- 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..f65004e9103c 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.1.0", "react": "17.0.1", "react-dom": "17.0.1", "uuid": "^8.3.1"