From e0e4fcea0f6315de72e8083b6a3883bd6b39635b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Aug 2023 02:41:38 +0000 Subject: [PATCH] feat: upgrade eslint-config-standard from 16.0.3 to 17.1.0 Snyk has created this PR to upgrade eslint-config-standard from 16.0.3 to 17.1.0. See this package in npm: https://www.npmjs.com/package/eslint-config-standard See this project in Snyk: https://app.snyk.io/org/woodpile37/project/044862aa-1005-4f2f-af06-341513c0e0a2?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 7400a4783..ab6d58bf7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "css-minimizer-webpack-plugin": "^4.2.2", "eslint": "^8.46.0", "eslint-config-prettier": "^8.7.0", - "eslint-config-standard": "^16.0.3", + "eslint-config-standard": "^17.1.0", "eslint-loader": "^4.0.0", "eslint-plugin-fetch-options": "0.0.5", "eslint-plugin-html": "^6.2.0",