Skip to content

Commit caa9963

Browse files
build(deps-dev): bump cypress from 13.12.0 to 13.13.2
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.12.0 to 13.13.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.12.0...v13.13.2) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e89048a commit caa9963

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"devDependencies": {
6464
"@types/jest": "^29.5.12",
6565
"concurrently": "^8.2.2",
66-
"cypress": "^13.12.0",
66+
"cypress": "^13.13.2",
6767
"eslint": "^8.2.0",
6868
"eslint-config-prettier": "^9.1.0",
6969
"eslint-plugin-cypress": "^2.12.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
398398
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
399399

400-
"@cypress/request@^3.0.0":
400+
"@cypress/request@^3.0.1":
401401
version "3.0.1"
402402
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
403403
integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
@@ -1967,12 +1967,12 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
19671967
shebang-command "^2.0.0"
19681968
which "^2.0.1"
19691969

1970-
cypress@^13.12.0:
1971-
version "13.12.0"
1972-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.12.0.tgz#1a4ea89b7fa6855e32bc02eaf5e25fc45b9e273f"
1973-
integrity sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==
1970+
cypress@^13.13.2:
1971+
version "13.13.2"
1972+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.2.tgz#c71f8d92056c430b1b879e5313f6de25ccce0eda"
1973+
integrity sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==
19741974
dependencies:
1975-
"@cypress/request" "^3.0.0"
1975+
"@cypress/request" "^3.0.1"
19761976
"@cypress/xvfb" "^1.2.4"
19771977
"@types/sinonjs__fake-timers" "8.1.1"
19781978
"@types/sizzle" "^2.3.2"
@@ -2011,7 +2011,7 @@ cypress@^13.12.0:
20112011
request-progress "^3.0.0"
20122012
semver "^7.5.3"
20132013
supports-color "^8.1.1"
2014-
tmp "~0.2.1"
2014+
tmp "~0.2.3"
20152015
untildify "^4.0.0"
20162016
yauzl "^2.10.0"
20172017

@@ -4925,9 +4925,9 @@ through@^2.3.8:
49254925
resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
49264926
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
49274927

4928-
tmp@~0.2.1:
4928+
tmp@~0.2.3:
49294929
version "0.2.3"
4930-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz"
4930+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
49314931
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
49324932

49334933

0 commit comments

Comments
 (0)