From f40c422f166789bc18daa42c9686d271f063b148 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Feb 2022 16:05:31 +0000 Subject: [PATCH] feat: upgrade grunt-contrib-clean from 1.1.0 to 2.0.0 Snyk has created this PR to upgrade grunt-contrib-clean from 1.1.0 to 2.0.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-clean See this project in Snyk: https://app.snyk.io/org/lholmquist/project/fead9594-fb58-4417-9bc8-3b5b7fe4be71?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b93497..c90bf6d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "ISC", "devDependencies": { "grunt": "^1.0.1", - "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-qunit": "^1.2.0",