Skip to content

Commit 53ee958

Browse files
committed
⬆️ deps: Upgrade dependency @commitlint/cli to v17.4.0
1 parent 6194e97 commit 53ee958

File tree

2 files changed

+130
-117
lines changed

2 files changed

+130
-117
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@babel/core": "7.20.12",
7171
"@babel/preset-env": "7.20.2",
7272
"@babel/register": "7.18.9",
73-
"@commitlint/cli": "17.3.0",
73+
"@commitlint/cli": "17.4.0",
7474
"@js-library/commitlint-config": "0.0.4",
7575
"ava": "5.1.0",
7676
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

Lines changed: 129 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,85 +2151,84 @@
21512151
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
21522152
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
21532153

2154-
"@commitlint/cli@17.3.0":
2155-
version "17.3.0"
2156-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.3.0.tgz#d8497f03e27a5161178e802168d77de2941959a0"
2157-
integrity sha512-/H0md7TsKflKzVPz226VfXzVafJFO1f9+r2KcFvmBu08V0T56lZU1s8WL7/xlxqLMqBTVaBf7Ixtc4bskdEEZg==
2158-
dependencies:
2159-
"@commitlint/format" "^17.0.0"
2160-
"@commitlint/lint" "^17.3.0"
2161-
"@commitlint/load" "^17.3.0"
2162-
"@commitlint/read" "^17.2.0"
2163-
"@commitlint/types" "^17.0.0"
2154+
"@commitlint/cli@17.4.0":
2155+
version "17.4.0"
2156+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.0.tgz#14a5f9b713a5b60ff1a0cfce66b0bb207954c1ad"
2157+
integrity sha512-SEY4sYe8yVlgxPP7X0wJb96DBAGBPsCsy6QbqJt/UECbIAjDeDV5xXBV4jnS7T/qMC10sk6Ub9kDhEX0VWvblw==
2158+
dependencies:
2159+
"@commitlint/format" "^17.4.0"
2160+
"@commitlint/lint" "^17.4.0"
2161+
"@commitlint/load" "^17.4.0"
2162+
"@commitlint/read" "^17.4.0"
2163+
"@commitlint/types" "^17.4.0"
21642164
execa "^5.0.0"
21652165
lodash.isfunction "^3.0.9"
21662166
resolve-from "5.0.0"
21672167
resolve-global "1.0.0"
21682168
yargs "^17.0.0"
21692169

2170-
"@commitlint/config-validator@^17.1.0":
2171-
version "17.1.0"
2172-
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.1.0.tgz#51d09ca53d7a0d19736abf34eb18a66efce0f97a"
2173-
integrity sha512-Q1rRRSU09ngrTgeTXHq6ePJs2KrI+axPTgkNYDWSJIuS1Op4w3J30vUfSXjwn5YEJHklK3fSqWNHmBhmTR7Vdg==
2170+
"@commitlint/config-validator@^17.4.0":
2171+
version "17.4.0"
2172+
resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-17.4.0.tgz#2cb229672a22476cf1f21bedbfcd788e5da5b54f"
2173+
integrity sha512-Sa/+8KNpDXz4zT4bVbz2fpFjvgkPO6u2V2fP4TKgt6FjmOw2z3eEX859vtfeaTav/ukBw0/0jr+5ZTZp9zCBhA==
21742174
dependencies:
2175-
"@commitlint/types" "^17.0.0"
2175+
"@commitlint/types" "^17.4.0"
21762176
ajv "^8.11.0"
21772177

2178-
"@commitlint/ensure@^17.3.0":
2179-
version "17.3.0"
2180-
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.3.0.tgz#d7bb60291a254152b468ccb2be8c0dc79667247e"
2181-
integrity sha512-kWbrQHDoW5veIUQx30gXoLOCjWvwC6OOEofhPCLl5ytRPBDAQObMbxTha1Bt2aSyNE/IrJ0s0xkdZ1Gi3wJwQg==
2178+
"@commitlint/ensure@^17.4.0":
2179+
version "17.4.0"
2180+
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-17.4.0.tgz#3de65768bfccb9956ec3a0ecd8a415421bf315e5"
2181+
integrity sha512-7oAxt25je0jeQ/E0O/M8L3ADb1Cvweu/5lc/kYF8g/kXatI0wxGE5La52onnAUAWeWlsuvBNar15WcrmDmr5Mw==
21822182
dependencies:
2183-
"@commitlint/types" "^17.0.0"
2183+
"@commitlint/types" "^17.4.0"
21842184
lodash.camelcase "^4.3.0"
21852185
lodash.kebabcase "^4.1.1"
21862186
lodash.snakecase "^4.1.1"
21872187
lodash.startcase "^4.4.0"
21882188
lodash.upperfirst "^4.3.1"
21892189

2190-
"@commitlint/execute-rule@^17.0.0":
2191-
version "17.0.0"
2192-
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.0.0.tgz#186e9261fd36733922ae617497888c4bdb6e5c92"
2193-
integrity sha512-nVjL/w/zuqjCqSJm8UfpNaw66V9WzuJtQvEnCrK4jDw6qKTmZB+1JQ8m6BQVZbNBcwfYdDNKnhIhqI0Rk7lgpQ==
2190+
"@commitlint/execute-rule@^17.4.0":
2191+
version "17.4.0"
2192+
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-17.4.0.tgz#4518e77958893d0a5835babe65bf87e2638f6939"
2193+
integrity sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==
21942194

2195-
"@commitlint/format@^17.0.0":
2196-
version "17.0.0"
2197-
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.0.0.tgz#2c991ac0df3955fe5d7d4d733967bd17e6cfd9e0"
2198-
integrity sha512-MZzJv7rBp/r6ZQJDEodoZvdRM0vXu1PfQvMTNWFb8jFraxnISMTnPBWMMjr2G/puoMashwaNM//fl7j8gGV5lA==
2195+
"@commitlint/format@^17.4.0":
2196+
version "17.4.0"
2197+
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-17.4.0.tgz#1c80cf3a6274ff9b3d3c0dd150a97882d557aa0f"
2198+
integrity sha512-Z2bWAU5+f1YZh9W76c84J8iLIWIvvm+mzqogTz0Nsc1x6EHW0Z2gI38g5HAjB0r0I3ZjR15IDEJKhsxyblcyhA==
21992199
dependencies:
2200-
"@commitlint/types" "^17.0.0"
2200+
"@commitlint/types" "^17.4.0"
22012201
chalk "^4.1.0"
22022202

2203-
"@commitlint/is-ignored@^17.2.0":
2204-
version "17.2.0"
2205-
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.2.0.tgz#07c329396e2457fd37e8707f990c3a49731a168d"
2206-
integrity sha512-rgUPUQraHxoMLxiE8GK430HA7/R2vXyLcOT4fQooNrZq9ERutNrP6dw3gdKLkq22Nede3+gEHQYUzL4Wu75ndg==
2207-
dependencies:
2208-
"@commitlint/types" "^17.0.0"
2209-
semver "7.3.7"
2210-
2211-
"@commitlint/lint@^17.3.0":
2212-
version "17.3.0"
2213-
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.3.0.tgz#16506deaa347d61bd1195b17df1c6809a553d2a0"
2214-
integrity sha512-VilOTPg0i9A7CCWM49E9bl5jytfTvfTxf9iwbWAWNjxJ/A5mhPKbm3sHuAdwJ87tDk1k4j8vomYfH23iaY+1Rw==
2215-
dependencies:
2216-
"@commitlint/is-ignored" "^17.2.0"
2217-
"@commitlint/parse" "^17.2.0"
2218-
"@commitlint/rules" "^17.3.0"
2219-
"@commitlint/types" "^17.0.0"
2220-
2221-
"@commitlint/load@^17.3.0":
2222-
version "17.3.0"
2223-
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.3.0.tgz#ebfec0198dd1627627e32a2b2ae4744d297599a8"
2224-
integrity sha512-u/pV6rCAJrCUN+HylBHLzZ4qj1Ew3+eN9GBPhNi9otGxtOfA8b+8nJSxaNbcC23Ins/kcpjGf9zPSVW7628Umw==
2225-
dependencies:
2226-
"@commitlint/config-validator" "^17.1.0"
2227-
"@commitlint/execute-rule" "^17.0.0"
2228-
"@commitlint/resolve-extends" "^17.3.0"
2229-
"@commitlint/types" "^17.0.0"
2230-
"@types/node" "^14.0.0"
2203+
"@commitlint/is-ignored@^17.4.0":
2204+
version "17.4.0"
2205+
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-17.4.0.tgz#7c1f35db20c409783935b9305ad695f378287b31"
2206+
integrity sha512-mkRuBlPUaBimvSvJyIHEHEW1/jP1SqEI7NOoaO9/eyJkMbsaiv5b1QgDYL4ZXlHdS64RMV7Y21MVVzuIceImDA==
2207+
dependencies:
2208+
"@commitlint/types" "^17.4.0"
2209+
semver "7.3.8"
2210+
2211+
"@commitlint/lint@^17.4.0":
2212+
version "17.4.0"
2213+
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-17.4.0.tgz#ba3554692d8e156db04085caa75eab9d46908449"
2214+
integrity sha512-HG2YT4TUbQKs9v8QvpQjJ6OK+fhflsDB8M+D5tLrY79hbQOWA9mDKdRkABsW/AAhpNI9+zeGUWF3jj245jSHKw==
2215+
dependencies:
2216+
"@commitlint/is-ignored" "^17.4.0"
2217+
"@commitlint/parse" "^17.4.0"
2218+
"@commitlint/rules" "^17.4.0"
2219+
"@commitlint/types" "^17.4.0"
2220+
2221+
"@commitlint/load@^17.4.0":
2222+
version "17.4.0"
2223+
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.0.tgz#d0136d38f3d533e706340efbccc2fb38ebb97538"
2224+
integrity sha512-wDKNvAJqukqZqKmhRlf3KNo/12QGo1AQcd80EbV01SxtGvyHOsJ/g+/IbrZpopZv8rvzmEVktcpfDYH6ITepFA==
2225+
dependencies:
2226+
"@commitlint/config-validator" "^17.4.0"
2227+
"@commitlint/execute-rule" "^17.4.0"
2228+
"@commitlint/resolve-extends" "^17.4.0"
2229+
"@commitlint/types" "^17.4.0"
22312230
chalk "^4.1.0"
2232-
cosmiconfig "^7.0.0"
2231+
cosmiconfig "^8.0.0"
22332232
cosmiconfig-typescript-loader "^4.0.0"
22342233
lodash.isplainobject "^4.0.6"
22352234
lodash.merge "^4.6.2"
@@ -2238,70 +2237,70 @@
22382237
ts-node "^10.8.1"
22392238
typescript "^4.6.4"
22402239

2241-
"@commitlint/message@^17.2.0":
2242-
version "17.2.0"
2243-
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.2.0.tgz#c546b7a441b9f69493257f9fe0c3c8fc37933b27"
2244-
integrity sha512-/4l2KFKxBOuoEn1YAuuNNlAU05Zt7sNsC9H0mPdPm3chOrT4rcX0pOqrQcLtdMrMkJz0gC7b3SF80q2+LtdL9Q==
2240+
"@commitlint/message@^17.4.0":
2241+
version "17.4.0"
2242+
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-17.4.0.tgz#40779163d1cd7946b081077e1ef7f831baa577e5"
2243+
integrity sha512-USGJDU9PPxcgQjKXCzvPUal65KAhxWq3hp+MrU1pNCN2itWM654CLIoY2LMIQ7rScTli9B5dTLH3vXhzbItmzA==
22452244

2246-
"@commitlint/parse@^17.2.0":
2247-
version "17.2.0"
2248-
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.2.0.tgz#d87b09436ec741c2267b76a41972b34e53459a81"
2249-
integrity sha512-vLzLznK9Y21zQ6F9hf8D6kcIJRb2haAK5T/Vt1uW2CbHYOIfNsR/hJs0XnF/J9ctM20Tfsqv4zBitbYvVw7F6Q==
2245+
"@commitlint/parse@^17.4.0":
2246+
version "17.4.0"
2247+
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-17.4.0.tgz#bb2a78dcad9abd12a53a9d50387a45c5b86afcff"
2248+
integrity sha512-x8opKc5p+Hgs+CrMbq3VAnW2L2foPAX6arW8u9c8nTzksldGgFsENT+XVyPmpSMLlVBswZ1tndcz1xyKiY9TJA==
22502249
dependencies:
2251-
"@commitlint/types" "^17.0.0"
2250+
"@commitlint/types" "^17.4.0"
22522251
conventional-changelog-angular "^5.0.11"
22532252
conventional-commits-parser "^3.2.2"
22542253

2255-
"@commitlint/read@^17.2.0":
2256-
version "17.2.0"
2257-
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.2.0.tgz#7a67b7b611d978a344c2430cba030252c2170723"
2258-
integrity sha512-bbblBhrHkjxra3ptJNm0abxu7yeAaxumQ8ZtD6GIVqzURCETCP7Dm0tlVvGRDyXBuqX6lIJxh3W7oyKqllDsHQ==
2254+
"@commitlint/read@^17.4.0":
2255+
version "17.4.0"
2256+
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-17.4.0.tgz#946def0be19a2af8fd1d09cd7ad7f33b3c30b610"
2257+
integrity sha512-pGDeZpbkyvhxK8ZoCDUacPPRpauKPWF3n2XpDBEnuGreqUF2clq2PVJpwMMaNN5cHW8iFKCbcoOjXhD01sln0A==
22592258
dependencies:
2260-
"@commitlint/top-level" "^17.0.0"
2261-
"@commitlint/types" "^17.0.0"
2262-
fs-extra "^10.0.0"
2259+
"@commitlint/top-level" "^17.4.0"
2260+
"@commitlint/types" "^17.4.0"
2261+
fs-extra "^11.0.0"
22632262
git-raw-commits "^2.0.0"
22642263
minimist "^1.2.6"
22652264

2266-
"@commitlint/resolve-extends@^17.3.0":
2267-
version "17.3.0"
2268-
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.3.0.tgz#413a9ec393266d0673e6b9ec2f0974c358ed662d"
2269-
integrity sha512-Lf3JufJlc5yVEtJWC8o4IAZaB8FQAUaVlhlAHRACd0TTFizV2Lk2VH70et23KgvbQNf7kQzHs/2B4QZalBv6Cg==
2265+
"@commitlint/resolve-extends@^17.4.0":
2266+
version "17.4.0"
2267+
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-17.4.0.tgz#9023da6c70c4ebd173b4b0995fe29f27051da2d3"
2268+
integrity sha512-3JsmwkrCzoK8sO22AzLBvNEvC1Pmdn/65RKXzEtQMy6oYMl0Snrq97a5bQQEFETF0VsvbtUuKttLqqgn99OXRQ==
22702269
dependencies:
2271-
"@commitlint/config-validator" "^17.1.0"
2272-
"@commitlint/types" "^17.0.0"
2270+
"@commitlint/config-validator" "^17.4.0"
2271+
"@commitlint/types" "^17.4.0"
22732272
import-fresh "^3.0.0"
22742273
lodash.mergewith "^4.6.2"
22752274
resolve-from "^5.0.0"
22762275
resolve-global "^1.0.0"
22772276

2278-
"@commitlint/rules@^17.3.0":
2279-
version "17.3.0"
2280-
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.3.0.tgz#4b31d6739f7eb8c7222b323b0bc2b63bd298a4ad"
2281-
integrity sha512-s2UhDjC5yP2utx3WWqsnZRzjgzAX8BMwr1nltC0u0p8T/nzpkx4TojEfhlsOUj1t7efxzZRjUAV0NxNwdJyk+g==
2277+
"@commitlint/rules@^17.4.0":
2278+
version "17.4.0"
2279+
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-17.4.0.tgz#7814f9de38c10ba17b33dd16a05be8f181031538"
2280+
integrity sha512-lz3i1jet2NNjTWpAMwjjQjMZCPWBIHK1Kkja9o09UmUtMjRdALTb8uMLe8gCyeq3DiiZ5lLYOhbsoPK56xGQKA==
22822281
dependencies:
2283-
"@commitlint/ensure" "^17.3.0"
2284-
"@commitlint/message" "^17.2.0"
2285-
"@commitlint/to-lines" "^17.0.0"
2286-
"@commitlint/types" "^17.0.0"
2282+
"@commitlint/ensure" "^17.4.0"
2283+
"@commitlint/message" "^17.4.0"
2284+
"@commitlint/to-lines" "^17.4.0"
2285+
"@commitlint/types" "^17.4.0"
22872286
execa "^5.0.0"
22882287

2289-
"@commitlint/to-lines@^17.0.0":
2290-
version "17.0.0"
2291-
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.0.0.tgz#5766895836b8085b099a098482f88a03f070b411"
2292-
integrity sha512-nEi4YEz04Rf2upFbpnEorG8iymyH7o9jYIVFBG1QdzebbIFET3ir+8kQvCZuBE5pKCtViE4XBUsRZz139uFrRQ==
2288+
"@commitlint/to-lines@^17.4.0":
2289+
version "17.4.0"
2290+
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-17.4.0.tgz#9bd02e911e7d4eab3fb4a50376c4c6d331e10d8d"
2291+
integrity sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==
22932292

2294-
"@commitlint/top-level@^17.0.0":
2295-
version "17.0.0"
2296-
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.0.0.tgz#ebd0df4c703c026c2fbdc20fa746836334f4ed15"
2297-
integrity sha512-dZrEP1PBJvodNWYPOYiLWf6XZergdksKQaT6i1KSROLdjf5Ai0brLOv5/P+CPxBeoj3vBxK4Ax8H1Pg9t7sHIQ==
2293+
"@commitlint/top-level@^17.4.0":
2294+
version "17.4.0"
2295+
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-17.4.0.tgz#540cac8290044cf846fbdd99f5cc51e8ac5f27d6"
2296+
integrity sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==
22982297
dependencies:
22992298
find-up "^5.0.0"
23002299

2301-
"@commitlint/types@^17.0.0":
2302-
version "17.0.0"
2303-
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.0.0.tgz#3b4604c1a0f06c340ce976e6c6903d4f56e3e690"
2304-
integrity sha512-hBAw6U+SkAT5h47zDMeOu3HSiD0SODw4Aq7rRNh1ceUmL7GyLKYhPbUvlRWqZ65XjBLPHZhFyQlRaPNz8qvUyQ==
2300+
"@commitlint/types@^17.4.0":
2301+
version "17.4.0"
2302+
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-17.4.0.tgz#c7c2b97b959f6175c164632bf26208ce417b3f31"
2303+
integrity sha512-2NjAnq5IcxY9kXtUeO2Ac0aPpvkuOmwbH/BxIm36XXK5LtWFObWJWjXOA+kcaABMrthjWu6la+FUpyYFMHRvbA==
23052304
dependencies:
23062305
chalk "^4.1.0"
23072306

@@ -2639,11 +2638,6 @@
26392638
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.2.tgz#a4c07d47ff737e8ee7e586fe636ff0e1ddff070a"
26402639
integrity sha512-JepeIUPFDARgIs0zD/SKPgFsJEAF0X5/qO80llx59gOxFTboS9Amv3S+QfB7lqBId5sFXJ99BN0J6zFRvL9dDA==
26412640

2642-
"@types/node@^14.0.0":
2643-
version "14.18.26"
2644-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.26.tgz#239e19f8b4ea1a9eb710528061c1d733dc561996"
2645-
integrity sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA==
2646-
26472641
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
26482642
version "2.4.1"
26492643
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -4086,6 +4080,16 @@ cosmiconfig@^7.1.0:
40864080
path-type "^4.0.0"
40874081
yaml "^1.10.0"
40884082

4083+
cosmiconfig@^8.0.0:
4084+
version "8.0.0"
4085+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.0.0.tgz#e9feae014eab580f858f8a0288f38997a7bebe97"
4086+
integrity sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==
4087+
dependencies:
4088+
import-fresh "^3.2.1"
4089+
js-yaml "^4.1.0"
4090+
parse-json "^5.0.0"
4091+
path-type "^4.0.0"
4092+
40894093
create-require@^1.1.0:
40904094
version "1.1.1"
40914095
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -5600,6 +5604,15 @@ fs-extra@^10.0.0:
56005604
jsonfile "^6.0.1"
56015605
universalify "^2.0.0"
56025606

5607+
fs-extra@^11.0.0:
5608+
version "11.1.0"
5609+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.0.tgz#5784b102104433bb0e090f48bfc4a30742c357ed"
5610+
integrity sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==
5611+
dependencies:
5612+
graceful-fs "^4.2.0"
5613+
jsonfile "^6.0.1"
5614+
universalify "^2.0.0"
5615+
56035616
fs.realpath@^1.0.0:
56045617
version "1.0.0"
56055618
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -9374,10 +9387,10 @@ semver@7.0.0:
93749387
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
93759388
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
93769389

9377-
semver@7.3.7, semver@^7.0.0, semver@^7.3.7:
9378-
version "7.3.7"
9379-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9380-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
9390+
semver@7.3.8, semver@^7.3.8:
9391+
version "7.3.8"
9392+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
9393+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
93819394
dependencies:
93829395
lru-cache "^6.0.0"
93839396

@@ -9386,20 +9399,20 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
93869399
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
93879400
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
93889401

9402+
semver@^7.0.0, semver@^7.3.7:
9403+
version "7.3.7"
9404+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
9405+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
9406+
dependencies:
9407+
lru-cache "^6.0.0"
9408+
93899409
semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
93909410
version "7.3.5"
93919411
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
93929412
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
93939413
dependencies:
93949414
lru-cache "^6.0.0"
93959415

9396-
semver@^7.3.8:
9397-
version "7.3.8"
9398-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
9399-
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
9400-
dependencies:
9401-
lru-cache "^6.0.0"
9402-
94039416
serialize-error@^7.0.1:
94049417
version "7.0.1"
94059418
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-7.0.1.tgz#f1360b0447f61ffb483ec4157c737fab7d778e18"

0 commit comments

Comments
 (0)