From f1a29ace332722cb67acce8ac42501a367c1d8c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:48:05 +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.3. - [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.3/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..44c223fb3 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.3", "@typescript-eslint/parser": "^4.33.0", "concurrently": "^7.6.0", "cross-env": "^7.0.3",