From e0514411b3815516ec45ce5bcb4c38884268b864 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Mar 2023 16:24:32 +0000 Subject: [PATCH] fix: upgrade grunt-bump from 0.1.0 to 0.8.0 Snyk has created this PR to upgrade grunt-bump from 0.1.0 to 0.8.0. See this package in npm: https://www.npmjs.com/package/grunt-bump See this project in Snyk: https://app.snyk.io/org/auth0-dx-services/project/68e6e46e-6b31-4fc0-846f-4a41009ca8cd?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 d1832f3..0875afc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "grunt": "0.4.x", "grunt-contrib-jshint": "0.11.x", "grunt-contrib-watch": "0.6.x", - "grunt-bump": "0.1.x" + "grunt-bump": "0.8.0" }, "peerDependencies": { "hapi": ">=17.x.x"