From 7ae1b755ce2ffa5d41f6e6962c4595ef01b8ae40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 04:05:20 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v8.10.0 --- 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 d0dc1913..b8fbe79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/semantic-release": "17.2.3", "chai": "4.3.6", "eslint": "8.8.0", - "eslint-config-prettier": "8.3.0", + "eslint-config-prettier": "8.10.0", "eslint-plugin-array-func": "3.1.7", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.25.4", @@ -3938,9 +3938,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "version": "8.10.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", + "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" diff --git a/package.json b/package.json index d249c37e..8f2df124 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/semantic-release": "17.2.3", "chai": "4.3.6", "eslint": "8.8.0", - "eslint-config-prettier": "8.3.0", + "eslint-config-prettier": "8.10.0", "eslint-plugin-array-func": "3.1.7", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.25.4",