From 7b23d0ed5f51140a25933221d93e29b11a327655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:24:27 +0000 Subject: [PATCH] Update dependency lint-staged to v15.4.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 681acb91..0628299e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-config-next": "14.2.23", "eslint-config-prettier": "9.1.0", "husky": "9.1.7", - "lint-staged": "15.3.0", + "lint-staged": "15.4.0", "postcss": "8.5.1", "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.9", @@ -7353,9 +7353,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5015c6f8..4ab17c47 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "eslint-config-next": "14.2.23", "eslint-config-prettier": "9.1.0", "husky": "9.1.7", - "lint-staged": "15.3.0", + "lint-staged": "15.4.0", "postcss": "8.5.1", "prettier": "3.4.2", "prettier-plugin-tailwindcss": "0.6.9",