From 0431bb9bf24719679c4d1f2a337181e2bb914c9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Jun 2021 01:41:14 +0000 Subject: [PATCH] fix: upgrade @typescript-eslint/eslint-plugin from 2.0.0 to 2.34.0 Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 2.0.0 to 2.34.0. See this package in npm: https://www.npmjs.com/package/@typescript-eslint/eslint-plugin 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..b444b1a77a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "homepage": "https://github.com/cloudability/javascript-style-guide", "dependencies": { - "@typescript-eslint/eslint-plugin": "2.0.0", + "@typescript-eslint/eslint-plugin": "2.34.0", "@typescript-eslint/parser": "2.0.0", "babel-eslint": "10.0.2", "eslint": "6.2.1",