From f32d5487ce7c27de95af6ca580aca60c3ff84eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:45:59 +0000 Subject: [PATCH] build(deps-dev): bump eslint from 8.57.1 to 9.16.0 Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.16.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/v8.57.1...v9.16.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 74b616c..ff65bd0 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@types/node": "^18.15.5", "elysia": ">= 1.1.0", "esbuild": "^0.19.3", - "eslint": "^8.26.0", + "eslint": "^9.16.0", "expect-type": "^0.17.3", "rimraf": "^4.4.1", "tsup": "^8.1.0",