From 4c908151d1750eac5b30ac72326eea90a7d8004d Mon Sep 17 00:00:00 2001 From: Lenny Peters Date: Wed, 12 Jul 2023 21:20:50 -0700 Subject: [PATCH] fix: upgrade eslint-config-prettier from 8.3.0 to 8.8.0 (#239) Snyk has created this PR to upgrade eslint-config-prettier from 8.3.0 to 8.8.0. See this package in npm: https://www.npmjs.com/package/eslint-config-prettier See this project in Snyk: https://app.snyk.io/org/loonz206/project/e170a75b-6111-4781-ada4-5defdee12061?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 049fc39..3ba95ae 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@commitlint/config-conventional": "^12.1.4", "dotenv": "^10.0.0", "eslint": "^7.32.0", - "eslint-config-prettier": "^8.6.0", + "eslint-config-prettier": "^8.8.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1",