From ecda928bef407c67f01ce798c5f7a086cbd0dd9c Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Mon, 21 Jul 2025 07:54:13 +0000 Subject: [PATCH] fix(security): upgrade eslint-config-prettier to latest version without malicious code --- pnpm-lock.yaml | 2 +- tooling/eslint/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 576dfdb41..7608d9e45 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2299,7 +2299,7 @@ importers: specifier: 15.4.2 version: 15.4.2 eslint-config-prettier: - specifier: ^10.1.7 + specifier: ^10.1.8 version: 10.1.8(eslint@9.31.0) eslint-config-turbo: specifier: ^2.5.5 diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index 72f88418f..79a94f1af 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -18,7 +18,7 @@ "prettier": "@homarr/prettier-config", "dependencies": { "@next/eslint-plugin-next": "15.4.2", - "eslint-config-prettier": "^10.1.7", + "eslint-config-prettier": "^10.1.8", "eslint-config-turbo": "^2.5.5", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2",