This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
51 additions
and
50 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 |
---|---|---|
|
@@ -212,6 +212,19 @@ | |
mkdirp "^0.5.1" | ||
rimraf "^2.5.2" | ||
|
||
"@octokit/rest@^14.0.3": | ||
version "14.0.3" | ||
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-14.0.3.tgz#960b6ba2ed932273978c30c6df9ec9ef0f7fbb60" | ||
dependencies: | ||
before-after-hook "^1.1.0" | ||
debug "^3.1.0" | ||
dotenv "^4.0.0" | ||
https-proxy-agent "^2.1.0" | ||
is-stream "^1.1.0" | ||
lodash "^4.17.4" | ||
proxy-from-env "^1.0.0" | ||
url-template "^2.0.8" | ||
|
||
"@semantic-release/changelog@^1.0.0": | ||
version "1.0.0" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-1.0.0.tgz#df918410ec04c72fed8328b8f583f4a2667b7584" | ||
|
@@ -251,19 +264,19 @@ | |
semver "^5.4.1" | ||
|
||
"@semantic-release/github@^3.0.1": | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-3.0.1.tgz#e1fe6128562dcd1d9acd9a4143ecb4ed8be6ace0" | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-3.0.3.tgz#a986fa36111a34b3cc42b1a7f41fe4f019df570b" | ||
dependencies: | ||
"@octokit/rest" "^14.0.3" | ||
"@semantic-release/error" "^2.1.0" | ||
debug "^3.1.0" | ||
fs-extra "^5.0.0" | ||
github "^13.0.0" | ||
globby "^7.1.1" | ||
lodash "^4.17.4" | ||
mime "^2.0.3" | ||
p-reduce "^1.0.0" | ||
parse-github-url "^1.0.1" | ||
url-join "^2.0.2" | ||
url-join "^3.0.0" | ||
|
||
"@semantic-release/npm@^2.0.0", "@semantic-release/npm@^2.6.1": | ||
version "2.6.4" | ||
|
@@ -305,11 +318,7 @@ | |
dependencies: | ||
"@types/chai" "*" | ||
|
||
"@types/chai@*": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.0.tgz#d9008fa4c06f6801f93396d121f0227cd4244ac6" | ||
|
||
"@types/chai@^4.1.1": | ||
"@types/chai@*", "@types/chai@^4.1.1": | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.1.tgz#15f1257fab17b7acb9c413f9f88d3d87f834d11e" | ||
|
||
|
@@ -373,8 +382,8 @@ acorn@^5.2.1: | |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822" | ||
|
||
agent-base@^4.1.0: | ||
version "4.1.2" | ||
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.1.2.tgz#80fa6cde440f4dcf9af2617cf246099b5d99f0c8" | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.0.tgz#9838b5c3392b962bad031e6a4c5e1024abec45ce" | ||
dependencies: | ||
es6-promisify "^5.0.0" | ||
|
||
|
@@ -657,6 +666,10 @@ bcrypt-pbkdf@^1.0.0: | |
dependencies: | ||
tweetnacl "^0.14.3" | ||
|
||
before-after-hook@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-1.1.0.tgz#83165e15a59460d13702cb8febd6a1807896db5a" | ||
|
||
[email protected]: | ||
version "4.3.1" | ||
resolved "https://registry.yarnpkg.com/boom/-/boom-4.3.1.tgz#4f8a3005cb4a7e3889f749030fd25b96e01d2e31" | ||
|
@@ -886,8 +899,8 @@ cli-table@^0.3.1: | |
colors "1.0.3" | ||
|
||
cli-ux@^2.0.21: | ||
version "2.0.21" | ||
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-2.0.21.tgz#a7231097af95356e79f5d6a380f04be889703083" | ||
version "2.1.1" | ||
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-2.1.1.tgz#07021d2b084d739af5d3c0f9d3d07673cb203947" | ||
dependencies: | ||
"@cli-engine/screen" "^0.0.0" | ||
"@heroku-cli/color" "^1.0.4" | ||
|
@@ -903,9 +916,9 @@ cli-ux@^2.0.21: | |
supports-color "^5.1.0" | ||
ts-lodash "^4.0.8" | ||
|
||
cli-ux@^3.0.0-alpha.4: | ||
version "3.0.0-alpha.4" | ||
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.0.0-alpha.4.tgz#64b24d49bf54ef589c2624adc19a4e8ef0a218b2" | ||
cli-ux@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.0.0.tgz#2dcd032c7e944f77b8d7b4d533f8c75443ac88fd" | ||
dependencies: | ||
"@dxcli/screen" "^0.0.0" | ||
"@heroku/linewrap" "^1.0.0" | ||
|
@@ -1885,18 +1898,6 @@ git-url-parse@^7.0.1: | |
dependencies: | ||
git-up "^2.0.0" | ||
|
||
github@^13.0.0: | ||
version "13.1.0" | ||
resolved "https://registry.yarnpkg.com/github/-/github-13.1.0.tgz#fc925950beebdff0cb0583197598b86f41bedaa4" | ||
dependencies: | ||
debug "^3.1.0" | ||
dotenv "^4.0.0" | ||
https-proxy-agent "^2.1.0" | ||
is-stream "^1.1.0" | ||
lodash "^4.17.4" | ||
proxy-from-env "^1.0.0" | ||
url-template "^2.0.8" | ||
|
||
glob-base@^0.3.0: | ||
version "0.3.0" | ||
resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" | ||
|
@@ -3441,8 +3442,8 @@ randomatic@^1.1.3: | |
kind-of "^4.0.0" | ||
|
||
rc@^1.1.6: | ||
version "1.2.3" | ||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.3.tgz#51575a900f8dd68381c710b4712c2154c3e2035b" | ||
version "1.2.4" | ||
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.4.tgz#a0f606caae2a3b862bbd0ef85482c0125b315fa3" | ||
dependencies: | ||
deep-extend "~0.4.0" | ||
ini "~1.3.0" | ||
|
@@ -3733,17 +3734,17 @@ semantic-release@^12.2.0: | |
resolve-from "^4.0.0" | ||
semver "^5.4.1" | ||
|
||
"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", semver@5.4.1, semver@^5.0.1, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1: | ||
version "5.4.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" | ||
"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
|
||
[email protected]: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" | ||
|
||
semver@^5.5.0: | ||
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
semver@5.4.1: | ||
version "5.4.1" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e" | ||
|
||
set-blocking@^2.0.0, set-blocking@~2.0.0: | ||
version "2.0.0" | ||
|
@@ -3859,8 +3860,8 @@ source-map-resolve@^0.5.0: | |
urix "^0.1.0" | ||
|
||
source-map-support@^0.5.0: | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.0.tgz#2018a7ad2bdf8faf2691e5fddab26bed5a2bacab" | ||
version "0.5.2" | ||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.2.tgz#1a6297fd5b2e762b39688c7fc91233b60984f0a5" | ||
dependencies: | ||
source-map "^0.6.0" | ||
|
||
|
@@ -4235,8 +4236,8 @@ tsconfig@^7.0.0: | |
strip-json-comments "^2.0.0" | ||
|
||
tslib@^1.0.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1: | ||
version "1.8.1" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac" | ||
version "1.9.0" | ||
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8" | ||
|
||
tslint-consistent-codestyle@^1.11.0: | ||
version "1.11.0" | ||
|
@@ -4289,8 +4290,8 @@ tsutils@^1.4.0: | |
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0" | ||
|
||
tsutils@^2.12.1, tsutils@^2.12.2: | ||
version "2.17.0" | ||
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.17.0.tgz#c61bd9e008c6aeabe73bac8c16261b77e93c48d3" | ||
version "2.19.1" | ||
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.19.1.tgz#76d7ebdea9d7a7bf4a05f50ead3701b0168708d7" | ||
dependencies: | ||
tslib "^1.8.1" | ||
|
||
|
@@ -4311,8 +4312,8 @@ type-check@~0.3.2: | |
prelude-ls "~1.1.2" | ||
|
||
type-detect@^4.0.0: | ||
version "4.0.5" | ||
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.5.tgz#d70e5bc81db6de2a381bcaca0c6e0cbdc7635de2" | ||
version "4.0.7" | ||
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.7.tgz#862bd2cf6058ad92799ff5a5b8cf7b6cec726198" | ||
|
||
typedarray@^0.0.6: | ||
version "0.0.6" | ||
|
@@ -4359,9 +4360,9 @@ urix@^0.1.0: | |
version "0.1.0" | ||
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" | ||
|
||
url-join@^2.0.2: | ||
version "2.0.5" | ||
resolved "https://registry.yarnpkg.com/url-join/-/url-join-2.0.5.tgz#5af22f18c052a000a48d7b82c5e9c2e2feeda728" | ||
url-join@^3.0.0: | ||
version "3.0.0" | ||
resolved "https://registry.yarnpkg.com/url-join/-/url-join-3.0.0.tgz#26e8113ace195ea30d0fc38186e45400f9cea672" | ||
|
||
url-template@^2.0.8: | ||
version "2.0.8" | ||
|
@@ -4380,8 +4381,8 @@ util-deprecate@~1.0.1: | |
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" | ||
|
||
uuid@^3.1.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04" | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14" | ||
|
||
v8flags@^3.0.0: | ||
version "3.0.1" | ||
|