From aa3382252869e7a63cf30ee3397fafd3744cde4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 00:02:42 +0000 Subject: [PATCH] Bump @typescript-eslint/parser in /app/experimenter/static/rapid Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.6.1 to 3.7.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/v3.7.0/packages/parser) Signed-off-by: dependabot[bot] --- app/experimenter/static/rapid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/experimenter/static/rapid/package.json b/app/experimenter/static/rapid/package.json index 2a86ba612e..f81fa56233 100644 --- a/app/experimenter/static/rapid/package.json +++ b/app/experimenter/static/rapid/package.json @@ -27,7 +27,7 @@ "@types/react-router-dom": "5.1.5", "@types/react-select": "3.0.13", "@typescript-eslint/eslint-plugin": "3.6.1", - "@typescript-eslint/parser": "3.6.1", + "@typescript-eslint/parser": "3.7.0", "babel-loader": "8.1.0", "eslint": "7.3.1", "eslint-config-prettier": "6.11.0",