From 1bdf10faebcb656d62176fd05d8563847fc10b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:16:23 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser in /app/travel_analytics Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.17.0. - [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/v8.17.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/travel_analytics/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/travel_analytics/package.json b/app/travel_analytics/package.json index eae4356e..1eee753d 100644 --- a/app/travel_analytics/package.json +++ b/app/travel_analytics/package.json @@ -28,7 +28,7 @@ "@sap/ux-ui5-tooling": "1", "@sapui5/types": "~1.130.0", "@typescript-eslint/eslint-plugin": "^7.1.1", - "@typescript-eslint/parser": "^7.1.1", + "@typescript-eslint/parser": "^8.17.0", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-ui5": "^4.0.1",