From 7fbbbb36d70410e7640c24632ac53989ffde5bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:16:28 +0000 Subject: [PATCH] yarn(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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8c710c2e70..111bd4f50e 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "hash-files": "^1.1.1", "husky": "^9.1.7", "i18next-fs-backend": "^2.6.0", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "prettier": "^3.4.2", "react-dnd-test-backend": "^15.1.2", "react-dnd-test-utils": "^15.1.2", diff --git a/yarn.lock b/yarn.lock index 8e0cbce8f6..f83fd073ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8302,10 +8302,10 @@ linkifyjs@^4.2.0: resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.2.0.tgz#9dd30222b9cbabec9c950e725ec00031c7fa3f08" integrity sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw== -lint-staged@^15.3.0: - version "15.3.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3" - integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A== +lint-staged@^15.4.0: + version "15.4.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.0.tgz#ea2d096c35452ba7854f31431bb5d195260c9474" + integrity sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ== dependencies: chalk "~5.4.1" commander "~12.1.0"