Skip to content

Commit

Permalink
build(root): ⬆️ update cypress to 13.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Aug 1, 2024
1 parent 372df11 commit 9d460a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"commitizen": "^4.3.0",
"commitlint-config-ccgls": "1.4.8",
"coveralls": "^3.1.1",
"cypress": "^13.13.1",
"cypress": "^13.13.2",
"cz-ccgls": "^0.4.6",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@cypress/request@^3.0.0":
"@cypress/request@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
Expand Down Expand Up @@ -4446,12 +4446,12 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"

cypress@^13.13.1:
version "13.13.1"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.1.tgz#860c1142a6e58ea412a764f0ce6ad07567721129"
integrity sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==
cypress@^13.13.2:
version "13.13.2"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.2.tgz#c71f8d92056c430b1b879e5313f6de25ccce0eda"
integrity sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/request" "^3.0.1"
"@cypress/xvfb" "^1.2.4"
"@types/sinonjs__fake-timers" "8.1.1"
"@types/sizzle" "^2.3.2"
Expand Down

0 comments on commit 9d460a3

Please sign in to comment.