-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update @adfinis-sygroup/semantic-release-config
- Loading branch information
Showing
2 changed files
with
70 additions
and
71 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 |
---|---|---|
|
@@ -2,20 +2,21 @@ | |
# yarn lockfile v1 | ||
|
||
|
||
"@adfinis-sygroup/[email protected]": | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/@adfinis-sygroup/semantic-release-config/-/semantic-release-config-2.1.0.tgz#e4d597524b75cc2acbc056fda8a601953e8c6ecd" | ||
integrity sha512-LwfFGCSlYhmp3+Fqh7akT+uqzhsI9HT0lD3KYu841l93L3rkMdHezzaewYHJxb2cPPWBtCkbNgEO25h6XNdbiw== | ||
dependencies: | ||
"@commitlint/cli" "7.5.2" | ||
"@commitlint/config-conventional" "^7.5.0" | ||
"@commitlint/travis-cli" "^7.5.2" | ||
"@semantic-release/commit-analyzer" "^6.1.0" | ||
"@semantic-release/git" "^7.0.8" | ||
"@semantic-release/github" "^5.2.10" | ||
"@semantic-release/npm" "^5.1.4" | ||
"@semantic-release/release-notes-generator" "^7.1.4" | ||
semantic-release "^15.13.3" | ||
"@adfinis-sygroup/[email protected]": | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/@adfinis-sygroup/semantic-release-config/-/semantic-release-config-2.1.1.tgz#0cbd546efff8dbc7bf494a04fdd5b5c81bef79b3" | ||
integrity sha512-ElyddtiGnLQ0pOM7M0Cb7saxemzjXIRZ236j61kHjOuOODLg8guRKUkLcxLGt1EUVW1hSX53smyvgCVYFycVaA== | ||
dependencies: | ||
"@commitlint/cli" "7.6.1" | ||
"@commitlint/config-conventional" "7.6.0" | ||
"@commitlint/travis-cli" "7.6.1" | ||
"@semantic-release/changelog" "3.0.2" | ||
"@semantic-release/commit-analyzer" "6.1.0" | ||
"@semantic-release/git" "7.0.8" | ||
"@semantic-release/github" "5.2.10" | ||
"@semantic-release/npm" "5.1.7" | ||
"@semantic-release/release-notes-generator" "7.1.4" | ||
semantic-release "15.13.12" | ||
|
||
"@babel/code-frame@^7.0.0": | ||
version "7.0.0" | ||
|
@@ -737,23 +738,6 @@ | |
exec-sh "^0.3.2" | ||
minimist "^1.2.0" | ||
|
||
"@commitlint/[email protected]": | ||
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" | ||
babel-polyfill "6.26.0" | ||
chalk "2.3.1" | ||
get-stdin "5.0.1" | ||
lodash "4.17.11" | ||
meow "5.0.0" | ||
resolve-from "4.0.0" | ||
resolve-global "0.1.0" | ||
|
||
"@commitlint/[email protected]", "@commitlint/cli@^7.6.1": | ||
version "7.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-7.6.1.tgz#a93cf995082831999937f6d5ec1a582c8fc0393a" | ||
|
@@ -771,7 +755,7 @@ | |
resolve-from "5.0.0" | ||
resolve-global "1.0.0" | ||
|
||
"@commitlint/[email protected]", "@commitlint/config-conventional@^7.5.0": | ||
"@commitlint/[email protected]": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz#f3dc66bf39e3b627fdd6f5ac3d0510dd0dd38f94" | ||
integrity sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw== | ||
|
@@ -790,7 +774,7 @@ | |
dependencies: | ||
babel-runtime "6.26.0" | ||
|
||
"@commitlint/format@^7.5.0", "@commitlint/format@^7.6.1": | ||
"@commitlint/format@^7.6.1": | ||
version "7.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-7.6.1.tgz#106750de50fab7d153eed80e7577c768bb9a3a1b" | ||
integrity sha512-Ldzf5N2Sr9RQqvlYwaQn4vz1WOZ7byYinspC/WCrbfcETGy28j7QE4OueZU6nNB9TjwwEorKm13uy7tDWPR7dg== | ||
|
@@ -805,7 +789,7 @@ | |
dependencies: | ||
semver "6.0.0" | ||
|
||
"@commitlint/lint@^7.5.2", "@commitlint/lint@^7.6.0": | ||
"@commitlint/lint@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-7.6.0.tgz#a6da320026b937aa9bf971e060e471edd6b088ec" | ||
integrity sha512-aUIFX0lPRZL7WmT8W8qzogJD4LmHk6JPG3XUAX+K0pOHGjC/0ALvSAytvoLXy4fvmSnGJkXmWhzSW7c0Spa14Q== | ||
|
@@ -816,7 +800,7 @@ | |
babel-runtime "^6.23.0" | ||
lodash "4.17.11" | ||
|
||
"@commitlint/load@^7.5.0", "@commitlint/load@^7.6.1": | ||
"@commitlint/load@^7.6.1": | ||
version "7.6.2" | ||
resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-7.6.2.tgz#b5ed8163fa3117d60faf70a4e677b2017bbc71bb" | ||
integrity sha512-I+xk+BkXAG1roXNrPsR1eOd5hEa+oLc6HLYnHAT/HLGKKB3E01IGg3O5SGlg7lpf1yiAaYI+wAnNTr3f3sIbWQ== | ||
|
@@ -842,7 +826,7 @@ | |
conventional-commits-parser "^2.1.0" | ||
lodash "^4.17.11" | ||
|
||
"@commitlint/read@^7.5.0", "@commitlint/read@^7.6.0": | ||
"@commitlint/read@^7.6.0": | ||
version "7.6.0" | ||
resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-7.6.0.tgz#e55863354b436683daa2081de7ec2189573bc306" | ||
integrity sha512-OyligtK/e4xnQklrQqTcSMM27eNhq+LqXfoeVouuPx059oDEw9wZYNN4HGzyxs4Pb6GdMpzRHLdeMQ24M+AiYw== | ||
|
@@ -885,7 +869,7 @@ | |
dependencies: | ||
find-up "^2.1.0" | ||
|
||
"@commitlint/travis-cli@^7.5.2": | ||
"@commitlint/travis-cli@7.6.1": | ||
version "7.6.1" | ||
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-7.6.1.tgz#9e6d011c2f02d0dd057ad96e00c0e43ecf29712f" | ||
integrity sha512-oDtO0T0BIJs+nXxubdSaPRVni4RZ9SQA2N7gPDfsSzEVJZMqp23FOX/IO/K3dJS49Q9dbK6wqBl8jmSlva8r1w== | ||
|
@@ -1144,7 +1128,17 @@ | |
universal-user-agent "^2.0.0" | ||
url-template "^2.0.8" | ||
|
||
"@semantic-release/commit-analyzer@^6.1.0": | ||
"@semantic-release/[email protected]": | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-3.0.2.tgz#b09a8e0d072ef54d2bc7a5c82f6112dc3c8ae85d" | ||
integrity sha512-pDUaBNAuPAqQ+ArHwvR160RG2LbfyIVz9EJXgxH0V547rlx/hCs0Sp7L4Rtzi5Z+d6CHcv9g2ynxplE1xAzp2g== | ||
dependencies: | ||
"@semantic-release/error" "^2.1.0" | ||
aggregate-error "^2.0.0" | ||
fs-extra "^7.0.0" | ||
lodash "^4.17.4" | ||
|
||
"@semantic-release/[email protected]", "@semantic-release/commit-analyzer@^6.1.0": | ||
version "6.1.0" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-6.1.0.tgz#32bbe3c23da86e23edf072fbb276fa2f383fcb17" | ||
integrity sha512-2lb+t6muGenI86mYGpZYOgITx9L3oZYF697tJoqXeQEk0uw0fm+OkkOuDTBA3Oax9ftoNIrCKv9bwgYvxrbM6w== | ||
|
@@ -1161,7 +1155,7 @@ | |
resolved "https://registry.yarnpkg.com/@semantic-release/error/-/error-2.2.0.tgz#ee9d5a09c9969eade1ec864776aeda5c5cddbbf0" | ||
integrity sha512-9Tj/qn+y2j+sjCI3Jd+qseGtHjOAeg7dU2/lVcqIQ9TV3QDaDXDYXcoOHU+7o2Hwh8L8ymL4gfuO7KxDs3q2zg== | ||
|
||
"@semantic-release/git@^7.0.8": | ||
"@semantic-release/[email protected]": | ||
version "7.0.8" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/git/-/git-7.0.8.tgz#b9e1af094a19d4e96974b90a969ad0e6782c8727" | ||
integrity sha512-sA+XoPU6GrV+A4YswO0b5JWL1KbzmyyaqUK6Y2poDkIVPlj+oQdi/stpKz/bKF5z9ChMGP87OVPMeUyXGaNFtw== | ||
|
@@ -1177,7 +1171,7 @@ | |
micromatch "^3.1.4" | ||
p-reduce "^1.0.0" | ||
|
||
"@semantic-release/github@^5.1.0", "@semantic-release/github@^5.2.10": | ||
"@semantic-release/github@5.2.10", "@semantic-release/github@^5.1.0": | ||
version "5.2.10" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-5.2.10.tgz#bf325f11685d59b864c8946d7d30fcb749d89e37" | ||
integrity sha512-z/UwIxKb+EMiJDIy/57MBzJ80ar5H9GJQRyML/ILQ8dlrPwXs7cTyTvC7AesrF7t1mJZtg3ht9Qf9RdtR/LGzw== | ||
|
@@ -1200,7 +1194,7 @@ | |
parse-github-url "^1.0.1" | ||
url-join "^4.0.0" | ||
|
||
"@semantic-release/npm@^5.0.5", "@semantic-release/npm@^5.1.4": | ||
"@semantic-release/npm@5.1.7", "@semantic-release/npm@^5.0.5": | ||
version "5.1.7" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/npm/-/npm-5.1.7.tgz#ed3bac977d46294bfd11df7621bb5a9b6d5523be" | ||
integrity sha512-4THiFGp9APX1a+EJJsOYurJCR8TrRUgNCU9u46AkZekWfvtyzacfIBKCrmEljpYG8qDDnHLZwHSqyW4ID4iteA== | ||
|
@@ -1217,7 +1211,7 @@ | |
read-pkg "^5.0.0" | ||
registry-auth-token "^3.3.1" | ||
|
||
"@semantic-release/release-notes-generator@^7.1.2", "@semantic-release/release-notes-generator@^7.1.4": | ||
"@semantic-release/[email protected].4", "@semantic-release/release-notes-generator@^7.1.2": | ||
version "7.1.4" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/release-notes-generator/-/release-notes-generator-7.1.4.tgz#8f4f752c5a8385abdaac1256127cef05988bc2ad" | ||
integrity sha512-pWPouZujddgb6t61t9iA9G3yIfp3TeQ7bPbV1ixYSeP6L7gI1+Du82fY/OHfEwyifpymLUQW0XnIKgKct5IMMw== | ||
|
@@ -5336,7 +5330,7 @@ debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@~4.1.0: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debuglog@^1.0.1: | ||
debuglog@*, debuglog@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" | ||
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI= | ||
|
@@ -8305,11 +8299,6 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5: | |
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" | ||
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== | ||
|
||
[email protected]: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398" | ||
integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g= | ||
|
||
[email protected], get-stdin@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6" | ||
|
@@ -9245,7 +9234,7 @@ import-lazy@^2.1.0: | |
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43" | ||
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM= | ||
|
||
imurmurhash@^0.1.4: | ||
imurmurhash@*, imurmurhash@^0.1.4: | ||
version "0.1.4" | ||
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" | ||
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= | ||
|
@@ -10351,7 +10340,7 @@ libnpm@^2.0.1: | |
read-package-json "^2.0.13" | ||
stringify-package "^1.0.0" | ||
|
||
libnpmaccess@^3.0.1: | ||
libnpmaccess@*, libnpmaccess@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.1.tgz#5b3a9de621f293d425191aa2e779102f84167fa8" | ||
integrity sha512-RlZ7PNarCBt+XbnP7R6PoVgOq9t+kou5rvhaInoNibhPO7eMlRfS0B8yjatgn2yaHIwWNyoJDolC/6Lc5L/IQA== | ||
|
@@ -10380,7 +10369,7 @@ libnpmhook@^5.0.2: | |
get-stream "^4.0.0" | ||
npm-registry-fetch "^3.8.0" | ||
|
||
libnpmorg@^1.0.0: | ||
libnpmorg@*, libnpmorg@^1.0.0: | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-1.0.0.tgz#979b868c48ba28c5820e3bb9d9e73c883c16a232" | ||
integrity sha512-o+4eVJBoDGMgRwh2lJY0a8pRV2c/tQM/SxlqXezjcAg26Qe9jigYVs+Xk0vvlYDWCDhP0g74J8UwWeAgsB7gGw== | ||
|
@@ -10405,7 +10394,7 @@ libnpmpublish@^1.1.0: | |
semver "^5.5.1" | ||
ssri "^6.0.1" | ||
|
||
libnpmsearch@^2.0.0: | ||
libnpmsearch@*, libnpmsearch@^2.0.0: | ||
version "2.0.0" | ||
resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-2.0.0.tgz#de05af47ada81554a5f64276a69599070d4a5685" | ||
integrity sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA== | ||
|
@@ -10414,7 +10403,7 @@ libnpmsearch@^2.0.0: | |
get-stream "^4.0.0" | ||
npm-registry-fetch "^3.8.0" | ||
|
||
libnpmteam@^1.0.1: | ||
libnpmteam@*, libnpmteam@^1.0.1: | ||
version "1.0.1" | ||
resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-1.0.1.tgz#ff704b1b6c06ea674b3b1101ac3e305f5114f213" | ||
integrity sha512-gDdrflKFCX7TNwOMX1snWojCoDE5LoRWcfOC0C/fqF7mBq8Uz9zWAX4B2RllYETNO7pBupBaSyBDkTAC15cAMg== | ||
|
@@ -10627,6 +10616,11 @@ lodash._baseflatten@^3.0.0: | |
lodash.isarguments "^3.0.0" | ||
lodash.isarray "^3.0.0" | ||
|
||
lodash._baseindexof@*: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c" | ||
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw= | ||
|
||
lodash._baseuniq@~4.6.0: | ||
version "4.6.0" | ||
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8" | ||
|
@@ -10635,11 +10629,16 @@ lodash._baseuniq@~4.6.0: | |
lodash._createset "~4.0.0" | ||
lodash._root "~3.0.0" | ||
|
||
lodash._bindcallback@^3.0.0: | ||
lodash._bindcallback@*, lodash._bindcallback@^3.0.0: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e" | ||
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4= | ||
|
||
lodash._cacheindexof@*: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92" | ||
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI= | ||
|
||
lodash._createassigner@^3.0.0: | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/lodash._createassigner/-/lodash._createassigner-3.1.1.tgz#838a5bae2fdaca63ac22dee8e19fa4e6d6970b11" | ||
|
@@ -10649,6 +10648,13 @@ lodash._createassigner@^3.0.0: | |
lodash._isiterateecall "^3.0.0" | ||
lodash.restparam "^3.0.0" | ||
|
||
lodash._createcache@*: | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093" | ||
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM= | ||
dependencies: | ||
lodash._getnative "^3.0.0" | ||
|
||
lodash._createset@~4.0.0: | ||
version "4.0.3" | ||
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26" | ||
|
@@ -10675,7 +10681,7 @@ lodash._escapestringchar@~2.3.0: | |
resolved "https://registry.yarnpkg.com/lodash._escapestringchar/-/lodash._escapestringchar-2.3.0.tgz#cce73ae60fc6da55d2bf8a0679c23ca2bab149fc" | ||
integrity sha1-zOc65g/G2lXSv4oGecI8orqxSfw= | ||
|
||
lodash._getnative@^3.0.0: | ||
lodash._getnative@*, lodash._getnative@^3.0.0: | ||
version "3.9.1" | ||
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5" | ||
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U= | ||
|
@@ -11010,7 +11016,7 @@ lodash.reject@^4.4.0: | |
resolved "https://registry.yarnpkg.com/lodash.reject/-/lodash.reject-4.6.0.tgz#80d6492dc1470864bbf583533b651f42a9f52415" | ||
integrity sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU= | ||
|
||
lodash.restparam@^3.0.0: | ||
lodash.restparam@*, lodash.restparam@^3.0.0: | ||
version "3.6.1" | ||
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805" | ||
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU= | ||
|
@@ -12125,7 +12131,7 @@ npm-pick-manifest@^2.2.3: | |
npm-package-arg "^6.0.0" | ||
semver "^5.4.1" | ||
|
||
npm-profile@^4.0.1: | ||
npm-profile@*, npm-profile@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa" | ||
integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA== | ||
|
@@ -13665,7 +13671,7 @@ readable-stream@~1.1.10: | |
isarray "0.0.1" | ||
string_decoder "~0.10.x" | ||
|
||
readdir-scoped-modules@^1.0.0: | ||
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747" | ||
integrity sha1-n6+jfShr5dksuuve4DDcm19AZ0c= | ||
|
@@ -13992,11 +13998,6 @@ resolve-dir@^1.0.0, resolve-dir@^1.0.1: | |
expand-tilde "^2.0.0" | ||
global-modules "^1.0.0" | ||
|
||
[email protected], 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-from@^5.0.0: | ||
version "5.0.0" | ||
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69" | ||
|
@@ -14007,12 +14008,10 @@ resolve-from@^3.0.0: | |
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" | ||
integrity sha1-six699nWiBvItuZTM17rywoYh0g= | ||
|
||
[email protected]: | ||
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/resolve-global/-/resolve-global-0.1.0.tgz#8fb02cfd5b7db20118e886311f15af95bd15fbd9" | ||
integrity sha1-j7As/Vt9sgEY6IYxHxWvlb0V+9k= | ||
dependencies: | ||
global-dirs "^0.1.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== | ||
|
||
[email protected], resolve-global@^1.0.0: | ||
version "1.0.0" | ||
|
@@ -14287,7 +14286,7 @@ select@^1.1.2: | |
resolved "https://registry.yarnpkg.com/select/-/select-1.1.2.tgz#0e7350acdec80b1108528786ec1d4418d11b396d" | ||
integrity sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0= | ||
|
||
semantic-release@^15.13.3: | ||
[email protected].12: | ||
version "15.13.12" | ||
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-15.13.12.tgz#1128361fc36301ef3a1ea137dd277bdddf9f68c1" | ||
integrity sha512-YOJgG0dE2g/GTV1tx18KO2oXNT/HxPIjlcLts5hCQKthu71NnuOt/YnM+X88M3B7Ajjv+03zGxif8DVFPn3C5g== | ||
|