From 773ae648e110120a16c2875a9a439de0cd1fd07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:10:38 +0000 Subject: [PATCH 1/2] Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.7.4 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.7.4. - [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.4/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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 31419d9..f67a0f7 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@types/jest": "^29.4.0", "@types/node": "^20.2.5", - "@typescript-eslint/eslint-plugin": "^5.50.0", + "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^5.50.0", "@vercel/ncc": "^0.38.0", "eslint": "^8.33.0", From cc7c284520bf31b4a6d61398f19f687f6b38450b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius=20=28aka=20MekDrop=29?= Date: Mon, 2 Oct 2023 21:25:59 +0300 Subject: [PATCH 2/2] package.json fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f67a0f7..cede1fc 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jest": "^29.4.0", "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^6.7.4", - "@typescript-eslint/parser": "^5.50.0", + "@typescript-eslint/parser": "^6.7.4", "@vercel/ncc": "^0.38.0", "eslint": "^8.33.0", "eslint-plugin-github": "^4.6.0",