From f9e2a8292bb1054feaa2f5f6c022c1f5f5a4197e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:44:36 +0000 Subject: [PATCH] Bump eslint from 7.32.0 to 9.21.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.21.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/v7.32.0...v9.21.0) --- updated-dependencies: - dependency-name: 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 7731931..6c11f5a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@hapi/joi": "~17.1.0", "@hapi/lab": "~25.3.0", "@hapi/vision": "~7.0.0", - "eslint": "~7.32.0", + "eslint": "~9.21.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.31.0", "eslint-plugin-node": "~11.1.0",