From 51a4eea506b516466870a8e4c9bfd96ad150af00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Aug 2023 21:46:37 +0000 Subject: [PATCH] fix: upgrade eslint from 8.34.0 to 8.46.0 Snyk has created this PR to upgrade eslint from 8.34.0 to 8.46.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/woodpile37/project/c8124b9c-7460-406a-b6c9-6fac0462b8ac?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 498e1a80aa6b..9a973d435ef7 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "cross-env": "^7.0.3", "csp-parse": "0.0.2", "dedent": "^0.7.0", - "eslint": "8.34.0", + "eslint": "8.46.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-import": "^2.26.0",