Skip to content

Commit

Permalink
fix: examples/with-quill-js/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent a5fea53 commit 4f3d91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-quill-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f3d91b

Please sign in to comment.