From c487e1ca3c67cae534460f4ede8401cbe643c7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 03:01:46 +0000 Subject: [PATCH] Bump grunt-eslint from 23.0.0 to 24.0.0 Bumps [grunt-eslint](https://github.com/sindresorhus/grunt-eslint) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/sindresorhus/grunt-eslint/releases) - [Commits](https://github.com/sindresorhus/grunt-eslint/compare/v23.0.0...v24.0.0) --- updated-dependencies: - dependency-name: grunt-eslint 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 7a9d219b7..5cdf4b236 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "grunt-contrib-uglify": "~5.0.0", "grunt-contrib-watch": "~1.1.0", "grunt-docco": "~0.5.0", - "grunt-eslint": "^23.0.0", + "grunt-eslint": "^24.0.0", "grunt-exec": "~3.0.0", "grunt-filerev": "~2.3.1", "grunt-git-deploy": "~0.3.1",