From e49a775dbe9b2a7592b438aeae92ceb71bef581a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Dec 2021 00:10:45 +0100 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 5.4.0 to 5.5.0 (#963) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.4.0 to 5.5.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/v5.5.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fcd2ebd..cff9591f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@rollup/plugin-commonjs": "21.0.1", "@rollup/plugin-node-resolve": "13.0.6", "@typescript-eslint/eslint-plugin": "5.5.0", - "@typescript-eslint/parser": "5.4.0", + "@typescript-eslint/parser": "5.5.0", "babel-plugin-add-module-exports": "1.0.4", "eslint": "8.3.0", "eslint-config-google": "0.14.0",