Skip to content

Commit a411049

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency lint-staged to v13.0.1
1 parent a4e619b commit a411049

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jest": "28.1.1",
4949
"lerna": "5.1.0",
5050
"lerna-changelog": "2.2.0",
51-
"lint-staged": "13.0.0",
51+
"lint-staged": "13.0.1",
5252
"prettier": "2.6.2",
5353
"reflect-metadata": "0.1.13",
5454
"release-it": "15.0.0",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4078,6 +4078,11 @@ colorette@^2.0.16:
40784078
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
40794079
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
40804080

4081+
colorette@^2.0.17:
4082+
version "2.0.17"
4083+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.17.tgz#5dd4c0d15e2984b7433cb4a9f2ead45063b80c47"
4084+
integrity sha512-hJo+3Bkn0NCHybn9Tu35fIeoOKGOk5OCC32y4Hz2It+qlCO2Q3DeQ1hRn/tDDMQKRYUEzqsl7jbF6dYKjlE60g==
4085+
40814086
columnify@^1.5.4:
40824087
version "1.5.4"
40834088
resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.5.4.tgz#4737ddf1c7b69a8a7c340570782e947eec8e78bb"
@@ -7337,13 +7342,13 @@ lines-and-columns@^1.1.6:
73377342
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
73387343
integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=
73397344

7340-
7341-
version "13.0.0"
7342-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.0.tgz#ce3526a844e6328814a3261fbfedc610a18856fa"
7343-
integrity sha512-vWban5utFt78VZohbosUxNIa46KKJ+KOQTDWTQ8oSl1DLEEVl9zhUtaQbiiydAmx+h2wKJK2d0+iMaRmknuWRQ==
7345+
7346+
version "13.0.1"
7347+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.0.1.tgz#899e78065ab29b88fdd922482411121664ef66be"
7348+
integrity sha512-Ykaf4QTi0a02BF7cnq7JIPGOJxH4TkNMWhSlJdH9wOekd0X+gog47Jfh/0L31DqZe5AiydLGC7LkPqpaNm+Kvg==
73447349
dependencies:
73457350
cli-truncate "^3.1.0"
7346-
colorette "^2.0.16"
7351+
colorette "^2.0.17"
73477352
commander "^9.3.0"
73487353
debug "^4.3.4"
73497354
execa "^6.1.0"
@@ -7352,7 +7357,7 @@ [email protected]:
73527357
micromatch "^4.0.5"
73537358
normalize-path "^3.0.0"
73547359
object-inspect "^1.12.2"
7355-
pidtree "^0.5.0"
7360+
pidtree "^0.6.0"
73567361
string-argv "^0.3.1"
73577362
yaml "^2.1.1"
73587363

@@ -8807,10 +8812,10 @@ picomatch@^2.3.1:
88078812
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
88088813
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
88098814

8810-
pidtree@^0.5.0:
8811-
version "0.5.0"
8812-
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.5.0.tgz#ad5fbc1de78b8a5f99d6fbdd4f6e4eee21d1aca1"
8813-
integrity sha512-9nxspIM7OpZuhBxPg73Zvyq7j1QMPMPsGKTqRc2XOaFQauDvoNz9fM1Wdkjmeo7l9GXOZiRs97sPkuayl39wjA==
8815+
pidtree@^0.6.0:
8816+
version "0.6.0"
8817+
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.6.0.tgz#90ad7b6d42d5841e69e0a2419ef38f8883aa057c"
8818+
integrity sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==
88148819

88158820
pify@^2.3.0:
88168821
version "2.3.0"

0 commit comments

Comments
 (0)