Skip to content

Commit d8026bb

Browse files
committed
chore(deps): update dependency cypress to v4.2.0
1 parent 18e836d commit d8026bb

File tree

2 files changed

+54
-12
lines changed

2 files changed

+54
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"conventional-changelog-cli": "2.0.31",
6060
"conventional-recommended-bump": "6.0.5",
6161
"core-js": "3.6.4",
62-
"cypress": "4.1.0",
62+
"cypress": "4.2.0",
6363
"eslint": "6.8.0",
6464
"eslint-config-prettier": "6.10.0",
6565
"eslint-plugin-import": "2.20.1",

yarn.lock

+53-11
Original file line numberDiff line numberDiff line change
@@ -2437,6 +2437,16 @@ cli-cursor@^3.1.0:
24372437
dependencies:
24382438
restore-cursor "^3.1.0"
24392439

2440+
2441+
version "0.5.1"
2442+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.5.1.tgz#0252372d94dfc40dbd8df06005f48f31f656f202"
2443+
integrity sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==
2444+
dependencies:
2445+
object-assign "^4.1.0"
2446+
string-width "^2.1.1"
2447+
optionalDependencies:
2448+
colors "^1.1.2"
2449+
24402450
cli-truncate@^0.2.1:
24412451
version "0.2.1"
24422452
resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574"
@@ -2515,7 +2525,7 @@ color-name@~1.1.4:
25152525
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
25162526
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
25172527

2518-
colors@^1.3.3:
2528+
colors@^1.1.2, colors@^1.3.3:
25192529
version "1.4.0"
25202530
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
25212531
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
@@ -2934,10 +2944,10 @@ cyclist@~0.2.2:
29342944
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
29352945
integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=
29362946

2937-
cypress@4.1.0:
2938-
version "4.1.0"
2939-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.1.0.tgz#295f115d2e8a08fff2760ab49d94d876f5877aee"
2940-
integrity sha512-FFV8pS9iuriSX4M9rna6awJUhiqozZD1D5z5BprCUJoho1ctbcgpkEUIUnqxli2OwjQqVz07egO+iqoGL+tw7g==
2947+
cypress@4.2.0:
2948+
version "4.2.0"
2949+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.2.0.tgz#45673fb648b1a77b9a78d73e58b89ed05212d243"
2950+
integrity sha512-8LdreL91S/QiTCLYLNbIjLL8Ht4fJmu/4HGLxUI20Tc7JSfqEfCmXELrRfuPT0kjosJwJJZacdSji9XSRkPKUw==
29412951
dependencies:
29422952
"@cypress/listr-verbose-renderer" "0.4.1"
29432953
"@cypress/xvfb" "1.2.4"
@@ -2947,6 +2957,7 @@ [email protected]:
29472957
cachedir "2.3.0"
29482958
chalk "2.4.2"
29492959
check-more-types "2.24.0"
2960+
cli-table3 "0.5.1"
29502961
commander "4.1.0"
29512962
common-tags "1.8.0"
29522963
debug "4.1.1"
@@ -2962,12 +2973,12 @@ [email protected]:
29622973
listr "0.14.3"
29632974
lodash "4.17.15"
29642975
log-symbols "3.0.0"
2965-
minimist "1.2.0"
2976+
minimist "1.2.2"
29662977
moment "2.24.0"
29672978
ospath "1.2.2"
29682979
pretty-bytes "5.3.0"
29692980
ramda "0.26.1"
2970-
request "2.88.0"
2981+
request "github:cypress-io/request#b5af0d1fa47eec97ba980cde90a13e69a2afcd16"
29712982
request-progress "3.0.0"
29722983
supports-color "7.1.0"
29732984
tmp "0.1.0"
@@ -4204,7 +4215,7 @@ har-schema@^2.0.0:
42044215
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
42054216
integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=
42064217

4207-
har-validator@~5.1.0:
4218+
har-validator@~5.1.0, har-validator@~5.1.3:
42084219
version "5.1.3"
42094220
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080"
42104221
integrity sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==
@@ -5847,7 +5858,12 @@ [email protected]:
58475858
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
58485859
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
58495860

5850-
[email protected], minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
5861+
5862+
version "1.2.2"
5863+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.2.tgz#b00a00230a1108c48c169e69a291aafda3aacd63"
5864+
integrity sha512-rIqbOrKb8GJmx/5bc2M0QchhUouMXSpd1RTclXsB41JdL+VtnojfaJR+h7F9k18/4kHUsBFgk80Uk+q569vjPA==
5865+
5866+
minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
58515867
version "1.2.0"
58525868
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
58535869
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
@@ -7070,7 +7086,7 @@ request-promise-native@^1.0.7:
70707086
stealthy-require "^1.1.1"
70717087
tough-cookie "^2.3.3"
70727088

7073-
request@2.88.0, request@^2.88.0:
7089+
request@^2.88.0:
70747090
version "2.88.0"
70757091
resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
70767092
integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
@@ -7096,6 +7112,32 @@ [email protected], request@^2.88.0:
70967112
tunnel-agent "^0.6.0"
70977113
uuid "^3.3.2"
70987114

7115+
"request@github:cypress-io/request#b5af0d1fa47eec97ba980cde90a13e69a2afcd16":
7116+
version "2.88.1"
7117+
uid b5af0d1fa47eec97ba980cde90a13e69a2afcd16
7118+
resolved "https://codeload.github.com/cypress-io/request/tar.gz/b5af0d1fa47eec97ba980cde90a13e69a2afcd16"
7119+
dependencies:
7120+
aws-sign2 "~0.7.0"
7121+
aws4 "^1.8.0"
7122+
caseless "~0.12.0"
7123+
combined-stream "~1.0.6"
7124+
extend "~3.0.2"
7125+
forever-agent "~0.6.1"
7126+
form-data "~2.3.2"
7127+
har-validator "~5.1.3"
7128+
http-signature "~1.2.0"
7129+
is-typedarray "~1.0.0"
7130+
isstream "~0.1.2"
7131+
json-stringify-safe "~5.0.1"
7132+
mime-types "~2.1.19"
7133+
oauth-sign "~0.9.0"
7134+
performance-now "^2.1.0"
7135+
qs "~6.5.2"
7136+
safe-buffer "^5.1.2"
7137+
tough-cookie "~2.5.0"
7138+
tunnel-agent "^0.6.0"
7139+
uuid "^3.3.2"
7140+
70997141
require-directory@^2.1.1:
71007142
version "2.1.1"
71017143
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -8077,7 +8119,7 @@ to-regex@^3.0.1, to-regex@^3.0.2:
80778119
regex-not "^1.0.2"
80788120
safe-regex "^1.1.0"
80798121

8080-
tough-cookie@^2.3.3:
8122+
tough-cookie@^2.3.3, tough-cookie@~2.5.0:
80818123
version "2.5.0"
80828124
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
80838125
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==

0 commit comments

Comments
 (0)