From f77bb94d451152643972570fda84143b3d2fb36d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 May 2021 01:18:57 +0000 Subject: [PATCH] fix: upgrade @eslint/eslintrc from 0.2.2 to 0.4.1 Snyk has created this PR to upgrade @eslint/eslintrc from 0.2.2 to 0.4.1. See this package in npm: https://www.npmjs.com/package/@eslint/eslintrc See this project in Snyk: https://app.snyk.io/org/trojans202000-p8u/project/9bfbb8bf-78e1-4a75-9e04-4699824d4bba?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 46ebf59f948..66785d57232 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bugs": "https://github.com/eslint/eslint/issues/", "dependencies": { "@babel/code-frame": "^7.0.0", - "@eslint/eslintrc": "^0.2.0", + "@eslint/eslintrc": "^0.4.1", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2",