From b3d1378f239337e043f9ba0fdb06f30a3f2c9bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:23:46 +0000 Subject: [PATCH 1/2] build(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.2.1. - [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.2.1/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 288f53b..98e62e6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@fastify/websocket": "^8.0.0", "@types/node": "^20.1.0", "@types/ws": "^8.2.2", - "@typescript-eslint/eslint-plugin": "^5.9.1", + "@typescript-eslint/eslint-plugin": "^6.2.1", "@typescript-eslint/parser": "^5.9.1", "express": "^4.17.2", "express-http-proxy": "^1.6.3", From 805acec8d5a8e17581bb36134cd90b5449f8d4b2 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Wed, 2 Aug 2023 14:26:01 +0200 Subject: [PATCH 2/2] fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 98e62e6..d5cd28d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/node": "^20.1.0", "@types/ws": "^8.2.2", "@typescript-eslint/eslint-plugin": "^6.2.1", - "@typescript-eslint/parser": "^5.9.1", + "@typescript-eslint/parser": "^6.2.1", "express": "^4.17.2", "express-http-proxy": "^1.6.3", "fast-proxy": "^2.1.0",