From 6a2e433b38a93c14b6f1d96669d98f1b94b964d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 00:51:40 +0000 Subject: [PATCH] fix: upgrade grunt-contrib-clean from 0.6.0 to 0.7.0 Snyk has created this PR to upgrade grunt-contrib-clean from 0.6.0 to 0.7.0. See this package in npm: https://www.npmjs.com/package/grunt-contrib-clean See this project in Snyk: https://app.snyk.io/org/jswheeler/project/4567b17e-71a6-4f96-b1d9-11028646d51f?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 4b1124e..28f5877 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "forever": "^0.14.1", "grunt-cli": "^0.1.x", "grunt-concurrent": "^1.x.x", - "grunt-contrib-clean": "^0.6.x", + "grunt-contrib-clean": "^0.7.0", "grunt-contrib-jshint": ">=0.10.0", "grunt-contrib-watch": "^0.6.1", "grunt-db-migrate": "0.2.0",