From 6e56671da1f0081ec9cd6f1f7b0c124a0fcecb7d Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 18 Sep 2021 08:22:09 +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-OBJECTPATH-1585658
---
 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 0ca34a36fe744..f5ff7701f0262 100644
--- a/examples/with-quill-js/package.json
+++ b/examples/with-quill-js/package.json
@@ -6,7 +6,7 @@
     "start": "next start"
   },
   "dependencies": {
-    "next": "^9.1.8-canary.11",
+    "next": "^10.0.0",
     "react": "^17.0.2",
     "react-dom": "^17.0.2",
     "react-quill": "^1.3.3"