From a3f179c52f7901f9fe2620d1a0924a92df4a5c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:07:11 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 7.12.0 to 7.13.1 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.12.0 to 7.13.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/v7.13.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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8b0e5ee..e26d9850 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@types/jest": "29.5.12", "@types/node": "20.12.12", "@typescript-eslint/eslint-plugin": "7.10.0", - "@typescript-eslint/parser": "7.12.0", + "@typescript-eslint/parser": "7.13.1", "browser-sync": "3.0.2", "browser-sync-webpack-plugin": "https://github.com/G-Rath/browser-sync-webpack-plugin.git#patch-1", "buffer": "6.0.3",