From a30b3709dd8db44282601a1896f4e786a08d4f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 12:55:55 +0100 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.16.0 (#8155) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.15.0 to 5.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/v5.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] 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 69451616..c674f151 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@types/tar-fs": "2.0.1", "@types/ws": "8.5.3", "@typescript-eslint/eslint-plugin": "5.15.0", - "@typescript-eslint/parser": "5.15.0", + "@typescript-eslint/parser": "5.16.0", "@web/test-runner": "0.13.27", "commonmark": "0.30.0", "cross-env": "7.0.3",