From 472089287d7fecd11758ef403c4a8b807922feec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jun 2021 01:41:08 +0000 Subject: [PATCH] fix: upgrade @typescript-eslint/parser from 2.0.0 to 2.34.0 Snyk has created this PR to upgrade @typescript-eslint/parser from 2.0.0 to 2.34.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/parser See this project in Snyk: https://app.snyk.io/org/cadamsapptio.com/project/704d0619-0000-4b7e-adf0-e84ef368e7ca?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96dec45cfd..48742e6a21 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "homepage": "https://github.com/cloudability/javascript-style-guide", "dependencies": { "@typescript-eslint/eslint-plugin": "2.0.0", - "@typescript-eslint/parser": "2.0.0", + "@typescript-eslint/parser": "2.34.0", "babel-eslint": "10.0.2", "eslint": "6.2.1", "eslint-config-airbnb": "18.0.1",