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-NEXT-8520073
  • Loading branch information
snyk-bot committed Dec 24, 2024
1 parent 230641a commit c311a7a
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 @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "^9.1.8-canary.11",
"next": "^14.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-quill": "^1.3.3"
Expand Down

0 comments on commit c311a7a

Please sign in to comment.