From 480559913826bb31a93f509471e575ca5f811d1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Oct 2020 06:39:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1017036 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2484af881c..6183908a84 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "lodash.debounce": "4.0.8", "md5": "2.2.1", "mitt": "1.1.2", - "next": "9.2.2-canary.14", + "next": "10.0.0", "nprogress": "0.2.0", "prop-types": "15.6.2", "qs": "6.6.0",