From df3ded01da4683a949e5f910f3e6858b553d8067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:20:47 +0200 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16e41319ed4..5c1ca1dd071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "http-status-codes": "^2.2.0", "husky": "^9.0.11", "jest": "^26.6.3", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "nock": "^13.5.4", "npm-run-all": "^4.1.5", "prettier": "^3.0.3", @@ -11002,9 +11002,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", @@ -27503,9 +27503,9 @@ "dev": true }, "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, "requires": { "chalk": "~5.3.0", diff --git a/package.json b/package.json index 0653e32693b..9c8e2a6795c 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "http-status-codes": "^2.2.0", "husky": "^9.0.11", "jest": "^26.6.3", - "lint-staged": "^15.2.5", + "lint-staged": "^15.2.6", "nock": "^13.5.4", "npm-run-all": "^4.1.5", "prettier": "^3.0.3",