From 3066ada74c4492c11ccaa92eb4251f3ea90f5f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 11:00:46 +0000 Subject: [PATCH] Update dependency eslint-config-prettier to v10 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e20190..9ab37e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3578,9 +3578,9 @@ } }, "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": "10.1.1", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.1.tgz", + "integrity": "sha512-4EQQr6wXwS+ZJSzaR5ZCrYgLxqvUjdXctaEtBqHcbkW944B1NQyO4qpdHQbXBONfwxXdkAY81HH4+LUfrg+zPw==", "dev": true }, "eslint-import-resolver-node": { diff --git a/package.json b/package.json index a380879..f605a09 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cross-env": "7.0.3", "eslint": "7.25.0", "eslint-config-airbnb-base": "14.2.1", - "eslint-config-prettier": "8.3.0", + "eslint-config-prettier": "10.1.1", "eslint-plugin-import": "2.22.1", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-security": "1.4.0",