Skip to content

Commit 6dd5121

Browse files
chore(deps-dev): bump cypress in the dependencies group
Bumps the dependencies group with 1 update: [cypress](https://github.com/cypress-io/cypress). Updates `cypress` from 13.15.1 to 13.15.2 - [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.15.1...v13.15.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fe45e5 commit 6dd5121

File tree

2 files changed

+32
-20
lines changed

2 files changed

+32
-20
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.15.1",
92+
"cypress": "^13.15.2",
9393
"directory-tree": "^3.5.2",
9494
"directory-tree-webpack-plugin": "^1.0.3",
9595
"duplexer": "^0.1.1",

yarn.lock

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,10 +1159,10 @@
11591159
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
11601160
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
11611161

1162-
"@cypress/request@^3.0.4":
1163-
version "3.0.5"
1164-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.5.tgz#d893a6e68ce2636c085fcd8d7283c3186499ba63"
1165-
integrity sha512-v+XHd9XmWbufxF1/bTaVm2yhbxY+TB4YtWRqF2zaXBlDNMkls34KiATz0AVDLavL3iB6bQk9/7n3oY1EoLSWGA==
1162+
"@cypress/request@^3.0.6":
1163+
version "3.0.6"
1164+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.6.tgz#f5580add6acee0e183b4d4e07eff4f31327ae12b"
1165+
integrity sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==
11661166
dependencies:
11671167
aws-sign2 "~0.7.0"
11681168
aws4 "^1.8.0"
@@ -1179,7 +1179,7 @@
11791179
performance-now "^2.1.0"
11801180
qs "6.13.0"
11811181
safe-buffer "^5.1.2"
1182-
tough-cookie "^4.1.3"
1182+
tough-cookie "^5.0.0"
11831183
tunnel-agent "^0.6.0"
11841184
uuid "^8.3.2"
11851185

@@ -4646,12 +4646,12 @@ csstype@^3.1.2:
46464646
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
46474647
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
46484648

4649-
cypress@^13.15.1:
4650-
version "13.15.1"
4651-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.1.tgz#d85074e07cc576eb30068617d529719ef6093b69"
4652-
integrity sha512-DwUFiKXo4lef9kA0M4iEhixFqoqp2hw8igr0lTqafRb9qtU3X0XGxKbkSYsUFdkrAkphc7MPDxoNPhk5pj9PVg==
4649+
cypress@^13.15.2:
4650+
version "13.15.2"
4651+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.15.2.tgz#ef19554c274bc4ff23802aeb5c52951677fa67f1"
4652+
integrity sha512-ARbnUorjcCM3XiPwgHKuqsyr5W9Qn+pIIBPaoilnoBkLdSC2oLQjV1BUpnmc7KR+b7Avah3Ly2RMFnfxr96E/A==
46534653
dependencies:
4654-
"@cypress/request" "^3.0.4"
4654+
"@cypress/request" "^3.0.6"
46554655
"@cypress/xvfb" "^1.2.4"
46564656
"@types/sinonjs__fake-timers" "8.1.1"
46574657
"@types/sizzle" "^2.3.2"
@@ -4662,6 +4662,7 @@ cypress@^13.15.1:
46624662
cachedir "^2.3.0"
46634663
chalk "^4.1.0"
46644664
check-more-types "^2.24.0"
4665+
ci-info "^4.0.0"
46654666
cli-cursor "^3.1.0"
46664667
cli-table3 "~0.6.1"
46674668
commander "^6.2.1"
@@ -4676,7 +4677,6 @@ cypress@^13.15.1:
46764677
figures "^3.2.0"
46774678
fs-extra "^9.1.0"
46784679
getos "^3.2.1"
4679-
is-ci "^3.0.1"
46804680
is-installed-globally "~0.4.0"
46814681
lazy-ass "^1.6.0"
46824682
listr2 "^3.8.3"
@@ -7153,13 +7153,6 @@ is-callable@^1.1.3, is-callable@^1.1.4, is-callable@^1.2.7:
71537153
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
71547154
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
71557155

7156-
is-ci@^3.0.1:
7157-
version "3.0.1"
7158-
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.1.tgz#db6ecbed1bd659c43dac0f45661e7674103d1867"
7159-
integrity sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==
7160-
dependencies:
7161-
ci-info "^3.2.0"
7162-
71637156
is-core-module@^2.13.0:
71647157
version "2.13.1"
71657158
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
@@ -12732,6 +12725,18 @@ tinydate@^1.0.0:
1273212725
resolved "https://registry.yarnpkg.com/tinydate/-/tinydate-1.3.0.tgz#e6ca8e5a22b51bb4ea1c3a2a4fd1352dbd4c57fb"
1273312726
integrity sha512-7cR8rLy2QhYHpsBDBVYnnWXm8uRTr38RoZakFSW7Bs7PzfMPNZthuMLkwqZv7MTu8lhQ91cOFYS5a7iFj2oR3w==
1273412727

12728+
tldts-core@^6.1.58:
12729+
version "6.1.58"
12730+
resolved "https://registry.yarnpkg.com/tldts-core/-/tldts-core-6.1.58.tgz#f0b5c1fcb2e214f558c7cb380fb1e6f4b2459d8b"
12731+
integrity sha512-dR936xmhBm7AeqHIhCWwK765gZ7dFyL+IqLSFAjJbFlUXGMLCb8i2PzlzaOuWBuplBTaBYseSb565nk/ZEM0Bg==
12732+
12733+
tldts@^6.1.32:
12734+
version "6.1.58"
12735+
resolved "https://registry.yarnpkg.com/tldts/-/tldts-6.1.58.tgz#63d211f46f2c17d69d4cedf0c4c19423a608874f"
12736+
integrity sha512-MQJrJhjHOYGYb8DobR6Y4AdDbd4TYkyQ+KBDVc5ODzs1cbrvPpfN1IemYi9jfipJ/vR1YWvrDli0hg1y19VRoA==
12737+
dependencies:
12738+
tldts-core "^6.1.58"
12739+
1273512740
tmp@~0.2.3:
1273612741
version "0.2.3"
1273712742
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
@@ -12764,7 +12769,7 @@ totalist@^3.0.0:
1276412769
resolved "https://registry.yarnpkg.com/totalist/-/totalist-3.0.1.tgz#ba3a3d600c915b1a97872348f79c127475f6acf8"
1276512770
integrity sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==
1276612771

12767-
tough-cookie@^4.0.0, tough-cookie@^4.1.3:
12772+
tough-cookie@^4.0.0:
1276812773
version "4.1.3"
1276912774
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
1277012775
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
@@ -12774,6 +12779,13 @@ tough-cookie@^4.0.0, tough-cookie@^4.1.3:
1277412779
universalify "^0.2.0"
1277512780
url-parse "^1.5.3"
1277612781

12782+
tough-cookie@^5.0.0:
12783+
version "5.0.0"
12784+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-5.0.0.tgz#6b6518e2b5c070cf742d872ee0f4f92d69eac1af"
12785+
integrity sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==
12786+
dependencies:
12787+
tldts "^6.1.32"
12788+
1277712789
tough-cookie@~2.5.0:
1277812790
version "2.5.0"
1277912791
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"

0 commit comments

Comments
 (0)