From 50685f73c0db11e1588c4a7a1901b685da7c8fbe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 04:15:14 +0000 Subject: [PATCH] Bump grunt-browserify from 5.3.0 to 6.0.0 Bumps [grunt-browserify](https://github.com/jmreidy/grunt-browserify) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/jmreidy/grunt-browserify/releases) - [Changelog](https://github.com/jmreidy/grunt-browserify/blob/master/CHANGELOG.md) - [Commits](https://github.com/jmreidy/grunt-browserify/compare/v5.3.0...v6.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b5602f6..20c06c5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "coveralls": "^3.0.3", "grunt": "^1.0.1", - "grunt-browserify": "^5.0.0", + "grunt-browserify": "^6.0.0", "grunt-contrib-uglify": "^4.0.0", "grunt-documentation": "^1.2.1", "istanbul": "^0.4.5",