Skip to content

Commit 0b54dfd

Browse files
chore(deps)(deps-dev): bump lint-staged from 16.2.4 to 16.2.6 (#315)
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.2.4 to 16.2.6. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.2.4...v16.2.6) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.2.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a68c04c commit 0b54dfd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"husky": "^9.1.7",
5151
"jest": "^30.2.0",
5252
"jest-environment-jsdom": "^30.2.0",
53-
"lint-staged": "^16.2.4",
53+
"lint-staged": "^16.2.6",
5454
"nodemon": "^3.1.10",
5555
"prettier": "^3.6.2",
5656
"run-script-os": "^1.1.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4718,20 +4718,20 @@ lines-and-columns@^1.1.6:
47184718
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
47194719
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
47204720

4721-
lint-staged@^16.2.4:
4722-
version "16.2.5"
4723-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.5.tgz#85f9dbe48f379217b7b0554be17c9da222f373a6"
4724-
integrity sha512-o36wH3OX0jRWqDw5dOa8a8x6GXTKaLM+LvhRaucZxez0IxA+KNDUCiyjBfNgsMNmchwSX6urLSL7wShcUqAang==
4721+
lint-staged@^16.2.6:
4722+
version "16.2.6"
4723+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.2.6.tgz#760675e80f4b53337083d3f8bdecdd1f88079bf5"
4724+
integrity sha512-s1gphtDbV4bmW1eylXpVMk2u7is7YsrLl8hzrtvC70h4ByhcMLZFY01Fx05ZUDNuv1H8HO4E+e2zgejV1jVwNw==
47254725
dependencies:
47264726
commander "^14.0.1"
4727-
listr2 "^9.0.4"
4727+
listr2 "^9.0.5"
47284728
micromatch "^4.0.8"
47294729
nano-spawn "^2.0.0"
47304730
pidtree "^0.6.0"
47314731
string-argv "^0.3.2"
47324732
yaml "^2.8.1"
47334733

4734-
listr2@^9.0.4:
4734+
listr2@^9.0.5:
47354735
version "9.0.5"
47364736
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.5.tgz#92df7c4416a6da630eb9ef46da469b70de97b316"
47374737
integrity sha512-ME4Fb83LgEgwNw96RKNvKV4VTLuXfoKudAmm2lP8Kk87KaMK0/Xrx/aAkMWmT8mDb+3MlFDspfbCs7adjRxA2g==

0 commit comments

Comments
 (0)