From fb3456884d002538c20dff53613cae0137ccaed3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Oct 2023 19:08:42 +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-NEXT-6032387 --- 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 eb228f06d69ef..edae72703cd4e 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": "^13.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-quill": "^1.3.3"