Skip to content

Commit bae95db

Browse files
chore: update dependency lint-staged to v15.2.1 (#3883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77e4a63 commit bae95db

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"husky": "^9.0.6",
9999
"jest": "^29.6.2",
100100
"lerna": "^6.0.0",
101-
"lint-staged": "15.2.0",
101+
"lint-staged": "15.2.1",
102102
"prettier": "^2.8.8",
103103
"typescript": "^5.2.2"
104104
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6013,26 +6013,26 @@ lines-and-columns@~2.0.3:
60136013
resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz#b2f0badedb556b747020ab8ea7f0373e22efac1b"
60146014
integrity sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==
60156015

6016-
6017-
version "15.2.0"
6018-
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.0.tgz#3111534ca58096a3c8f70b044b6e7fe21b36f859"
6019-
integrity sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==
6016+
6017+
version "15.2.1"
6018+
resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz#25beb6e587f54245b20163f5efede073f12c4d1b"
6019+
integrity sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==
60206020
dependencies:
60216021
chalk "5.3.0"
60226022
commander "11.1.0"
60236023
debug "4.3.4"
60246024
execa "8.0.1"
60256025
lilconfig "3.0.0"
6026-
listr2 "8.0.0"
6026+
listr2 "8.0.1"
60276027
micromatch "4.0.5"
60286028
pidtree "0.6.0"
60296029
string-argv "0.3.2"
60306030
yaml "2.3.4"
60316031

6032-
6033-
version "8.0.0"
6034-
resolved "https://registry.npmjs.org/listr2/-/listr2-8.0.0.tgz#aa7c230995f8ce378585f7c96c0c6d1cefa4700d"
6035-
integrity sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==
6032+
6033+
version "8.0.1"
6034+
resolved "https://registry.npmjs.org/listr2/-/listr2-8.0.1.tgz#4d3f50ae6cec3c62bdf0e94f5c2c9edebd4b9c34"
6035+
integrity sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==
60366036
dependencies:
60376037
cli-truncate "^4.0.0"
60386038
colorette "^2.0.20"

0 commit comments

Comments
 (0)