From f54c914c222b1c307b2fba2ebad34cc553daf4df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 07:40:39 +0000 Subject: [PATCH] fix: examples/with-quill-js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-quill-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-quill-js/package.json b/examples/with-quill-js/package.json index c1bc88c00cdc..c94875123f61 100644 --- a/examples/with-quill-js/package.json +++ b/examples/with-quill-js/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.0.6", "react": "^16.7.0", "react-dom": "^16.7.0", "react-quill": "^1.3.3"