From 139347e997f7842ddfbbf229e0419c46c824f3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:42:13 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.6 (#2790) --- 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 6017c1ac4..536d01f91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint": "^8.57.0", "http-server": "^14.1.1", "husky": "^9.0.11", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "npm-run-all": "^4.1.5", "prettier": "^3.3.2", "prettier-eslint": "^16.2.0", @@ -4649,9 +4649,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "15.2.5", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz", - "integrity": "sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==", + "version": "15.2.6", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.6.tgz", + "integrity": "sha512-M/3PdijFXT/A5lnbSK3EQNLbIIrkE00JZaD39r7t4kfFOqT1Ly9LgSZSMMtvQ3p2/C8Nyj/ou0vkNHmEwqoB8g==", "dev": true, "dependencies": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index 8e3be1e5f..821760d1e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "eslint": "^8.57.0", "http-server": "^14.1.1", "husky": "^9.0.11", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "npm-run-all": "^4.1.5", "prettier": "^3.3.2", "prettier-eslint": "^16.2.0",