From 89b48bc13983b5c984d241f4d130298d41f3dd93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:08:33 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- public/ueditor/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/ueditor/package.json b/public/ueditor/package.json index f455d40..83abdd5 100644 --- a/public/ueditor/package.json +++ b/public/ueditor/package.json @@ -22,18 +22,18 @@ "url": "https://github.com/fex-team/umeditor/issues" }, "dependencies": { - "grunt": "~1.3.0", - "grunt-contrib-concat": "~1.0.1", - "grunt-contrib-cssmin": "~3.0.0", + "grunt": "~1.4.0", + "grunt-contrib-concat": "~2.0.0", + "grunt-contrib-cssmin": "~4.0.0", "grunt-closurecompiler": "~0.9.9", "grunt-contrib-copy": "~1.0.0", "grunt-transcoding": "~0.1.1", "grunt-text-replace": "~0.4.0", - "grunt-contrib-compress": "~1.6.0", + "grunt-contrib-compress": "~2.0.0", "snyk": "^1.316.1" }, "devDependencies": { - "grunt": "~1.3.0" + "grunt": "~1.4.0" }, "scripts": { "snyk-protect": "snyk protect",