From 3fc1f1adf46bfdb23c86b4175dca3c532f28a12f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Mar 2024 04:20:14 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QUILL-451551 - https://snyk.io/vuln/SNYK-JS-QUILL-460312 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f75c88ec..06b3ab65 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "markdown-it-sub": "^1.0.0", "markdown-it-sup": "^1.0.0", "markdown-it-task-lists": "^2.1.1", - "quill": "^1.3.6", + "quill": "^1.3.7", "v-show-slide": "^1.8.3", "vddl": "^0.7.1", "vue": "~2.6",