Skip to content

Commit bb16929

Browse files
build(deps-dev): bump lint-staged from 16.3.2 to 16.4.0
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.3.2 to 16.4.0. - [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.3.2...v16.4.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02a34d9 commit bb16929

File tree

1 file changed

+13
-47
lines changed

1 file changed

+13
-47
lines changed

yarn.lock

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,13 +2267,6 @@ braces@^2.3.1:
22672267
split-string "^3.0.2"
22682268
to-regex "^3.0.1"
22692269

2270-
braces@^3.0.3:
2271-
version "3.0.3"
2272-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2273-
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2274-
dependencies:
2275-
fill-range "^7.1.1"
2276-
22772270
browser-process-hrtime@^0.1.2:
22782271
version "0.1.2"
22792272
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.2.tgz#425d68a58d3447f02a04aa894187fce8af8b7b8e"
@@ -4312,13 +4305,6 @@ fill-range@^4.0.0:
43124305
repeat-string "^1.6.1"
43134306
to-regex-range "^2.1.0"
43144307

4315-
fill-range@^7.1.1:
4316-
version "7.1.1"
4317-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4318-
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4319-
dependencies:
4320-
to-regex-range "^5.0.1"
4321-
43224308
finalhandler@1.1.0:
43234309
version "1.1.0"
43244310
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5"
@@ -5534,11 +5520,6 @@ is-number@^4.0.0:
55345520
resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
55355521
integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
55365522

5537-
is-number@^7.0.0:
5538-
version "7.0.0"
5539-
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
5540-
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
5541-
55425523
is-obj@^2.0.0:
55435524
version "2.0.0"
55445525
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
@@ -6524,15 +6505,15 @@ lines-and-columns@^1.1.6:
65246505
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
65256506

65266507
lint-staged@^16.0.0:
6527-
version "16.3.2"
6528-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.3.2.tgz#378b48c6c340d42eefcc8d13d198b61a562e63a9"
6529-
integrity sha512-xKqhC2AeXLwiAHXguxBjuChoTTWFC6Pees0SHPwOpwlvI3BH7ZADFPddAdN3pgo3aiKgPUx/bxE78JfUnxQnlg==
6508+
version "16.4.0"
6509+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.4.0.tgz#a00b0e3abff59239cef6d7d9341e8f8473308e23"
6510+
integrity sha512-lBWt8hujh/Cjysw5GYVmZpFHXDCgZzhrOm8vbcUdobADZNOK/bRshr2kM3DfgrrtR1DQhfupW9gnIXOfiFi+bw==
65306511
dependencies:
65316512
commander "^14.0.3"
65326513
listr2 "^9.0.5"
6533-
micromatch "^4.0.8"
6514+
picomatch "^4.0.3"
65346515
string-argv "^0.3.2"
6535-
tinyexec "^1.0.2"
6516+
tinyexec "^1.0.4"
65366517
yaml "^2.8.2"
65376518

65386519
listr2@^9.0.5:
@@ -6998,14 +6979,6 @@ micromatch@^3.1.4, micromatch@^3.1.8:
69986979
snapdragon "^0.8.1"
69996980
to-regex "^3.0.2"
70006981

7001-
micromatch@^4.0.8:
7002-
version "4.0.8"
7003-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
7004-
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
7005-
dependencies:
7006-
braces "^3.0.3"
7007-
picomatch "^2.3.1"
7008-
70096982
mime-db@1.44.0:
70106983
version "1.44.0"
70116984
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
@@ -7792,10 +7765,10 @@ picocolors@^1.1.1:
77927765
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
77937766
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
77947767

7795-
picomatch@^2.3.1:
7796-
version "2.3.1"
7797-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
7798-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
7768+
picomatch@^4.0.3:
7769+
version "4.0.3"
7770+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7771+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
77997772

78007773
pify@^2.0.0:
78017774
version "2.3.0"
@@ -9477,10 +9450,10 @@ time-stamp@^1.0.0:
94779450
resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3"
94789451
integrity sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=
94799452

9480-
tinyexec@^1.0.0, tinyexec@^1.0.2:
9481-
version "1.0.2"
9482-
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.2.tgz#bdd2737fe2ba40bd6f918ae26642f264b99ca251"
9483-
integrity sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==
9453+
tinyexec@^1.0.0, tinyexec@^1.0.4:
9454+
version "1.0.4"
9455+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.4.tgz#6c60864fe1d01331b2f17c6890f535d7e5385408"
9456+
integrity sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==
94849457

94859458
tmp@^0.0.33:
94869459
version "0.0.33"
@@ -9519,13 +9492,6 @@ to-regex-range@^2.1.0:
95199492
is-number "^3.0.0"
95209493
repeat-string "^1.6.1"
95219494

9522-
to-regex-range@^5.0.1:
9523-
version "5.0.1"
9524-
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
9525-
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
9526-
dependencies:
9527-
is-number "^7.0.0"
9528-
95299495
to-regex@^3.0.1, to-regex@^3.0.2:
95309496
version "3.0.2"
95319497
resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"

0 commit comments

Comments
 (0)