Skip to content

Commit c60a637

Browse files
chore(deps): update commitlint monorepo to v20.4.4 (#1170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 044fef7 commit c60a637

File tree

2 files changed

+101
-101
lines changed

2 files changed

+101
-101
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
"tslib": "^2.3.0"
100100
},
101101
"devDependencies": {
102-
"@commitlint/cli": "20.4.3",
103-
"@commitlint/config-conventional": "20.4.3",
102+
"@commitlint/cli": "20.4.4",
103+
"@commitlint/config-conventional": "20.4.4",
104104
"@inquirer/select": "^1.3.3",
105105
"@nestjs/schematics": "11.0.9",
106106
"@nestjs/testing": "^11.0.16",

yarn.lock

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,41 +1037,41 @@
10371037
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
10381038
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
10391039

1040-
"@commitlint/cli@20.4.3":
1041-
version "20.4.3"
1042-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.4.3.tgz#250e3a46f2e337ae96c288317e9e3026a68d0700"
1043-
integrity sha512-Z37EMoDT7+Upg500vlr/vZrgRsb6Xc5JAA3Tv7BYbobnN/ZpqUeZnSLggBg2+1O+NptRDtyujr2DD1CPV2qwhA==
1044-
dependencies:
1045-
"@commitlint/format" "^20.4.3"
1046-
"@commitlint/lint" "^20.4.3"
1047-
"@commitlint/load" "^20.4.3"
1048-
"@commitlint/read" "^20.4.3"
1049-
"@commitlint/types" "^20.4.3"
1040+
"@commitlint/cli@20.4.4":
1041+
version "20.4.4"
1042+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-20.4.4.tgz#ac9be4c4aed2d39a5aa426f494ecdd7a3bac92a1"
1043+
integrity sha512-GLMNQHYGcn0ohL2HMlAnXcD1PS2vqBBGbYKlhrRPOYsWiRoLWtrewsR3uKRb9v/IdS+qOS0vqJQ64n1g8VPKFw==
1044+
dependencies:
1045+
"@commitlint/format" "^20.4.4"
1046+
"@commitlint/lint" "^20.4.4"
1047+
"@commitlint/load" "^20.4.4"
1048+
"@commitlint/read" "^20.4.4"
1049+
"@commitlint/types" "^20.4.4"
10501050
tinyexec "^1.0.0"
10511051
yargs "^17.0.0"
10521052

1053-
"@commitlint/config-conventional@20.4.3":
1054-
version "20.4.3"
1055-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.3.tgz#2a345479c95cb19e6232c7b0e465bc5a26f9aa79"
1056-
integrity sha512-9RtLySbYQAs8yEqWEqhSZo9nYhbm57jx7qHXtgRmv/nmeQIjjMcwf6Dl+y5UZcGWgWx435TAYBURONaJIuCjWg==
1053+
"@commitlint/config-conventional@20.4.4":
1054+
version "20.4.4"
1055+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-20.4.4.tgz#06c52756817e8a65060765c2a40d2201470e51ce"
1056+
integrity sha512-Usg+XXbPNG2GtFWTgRURNWCge1iH1y6jQIvvklOdAbyn2t8ajfVwZCnf5t5X4gUsy17BOiY+myszGsSMIvhOVA==
10571057
dependencies:
1058-
"@commitlint/types" "^20.4.3"
1058+
"@commitlint/types" "^20.4.4"
10591059
conventional-changelog-conventionalcommits "^9.2.0"
10601060

1061-
"@commitlint/config-validator@^20.4.3":
1062-
version "20.4.3"
1063-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.4.3.tgz#45e89b4038ee97ab04d1eb95aaafc78033148bcc"
1064-
integrity sha512-jCZpZFkcSL3ZEdL5zgUzFRdytv3xPo8iukTe9VA+QGus/BGhpp1xXSVu2B006GLLb2gYUAEGEqv64kTlpZNgmA==
1061+
"@commitlint/config-validator@^20.4.4":
1062+
version "20.4.4"
1063+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-20.4.4.tgz#d1ad3bac98096c7f2ed493f1ace3f9674ae67ed4"
1064+
integrity sha512-K8hMS9PTLl7EYe5vWtSFQ/sgsV2PHUOtEnosg8k3ZQxCyfKD34I4C7FxWEfRTR54rFKeUYmM3pmRQqBNQeLdlw==
10651065
dependencies:
1066-
"@commitlint/types" "^20.4.3"
1066+
"@commitlint/types" "^20.4.4"
10671067
ajv "^8.11.0"
10681068

1069-
"@commitlint/ensure@^20.4.3":
1070-
version "20.4.3"
1071-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.4.3.tgz#dc5406126da7bd0c7a30896b50f9962fe5488e8c"
1072-
integrity sha512-WcXGKBNn0wBKpX8VlXgxqedyrLxedIlLBCMvdamLnJFEbUGJ9JZmBVx4vhLV3ZyA8uONGOb+CzW0Y9HDbQ+ONQ==
1069+
"@commitlint/ensure@^20.4.4":
1070+
version "20.4.4"
1071+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-20.4.4.tgz#3380d442fb6dd76868ff4b7b9b8b1260fb40f72e"
1072+
integrity sha512-QivV0M1MGL867XCaF+jJkbVXEPKBALhUUXdjae66hes95aY1p3vBJdrcl3x8jDv2pdKWvIYIz+7DFRV/v0dRkA==
10731073
dependencies:
1074-
"@commitlint/types" "^20.4.3"
1074+
"@commitlint/types" "^20.4.4"
10751075
lodash.camelcase "^4.3.0"
10761076
lodash.kebabcase "^4.1.1"
10771077
lodash.snakecase "^4.1.1"
@@ -1083,41 +1083,41 @@
10831083
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-20.0.0.tgz#013628e09179cf2d3c977e1cf37937b5cb869af8"
10841084
integrity sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==
10851085

1086-
"@commitlint/format@^20.4.3":
1087-
version "20.4.3"
1088-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-20.4.3.tgz#bc36da1d648b4083108138e7807ae85e5b7bb67d"
1089-
integrity sha512-UDJVErjLbNghop6j111rsHJYGw6MjCKAi95K0GT2yf4eeiDHy3JDRLWYWEjIaFgO+r+dQSkuqgJ1CdMTtrvHsA==
1086+
"@commitlint/format@^20.4.4":
1087+
version "20.4.4"
1088+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-20.4.4.tgz#a96425bde29a2d36a2fb1cbb6b5dee6fcaa8c220"
1089+
integrity sha512-jLi/JBA4GEQxc5135VYCnkShcm1/rarbXMn2Tlt3Si7DHiiNKHm4TaiJCLnGbZ1r8UfwDRk+qrzZ80kwh08Aow==
10901090
dependencies:
1091-
"@commitlint/types" "^20.4.3"
1091+
"@commitlint/types" "^20.4.4"
10921092
picocolors "^1.1.1"
10931093

1094-
"@commitlint/is-ignored@^20.4.3":
1095-
version "20.4.3"
1096-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.4.3.tgz#21302df68e2652c8ee566ece2bcaa9a19c463ae1"
1097-
integrity sha512-W5VQKZ7fdJ1X3Tko+h87YZaqRMGN1KvQKXyCM8xFdxzMIf1KCZgN4uLz3osLB1zsFcVS4ZswHY64LI26/9ACag==
1094+
"@commitlint/is-ignored@^20.4.4":
1095+
version "20.4.4"
1096+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-20.4.4.tgz#81892a43b8e7a89de0d4997b9f4003696dfb2ee7"
1097+
integrity sha512-y76rT8yq02x+pMDBI2vY4y/ByAwmJTkta/pASbgo8tldBiKLduX8/2NCRTSCjb3SumE5FBeopERKx3oMIm8RTQ==
10981098
dependencies:
1099-
"@commitlint/types" "^20.4.3"
1099+
"@commitlint/types" "^20.4.4"
11001100
semver "^7.6.0"
11011101

1102-
"@commitlint/lint@^20.4.3":
1103-
version "20.4.3"
1104-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.4.3.tgz#188efbdf9c10d9ff078ffdaf97cd14bc2171eea8"
1105-
integrity sha512-CYOXL23e+nRKij81+d0+dymtIi7Owl9QzvblJYbEfInON/4MaETNSLFDI74LDu+YJ0ML5HZyw9Vhp9QpckwQ0A==
1102+
"@commitlint/lint@^20.4.4":
1103+
version "20.4.4"
1104+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-20.4.4.tgz#ae80ec9712e2f6afcf20569f99c6d18b8dd43f03"
1105+
integrity sha512-svOEW+RptcNpXKE7UllcAsV0HDIdOck9reC2TP1QA6K5Fo0xxQV+QPjV8Zqx9g6X/hQBkF2S9ZQZ78Xrv1Eiog==
11061106
dependencies:
1107-
"@commitlint/is-ignored" "^20.4.3"
1108-
"@commitlint/parse" "^20.4.3"
1109-
"@commitlint/rules" "^20.4.3"
1110-
"@commitlint/types" "^20.4.3"
1107+
"@commitlint/is-ignored" "^20.4.4"
1108+
"@commitlint/parse" "^20.4.4"
1109+
"@commitlint/rules" "^20.4.4"
1110+
"@commitlint/types" "^20.4.4"
11111111

1112-
"@commitlint/load@^20.4.3":
1113-
version "20.4.3"
1114-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.4.3.tgz#372092f6c77251c11111f69ce01d66f834d79adf"
1115-
integrity sha512-3cdJOUVP+VcgHa7bhJoWS+Z8mBNXB5aLWMBu7Q7uX8PSeWDzdbrBlR33J1MGGf7r1PZDp+mPPiFktk031PgdRw==
1112+
"@commitlint/load@^20.4.4":
1113+
version "20.4.4"
1114+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-20.4.4.tgz#045165a336775c8cc5940b94ba832a2e14500212"
1115+
integrity sha512-kvFrzvoIACa/fMjXEP0LNEJB1joaH3q3oeMJsLajXE5IXjYrNGVcW1ZFojXUruVJ7odTZbC3LdE/6+ONW4f2Dg==
11161116
dependencies:
1117-
"@commitlint/config-validator" "^20.4.3"
1117+
"@commitlint/config-validator" "^20.4.4"
11181118
"@commitlint/execute-rule" "^20.0.0"
1119-
"@commitlint/resolve-extends" "^20.4.3"
1120-
"@commitlint/types" "^20.4.3"
1119+
"@commitlint/resolve-extends" "^20.4.4"
1120+
"@commitlint/types" "^20.4.4"
11211121
cosmiconfig "^9.0.1"
11221122
cosmiconfig-typescript-loader "^6.1.0"
11231123
is-plain-obj "^4.1.0"
@@ -1129,47 +1129,47 @@
11291129
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-20.4.3.tgz#0c377fbbe1c72487612330a01d1e7dea991fa467"
11301130
integrity sha512-6akwCYrzcrFcTYz9GyUaWlhisY4lmQ3KvrnabmhoeAV8nRH4dXJAh4+EUQ3uArtxxKQkvxJS78hNX2EU3USgxQ==
11311131

1132-
"@commitlint/parse@^20.4.3":
1133-
version "20.4.3"
1134-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.4.3.tgz#47ae05ba815101d59b9c64089d4a7f01742a1cf9"
1135-
integrity sha512-hzC3JCo3zs3VkQ833KnGVuWjWIzR72BWZWjQM7tY/7dfKreKAm7fEsy71tIFCRtxf2RtMP2d3RLF1U9yhFSccA==
1132+
"@commitlint/parse@^20.4.4":
1133+
version "20.4.4"
1134+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-20.4.4.tgz#6356d8e4b6ae857dbc6c88e3a2444f5b0c54b8ea"
1135+
integrity sha512-AjfgOgrjEozeQNzhFu1KL5N0nDx4JZmswVJKNfOTLTUGp6xODhZHCHqb//QUHKOzx36If5DQ7tci2o7szYxu1A==
11361136
dependencies:
1137-
"@commitlint/types" "^20.4.3"
1137+
"@commitlint/types" "^20.4.4"
11381138
conventional-changelog-angular "^8.2.0"
11391139
conventional-commits-parser "^6.3.0"
11401140

1141-
"@commitlint/read@^20.4.3":
1142-
version "20.4.3"
1143-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-20.4.3.tgz#235f685234ebc33ee22b748759ca69433f955026"
1144-
integrity sha512-j42OWv3L31WfnP8WquVjHZRt03w50Y/gEE8FAyih7GQTrIv2+pZ6VZ6pWLD/ml/3PO+RV2SPtRtTp/MvlTb8rQ==
1141+
"@commitlint/read@^20.4.4":
1142+
version "20.4.4"
1143+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-20.4.4.tgz#b34455f76b2466841c4adc606bf75dc77dd20d2f"
1144+
integrity sha512-jvgdAQDdEY6L8kCxOo21IWoiAyNFzvrZb121wU2eBxI1DzWAUZgAq+a8LlJRbT0Qsj9INhIPVWgdaBbEzlF0dQ==
11451145
dependencies:
11461146
"@commitlint/top-level" "^20.4.3"
1147-
"@commitlint/types" "^20.4.3"
1148-
git-raw-commits "^4.0.0"
1147+
"@commitlint/types" "^20.4.4"
1148+
git-raw-commits "^5.0.0"
11491149
minimist "^1.2.8"
11501150
tinyexec "^1.0.0"
11511151

1152-
"@commitlint/resolve-extends@^20.4.3":
1153-
version "20.4.3"
1154-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.4.3.tgz#b644c4f4812b298191a28f4040cd24d724b8a74c"
1155-
integrity sha512-QucxcOy+00FhS9s4Uy0OyS5HeUV+hbC6OLqkTSIm6fwMdKva+OEavaCDuLtgd9akZZlsUo//XzSmPP3sLKBPog==
1152+
"@commitlint/resolve-extends@^20.4.4":
1153+
version "20.4.4"
1154+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-20.4.4.tgz#45c65233fdf0796b6ddb568d675005a5a2a24789"
1155+
integrity sha512-pyOf+yX3c3m/IWAn2Jop+7s0YGKPQ8YvQaxt9IQxnLIM3yZAlBdkKiQCT14TnrmZTkVGTXiLtckcnFTXYwlY0A==
11561156
dependencies:
1157-
"@commitlint/config-validator" "^20.4.3"
1158-
"@commitlint/types" "^20.4.3"
1157+
"@commitlint/config-validator" "^20.4.4"
1158+
"@commitlint/types" "^20.4.4"
11591159
global-directory "^4.0.1"
11601160
import-meta-resolve "^4.0.0"
11611161
lodash.mergewith "^4.6.2"
11621162
resolve-from "^5.0.0"
11631163

1164-
"@commitlint/rules@^20.4.3":
1165-
version "20.4.3"
1166-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.4.3.tgz#3f5045abd091125799c17b7e79f0b6b2b7a6bc94"
1167-
integrity sha512-Yuosd7Grn5qiT7FovngXLyRXTMUbj9PYiSkvUgWK1B5a7+ZvrbWDS7epeUapYNYatCy/KTpPFPbgLUdE+MUrBg==
1164+
"@commitlint/rules@^20.4.4":
1165+
version "20.4.4"
1166+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-20.4.4.tgz#2f3f12f411972479d6860daceb622fdd80b7c079"
1167+
integrity sha512-PmUp8QPLICn9w05dAx5r1rdOYoTk7SkfusJJh5tP3TqHwo2mlQ9jsOm8F0HSXU9kuLfgTEGNrunAx/dlK/RyPQ==
11681168
dependencies:
1169-
"@commitlint/ensure" "^20.4.3"
1169+
"@commitlint/ensure" "^20.4.4"
11701170
"@commitlint/message" "^20.4.3"
11711171
"@commitlint/to-lines" "^20.0.0"
1172-
"@commitlint/types" "^20.4.3"
1172+
"@commitlint/types" "^20.4.4"
11731173

11741174
"@commitlint/to-lines@^20.0.0":
11751175
version "20.0.0"
@@ -1183,14 +1183,23 @@
11831183
dependencies:
11841184
escalade "^3.2.0"
11851185

1186-
"@commitlint/types@^20.4.3":
1187-
version "20.4.3"
1188-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.4.3.tgz#aa3fb9732dd42dea590d165214631ebc7b07eb59"
1189-
integrity sha512-51OWa1Gi6ODOasPmfJPq6js4pZoomima4XLZZCrkldaH2V5Nb3bVhNXPeT6XV0gubbainSpTw4zi68NqAeCNCg==
1186+
"@commitlint/types@^20.4.4":
1187+
version "20.4.4"
1188+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-20.4.4.tgz#c7a2fce9b1aa0feaa3b22fccad008cb588a94b3e"
1189+
integrity sha512-dwTGzyAblFXHJNBOgrTuO5Ee48ioXpS5XPRLLatxhQu149DFAHUcB3f0Q5eea3RM4USSsP1+WVT2dBtLVod4fg==
11901190
dependencies:
11911191
conventional-commits-parser "^6.3.0"
11921192
picocolors "^1.1.1"
11931193

1194+
"@conventional-changelog/git-client@^2.6.0":
1195+
version "2.6.0"
1196+
resolved "https://registry.yarnpkg.com/@conventional-changelog/git-client/-/git-client-2.6.0.tgz#1c7a13681426a7bc4298d24c92cda3a6d6fba544"
1197+
integrity sha512-T+uPDciKf0/ioNNDpMGc8FDsehJClZP0yR3Q5MN6wE/Y/1QZ7F+80OgznnTCOlMEG4AV0LvH2UJi3C/nBnaBUg==
1198+
dependencies:
1199+
"@simple-libs/child-process-utils" "^1.0.0"
1200+
"@simple-libs/stream-utils" "^1.2.0"
1201+
semver "^7.5.2"
1202+
11941203
"@cspotcode/source-map-support@^0.8.0":
11951204
version "0.8.1"
11961205
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
@@ -2816,6 +2825,13 @@
28162825
"@sigstore/core" "^2.0.0"
28172826
"@sigstore/protobuf-specs" "^0.4.1"
28182827

2828+
"@simple-libs/child-process-utils@^1.0.0":
2829+
version "1.0.2"
2830+
resolved "https://registry.yarnpkg.com/@simple-libs/child-process-utils/-/child-process-utils-1.0.2.tgz#cb182d310c9bed3ace200b26258e090d898a1736"
2831+
integrity sha512-/4R8QKnd/8agJynkNdJmNw2MBxuFTRcNFnE5Sg/G+jkSsV8/UBgULMzhizWWW42p8L5H7flImV2ATi79Ove2Tw==
2832+
dependencies:
2833+
"@simple-libs/stream-utils" "^1.2.0"
2834+
28192835
"@simple-libs/stream-utils@^1.2.0":
28202836
version "1.2.0"
28212837
resolved "https://registry.yarnpkg.com/@simple-libs/stream-utils/-/stream-utils-1.2.0.tgz#5af724b826f1ab4d7f2826d31d3efccec124102b"
@@ -5127,11 +5143,6 @@ cssstyle@^4.2.1:
51275143
"@asamuzakjp/css-color" "^3.2.0"
51285144
rrweb-cssom "^0.8.0"
51295145

5130-
dargs@^8.0.0:
5131-
version "8.1.0"
5132-
resolved "https://registry.yarnpkg.com/dargs/-/dargs-8.1.0.tgz#a34859ea509cbce45485e5aa356fef70bfcc7272"
5133-
integrity sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==
5134-
51355146
data-uri-to-buffer@^6.0.2:
51365147
version "6.0.2"
51375148
resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz#8a58bb67384b261a38ef18bea1810cb01badd28b"
@@ -6353,14 +6364,13 @@ git-log-parser@^1.2.0:
63536364
through2 "~2.0.0"
63546365
traverse "0.6.8"
63556366

6356-
git-raw-commits@^4.0.0:
6357-
version "4.0.0"
6358-
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-4.0.0.tgz#b212fd2bff9726d27c1283a1157e829490593285"
6359-
integrity sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==
6367+
git-raw-commits@^5.0.0:
6368+
version "5.0.1"
6369+
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-5.0.1.tgz#e91d8fd4e3a264142166956fe1a23d08c069657e"
6370+
integrity sha512-Y+csSm2GD/PCSh6Isd/WiMjNAydu0VBiG9J7EdQsNA5P9uXvLayqjmTsNlK5Gs9IhblFZqOU0yid5Il5JPoLiQ==
63606371
dependencies:
6361-
dargs "^8.0.0"
6362-
meow "^12.0.1"
6363-
split2 "^4.0.0"
6372+
"@conventional-changelog/git-client" "^2.6.0"
6373+
meow "^13.0.0"
63646374

63656375
glob-parent@^5.1.2, glob-parent@~5.1.2:
63666376
version "5.1.2"
@@ -8500,11 +8510,6 @@ memfs@^4.6.0:
85008510
tree-dump "^1.0.3"
85018511
tslib "^2.0.0"
85028512

8503-
meow@^12.0.1:
8504-
version "12.1.1"
8505-
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
8506-
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
8507-
85088513
meow@^13.0.0:
85098514
version "13.2.0"
85108515
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
@@ -11014,11 +11019,6 @@ spdy@^4.0.2:
1101411019
select-hose "^2.0.0"
1101511020
spdy-transport "^3.0.0"
1101611021

11017-
split2@^4.0.0:
11018-
version "4.2.0"
11019-
resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4"
11020-
integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==
11021-
1102211022
split2@~1.0.0:
1102311023
version "1.0.0"
1102411024
resolved "https://registry.yarnpkg.com/split2/-/split2-1.0.0.tgz#52e2e221d88c75f9a73f90556e263ff96772b314"

0 commit comments

Comments
 (0)