From 75e499bc70e49c197b57c51614aed5cb32474085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:24:25 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/eslint-plugin in /apps/game Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.33.0 to 6.7.5. - [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/v6.7.5/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/game/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/game/package.json b/apps/game/package.json index 0769ac19a..7fcfce6a1 100644 --- a/apps/game/package.json +++ b/apps/game/package.json @@ -42,7 +42,7 @@ "@types/md5": "^2.2.1", "@types/node": "^14.17.34", "@types/uuid": "^8.3.3", - "@typescript-eslint/eslint-plugin": "^4.33.0", + "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^4.33.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3",