Skip to content

Commit 599d416

Browse files
chore(deps-dev): bump the commitlint-ecosystem group with 2 updates
Bumps the commitlint-ecosystem group with 2 updates: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional). Updates `@commitlint/cli` from 19.8.0 to 19.8.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.8.0 to 19.8.1 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 19.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: commitlint-ecosystem - dependency-name: "@commitlint/config-conventional" dependency-version: 19.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: commitlint-ecosystem ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1a1f16 commit 599d416

2 files changed

Lines changed: 107 additions & 107 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"yargs": "^17.7.2"
3232
},
3333
"devDependencies": {
34-
"@commitlint/cli": "^19.8.0",
35-
"@commitlint/config-conventional": "^19.8.0",
34+
"@commitlint/cli": "^19.8.1",
35+
"@commitlint/config-conventional": "^19.8.1",
3636
"@semantic-release/changelog": "^6.0.3",
3737
"@semantic-release/commit-analyzer": "^13.0.1",
3838
"@semantic-release/git": "^10.0.1",

yarn.lock

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -51,157 +51,157 @@
5151
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
5252
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
5353

54-
"@commitlint/cli@^19.8.0":
55-
version "19.8.0"
56-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.0.tgz#e66e5a5268437e42b7c6f2a447e94ea83b8a3272"
57-
integrity sha512-t/fCrLVu+Ru01h0DtlgHZXbHV2Y8gKocTR5elDOqIRUzQd0/6hpt2VIWOj9b3NDo7y4/gfxeR2zRtXq/qO6iUg==
58-
dependencies:
59-
"@commitlint/format" "^19.8.0"
60-
"@commitlint/lint" "^19.8.0"
61-
"@commitlint/load" "^19.8.0"
62-
"@commitlint/read" "^19.8.0"
63-
"@commitlint/types" "^19.8.0"
64-
tinyexec "^0.3.0"
54+
"@commitlint/cli@^19.8.1":
55+
version "19.8.1"
56+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-19.8.1.tgz#85f7d9f331344e1f0a2b9d8b24fd3695466e1158"
57+
integrity sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA==
58+
dependencies:
59+
"@commitlint/format" "^19.8.1"
60+
"@commitlint/lint" "^19.8.1"
61+
"@commitlint/load" "^19.8.1"
62+
"@commitlint/read" "^19.8.1"
63+
"@commitlint/types" "^19.8.1"
64+
tinyexec "^1.0.0"
6565
yargs "^17.0.0"
6666

67-
"@commitlint/config-conventional@^19.8.0":
68-
version "19.8.0"
69-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.0.tgz#4a1470a0156f5d1f560426c05cfc3a6a796c2b9c"
70-
integrity sha512-9I2kKJwcAPwMoAj38hwqFXG0CzS2Kj+SAByPUQ0SlHTfb7VUhYVmo7G2w2tBrqmOf7PFd6MpZ/a1GQJo8na8kw==
67+
"@commitlint/config-conventional@^19.8.1":
68+
version "19.8.1"
69+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-19.8.1.tgz#eab42df58cda44f18410ae0cbd6785ece00f214b"
70+
integrity sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ==
7171
dependencies:
72-
"@commitlint/types" "^19.8.0"
72+
"@commitlint/types" "^19.8.1"
7373
conventional-changelog-conventionalcommits "^7.0.2"
7474

75-
"@commitlint/config-validator@^19.8.0":
76-
version "19.8.0"
77-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.0.tgz#0b30c274e4427d3942fd62ecf53c19d99f43ac4a"
78-
integrity sha512-+r5ZvD/0hQC3w5VOHJhGcCooiAVdynFlCe2d6I9dU+PvXdV3O+fU4vipVg+6hyLbQUuCH82mz3HnT/cBQTYYuA==
75+
"@commitlint/config-validator@^19.8.1":
76+
version "19.8.1"
77+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-19.8.1.tgz#29e9bb1360fa41b9439b23d8e25deaaf097306b5"
78+
integrity sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ==
7979
dependencies:
80-
"@commitlint/types" "^19.8.0"
80+
"@commitlint/types" "^19.8.1"
8181
ajv "^8.11.0"
8282

83-
"@commitlint/ensure@^19.8.0":
84-
version "19.8.0"
85-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.0.tgz#481c30706dc4aa4a8e85e7d1f1877c30e5201a0d"
86-
integrity sha512-kNiNU4/bhEQ/wutI1tp1pVW1mQ0QbAjfPRo5v8SaxoVV+ARhkB8Wjg3BSseNYECPzWWfg/WDqQGIfV1RaBFQZg==
83+
"@commitlint/ensure@^19.8.1":
84+
version "19.8.1"
85+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-19.8.1.tgz#938c54d6f586bda600b5c8e8e842edb281546e14"
86+
integrity sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw==
8787
dependencies:
88-
"@commitlint/types" "^19.8.0"
88+
"@commitlint/types" "^19.8.1"
8989
lodash.camelcase "^4.3.0"
9090
lodash.kebabcase "^4.1.1"
9191
lodash.snakecase "^4.1.1"
9292
lodash.startcase "^4.4.0"
9393
lodash.upperfirst "^4.3.1"
9494

95-
"@commitlint/execute-rule@^19.8.0":
96-
version "19.8.0"
97-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.8.0.tgz#ebcac26dc75d481e223b0c37d59e5bdd7a164d4a"
98-
integrity sha512-fuLeI+EZ9x2v/+TXKAjplBJWI9CNrHnyi5nvUQGQt4WRkww/d95oVRsc9ajpt4xFrFmqMZkd/xBQHZDvALIY7A==
95+
"@commitlint/execute-rule@^19.8.1":
96+
version "19.8.1"
97+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-19.8.1.tgz#53000363b737773e2d25e97c20f15eaa78742067"
98+
integrity sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA==
9999

100-
"@commitlint/format@^19.8.0":
101-
version "19.8.0"
102-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.0.tgz#b06084fb3b807f2142c19c94572127d4a3af5da1"
103-
integrity sha512-EOpA8IERpQstxwp/WGnDArA7S+wlZDeTeKi98WMOvaDLKbjptuHWdOYYr790iO7kTCif/z971PKPI2PkWMfOxg==
100+
"@commitlint/format@^19.8.1":
101+
version "19.8.1"
102+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-19.8.1.tgz#3e09b1291b3e29092d7a86f0afbbcfc0d99d3ad4"
103+
integrity sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw==
104104
dependencies:
105-
"@commitlint/types" "^19.8.0"
105+
"@commitlint/types" "^19.8.1"
106106
chalk "^5.3.0"
107107

108-
"@commitlint/is-ignored@^19.8.0":
109-
version "19.8.0"
110-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.0.tgz#3e413168b1222e62798dd1a36c64d2454e7bb291"
111-
integrity sha512-L2Jv9yUg/I+jF3zikOV0rdiHUul9X3a/oU5HIXhAJLE2+TXTnEBfqYP9G5yMw/Yb40SnR764g4fyDK6WR2xtpw==
108+
"@commitlint/is-ignored@^19.8.1":
109+
version "19.8.1"
110+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-19.8.1.tgz#fed0851360ea2d21799eaf8ec9ef6d98c15536e3"
111+
integrity sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg==
112112
dependencies:
113-
"@commitlint/types" "^19.8.0"
113+
"@commitlint/types" "^19.8.1"
114114
semver "^7.6.0"
115115

116-
"@commitlint/lint@^19.8.0":
117-
version "19.8.0"
118-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.0.tgz#c2bf85de6d2e86e13c972cf19a2d425e62e9b057"
119-
integrity sha512-+/NZKyWKSf39FeNpqhfMebmaLa1P90i1Nrb1SrA7oSU5GNN/lksA4z6+ZTnsft01YfhRZSYMbgGsARXvkr/VLQ==
120-
dependencies:
121-
"@commitlint/is-ignored" "^19.8.0"
122-
"@commitlint/parse" "^19.8.0"
123-
"@commitlint/rules" "^19.8.0"
124-
"@commitlint/types" "^19.8.0"
125-
126-
"@commitlint/load@^19.8.0":
127-
version "19.8.0"
128-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.0.tgz#7c7078fbdc9c4e3a14fa5a8684c3cb854353551e"
129-
integrity sha512-4rvmm3ff81Sfb+mcWT5WKlyOa+Hd33WSbirTVUer0wjS1Hv/Hzr07Uv1ULIV9DkimZKNyOwXn593c+h8lsDQPQ==
130-
dependencies:
131-
"@commitlint/config-validator" "^19.8.0"
132-
"@commitlint/execute-rule" "^19.8.0"
133-
"@commitlint/resolve-extends" "^19.8.0"
134-
"@commitlint/types" "^19.8.0"
116+
"@commitlint/lint@^19.8.1":
117+
version "19.8.1"
118+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-19.8.1.tgz#c21bf9000ca54e41c5b0139c98aaf12473c03bb0"
119+
integrity sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw==
120+
dependencies:
121+
"@commitlint/is-ignored" "^19.8.1"
122+
"@commitlint/parse" "^19.8.1"
123+
"@commitlint/rules" "^19.8.1"
124+
"@commitlint/types" "^19.8.1"
125+
126+
"@commitlint/load@^19.8.1":
127+
version "19.8.1"
128+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-19.8.1.tgz#b997b1f65a961bf0a47189f15f6dc8786ceb4576"
129+
integrity sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A==
130+
dependencies:
131+
"@commitlint/config-validator" "^19.8.1"
132+
"@commitlint/execute-rule" "^19.8.1"
133+
"@commitlint/resolve-extends" "^19.8.1"
134+
"@commitlint/types" "^19.8.1"
135135
chalk "^5.3.0"
136136
cosmiconfig "^9.0.0"
137137
cosmiconfig-typescript-loader "^6.1.0"
138138
lodash.isplainobject "^4.0.6"
139139
lodash.merge "^4.6.2"
140140
lodash.uniq "^4.5.0"
141141

142-
"@commitlint/message@^19.8.0":
143-
version "19.8.0"
144-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.0.tgz#1ac1c527a601b329373ba50ffd70a713acb0b8ca"
145-
integrity sha512-qs/5Vi9bYjf+ZV40bvdCyBn5DvbuelhR6qewLE8Bh476F7KnNyLfdM/ETJ4cp96WgeeHo6tesA2TMXS0sh5X4A==
142+
"@commitlint/message@^19.8.1":
143+
version "19.8.1"
144+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-19.8.1.tgz#d5d0d87837483d9f9b4559ffa06e1aaa26d266d6"
145+
integrity sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg==
146146

147-
"@commitlint/parse@^19.8.0":
148-
version "19.8.0"
149-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.0.tgz#bce415dda60e115239cd337b15262e459cab8eba"
150-
integrity sha512-YNIKAc4EXvNeAvyeEnzgvm1VyAe0/b3Wax7pjJSwXuhqIQ1/t2hD3OYRXb6D5/GffIvaX82RbjD+nWtMZCLL7Q==
147+
"@commitlint/parse@^19.8.1":
148+
version "19.8.1"
149+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-19.8.1.tgz#73125d04f07f11477cf563cbfe0cc9f6dc85a747"
150+
integrity sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw==
151151
dependencies:
152-
"@commitlint/types" "^19.8.0"
152+
"@commitlint/types" "^19.8.1"
153153
conventional-changelog-angular "^7.0.0"
154154
conventional-commits-parser "^5.0.0"
155155

156-
"@commitlint/read@^19.8.0":
157-
version "19.8.0"
158-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.0.tgz#d16bea846619100e23c4d56bcf191c397da7542f"
159-
integrity sha512-6ywxOGYajcxK1y1MfzrOnwsXO6nnErna88gRWEl3qqOOP8MDu/DTeRkGLXBFIZuRZ7mm5yyxU5BmeUvMpNte5w==
156+
"@commitlint/read@^19.8.1":
157+
version "19.8.1"
158+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-19.8.1.tgz#812930fd0f616e796e122751cb983346e5454ec8"
159+
integrity sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ==
160160
dependencies:
161-
"@commitlint/top-level" "^19.8.0"
162-
"@commitlint/types" "^19.8.0"
161+
"@commitlint/top-level" "^19.8.1"
162+
"@commitlint/types" "^19.8.1"
163163
git-raw-commits "^4.0.0"
164164
minimist "^1.2.8"
165-
tinyexec "^0.3.0"
165+
tinyexec "^1.0.0"
166166

167-
"@commitlint/resolve-extends@^19.8.0":
168-
version "19.8.0"
169-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.0.tgz#2ef6c448ed7f925840cca282e3ce37bea8e9b726"
170-
integrity sha512-CLanRQwuG2LPfFVvrkTrBR/L/DMy3+ETsgBqW1OvRxmzp/bbVJW0Xw23LnnExgYcsaFtos967lul1CsbsnJlzQ==
167+
"@commitlint/resolve-extends@^19.8.1":
168+
version "19.8.1"
169+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-19.8.1.tgz#a44bb4c22e3e7d407cc9a3758fcf58f5c360b694"
170+
integrity sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg==
171171
dependencies:
172-
"@commitlint/config-validator" "^19.8.0"
173-
"@commitlint/types" "^19.8.0"
172+
"@commitlint/config-validator" "^19.8.1"
173+
"@commitlint/types" "^19.8.1"
174174
global-directory "^4.0.1"
175175
import-meta-resolve "^4.0.0"
176176
lodash.mergewith "^4.6.2"
177177
resolve-from "^5.0.0"
178178

179-
"@commitlint/rules@^19.8.0":
180-
version "19.8.0"
181-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.0.tgz#0ca2b7bd9dc22409173963f15061d8cac671bdaa"
182-
integrity sha512-IZ5IE90h6DSWNuNK/cwjABLAKdy8tP8OgGVGbXe1noBEX5hSsu00uRlLu6JuruiXjWJz2dZc+YSw3H0UZyl/mA==
179+
"@commitlint/rules@^19.8.1":
180+
version "19.8.1"
181+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-19.8.1.tgz#1cea53d5bf970ce56dc105e1da5e6655a2fe7a5f"
182+
integrity sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw==
183183
dependencies:
184-
"@commitlint/ensure" "^19.8.0"
185-
"@commitlint/message" "^19.8.0"
186-
"@commitlint/to-lines" "^19.8.0"
187-
"@commitlint/types" "^19.8.0"
184+
"@commitlint/ensure" "^19.8.1"
185+
"@commitlint/message" "^19.8.1"
186+
"@commitlint/to-lines" "^19.8.1"
187+
"@commitlint/types" "^19.8.1"
188188

189-
"@commitlint/to-lines@^19.8.0":
190-
version "19.8.0"
191-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.0.tgz#f7bdf7878999c0620f3a2f46f829fcc1f1f1d118"
192-
integrity sha512-3CKLUw41Cur8VMjh16y8LcsOaKbmQjAKCWlXx6B0vOUREplp6em9uIVhI8Cv934qiwkbi2+uv+mVZPnXJi1o9A==
189+
"@commitlint/to-lines@^19.8.1":
190+
version "19.8.1"
191+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-19.8.1.tgz#c1a28a84542c7ba321c1c11178b83ae024257b47"
192+
integrity sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg==
193193

194-
"@commitlint/top-level@^19.8.0":
195-
version "19.8.0"
196-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.0.tgz#5ff4d9b8be44501edd2c94b93602a7104d63d92d"
197-
integrity sha512-Rphgoc/omYZisoNkcfaBRPQr4myZEHhLPx2/vTXNLjiCw4RgfPR1wEgUpJ9OOmDCiv5ZyIExhprNLhteqH4FuQ==
194+
"@commitlint/top-level@^19.8.1":
195+
version "19.8.1"
196+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-19.8.1.tgz#2c942189d83a29b21ff7ba6e91607301efdf5916"
197+
integrity sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw==
198198
dependencies:
199199
find-up "^7.0.0"
200200

201-
"@commitlint/types@^19.8.0":
202-
version "19.8.0"
203-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.0.tgz#5a77c7a723a714995a51917edd0ecfcf29495d3c"
204-
integrity sha512-LRjP623jPyf3Poyfb0ohMj8I3ORyBDOwXAgxxVPbSD0unJuW2mJWeiRfaQinjtccMqC5Wy1HOMfa4btKjbNxbg==
201+
"@commitlint/types@^19.8.1":
202+
version "19.8.1"
203+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-19.8.1.tgz#7971fbd56b0cfb31692a4e1941b74ac8217c44e5"
204+
integrity sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw==
205205
dependencies:
206206
"@types/conventional-commits-parser" "^5.0.0"
207207
chalk "^5.3.0"
@@ -4900,10 +4900,10 @@ tiny-relative-date@^1.3.0:
49004900
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
49014901
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
49024902

4903-
tinyexec@^0.3.0:
4904-
version "0.3.0"
4905-
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.0.tgz#ed60cfce19c17799d4a241e06b31b0ec2bee69e6"
4906-
integrity sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==
4903+
tinyexec@^1.0.0:
4904+
version "1.0.1"
4905+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-1.0.1.tgz#70c31ab7abbb4aea0a24f55d120e5990bfa1e0b1"
4906+
integrity sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw==
49074907

49084908
to-regex-range@^5.0.1:
49094909
version "5.0.1"

0 commit comments

Comments
 (0)