From 6623dde4a92015b9035d8c7673dd20aafd7744be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 12:07:05 +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 1f5d53a080..0c98e574f6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "ngstorage": "^0.3.4", "select2": "^3.4.5", "select2-bootstrap-css": "^1.4.6", - "tinymce": "^5.10.9" + "tinymce": "^7.0.0" }, "engines": { "yarn": ">= 1.0.0"