From 8cd498a75cc938ef77ed268a2321fc95a0c4bb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:35:30 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.3.0 to 15.4.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.3.0 to 15.4.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.3.0...v15.4.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 85c550b0ae8..adca93c9a74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -141,7 +141,7 @@ "jest": "~29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-teamcity": "^1.12.0", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "markdown-it": "^14.1.0", "merge-options": "^3.0.4", "pinst": "^3.0.0", @@ -21951,9 +21951,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "dependencies": { "chalk": "~5.4.1", @@ -49815,9 +49815,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "requires": { "chalk": "~5.4.1", diff --git a/package.json b/package.json index 664b56e0854..96e2c89fc51 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "jest": "~29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-teamcity": "^1.12.0", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "markdown-it": "^14.1.0", "merge-options": "^3.0.4", "pinst": "^3.0.0",