From aa88f00d7a4f4549db1b3a6cbd800bde7002cdb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 08:05:34 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.2. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.2/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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 0236f55f..3400c991 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@fastify/swagger-ui": "^2.0.1", "@types/node": "^20.1.0", "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^6.3.0", + "@typescript-eslint/parser": "^7.0.2", "benchmark": "^2.1.4", "climem": "^2.0.0", "concat-stream": "^2.0.0", From 20f0a6d3e73e0f0937029f813411514ea343196c Mon Sep 17 00:00:00 2001 From: uzlopak Date: Sun, 3 Mar 2024 22:58:31 +0100 Subject: [PATCH 2/2] fix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3400c991..34685682 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@fastify/swagger": "^8.10.1", "@fastify/swagger-ui": "^2.0.1", "@types/node": "^20.1.0", - "@typescript-eslint/eslint-plugin": "^6.3.0", - "@typescript-eslint/parser": "^7.0.2", + "@typescript-eslint/eslint-plugin": "^7.1.0", + "@typescript-eslint/parser": "^7.1.0", "benchmark": "^2.1.4", "climem": "^2.0.0", "concat-stream": "^2.0.0",