From 6aa5fc15adc3cc958e6f52440badd36917e0e3dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Mar 2023 04:03:17 +0000 Subject: [PATCH] fix: upgrade eslint from 8.31.0 to 8.33.0 Snyk has created this PR to upgrade eslint from 8.31.0 to 8.33.0. See this package in npm: https://www.npmjs.com/package/eslint See this project in Snyk: https://app.snyk.io/org/flyte/project/c3481393-50b3-4d14-914d-4e1c7ddd11d9?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 ecabc3726..a4a9113d9 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "cookie-parser": "^1.4.3", "copy-webpack-plugin": "^11.0.0", "dotenv": "^5.0.1", - "eslint": "^8.31.0", + "eslint": "^8.33.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.4",