Skip to content

Commit

Permalink
chore(generic): upgrade @octokit/rest, ora, & proxyquire (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored and MarshallOfSound committed Apr 18, 2018
1 parent b014f21 commit 825c7f2
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 33 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "bolt ws run test"
},
"dependencies": {
"@octokit/rest": "^14.0.4",
"@octokit/rest": "^15.2.6",
"aws-sdk": "^2.9.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
Expand All @@ -56,7 +56,7 @@
"node-gyp": "^3.4.0",
"nugget": "^2.0.1",
"opn": "^5.0.0",
"ora": "^1.1.0",
"ora": "^2.0.0",
"parse-author": "^2.0.0",
"pify": "^3.0.0",
"resolve-package": "^1.0.1",
Expand Down Expand Up @@ -94,7 +94,7 @@
"mocha": "^5.0.0",
"nodemon": "^1.11.0",
"nyc": "^11.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"esdoc-standard-plugin": "^1.0.0",
"fetch-mock": "^6.0.0",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/deb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/dmg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/rpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maker/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@electron-forge/async-ora": "6.0.0-beta.3",
"@electron-forge/publisher-base": "6.0.0-beta.3",
"@octokit/rest": "^14.0.4",
"@octokit/rest": "^15.2.6",
"fs-extra": "^5.0.0",
"lodash.merge": "^4.6.0",
"mime-types": "^2.1.17"
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/async-ora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^5.0.0",
"proxyquire": "^1.7.10",
"proxyquire": "^2.0.1",
"sinon": "^4.1.2"
},
"dependencies": {
"colors": "^1.1.2",
"debug": "^3.0.0",
"log-symbols": "^2.0.0",
"ora": "^1.1.0"
"ora": "^2.0.0"
},
"engines": {
"node": ">= 6.0"
Expand Down
88 changes: 66 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -473,15 +473,17 @@
lodash "^4.2.0"
to-fast-properties "^2.0.0"

"@octokit/rest@^14.0.4":
version "14.0.9"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-14.0.9.tgz#d5e0a00dcb78901dd7b2ef852acfc0aea7c479ef"
"@octokit/rest@^15.2.6":
version "15.2.6"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-15.2.6.tgz#16226f58fbf0ba88f631848fb622dfe0ad410c0c"
dependencies:
before-after-hook "^1.1.0"
btoa-lite "^1.0.0"
debug "^3.1.0"
is-array-buffer "^1.0.0"
is-stream "^1.1.0"
http-proxy-agent "^2.1.0"
https-proxy-agent "^2.2.0"
lodash "^4.17.4"
node-fetch "^2.1.1"
url-template "^2.0.8"

"@sinonjs/formatio@^2.0.0":
Expand Down Expand Up @@ -609,6 +611,12 @@ ansi-styles@^3.2.0:
dependencies:
color-convert "^1.9.0"

ansi-styles@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
dependencies:
color-convert "^1.9.0"

ansi@^0.3.0, ansi@~0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21"
Expand Down Expand Up @@ -1184,6 +1192,10 @@ browserslist@^3.0.0:
caniuse-lite "^1.0.30000808"
electron-to-chromium "^1.3.33"

btoa-lite@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337"

buffer-crc32@~0.2.1:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
Expand Down Expand Up @@ -1413,6 +1425,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
escape-string-regexp "^1.0.5"
supports-color "^5.2.0"

chalk@^2.3.1:
version "2.3.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
dependencies:
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

char-spinner@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/char-spinner/-/char-spinner-1.0.1.tgz#e6ea67bd247e107112983b7ab0479ed362800081"
Expand Down Expand Up @@ -1540,6 +1560,10 @@ cli-spinners@^1.0.1:
version "1.1.0"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.1.0.tgz#f1847b168844d917a671eb9d147e3df497c90d06"

cli-spinners@^1.1.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-1.3.1.tgz#002c1990912d0d59580c93bd36c056de99e4259a"

cli-width@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639"
Expand Down Expand Up @@ -3821,7 +3845,7 @@ http-cache-semantics@^3.8.0:
version "3.8.1"
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"

http-proxy-agent@^2.0.0:
http-proxy-agent@^2.0.0, http-proxy-agent@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405"
dependencies:
Expand Down Expand Up @@ -3859,6 +3883,13 @@ https-proxy-agent@^2.1.0:
agent-base "^4.1.0"
debug "^3.1.0"

https-proxy-agent@^2.2.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
dependencies:
agent-base "^4.1.0"
debug "^3.1.0"

humanize-ms@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
Expand Down Expand Up @@ -4073,10 +4104,6 @@ is-array-buffer-x@^1.0.13:
object-get-own-property-descriptor-x "^3.2.0"
to-string-tag-x "^1.4.1"

is-array-buffer@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/is-array-buffer/-/is-array-buffer-1.0.0.tgz#f32497a0509d109423f472003f98bab6a8ea34cb"

is-arrayish@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
Expand Down Expand Up @@ -4862,7 +4889,7 @@ log-driver@^1.2.5:
dependencies:
codecov.io "0.0.1"

log-symbols@^2.0.0, log-symbols@^2.1.0:
log-symbols@^2.0.0, log-symbols@^2.1.0, log-symbols@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
dependencies:
Expand Down Expand Up @@ -5311,6 +5338,10 @@ node-fetch@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6"

node-fetch@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"

node-gyp@^3.4.0, node-gyp@^3.6.0, node-gyp@~3.6.0, node-gyp@~3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.6.2.tgz#9bfbe54562286284838e750eac05295853fa1c60"
Expand Down Expand Up @@ -5887,7 +5918,7 @@ optionator@^0.8.1, optionator@^0.8.2:
type-check "~0.3.2"
wordwrap "~1.0.0"

ora@^1.1.0, ora@^1.2.0:
ora@^1.2.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-1.4.0.tgz#884458215b3a5d4097592285f93321bb7a79e2e5"
dependencies:
Expand All @@ -5896,6 +5927,17 @@ ora@^1.1.0, ora@^1.2.0:
cli-spinners "^1.0.1"
log-symbols "^2.1.0"

ora@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ora/-/ora-2.0.0.tgz#8ec3a37fa7bffb54a3a0c188a1f6798e7e1827cd"
dependencies:
chalk "^2.3.1"
cli-cursor "^2.1.0"
cli-spinners "^1.1.0"
log-symbols "^2.2.0"
strip-ansi "^4.0.0"
wcwidth "^1.0.1"

os-homedir@^1.0.0, os-homedir@^1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
Expand Down Expand Up @@ -6278,13 +6320,13 @@ protoduck@^4.0.0:
dependencies:
genfun "^4.0.1"

proxyquire@^1.7.10:
version "1.8.0"
resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-1.8.0.tgz#02d514a5bed986f04cbb2093af16741535f79edc"
proxyquire@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/proxyquire/-/proxyquire-2.0.1.tgz#958d732be13d21d374cc2256645a5ff97c76a669"
dependencies:
fill-keys "^1.0.2"
module-not-found-error "^1.0.0"
resolve "~1.1.7"
resolve "~1.5.0"

prr@~1.0.1:
version "1.0.1"
Expand Down Expand Up @@ -6849,16 +6891,12 @@ resolve-url@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

resolve@^1.1.6, resolve@^1.3.2:
resolve@^1.1.6, resolve@^1.3.2, resolve@~1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.5.0.tgz#1f09acce796c9a762579f31b2c1cc4c3cddf9f36"
dependencies:
path-parse "^1.0.5"

resolve@~1.1.7:
version "1.1.7"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"

restore-cursor@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
Expand Down Expand Up @@ -7482,6 +7520,12 @@ supports-color@^5.1.0, supports-color@^5.2.0:
dependencies:
has-flag "^3.0.0"

supports-color@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0"
dependencies:
has-flag "^3.0.0"

symbol-observable@1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"
Expand Down Expand Up @@ -8094,7 +8138,7 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

wcwidth@^1.0.0:
wcwidth@^1.0.0, wcwidth@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
dependencies:
Expand Down

0 comments on commit 825c7f2

Please sign in to comment.