From e5862dad83075632acc8a8ac74a26db59deb2bd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Apr 2021 00:28:01 +0000 Subject: [PATCH] fix: upgrade next from 10.0.3 to 10.1.3 Snyk has created this PR to upgrade next from 10.0.3 to 10.1.3. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/j-vin-b8w/project/b5e04805-1c2d-463d-bf9a-4b8fd568e27d?utm_source=github&utm_medium=upgrade-pr --- 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..e2560407f5282 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": "10.1.3", "react": "17.0.1", "react-dom": "17.0.1", "uuid": "^8.3.1"