From 9a265f62cdd4a6055dd8a845ffe7b1c67603ae1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jul 2021 22:08:55 +0000 Subject: [PATCH] fix: upgrade eslint from 6.1.0 to 6.8.0 Snyk has created this PR to upgrade eslint from 6.1.0 to 6.8.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/hafixo/project/91b43dfe-8fa1-4a19-93cf-c5436d97b1cf?utm_source=github&utm_medium=upgrade-pr --- cvat-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat-core/package.json b/cvat-core/package.json index ca65f045f7d..f80d7bdc99b 100644 --- a/cvat-core/package.json +++ b/cvat-core/package.json @@ -19,7 +19,7 @@ "babel-eslint": "^10.0.1", "babel-loader": "^8.0.6", "coveralls": "^3.0.5", - "eslint": "6.1.0", + "eslint": "6.8.0", "eslint-config-airbnb-base": "14.0.0", "eslint-plugin-import": "2.18.2", "eslint-plugin-no-unsafe-innerhtml": "^1.0.16",