From 71463b4135dbee10f7a8b6020d9141896afb239b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 00:03:52 +0000 Subject: [PATCH] fix: linters/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- linters/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linters/package.json b/linters/package.json index 4e9de8d16b..0ecfcbcd0a 100644 --- a/linters/package.json +++ b/linters/package.json @@ -22,10 +22,10 @@ }, "homepage": "https://github.com/thenerdery/javascript-standards", "dependencies": { - "eslint": "3.19.0", + "eslint": "4.7.0", "babel-eslint": "7.2.2", "grunt": "1.0.1", - "grunt-eslint": "19.0.0", + "grunt-eslint": "20.0.0", "jit-grunt": "0.10.0", "load-grunt-tasks": "3.5.2" }