-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update commitlint monorepo to v8
- Loading branch information
1 parent
bffdda5
commit c498e88
Showing
2 changed files
with
127 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -600,134 +600,133 @@ | |
exec-sh "^0.3.2" | ||
minimist "^1.2.0" | ||
|
||
"@commitlint/cli@^7.5.2": | ||
version "7.5.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.5.2.tgz#2475cd8f7ed3b2f9c2ab96c06bc24d61d23f8716" | ||
integrity sha512-UQdW/wNb+XeANoYYLyuKEDIfWKSzdhJkPQZ8ie/IjfMNnsP+B23bkX4Ati+6U8zgz0yyngoxWl+3lfExiIL4hQ== | ||
dependencies: | ||
"@commitlint/format" "^7.5.0" | ||
"@commitlint/lint" "^7.5.2" | ||
"@commitlint/load" "^7.5.0" | ||
"@commitlint/read" "^7.5.0" | ||
"@commitlint/cli@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-8.0.0.tgz#1be7aa14fecbcf71317a8187fbb5210760d4ca61" | ||
integrity sha512-wFu+g9v73I2rMRTv27ItIbcrhWqge0ZpUNUIJ9fw8TF7XpmhaUFvGqa2kU6st1F0TyEOrq5ZMzwI8kQZNVLuXg== | ||
dependencies: | ||
"@commitlint/format" "^8.0.0" | ||
"@commitlint/lint" "^8.0.0" | ||
"@commitlint/load" "^8.0.0" | ||
"@commitlint/read" "^8.0.0" | ||
babel-polyfill "6.26.0" | ||
chalk "2.3.1" | ||
get-stdin "5.0.1" | ||
get-stdin "7.0.0" | ||
lodash "4.17.11" | ||
meow "5.0.0" | ||
resolve-from "4.0.0" | ||
resolve-global "0.1.0" | ||
resolve-from "5.0.0" | ||
resolve-global "1.0.0" | ||
|
||
"@commitlint/config-conventional@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.5.0.tgz#3afd4e3e34e5c2f6ec6af03e78ae924fed883ce7" | ||
integrity sha512-odLgBfQ5xntFAmMfAmDY2C4EWhW+cSTbvbsRS7seb55DCa3IaxxSHHC9eXrR+hN/BdUT5vqAxdX1PkR996sq9Q== | ||
"@commitlint/config-conventional@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.0.0.tgz#f45349cab9dcfc08a30fbcf2b6317506e17bc8e6" | ||
integrity sha512-umg1irroowOV+x8oZPBw8woCogZO5MFKUYQq+fRZvhowoSwDHXYILP3ETcdHUgvytw/K/a8Xvu7iCypK6oZQ+g== | ||
|
||
"@commitlint/ensure@^7.5.2": | ||
version "7.5.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-7.5.2.tgz#57bb7dcbf1e9913e27c3b294325d0d68dd14cebf" | ||
integrity sha512-ZMJKHhSJC789chKy0kWp8EWbCpLPy6vKa+fopUVx+tWL7H8AeBbibXlqAnybg+HWNcb/RD7ORROx0IsgrK4IYA== | ||
"@commitlint/ensure@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-8.0.0.tgz#67a3e72755a0dfa5f4216efd05238f62ff132110" | ||
integrity sha512-rhBO79L9vXeb26JU+14cxZQq46KyyVqlo31C33VIe7oJndUtWrDhZTvMjJeB1pdXh4EU4XWdMo+yzBmuypFgig== | ||
dependencies: | ||
lodash "4.17.11" | ||
|
||
"@commitlint/execute-rule@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-7.5.0.tgz#c9cfbab71eb962e1c46e78d76375e32754ab1e38" | ||
integrity sha512-K66aoly8mxSHmBA/Y8bKSPPcCAR4GpJEsvHaLDYOG7GsyChu8NgCD53L8GUqPW8lBCWwnmCiSL+RlOkNHJ0Gag== | ||
"@commitlint/execute-rule@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-8.0.0.tgz#df2a9893f162fc561ca4e95a34bd782469dd7f8b" | ||
integrity sha512-E/A2xHqx3syclXAFl8vJY2o/+xtL9axrqbFFF42Bzke+Eflf0mOJviPxDodu2xP0wXMRQ9UokAi/reK9dMtA/A== | ||
dependencies: | ||
babel-runtime "6.26.0" | ||
|
||
"@commitlint/format@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.5.0.tgz#57a2b92dc58a3409b2be67c4c8c10bd1b28e9fe8" | ||
integrity sha512-DEeQXfTLUm9kARliCBfw3SlQRAYjK2aXeRAUMs1HPhLA2tjNFFGv6LOpFFNdiu/WV+o1ojcgIvBBjpHaVT+Tvw== | ||
"@commitlint/format@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-8.0.0.tgz#f7c858d9057e1da6856be211ad049c5b9a66185b" | ||
integrity sha512-dFxKGLp1T4obi7+YZ2NcSAebJA/dBQwnerRJGz0hWtsO6pheJRe+qC50+GCb2fYGWUc5lIWawaRts0m7RkFGUw== | ||
dependencies: | ||
babel-runtime "^6.23.0" | ||
chalk "^2.0.1" | ||
|
||
"@commitlint/is-ignored@^7.5.1": | ||
version "7.5.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-7.5.1.tgz#c4f7ffc1c8b4cf9dc3204d22ef8e78ff82536d67" | ||
integrity sha512-8JZCgy6bWSnjOT5cTTiyEAGp+Y4+5CUknhVbyiPxTRbjy6yF0aMKs1gMTfHrNHTKsasgmkCyPQd4C2eOPceuKA== | ||
"@commitlint/is-ignored@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-8.0.0.tgz#eba06c9a6227288574f544a1705583d965f0ed65" | ||
integrity sha512-geWr/NXGMrZ3qc3exDM+S1qV+nMDxp1LwN3rLpEN2gXTwW3rIXq49RQQUkn0n3BHcpqJJ9EBhjqFoMU1TYx7Ng== | ||
dependencies: | ||
semver "5.6.0" | ||
semver "6.0.0" | ||
|
||
"@commitlint/lint@^7.5.2": | ||
version "7.5.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.5.2.tgz#26cb819c74f8770413c4f6ef1e7abf1b739eda77" | ||
integrity sha512-DY/UfGFDquMno+5c6+tE50rMxpjdQK3CRG+nktgYlVz1UAqeUD+bRc3pvX5HwAsuGvyDrWAjtszHtEDeYJKcjw== | ||
"@commitlint/lint@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-8.0.0.tgz#3defb3b1a900ba966c64a51b497bf1fcff5fc9f2" | ||
integrity sha512-5nKiJpBDR2iei+fre4+6M7FUrSX1cIMoxXKdrnb1GMOXkw9CsZSF5OvdrX08zHAFmOAeDaohoCV+XN/UN/vWYg== | ||
dependencies: | ||
"@commitlint/is-ignored" "^7.5.1" | ||
"@commitlint/parse" "^7.5.0" | ||
"@commitlint/rules" "^7.5.2" | ||
"@commitlint/is-ignored" "^8.0.0" | ||
"@commitlint/parse" "^8.0.0" | ||
"@commitlint/rules" "^8.0.0" | ||
babel-runtime "^6.23.0" | ||
lodash "4.17.11" | ||
|
||
"@commitlint/load@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.5.0.tgz#2b225b97d631c2235d8b2084bc2fefb4d4d66719" | ||
integrity sha512-fhBER/rzPsteM6zq5qqMiOi+A2bHKCE/0PKmOzYgaqTKcG9c1SsOle9phPemW85to8Gxd2YgUOVLsZkCMltLtA== | ||
"@commitlint/load@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-8.0.0.tgz#5eacfb96635e9aeac8f1a0674491f29483348872" | ||
integrity sha512-JXC3YjO7hN7Rv2Z/SaYz+oIvShsQWLL7gnOCe8+YgI1EusBqjV4mPI0HnBXVe9volfdxbl+Af/GoQZs2dvyOFA== | ||
dependencies: | ||
"@commitlint/execute-rule" "^7.5.0" | ||
"@commitlint/resolve-extends" "^7.5.0" | ||
"@commitlint/execute-rule" "^8.0.0" | ||
"@commitlint/resolve-extends" "^8.0.0" | ||
babel-runtime "^6.23.0" | ||
cosmiconfig "^4.0.0" | ||
cosmiconfig "^5.2.0" | ||
lodash "4.17.11" | ||
resolve-from "^4.0.0" | ||
resolve-from "^5.0.0" | ||
|
||
"@commitlint/message@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-7.5.0.tgz#2572fad648c769dd210374c8b95fb37124302bc5" | ||
integrity sha512-5YOhsqy/MgHH7vyDsmmzO6Jr3ygr1pXbCm9NR3XB51wjg55Kd6/6dVlkhS/FmDp99pfwTdHb0TyeDFEjP98waw== | ||
"@commitlint/message@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-8.0.0.tgz#bbb02fb78490808e36157d675acc544fafd7942b" | ||
integrity sha512-2oGUV8630nzsj17t6akq3mFguzWePADO069IwKJi+CN5L0YRBQj9zGRCB0P+zvh4EngjqMnuMwhEhaBEM8TTzA== | ||
|
||
"@commitlint/parse@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-7.5.0.tgz#d9374266493e5229ec61d92316d28e02419c600f" | ||
integrity sha512-hWASM8SBFTBtlFkKrEtD1qW6yTe2BsfoRiMKuYyRCTd+739TUF17og5vgQVuWttbGP0gXaciW44NygS2YjZmfA== | ||
"@commitlint/parse@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-8.0.0.tgz#4b5fa19ab8bdb2c6452b7dbdf1d7adf52386ae60" | ||
integrity sha512-6CyweJrBkI+Jqx7qkpYgVx2muBMoUZAZHWhUTgqHIDDmI+3d4UPZ2plGS2G0969KkHCgjtlwnwTjWqA9HLMwPA== | ||
dependencies: | ||
conventional-changelog-angular "^1.3.3" | ||
conventional-commits-parser "^2.1.0" | ||
lodash "^4.17.11" | ||
|
||
"@commitlint/read@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.5.0.tgz#35d563b0f3075da2ce6945978996b16fb4acb0f8" | ||
integrity sha512-uqGFCKZGnBUCTkxoCCJp4MfWUkegXkyT0T0RVM9diyG6uNWPWlMH1509sjLFlyeJKG+cSyYGG/d6T103ScMb4Q== | ||
"@commitlint/read@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-8.0.0.tgz#5149fcb2550a07e7eb6a9f50b88df742780fa1e8" | ||
integrity sha512-IhNMiKPqkB5yxphe/FiOKgX2uCysbR8fGK6KOXON3uJaVND0dctxnfdv+vY9gDv2CtjIXgNFO+v6FLnqMfIvwA== | ||
dependencies: | ||
"@commitlint/top-level" "^7.5.0" | ||
"@commitlint/top-level" "^8.0.0" | ||
"@marionebl/sander" "^0.6.0" | ||
babel-runtime "^6.23.0" | ||
git-raw-commits "^1.3.0" | ||
|
||
"@commitlint/resolve-extends@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-7.5.0.tgz#d95a3058e83ddbaef5e3045835b9a3a1fba3422c" | ||
integrity sha512-FRIyPuqGvGa03OT4VgOHakizcw8YR5rdm77JsZff1rSnpxk6i+025I6qMeHqCIr5FaVIA0kR3FlC+MJFUs165A== | ||
"@commitlint/resolve-extends@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-8.0.0.tgz#dc606cecb0f392d57905cfd690d8f736ad26eec2" | ||
integrity sha512-SPkH+dXMCpYboVwpIhtOhpg1xYdE7L77fuHmEJWveXSmgfi0GosFm4aJ7Cer9DjNjW+KbD0TUfzZU0TrYUESjQ== | ||
dependencies: | ||
babel-runtime "6.26.0" | ||
import-fresh "^3.0.0" | ||
lodash "4.17.11" | ||
resolve-from "^4.0.0" | ||
resolve-global "^0.1.0" | ||
resolve-from "^5.0.0" | ||
resolve-global "^1.0.0" | ||
|
||
"@commitlint/rules@^7.5.2": | ||
version "7.5.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-7.5.2.tgz#da03d754625b2e67c0a6b8b9ab89eae1952a4f2e" | ||
integrity sha512-eDN1UFPcBOjdnlI3syuo7y99SjGH/dUV6S9NvBocAye8ln5dfKiI2shhWochJhl36r/kYWU8Wrvl2NZJL3c52g== | ||
"@commitlint/rules@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-8.0.0.tgz#26ef50fedb5a88a2ad2af43677e5bb7c32fb5f14" | ||
integrity sha512-s9BehZQP5uAc/V4lMaUxwxFabVZTw5fZ18Ase1e5tbMKVIwq/7E00Ny1czN7xSFXfgffukWznsexpfFXYpbVsg== | ||
dependencies: | ||
"@commitlint/ensure" "^7.5.2" | ||
"@commitlint/message" "^7.5.0" | ||
"@commitlint/to-lines" "^7.5.0" | ||
"@commitlint/ensure" "^8.0.0" | ||
"@commitlint/message" "^8.0.0" | ||
"@commitlint/to-lines" "^8.0.0" | ||
babel-runtime "^6.23.0" | ||
|
||
"@commitlint/to-lines@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-7.5.0.tgz#a24410d25bb85a5fff3b8d610277b3145f899766" | ||
integrity sha512-ZQ3LxPNuQ/J7q42hkiPWN5fUIjWae85H2HHoBB+/Rw1fo+oehvr4Xyt+Oa9Mx5WbBnev/wXnUFjXgoadv1RZ5A== | ||
"@commitlint/to-lines@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-8.0.0.tgz#9f7d7938404bdbb345c23c8665293e051c4dc243" | ||
integrity sha512-qqgNeyj+NJ1Xffwv6hGsipKlVFj30NmfPup751MS/me0GV8IBd//njTjiqHvf/3sKm/OcGn4Re4D7YXwTcC2RA== | ||
|
||
"@commitlint/top-level@^7.5.0": | ||
version "7.5.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-7.5.0.tgz#01e740167e3d15110794192cd754f49f27d4a16d" | ||
integrity sha512-oTu185GufTYHjTXPHu6k6HL7iuASOvDOtQizZWRSxj0VXuoki6e0HzvGZsRsycDTOn04Q9hVu+PhF83IUwRpeg== | ||
"@commitlint/top-level@^8.0.0": | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-8.0.0.tgz#3d998ba1e13be939f4227202eebae7f1dbb472a9" | ||
integrity sha512-If9hwfISHV8HXGKeXUKsUvOo4DuISWiU/VC2qHsKpeHSREAxkWESmQzzwYvOtyBjMiOTfAXfzgth18g36Fz2ow== | ||
dependencies: | ||
find-up "^2.1.0" | ||
|
||
|
@@ -1872,16 +1871,6 @@ [email protected], core-util-is@~1.0.0: | |
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" | ||
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= | ||
|
||
cosmiconfig@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-4.0.0.tgz#760391549580bbd2df1e562bc177b13c290972dc" | ||
integrity sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ== | ||
dependencies: | ||
is-directory "^0.3.1" | ||
js-yaml "^3.9.0" | ||
parse-json "^4.0.0" | ||
require-from-string "^2.0.1" | ||
|
||
cosmiconfig@^5.0.7: | ||
version "5.1.0" | ||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.1.0.tgz#6c5c35e97f37f985061cdf653f114784231185cf" | ||
|
@@ -1893,6 +1882,16 @@ cosmiconfig@^5.0.7: | |
lodash.get "^4.4.2" | ||
parse-json "^4.0.0" | ||
|
||
cosmiconfig@^5.2.0: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" | ||
integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== | ||
dependencies: | ||
import-fresh "^2.0.0" | ||
is-directory "^0.3.1" | ||
js-yaml "^3.13.1" | ||
parse-json "^4.0.0" | ||
|
||
cross-spawn@^6.0.0, cross-spawn@^6.0.5: | ||
version "6.0.5" | ||
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" | ||
|
@@ -2717,10 +2716,10 @@ get-pkg-repo@^1.0.0: | |
parse-github-repo-url "^1.3.0" | ||
through2 "^2.0.0" | ||
|
||
get-stdin@5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" | ||
integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g= | ||
get-stdin@7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" | ||
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ== | ||
|
||
get-stdin@^4.0.1: | ||
version "4.0.1" | ||
|
@@ -2808,7 +2807,7 @@ glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: | |
once "^1.3.0" | ||
path-is-absolute "^1.0.0" | ||
|
||
global-dirs@^0.1.0: | ||
global-dirs@^0.1.1: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445" | ||
integrity sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU= | ||
|
@@ -3783,6 +3782,14 @@ js-yaml@^3.12.0, js-yaml@^3.9.0: | |
argparse "^1.0.7" | ||
esprima "^4.0.0" | ||
|
||
js-yaml@^3.13.1: | ||
version "3.13.1" | ||
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" | ||
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== | ||
dependencies: | ||
argparse "^1.0.7" | ||
esprima "^4.0.0" | ||
|
||
jsbn@~0.1.0: | ||
version "0.1.1" | ||
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" | ||
|
@@ -5105,11 +5112,6 @@ require-directory@^2.1.1: | |
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= | ||
|
||
require-from-string@^2.0.1: | ||
version "2.0.2" | ||
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" | ||
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== | ||
|
||
require-main-filename@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" | ||
|
@@ -5122,22 +5124,27 @@ resolve-cwd@^2.0.0: | |
dependencies: | ||
resolve-from "^3.0.0" | ||
|
||
resolve-from@4.0.0, resolve-from@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" | ||
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== | ||
resolve-from@5.0.0, resolve-from@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" | ||
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== | ||
|
||
resolve-from@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" | ||
integrity sha1-six699nWiBvItuZTM17rywoYh0g= | ||
|
||
[email protected], resolve-global@^0.1.0: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9" | ||
integrity sha1-j7As/Vt9sgEY6IYxHxWvlb0V+9k= | ||
resolve-from@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" | ||
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== | ||
|
||
[email protected], resolve-global@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-1.0.0.tgz#a2a79df4af2ca3f49bf77ef9ddacd322dad19255" | ||
integrity sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw== | ||
dependencies: | ||
global-dirs "^0.1.0" | ||
global-dirs "^0.1.1" | ||
|
||
resolve-url@^0.2.1: | ||
version "0.2.1" | ||
|
@@ -5249,11 +5256,16 @@ semver-compare@^1.0.0: | |
resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" | ||
integrity sha1-De4hahyUGrN+nvsXiPavxf9VN/w= | ||
|
||
"semver@2 || 3 || 4 || 5", semver@5.6.0, semver@^5.2.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: | ||
"semver@2 || 3 || 4 || 5", semver@^5.2.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0: | ||
version "5.6.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" | ||
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== | ||
|
||
[email protected]: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65" | ||
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ== | ||
|
||
serialize-javascript@^1.3.0: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879" | ||
|