From 97edbc92d29b6f365882f95e88774764a80b855a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jul 2021 23:32:30 +0000 Subject: [PATCH] fix: upgrade eslint from 7.3.1 to 7.29.0 Snyk has created this PR to upgrade eslint from 7.3.1 to 7.29.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/hafixo/project/1f348df1-a2af-4fd4-98a0-c230adfca863?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 868b9cfc5f3f0c..c27ffedd56d1cd 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@typescript-eslint/eslint-plugin": "^3.5.0", "@typescript-eslint/parser": "^3.5.0", "concurrently": "^5.2.0", - "eslint": "^7.3.1", + "eslint": "^7.29.0", "eslint-config-mdcs": "^5.0.0", "eslint-plugin-html": "^6.0.2", "google-closure-compiler": "20200614.0.0",