From 6a68743505847613f06140dae06baf063c6cbd08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Apr 2021 02:44:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GETOBJECT-1054932 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d519a6d498f..2f5f078ffa7 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ } ], "devDependencies": { - "grunt": "~0.4.0", + "grunt": "~1.3.0", "grunt-cli": "1.2.0", "grunt-contrib-clean": "1.0.0", "grunt-contrib-copy": "1.0.0",