Skip to content

Commit f728823

Browse files
chore(deps-dev): bump cypress in the dependencies group (#7409)
Bumps the dependencies group with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `cypress` from 13.14.2 to 13.15.0 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v13.14.2...v13.15.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1ca6ea commit f728823

File tree

2 files changed

+43
-26
lines changed

2 files changed

+43
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"copy-webpack-plugin": "^12.0.2",
9090
"css-loader": "^7.1.2",
9191
"css-minimizer-webpack-plugin": "^7.0.0",
92-
"cypress": "^13.14.2",
92+
"cypress": "^13.15.0",
9393
"directory-tree": "^3.5.2",
9494
"directory-tree-webpack-plugin": "^1.0.3",
9595
"duplexer": "^0.1.1",

yarn.lock

Lines changed: 42 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,25 +1220,25 @@
12201220
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
12211221
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
12221222

1223-
"@cypress/request@^3.0.1":
1224-
version "3.0.1"
1225-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
1226-
integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
1223+
"@cypress/request@^3.0.4":
1224+
version "3.0.5"
1225+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.5.tgz#d893a6e68ce2636c085fcd8d7283c3186499ba63"
1226+
integrity sha512-v+XHd9XmWbufxF1/bTaVm2yhbxY+TB4YtWRqF2zaXBlDNMkls34KiATz0AVDLavL3iB6bQk9/7n3oY1EoLSWGA==
12271227
dependencies:
12281228
aws-sign2 "~0.7.0"
12291229
aws4 "^1.8.0"
12301230
caseless "~0.12.0"
12311231
combined-stream "~1.0.6"
12321232
extend "~3.0.2"
12331233
forever-agent "~0.6.1"
1234-
form-data "~2.3.2"
1235-
http-signature "~1.3.6"
1234+
form-data "~4.0.0"
1235+
http-signature "~1.4.0"
12361236
is-typedarray "~1.0.0"
12371237
isstream "~0.1.2"
12381238
json-stringify-safe "~5.0.1"
12391239
mime-types "~2.1.19"
12401240
performance-now "^2.1.0"
1241-
qs "6.10.4"
1241+
qs "6.13.0"
12421242
safe-buffer "^5.1.2"
12431243
tough-cookie "^4.1.3"
12441244
tunnel-agent "^0.6.0"
@@ -4613,12 +4613,12 @@ csstype@^3.1.2:
46134613
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
46144614
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
46154615

4616-
cypress@^13.14.2:
4617-
version "13.14.2"
4618-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.14.2.tgz#4237eb7b26de2baeaa1f01e585f965d88fca7f39"
4619-
integrity sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==
4616+
cypress@^13.15.0:
4617+
version "13.15.0"
4618+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.0.tgz#5eca5387ef34b2e611cfa291967c69c2cd39381d"
4619+
integrity sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==
46204620
dependencies:
4621-
"@cypress/request" "^3.0.1"
4621+
"@cypress/request" "^3.0.4"
46224622
"@cypress/xvfb" "^1.2.4"
46234623
"@types/sinonjs__fake-timers" "8.1.1"
46244624
"@types/sizzle" "^2.3.2"
@@ -6052,6 +6052,15 @@ form-data@~2.3.2:
60526052
combined-stream "^1.0.6"
60536053
mime-types "^2.1.12"
60546054

6055+
form-data@~4.0.0:
6056+
version "4.0.0"
6057+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
6058+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
6059+
dependencies:
6060+
asynckit "^0.4.0"
6061+
combined-stream "^1.0.8"
6062+
mime-types "^2.1.12"
6063+
60556064
format@^0.2.0:
60566065
version "0.2.2"
60576066
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
@@ -6807,14 +6816,14 @@ http-signature@~1.2.0:
68076816
jsprim "^1.2.2"
68086817
sshpk "^1.7.0"
68096818

6810-
http-signature@~1.3.6:
6811-
version "1.3.6"
6812-
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.3.6.tgz#cb6fbfdf86d1c974f343be94e87f7fc128662cf9"
6813-
integrity sha512-3adrsD6zqo4GsTqtO7FyrejHNv+NgiIfAfv68+jVlFmSr9OGy7zrxONceFRLKvnnZA5jbxQBX1u9PpB6Wi32Gw==
6819+
http-signature@~1.4.0:
6820+
version "1.4.0"
6821+
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.4.0.tgz#dee5a9ba2bf49416abc544abd6d967f6a94c8c3f"
6822+
integrity sha512-G5akfn7eKbpDN+8nPS/cb57YeA1jLTVxjpCj7tmm3QKPdyDy7T+qSC40e9ptydSWvkwjSXw1VbkpyEm39ukeAg==
68146823
dependencies:
68156824
assert-plus "^1.0.0"
68166825
jsprim "^2.0.2"
6817-
sshpk "^1.14.1"
6826+
sshpk "^1.18.0"
68186827

68196828
68206829
version "2.0.1"
@@ -10846,13 +10855,6 @@ pure-rand@^6.0.0:
1084610855
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.0.tgz#701996ceefa253507923a0e864c17ab421c04a7c"
1084710856
integrity sha512-rLSBxJjP+4DQOgcJAx6RZHT2he2pkhQdSnofG5VWyVl6GRq/K02ISOuOLcsMOrtKDIJb8JN2zm3FFzWNbezdPw==
1084810857

10849-
10850-
version "6.10.4"
10851-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.4.tgz#6a3003755add91c0ec9eacdc5f878b034e73f9e7"
10852-
integrity sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==
10853-
dependencies:
10854-
side-channel "^1.0.4"
10855-
1085610858
[email protected], qs@^6.4.0, qs@^6.5.2:
1085710859
version "6.13.0"
1085810860
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
@@ -12048,7 +12050,22 @@ sprintf-js@~1.0.2:
1204812050
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
1204912051
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
1205012052

12051-
sshpk@^1.14.1, sshpk@^1.7.0:
12053+
sshpk@^1.18.0:
12054+
version "1.18.0"
12055+
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.18.0.tgz#1663e55cddf4d688b86a46b77f0d5fe363aba028"
12056+
integrity sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==
12057+
dependencies:
12058+
asn1 "~0.2.3"
12059+
assert-plus "^1.0.0"
12060+
bcrypt-pbkdf "^1.0.0"
12061+
dashdash "^1.12.0"
12062+
ecc-jsbn "~0.1.1"
12063+
getpass "^0.1.1"
12064+
jsbn "~0.1.0"
12065+
safer-buffer "^2.0.2"
12066+
tweetnacl "~0.14.0"
12067+
12068+
sshpk@^1.7.0:
1205212069
version "1.16.1"
1205312070
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
1205412071
integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==

0 commit comments

Comments
 (0)