From 6c461a82f5c6416d02aad6d8dc9c6833f72eae89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:22:02 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.4.0 to 15.4.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.4.0 to 15.4.1. - [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.4.0...v15.4.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21eaffccce..f4faab95c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "jest-environment-jsdom": "^29.7.0", "kleur": "^4.1.5", "less": "^4.2.1", - "lint-staged": "^15.4.0", + "lint-staged": "^15.4.1", "postcss": "^8.5.1", "postcss-less": "^6.0.0", "prettier": "^3.4.2", @@ -13826,11 +13826,10 @@ } }, "node_modules/lint-staged": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", - "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "~5.4.1", "commander": "~12.1.0", diff --git a/package.json b/package.json index afdc1df719..22a37a32d8 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "jest-environment-jsdom": "^29.7.0", "kleur": "^4.1.5", "less": "^4.2.1", - "lint-staged": "^15.4.0", + "lint-staged": "^15.4.1", "postcss": "^8.5.1", "postcss-less": "^6.0.0", "prettier": "^3.4.2",