From a23fa0bfe205e352a93d9e8bb8e48f2ea7f15e7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Nov 2023 14:26:12 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TINYMCE-6062167 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 481a9c4..d2363c9 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": "^5.10.9", "tslib": "^2.3.1", "web-animations-js": "^2.3.1", "zone.js": "^0.11.4"