From 35007c0e8f5f72efd217ca0676276072c919736a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 21:21:28 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..66de7a2 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.4.0", "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.4.0" }, "scripts": { "snyk-protect": "snyk protect",