From 2827fe9d16e38912ba8cbbd62f68d381af01045f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 22 Jun 2022 12:38:49 +0200 Subject: [PATCH] Build: Update Grunt to resolve CVE-2022-1537 More details: https://github.com/advisories/GHSA-rm36-94g8-835r Fixes gh-2090 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db614202463..348712a5a38 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "commitplease": "3.2.0", "eslint-config-jquery": "3.0.0", "glob": "7.2.0", - "grunt": "1.4.1", + "grunt": "1.5.3", "grunt-bowercopy": "1.2.5", "grunt-cli": "1.4.3", "grunt-compare-size": "0.4.2",