From e4d17a7d560af48390567838166dd4f4c2ec0564 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Mar 2024 13:14:39 +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 481a9c4..8cc0709 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "ngx-smart-popover": "^1.4.0", "rxjs": "7.5.2", "screenfull": "^6.0.1", - "tinymce": "^5.10.2", + "tinymce": "^7.0.0", "tslib": "^2.3.1", "web-animations-js": "^2.3.1", "zone.js": "^0.11.4"