From dbf8af06a4d2f24aeb672e866a3b5a637bf831d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 06:32:15 +0000 Subject: [PATCH] chore(deps-dev): update @typescript-eslint/eslint-plugin requirement Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.39.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ad1d6e408..2c8ac7cb9 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@types/lodash": "^4.14.186", "@types/prettier": "^2.7.1", "@types/stylis": "^4.0.2", - "@typescript-eslint/eslint-plugin": "^5.37.0", + "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "@vitest/coverage-c8": "^0.23.2", "@vitest/ui": "^0.23.4",