From ed028355859cc210c3c24bf1650147eeea8714bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 3 Oct 2022 23:06:37 +0200 Subject: [PATCH] Build: Update Grunt from 1.4.1 to 1.5.3 This will resolve the following security issues: * Path Traversal in Grunt: https://github.com/advisories/GHSA-j383-35pm-c5h4 * Race Condition in Grunt: https://github.com/advisories/GHSA-rm36-94g8-835r Closes gh-5134 (cherry picked from commit aa231cd21421503d319ad6068e7df0fb3baa7fea) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 492e51d78..2ed574829 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "commitplease": "3.2.0", "core-js": "2.6.5", "eslint-config-jquery": "3.0.0", - "grunt": "1.4.1", + "grunt": "1.5.3", "grunt-babel": "8.0.0", "grunt-cli": "1.4.3", "grunt-compare-size": "0.4.2", -- 2.39.5