From 3b56cf93b40c9f7d16ceccb35b4ea2f9e264db86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 21:20:10 +0000 Subject: [PATCH] fix: public/ueditor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GRUNT-2813632 --- public/ueditor/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/ueditor/package.json b/public/ueditor/package.json index f455d40..a260b3a 100644 --- a/public/ueditor/package.json +++ b/public/ueditor/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/fex-team/umeditor/issues" }, "dependencies": { - "grunt": "~1.3.0", + "grunt": "~1.5.3", "grunt-contrib-concat": "~1.0.1", "grunt-contrib-cssmin": "~3.0.0", "grunt-closurecompiler": "~0.9.9", @@ -33,7 +33,7 @@ "snyk": "^1.316.1" }, "devDependencies": { - "grunt": "~1.3.0" + "grunt": "~1.5.3" }, "scripts": { "snyk-protect": "snyk protect",