From 50ccc242ce0c15391c52f6a1aa5a15acf74e0191 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:23:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d7869c..2d5f933 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "express": "^4.15.2", "google-map-react": "^0.24.0", "isomorphic-unfetch": "^1.0.0", - "next": "^2.3.0", + "next": "^10.0.6", "prop-types": "^15.5.8", "react": "^15.5.4", "react-dom": "^15.5.4",