From 60119b462b20c4c9c51a1753cb6b0b3f96042ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:08:14 +0000 Subject: [PATCH] chore: update dependency lint-staged to v15.4.1 (#2927) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9508748ae..12ab36598 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -78,7 +78,7 @@ "eslint-plugin-react-hooks": "5.1.0", "happy-dom": "16.6.0", "husky": "9.1.7", - "lint-staged": "15.3.0", + "lint-staged": "15.4.1", "netlify-cli": "12.2.8", "prettier": "3.4.2", "pwa-asset-generator": "6.4.0", @@ -9131,9 +9131,9 @@ "license": "MIT" }, "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.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 3b5fc0839..8010e6bb5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -91,7 +91,7 @@ "eslint-plugin-react-hooks": "5.1.0", "happy-dom": "16.6.0", "husky": "9.1.7", - "lint-staged": "15.3.0", + "lint-staged": "15.4.1", "netlify-cli": "12.2.8", "prettier": "3.4.2", "pwa-asset-generator": "6.4.0",