From c5aaeb61e1f3673a2f659c625920b9dbd8ba4483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:39:25 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.17.0 in /gui Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.4 to 6.17.0. - [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.17.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/package.json b/gui/package.json index 1f08b954..932d36b6 100644 --- a/gui/package.json +++ b/gui/package.json @@ -67,7 +67,7 @@ }, "devDependencies": { "@types/nconf": "^0.10.6", - "@typescript-eslint/eslint-plugin": "6.7.4", + "@typescript-eslint/eslint-plugin": "6.17.0", "@vitejs/plugin-vue": "4.5.2", "electron": "28.0.0", "electron-builder": "24.9.1",