From 4290d256354e570f563ae1fadc41e2c381b4166b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Apr 2023 11:29:41 +0000 Subject: [PATCH] Bump @typescript-eslint/parser from 5.40.1 to 5.57.1 in /backend Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.40.1 to 5.57.1. - [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/v5.57.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 80f5f33e..f17caf2a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -57,7 +57,7 @@ "@types/node": "18.11.0", "@types/parse": "2.18.18", "@typescript-eslint/eslint-plugin": "5.40.1", - "@typescript-eslint/parser": "5.40.1", + "@typescript-eslint/parser": "5.57.1", "babel-eslint": "10.1.0", "babel-watch": "7.7.0", "bluebird": "3.7.2",