From ef65831ec780da629836e74e7da1c99b546f693f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:23:10 +0000 Subject: [PATCH] Bump eslint from 9.11.1 to 9.12.0 Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.12.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.11.1...v9.12.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef8c516..1eb4723 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@eslint/js": "9.11.1", "@stylistic/eslint-plugin": "2.9.0", "@vercel/ncc": "0.38.2", - "eslint": "9.11.1", + "eslint": "9.12.0", "eslint-plugin-n": "17.10.3", "eslint-plugin-unicorn": "56.0.0" }