From 0492bf650d4bee61f3e26d30925c60bf989d150d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:47:39 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v9 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0478326..440f48c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "dotenv": "16.0.3", "editorconfig-checker": "5.0.1", "eslint": "8.35.0", - "eslint-config-prettier": "8.7.0", + "eslint-config-prettier": "9.1.0", "eslint-webpack-plugin": "4.0.0", "fdir": "6.0.1", "gulp": "4.0.2", @@ -6796,9 +6796,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.7.0.tgz", - "integrity": "sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" diff --git a/package.json b/package.json index b71cec04..5b11cc89 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dotenv": "16.0.3", "editorconfig-checker": "5.0.1", "eslint": "8.35.0", - "eslint-config-prettier": "8.7.0", + "eslint-config-prettier": "9.1.0", "eslint-webpack-plugin": "4.0.0", "fdir": "6.0.1", "gulp": "4.0.2",