From bb6681aef29e4f34bfc1eb15f92c5c716fb0ce73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 00:32:44 +0000 Subject: [PATCH] build(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.2 to 4.32.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.32.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 9f76af2f..3469d1c6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@types/lodash": "^4.14.172", "@types/qs": "^6.9.5", "@typescript-eslint/eslint-plugin": "4.31.2", - "@typescript-eslint/parser": "4.31.2", + "@typescript-eslint/parser": "4.32.0", "axios": "^0.21.0", "axios-mock-adapter": "^1.15.0", "babel-eslint": "^10.1.0",