Skip to content

Commit 7aaec2a

Browse files
build(deps-dev): bump cypress from 13.12.0 to 13.13.0 (#1553)
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.12.0 to 13.13.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.12.0...v13.13.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ced93a commit 7aaec2a

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
4545
"chai": "^5.1.1",
4646
"cssnano": "^6.1.2",
47-
"cypress": "13.12.0",
47+
"cypress": "13.13.0",
4848
"eslint": "^8.57.0",
4949
"eslint-plugin-jest": "^28.3.0",
5050
"http-server": "^14.1.1",

yarn.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3619,10 +3619,10 @@ cssstyle@^3.0.0:
36193619
dependencies:
36203620
rrweb-cssom "^0.6.0"
36213621

3622-
cypress@13.12.0:
3623-
version "13.12.0"
3624-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.12.0.tgz#1a4ea89b7fa6855e32bc02eaf5e25fc45b9e273f"
3625-
integrity sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==
3622+
cypress@13.13.0:
3623+
version "13.13.0"
3624+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.0.tgz#52b2914c0c1c7d8a51ec2e3df18e13995da95951"
3625+
integrity sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==
36263626
dependencies:
36273627
"@cypress/request" "^3.0.0"
36283628
"@cypress/xvfb" "^1.2.4"
@@ -3663,7 +3663,7 @@ [email protected]:
36633663
request-progress "^3.0.0"
36643664
semver "^7.5.3"
36653665
supports-color "^8.1.1"
3666-
tmp "~0.2.1"
3666+
tmp "~0.2.3"
36673667
untildify "^4.0.0"
36683668
yauzl "^2.10.0"
36693669

@@ -9013,7 +9013,7 @@ [email protected]:
90139013
dependencies:
90149014
glob "^7.1.3"
90159015

9016-
rimraf@^3.0.0, rimraf@^3.0.2:
9016+
rimraf@^3.0.2:
90179017
version "3.0.2"
90189018
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
90199019
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -10064,12 +10064,10 @@ tmp@^0.0.33:
1006410064
dependencies:
1006510065
os-tmpdir "~1.0.2"
1006610066

10067-
tmp@^0.2.1, tmp@~0.2.1:
10068-
version "0.2.1"
10069-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
10070-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
10071-
dependencies:
10072-
rimraf "^3.0.0"
10067+
tmp@^0.2.1, tmp@~0.2.3:
10068+
version "0.2.3"
10069+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
10070+
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
1007310071

1007410072
1007510073
version "1.0.5"

0 commit comments

Comments
 (0)