From ff089053b34c3cfce6aa3eff5c04d736462d42e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 11:38:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TINYMCE-6501006 - https://snyk.io/vuln/SNYK-JS-TINYMCE-6501605 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f2bb429e5a7d..7319bd6b6a5ba 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "shepherd.js": "^11.2.0", "short-and-sweet": "^1.0.4", "skipto": "^4.1.7", - "tinymce": "^6.7.1", + "tinymce": "^7.0.0", "vue": "3.2.45", "vue-focus-lock": "^2.0.5", "vuex": "^4.1.0",