From efc81f000447de7eaacf8b027694355e9130cf10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 19:15:24 +0000 Subject: [PATCH] Bump grunt-contrib-nodeunit from 0.3.3 to 3.0.0 Bumps [grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit) from 0.3.3 to 3.0.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-nodeunit/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-nodeunit/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-nodeunit/compare/v0.3.3...v3.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 6e298da..1f57c56 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "devDependencies": { "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-clean": "^0.5.0", - "grunt-contrib-nodeunit": "^0.3.3", + "grunt-contrib-nodeunit": "^3.0.0", "grunt": "~0.4.5" }, "peerDependencies": {