From 5a210dd26c2c8b79f2f4aa6f71ecf87b3e435e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:44:45 +0000 Subject: [PATCH] Bump eslint from 9.16.0 to 9.17.0 Bumps [eslint](https://github.com/eslint/eslint) from 9.16.0 to 9.17.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.16.0...v9.17.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 97f964b..1f12e51 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@eslint/js": "9.17.0", "@stylistic/eslint-plugin": "2.12.1", "@vercel/ncc": "0.38.3", - "eslint": "9.16.0", + "eslint": "9.17.0", "eslint-plugin-n": "17.15.0", "eslint-plugin-unicorn": "56.0.1" }