From bd14c50dc060f5062398918c5a8e87dff814e162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Cantu=C3=A1ria?= Date: Wed, 2 Dec 2020 16:48:05 -0300 Subject: [PATCH] Bump lodash and tinymce versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 96ef0ea6f..d2eb25648 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "jquery": "^3.5.1", "jquery-mask-plugin": "^1.14.16", "jquery-ui-themes": "^1.12.0", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "moment": "^2.24.0", "moment-locales-webpack-plugin": "^1.1.2", "popper.js": "^1.16.1", "serialize-javascript": "^3.1.0", "terser": "^4.6.11", - "tinymce": "^4.9.9", + "tinymce": "^4.9.11", "tinymce-light-skin": "^1.3.1", "vue": "^2.6.11", "webpack": "^4.43.0",