Skip to content

Commit d50780c

Browse files
build(deps-dev): bump cypress from 7.3.0 to 7.4.0 (#5012)
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.3.0 to 7.4.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@v7.3.0...v7.4.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47e0075 commit d50780c

File tree

2 files changed

+24
-31
lines changed

2 files changed

+24
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"copy-webpack-plugin": "^9.0.0",
8686
"css-loader": "^5.2.6",
8787
"css-minimizer-webpack-plugin": "^3.0.0",
88-
"cypress": "^7.3.0",
88+
"cypress": "^7.4.0",
8989
"directory-tree": "^2.2.9",
9090
"directory-tree-webpack-plugin": "^1.0.2",
9191
"duplexer": "^0.1.1",

yarn.lock

Lines changed: 23 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,6 +2386,13 @@
23862386
dependencies:
23872387
"@types/yargs-parser" "*"
23882388

2389+
"@types/yauzl@^2.9.1":
2390+
version "2.9.1"
2391+
resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.9.1.tgz#d10f69f9f522eef3cf98e30afb684a1e1ec923af"
2392+
integrity sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==
2393+
dependencies:
2394+
"@types/node" "*"
2395+
23892396
"@webassemblyjs/ast@1.11.0":
23902397
version "1.11.0"
23912398
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.0.tgz#a5aa679efdc9e51707a4207139da57920555961f"
@@ -3892,16 +3899,6 @@ concat-map@0.0.1:
38923899
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
38933900
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
38943901

3895-
concat-stream@^1.6.2:
3896-
version "1.6.2"
3897-
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
3898-
integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==
3899-
dependencies:
3900-
buffer-from "^1.0.0"
3901-
inherits "^2.0.3"
3902-
readable-stream "^2.2.2"
3903-
typedarray "^0.0.6"
3904-
39053902
configstore@^3.0.0:
39063903
version "3.1.5"
39073904
resolved "https://registry.yarnpkg.com/configstore/-/configstore-3.1.5.tgz#e9af331fadc14dabd544d3e7e76dc446a09a530f"
@@ -4391,10 +4388,10 @@ currently-unhandled@^0.4.1:
43914388
dependencies:
43924389
array-find-index "^1.0.1"
43934390

4394-
cypress@^7.3.0:
4395-
version "7.3.0"
4396-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.3.0.tgz#17345b8d18681c120f033e7d8fd0f0271e9d0d51"
4397-
integrity sha512-aseRCH1tRVCrM6oEfja6fR/bo5l6e4SkHRRSATh27UeN4f/ANC8U7tGIulmrISJVy9xuOkOdbYKbUb2MNM+nrw==
4391+
cypress@^7.4.0:
4392+
version "7.4.0"
4393+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.4.0.tgz#679bfe75335b9a4873d44f0d989e9f0367f00665"
4394+
integrity sha512-+CmSoT5DS88e92YDfc6aDA3Zf3uCBRKVB92caWsjXMilz0tf6NpByFvIbLLVWXiYOwrhtWV0m/k93+rzodYwRQ==
43984395
dependencies:
43994396
"@cypress/listr-verbose-renderer" "^0.4.1"
44004397
"@cypress/request" "^2.88.5"
@@ -4416,7 +4413,7 @@ cypress@^7.3.0:
44164413
eventemitter2 "^6.4.3"
44174414
execa "4.1.0"
44184415
executable "^4.1.1"
4419-
extract-zip "^1.7.0"
4416+
extract-zip "2.0.1"
44204417
fs-extra "^9.1.0"
44214418
getos "^3.2.1"
44224419
is-ci "^3.0.0"
@@ -5587,15 +5584,16 @@ extglob@^2.0.4:
55875584
snapdragon "^0.8.1"
55885585
to-regex "^3.0.1"
55895586

5590-
extract-zip@^1.7.0:
5591-
version "1.7.0"
5592-
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.7.0.tgz#556cc3ae9df7f452c493a0cfb51cc30277940927"
5593-
integrity sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==
5587+
extract-zip@2.0.1:
5588+
version "2.0.1"
5589+
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
5590+
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
55945591
dependencies:
5595-
concat-stream "^1.6.2"
5596-
debug "^2.6.9"
5597-
mkdirp "^0.5.4"
5592+
debug "^4.1.1"
5593+
get-stream "^5.1.0"
55985594
yauzl "^2.10.0"
5595+
optionalDependencies:
5596+
"@types/yauzl" "^2.9.1"
55995597

56005598
extsprintf@1.3.0:
56015599
version "1.3.0"
@@ -5979,7 +5977,7 @@ get-stream@^4.0.0:
59795977
dependencies:
59805978
pump "^3.0.0"
59815979

5982-
get-stream@^5.0.0:
5980+
get-stream@^5.0.0, get-stream@^5.1.0:
59835981
version "5.2.0"
59845982
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
59855983
integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
@@ -9026,7 +9024,7 @@ mkdirp@0.3.0:
90269024
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.0.tgz#1bbf5ab1ba827af23575143490426455f481fe1e"
90279025
integrity sha1-G79asbqCevI1dRQ0kEJkVfSB/h4=
90289026

9029-
mkdirp@^0.5.1, mkdirp@^0.5.4, mkdirp@^0.5.5, mkdirp@~0.5.1:
9027+
mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.1:
90309028
version "0.5.5"
90319029
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
90329030
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
@@ -10962,7 +10960,7 @@ read-pkg@^5.1.1, read-pkg@^5.2.0:
1096210960
parse-json "^5.0.0"
1096310961
type-fest "^0.6.0"
1096410962

10965-
readable-stream@^2.0.1, readable-stream@^2.2.2, readable-stream@~2.3.6:
10963+
readable-stream@^2.0.1, readable-stream@~2.3.6:
1096610964
version "2.3.7"
1096710965
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
1096810966
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
@@ -13123,11 +13121,6 @@ typedarray-to-buffer@^3.1.5:
1312313121
dependencies:
1312413122
is-typedarray "^1.0.0"
1312513123

13126-
typedarray@^0.0.6:
13127-
version "0.0.6"
13128-
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
13129-
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
13130-
1313113124
uc.micro@^1.0.1, uc.micro@^1.0.5:
1313213125
version "1.0.6"
1313313126
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac"

0 commit comments

Comments
 (0)