From 8708a03c7e4d3b0dce8d430f5f6a3c0ed250f359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Nov 2021 07:13:57 +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-SHELLQUOTE-1766506 --- 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 b43827f60cb63..e649c3a483282 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.2", "react": "17.0.1", "react-dom": "17.0.1", "uuid": "^8.3.1"