From 66b6d7477d6c6e894e7fc4ffc988f4ac8fa9c82c Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Fri, 19 Aug 2022 06:05:15 +0000 Subject: [PATCH] feat: upgrade eslint from 7.16.0 to 8.20.0 Snyk has created this PR to upgrade eslint from 7.16.0 to 8.20.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/ea488e99-8be3-4729-b9fb-444a658282b4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b1b61c1802de1..0f9e4240b87c36 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@typescript-eslint/eslint-plugin": "^4.11.0", "@typescript-eslint/parser": "^4.11.0", "concurrently": "^5.3.0", - "eslint": "^7.16.0", + "eslint": "^8.20.0", "eslint-config-mdcs": "^5.0.0", "eslint-plugin-html": "^6.1.1", "rollup": "^2.35.1",