From ad4a5b82dea2f799d98f9e7258db8aaa72138dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:31:19 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 7.14.1 to 7.16.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.14.1 to 7.16.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/v7.16.0/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 28c329d7..699f8807 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@types/jest": "29.5.12", "@types/node": "20.14.9", "@typescript-eslint/eslint-plugin": "7.16.0", - "@typescript-eslint/parser": "7.14.1", + "@typescript-eslint/parser": "7.16.0", "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",