From 9e808c353a30280ebbf853e4c506033a58cd6850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:32:43 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdbe12c..2a9c1ef 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/jest": "^29.2.0", "@types/node": "^20.0.0", "@types/whatwg-url": "^11.0.0", - "@typescript-eslint/eslint-plugin": "^5.9.0", + "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^5.9.0", "amqplib": "^0.10.3", "chai": "^4.1.2",