Skip to content

Commit 3ea0322

Browse files
chore(deps-dev): bump cypress from 8.6.0 to 9.1.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.6.0 to 9.1.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v8.6.0...v9.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f6828e6 commit 3ea0322

File tree

2 files changed

+33
-18
lines changed

2 files changed

+33
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/pngjs": "^6.0.1",
3636
"@typescript-eslint/eslint-plugin": "^5.1.0",
3737
"@typescript-eslint/parser": "^5.1.0",
38-
"cypress": "^8.6.0",
38+
"cypress": "^9.1.0",
3939
"del-cli": "^4.0.1",
4040
"eslint": "^8.1.0",
4141
"eslint-config-prettier": "^8.3.0",

yarn.lock

Lines changed: 32 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -853,9 +853,9 @@
853853
"@babel/helper-validator-identifier" "^7.15.7"
854854
to-fast-properties "^2.0.0"
855855

856-
"@cypress/request@^2.88.6":
857-
version "2.88.7"
858-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.7.tgz#386d960ab845a96953723348088525d5a75aaac4"
856+
"@cypress/request@^2.88.7":
857+
version "2.88.10"
858+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-2.88.10.tgz#b66d76b07f860d3a4b8d7a0604d020c662752cce"
859859
dependencies:
860860
aws-sign2 "~0.7.0"
861861
aws4 "^1.8.0"
@@ -864,8 +864,7 @@
864864
extend "~3.0.2"
865865
forever-agent "~0.6.1"
866866
form-data "~2.3.2"
867-
har-validator "~5.1.3"
868-
http-signature "~1.2.0"
867+
http-signature "~1.3.6"
869868
is-typedarray "~1.0.0"
870869
isstream "~0.1.2"
871870
json-stringify-safe "~5.0.1"
@@ -1754,7 +1753,7 @@ blob-util@^2.0.2:
17541753
version "2.0.2"
17551754
resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
17561755

1757-
bluebird@^3.7.2:
1756+
bluebird@3.7.2:
17581757
version "3.7.2"
17591758
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
17601759

@@ -2256,18 +2255,18 @@ csso@^4.2.0:
22562255
dependencies:
22572256
css-tree "^1.1.2"
22582257

2259-
cypress@^8.6.0:
2260-
version "8.7.0"
2261-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.7.0.tgz#2ee371f383d8f233d3425b6cc26ddeec2668b6da"
2258+
cypress@^9.1.0:
2259+
version "9.1.0"
2260+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.0.tgz#5d23c1b363b7d4853009c74a422a083a8ad2601c"
22622261
dependencies:
2263-
"@cypress/request" "^2.88.6"
2262+
"@cypress/request" "^2.88.7"
22642263
"@cypress/xvfb" "^1.2.4"
22652264
"@types/node" "^14.14.31"
22662265
"@types/sinonjs__fake-timers" "^6.0.2"
22672266
"@types/sizzle" "^2.3.2"
22682267
arch "^2.2.0"
22692268
blob-util "^2.0.2"
2270-
bluebird "^3.7.2"
2269+
bluebird "3.7.2"
22712270
cachedir "^2.3.0"
22722271
chalk "^4.1.0"
22732272
check-more-types "^2.24.0"
@@ -2295,7 +2294,6 @@ cypress@^8.6.0:
22952294
ospath "^1.2.2"
22962295
pretty-bytes "^5.6.0"
22972296
proxy-from-env "1.0.0"
2298-
ramda "~0.27.1"
22992297
request-progress "^3.0.0"
23002298
supports-color "^8.1.1"
23012299
tmp "~0.2.1"
@@ -3258,6 +3256,14 @@ http-signature@~1.2.0:
32583256
jsprim "^1.2.2"
32593257
sshpk "^1.7.0"
32603258

3259+
http-signature@~1.3.6:
3260+
version "1.3.6"
3261+
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.6.tgz#cb6fbfdf86d1c974f343be94e87f7fc128662cf9"
3262+
dependencies:
3263+
assert-plus "^1.0.0"
3264+
jsprim "^2.0.2"
3265+
sshpk "^1.14.1"
3266+
32613267
https-proxy-agent@^5.0.0:
32623268
version "5.0.0"
32633269
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
@@ -3662,6 +3668,10 @@ json-schema@0.2.3:
36623668
version "0.2.3"
36633669
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
36643670

3671+
json-schema@0.4.0:
3672+
version "0.4.0"
3673+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
3674+
36653675
json-stable-stringify-without-jsonify@^1.0.1:
36663676
version "1.0.1"
36673677
resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
@@ -3713,6 +3723,15 @@ jsprim@^1.2.2:
37133723
json-schema "0.2.3"
37143724
verror "1.10.0"
37153725

3726+
jsprim@^2.0.2:
3727+
version "2.0.2"
3728+
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-2.0.2.tgz#77ca23dbcd4135cd364800d22ff82c2185803d4d"
3729+
dependencies:
3730+
assert-plus "1.0.0"
3731+
extsprintf "1.3.0"
3732+
json-schema "0.4.0"
3733+
verror "1.10.0"
3734+
37163735
just-diff-apply@^3.0.0:
37173736
version "3.1.2"
37183737
resolved "https://registry.yarnpkg.com/just-diff-apply/-/just-diff-apply-3.1.2.tgz#710d8cda00c65dc4e692df50dbe9bac5581c2193"
@@ -5210,10 +5229,6 @@ quick-lru@^5.1.1:
52105229
version "5.1.1"
52115230
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
52125231

5213-
ramda@~0.27.1:
5214-
version "0.27.1"
5215-
resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.27.1.tgz#66fc2df3ef873874ffc2da6aa8984658abacf5c9"
5216-
52175232
randombytes@^2.1.0:
52185233
version "2.1.0"
52195234
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
@@ -5782,7 +5797,7 @@ split@^1.0.0:
57825797
dependencies:
57835798
through "2"
57845799

5785-
sshpk@^1.7.0:
5800+
sshpk@^1.14.1, sshpk@^1.7.0:
57865801
version "1.16.1"
57875802
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
57885803
dependencies:

0 commit comments

Comments
 (0)