From 036415c2054b4e5cb7918fd92ab3c6fb33d93a7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Sep 2022 16:00:12 +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-2635969 - 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",