From 7f8f2e3270a7bf7b44e4d229b9650d4fcbcbb528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:51:02 +0000 Subject: [PATCH] chore(deps-dev): bump typescript-eslint from 8.15.0 to 8.18.2 Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.15.0 to 8.18.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-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 3617c447..5525da1f 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "release-it": "^17.2.0", "sscrypto": "^1.1.1", "typescript": "5.6.3", - "typescript-eslint": "8.15.0" + "typescript-eslint": "8.18.2" }, "peerDependencies": { "react": "*",