From eebf3150db3a6e40ea90b773ec6be86f5f527921 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 May 2020 04:02:56 -0400 Subject: [PATCH] fix: upgrade tinymce from 4.5.1 to 4.9.9 Snyk has created this PR to upgrade tinymce from 4.5.1 to 4.9.9. See this package in NPM: https://www.npmjs.com/package/tinymce See this project in Snyk: https://app.snyk.io/org/iamhunter/project/4c06392c-a1d4-4ec6-a75c-b0fcc45b98ff?utm_source=github&utm_medium=upgrade-pr --- src/main/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/package.json b/src/main/webapp/package.json index c09398fdd6a..7398629700a 100644 --- a/src/main/webapp/package.json +++ b/src/main/webapp/package.json @@ -17,7 +17,7 @@ "qunitjs": "2.1.0", "respond.js": "1.4.2", "stylelint": "7.6.0", - "tinymce": "4.5.1", + "tinymce": "4.9.9", "topojson": "1.6.27" } }