From 6345f3b359eb0becfcb3aa689b2760bd9f5db505 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Jan 2021 03:12:07 +0000 Subject: [PATCH] fix: examples/with-slate/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:mem:20180117 --- examples/with-slate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-slate/package.json b/examples/with-slate/package.json index d7a0c4982c42..21e7cff5fcdc 100644 --- a/examples/with-slate/package.json +++ b/examples/with-slate/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "immutable": "^3.8.2", - "next": "6.1.1", + "next": "10.0.6", "react": "^16.4.2", "react-dom": "^16.4.2", "slate": "^0.37.0",