Skip to content

Commit 364756a

Browse files
authored
Merge pull request #201 from bokuweb/renovate/cypress-3.x
chore(deps): update dependency cypress to v3.0.2
2 parents e07d9db + b2ea6c7 commit 364756a

File tree

2 files changed

+53
-40
lines changed

2 files changed

+53
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"concurrently": "3.6.0",
4949
"cpx": "1.5.0",
5050
"cpy-cli": "2.0.0",
51-
"cypress": "3.0.1",
51+
"cypress": "3.0.2",
5252
"gh-pages": "1.2.0",
5353
"light-ts-loader": "1.1.2",
5454
"npm-run-all": "4.1.3",

yarn.lock

Lines changed: 52 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@
333333
version "4.14.87"
334334
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.87.tgz#55f92183b048c2c64402afe472f8333f4e319a6b"
335335

336-
"@types/minimatch@3.0.1":
337-
version "3.0.1"
338-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.1.tgz#b683eb60be358304ef146f5775db4c0e3696a550"
336+
"@types/minimatch@3.0.3":
337+
version "3.0.3"
338+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
339339

340340
"@types/mocha@2.2.44":
341341
version "2.2.44"
@@ -2259,9 +2259,9 @@ cache-base@^1.0.1:
22592259
union-value "^1.0.0"
22602260
unset-value "^1.0.0"
22612261

2262-
cachedir@1.2.0:
2263-
version "1.2.0"
2264-
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-1.2.0.tgz#e9a0a25bb21a2b7a0f766f07c41eb7a311919b97"
2262+
cachedir@1.3.0:
2263+
version "1.3.0"
2264+
resolved "https://registry.yarnpkg.com/cachedir/-/cachedir-1.3.0.tgz#5e01928bf2d95b5edd94b0942188246740e0dbc4"
22652265
dependencies:
22662266
os-homedir "^1.0.1"
22672267

@@ -2844,7 +2844,7 @@ cross-spawn@5.1.0, cross-spawn@^5.0.1:
28442844
shebang-command "^1.2.0"
28452845
which "^1.2.9"
28462846

2847-
cross-spawn@^6.0.4:
2847+
cross-spawn@^6.0.0, cross-spawn@^6.0.4:
28482848
version "6.0.5"
28492849
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
28502850
dependencies:
@@ -2987,9 +2987,9 @@ cyclist@~0.2.2:
29872987
version "0.2.2"
29882988
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
29892989

2990-
cypress@3.0.1:
2991-
version "3.0.1"
2992-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.0.1.tgz#6a8938ce8a551e4ae1bd5fb2ceab038d4ad39c4d"
2990+
cypress@3.0.2:
2991+
version "3.0.2"
2992+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-3.0.2.tgz#90caef84c91bd52b9cdf123aa76213249a289694"
29932993
dependencies:
29942994
"@cypress/listr-verbose-renderer" "0.4.1"
29952995
"@cypress/xvfb" "1.2.3"
@@ -2999,17 +2999,18 @@ cypress@3.0.1:
29992999
"@types/chai-jquery" "1.1.35"
30003000
"@types/jquery" "3.2.16"
30013001
"@types/lodash" "4.14.87"
3002-
"@types/minimatch" "3.0.1"
3002+
"@types/minimatch" "3.0.3"
30033003
"@types/mocha" "2.2.44"
30043004
"@types/sinon" "4.0.0"
30053005
"@types/sinon-chai" "2.7.29"
30063006
bluebird "3.5.0"
3007-
cachedir "1.2.0"
3007+
cachedir "1.3.0"
30083008
chalk "2.4.1"
30093009
check-more-types "2.24.0"
30103010
commander "2.11.0"
30113011
common-tags "1.4.0"
30123012
debug "3.1.0"
3013+
execa "0.10.0"
30133014
executable "4.1.1"
30143015
extract-zip "1.6.6"
30153016
fs-extra "4.0.1"
@@ -3024,7 +3025,7 @@ cypress@3.0.1:
30243025
minimist "1.2.0"
30253026
progress "1.1.8"
30263027
ramda "0.24.1"
3027-
request "2.81.0"
3028+
request "2.87.0"
30283029
request-progress "0.3.1"
30293030
supports-color "5.1.0"
30303031
tmp "0.0.31"
@@ -3560,6 +3561,18 @@ evp_bytestokey@^1.0.0:
35603561
dependencies:
35613562
create-hash "^1.1.1"
35623563

3564+
execa@0.10.0:
3565+
version "0.10.0"
3566+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"
3567+
dependencies:
3568+
cross-spawn "^6.0.0"
3569+
get-stream "^3.0.0"
3570+
is-stream "^1.1.0"
3571+
npm-run-path "^2.0.0"
3572+
p-finally "^1.0.0"
3573+
signal-exit "^3.0.0"
3574+
strip-eof "^1.0.0"
3575+
35633576
execa@^0.7.0:
35643577
version "0.7.0"
35653578
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
@@ -7119,7 +7132,32 @@ request-progress@0.3.1:
71197132
dependencies:
71207133
throttleit "~0.0.2"
71217134

7122-
request@2.81.0, request@^2.81.0:
7135+
request@2.87.0, request@^2.78.0:
7136+
version "2.87.0"
7137+
resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
7138+
dependencies:
7139+
aws-sign2 "~0.7.0"
7140+
aws4 "^1.6.0"
7141+
caseless "~0.12.0"
7142+
combined-stream "~1.0.5"
7143+
extend "~3.0.1"
7144+
forever-agent "~0.6.1"
7145+
form-data "~2.3.1"
7146+
har-validator "~5.0.3"
7147+
http-signature "~1.2.0"
7148+
is-typedarray "~1.0.0"
7149+
isstream "~0.1.2"
7150+
json-stringify-safe "~5.0.1"
7151+
mime-types "~2.1.17"
7152+
oauth-sign "~0.8.2"
7153+
performance-now "^2.1.0"
7154+
qs "~6.5.1"
7155+
safe-buffer "^5.1.1"
7156+
tough-cookie "~2.3.3"
7157+
tunnel-agent "^0.6.0"
7158+
uuid "^3.1.0"
7159+
7160+
request@^2.81.0:
71237161
version "2.81.0"
71247162
resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
71257163
dependencies:
@@ -7146,31 +7184,6 @@ request@2.81.0, request@^2.81.0:
71467184
tunnel-agent "^0.6.0"
71477185
uuid "^3.0.0"
71487186

7149-
request@^2.78.0:
7150-
version "2.87.0"
7151-
resolved "https://registry.yarnpkg.com/request/-/request-2.87.0.tgz#32f00235cd08d482b4d0d68db93a829c0ed5756e"
7152-
dependencies:
7153-
aws-sign2 "~0.7.0"
7154-
aws4 "^1.6.0"
7155-
caseless "~0.12.0"
7156-
combined-stream "~1.0.5"
7157-
extend "~3.0.1"
7158-
forever-agent "~0.6.1"
7159-
form-data "~2.3.1"
7160-
har-validator "~5.0.3"
7161-
http-signature "~1.2.0"
7162-
is-typedarray "~1.0.0"
7163-
isstream "~0.1.2"
7164-
json-stringify-safe "~5.0.1"
7165-
mime-types "~2.1.17"
7166-
oauth-sign "~0.8.2"
7167-
performance-now "^2.1.0"
7168-
qs "~6.5.1"
7169-
safe-buffer "^5.1.1"
7170-
tough-cookie "~2.3.3"
7171-
tunnel-agent "^0.6.0"
7172-
uuid "^3.1.0"
7173-
71747187
require-directory@^2.1.1:
71757188
version "2.1.1"
71767189
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"

0 commit comments

Comments
 (0)