Skip to content

Commit 2c20f88

Browse files
fix(deps): update dependency @testing-library/cypress to v10.0.3 (#3418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39bb43e commit 2c20f88

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

zucchini-ui-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prettier": "prettier --write **/*.js **/*.ts"
1212
},
1313
"dependencies": {
14-
"@testing-library/cypress": "10.0.2",
14+
"@testing-library/cypress": "10.0.3",
1515
"cypress": "14.0.0"
1616
},
1717
"devDependencies": {

zucchini-ui-e2e-tests/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@
167167
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
168168
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
169169

170-
"@testing-library/cypress@10.0.2":
171-
version "10.0.2"
172-
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-10.0.2.tgz#5d360f2aa43708c6c92e24765f892b09f3a58912"
173-
integrity sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==
170+
"@testing-library/cypress@10.0.3":
171+
version "10.0.3"
172+
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-10.0.3.tgz#4514b1bcace4f28acab7ba7db6b8f5c017f0bfd1"
173+
integrity sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==
174174
dependencies:
175175
"@babel/runtime" "^7.14.6"
176176
"@testing-library/dom" "^10.1.0"

0 commit comments

Comments
 (0)