From 6bece15bc08f88dbdb93172be10931d5e2fed626 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 21:04:42 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 84ed8fc..e1bf28c 100644 --- a/example/package.json +++ b/example/package.json @@ -9,7 +9,7 @@ "dependencies": { "aphrodite-jss": "^1.1.1", "lodash": "^4.17.4", - "next": "^5.0.0", + "next": "^10.0.6", "react": "^16.2.0", "react-dom": "^16.2.0" },