From 8c6932ef19d2c2ea98681116c3dfbef7df5ba120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:11:20 +0000 Subject: [PATCH] chore(deps): update devdependency lint-staged to v15.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 50c2fe7641..dd9a45335f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "get-port-please": "3.1.2", "husky": "9.1.4", "jsdom": "24.1.1", - "lint-staged": "15.2.8", + "lint-staged": "15.2.9", "markdown-it-inline-comments": "1.0.1", "nuxt": "3.12.4", "playwright": "1.46.0", @@ -15051,9 +15051,9 @@ "license": "MIT" }, "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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e0f31461ed..06b93829bb 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "get-port-please": "3.1.2", "husky": "9.1.4", "jsdom": "24.1.1", - "lint-staged": "15.2.8", + "lint-staged": "15.2.9", "markdown-it-inline-comments": "1.0.1", "nuxt": "3.12.4", "playwright": "1.46.0",