From 22fce9f2c4219b3453792cbe3dbceb84070f4db9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 20:17:16 +0000 Subject: [PATCH] Bump grunt-contrib-nodeunit from 4.0.0 to 5.0.0 Bumps [grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit) from 4.0.0 to 5.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/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: grunt-contrib-nodeunit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aaa09394..e851f7fa 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "grunt": "^1.0.4", "grunt-compare-size": "^0.4.2", "grunt-contrib-connect": "^3.0.0", - "grunt-contrib-nodeunit": "^4.0.0", + "grunt-contrib-nodeunit": "^5.0.0", "grunt-contrib-qunit": "^6.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-exec": "^3.0.0",