From ac89e1fa2c579d19caf8e535b6b7347105d1c43e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Mar 2021 02:07:38 +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 f3fefa80..e32562e9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "grunt": "0.4.5", + "grunt": "1.0.0", "grunt-cli": "0.1.13", "grunt-jquery-content": "3.0.1", "grunt-sri": "0.0.5",