From cda5b0125725b58f8f3f5ee2f2c23d9e38224dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 09:53:19 +0000 Subject: [PATCH] Bump grunt-contrib-watch from 0.2.0 to 1.1.0 in /js Bumps [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch) from 0.2.0 to 1.1.0. - [Release notes](https://github.com/gruntjs/grunt-contrib-watch/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-watch/blob/main/CHANGELOG) - [Commits](https://github.com/gruntjs/grunt-contrib-watch/compare/v0.2.0...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] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 75aece6..9fb9e64 100644 --- a/js/package.json +++ b/js/package.json @@ -24,7 +24,7 @@ "grunt-concurrent": "~1.0.0", "grunt-contrib-concat": "~0.1.2", "grunt-contrib-less": "~0.6.4", - "grunt-contrib-watch": "~0.2.0", + "grunt-contrib-watch": "~1.1.0", "grunt-newer": "~1.1.1", "grunt-wrap": "~0.2.0" },