From f00b63c364ce9fc58a7f3b54af0e9a563d0e58d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:41:29 +0000 Subject: [PATCH] Bump eslint from 7.32.0 to 9.19.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.19.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.19.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..7fd293c 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.19.0", "eslint-config-standard": "~16.0.2", "eslint-plugin-import": "~2.31.0", "eslint-plugin-node": "~11.1.0",