From 09904ea0817445be0775166434fb84a3903cc76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 03:01:20 +0000 Subject: [PATCH] Bump grunt-eslint from 23.0.0 to 24.0.1 Bumps [grunt-eslint](https://github.com/sindresorhus/grunt-eslint) from 23.0.0 to 24.0.1. - [Release notes](https://github.com/sindresorhus/grunt-eslint/releases) - [Commits](https://github.com/sindresorhus/grunt-eslint/compare/v23.0.0...v24.0.1) --- 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..b8c3c2afe 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.1", "grunt-exec": "~3.0.0", "grunt-filerev": "~2.3.1", "grunt-git-deploy": "~0.3.1",