From b09e1a042b214be35876d663dafae68863e690b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:11:10 +0000 Subject: [PATCH] Bump @typescript-eslint/eslint-plugin in /packages/credentials Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.10.0 to 8.8.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/v8.8.0/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] --- packages/credentials/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/credentials/package.json b/packages/credentials/package.json index 0ad70f524..a0459aa33 100644 --- a/packages/credentials/package.json +++ b/packages/credentials/package.json @@ -92,7 +92,7 @@ "@types/node": "20.14.8", "@types/pako": "^2.0.3", "@types/sinon": "17.0.3", - "@typescript-eslint/eslint-plugin": "7.10.0", + "@typescript-eslint/eslint-plugin": "8.8.0", "@typescript-eslint/parser": "7.14.1", "@web/test-runner": "0.18.2", "@web/test-runner-playwright": "0.11.0",