From 529fa5a0de69ef598b19a5ffa99cbab2345748c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 01:37:36 +0000 Subject: [PATCH] Bump grunt-contrib-watch from 0.6.1 to 1.1.0 Bumps [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch) from 0.6.1 to 1.1.0. - [Changelog](https://github.com/gruntjs/grunt-contrib-watch/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-watch/compare/v0.6.1...v1.1.0) --- updated-dependencies: - dependency-name: grunt-contrib-watch 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 483efa0..d072d20 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "coffee-script": "1.12.7", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-watch": "~1.1.0", "grunt-mocha-test": "~0.13.3", "grunt-release": "~0.13.1", "hubot": "2.x",