From ac40b765133e402c02a7d065203ef4e6f6f4a1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 07:00:55 +0200 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.8 to 15.2.9 --- 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 e740d937..9b4b8147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "file-url": "^4.0.0", "husky": "^9.1.4", "jest": "^29.7.0", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "tempy": "^3.1.0", @@ -9950,9 +9950,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lint-staged": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.8.tgz", - "integrity": "sha512-PUWFf2zQzsd9EFU+kM1d7UP+AZDbKFKuj+9JNVTBkhUFhbg4MAt6WfyMMwBfM4lYqd4D2Jwac5iuTu9rVj4zCQ==", + "version": "15.2.9", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.9.tgz", + "integrity": "sha512-BZAt8Lk3sEnxw7tfxM7jeZlPRuT4M68O0/CwZhhaw6eeWu0Lz5eERE3m386InivXB64fp/mDID452h48tvKlRQ==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index 01cc53ea..4638f146 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "file-url": "^4.0.0", "husky": "^9.1.4", "jest": "^29.7.0", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "tempy": "^3.1.0",