From a36ed230aaf590a63a5d58431a6d91bfafd9c5d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:35:56 +0000 Subject: [PATCH] Update dependency @types/testing-library__cypress to v5.0.12 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ebc1576f..54cdacff 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/jest": "27.5.2", "@types/node": "16.18.59", "@types/react": "17.0.69", - "@types/testing-library__cypress": "5.0.10", + "@types/testing-library__cypress": "5.0.12", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "babel-jest": "27.5.1", diff --git a/yarn.lock b/yarn.lock index 9801120e..857c9126 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1399,10 +1399,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff" integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw== -"@types/testing-library__cypress@5.0.10": - version "5.0.10" - resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-5.0.10.tgz#aa100c2746b78efc58cc7c49a82eccd68adb80ba" - integrity sha512-yPX+krAP5nSdimnSbdOICDocAwJSS+GOPiGtKEvBzuiSRADYQkAfnNFZS8WljjFVZZiDpj78AnZNo8m7adRvCw== +"@types/testing-library__cypress@5.0.12": + version "5.0.12" + resolved "https://registry.yarnpkg.com/@types/testing-library__cypress/-/testing-library__cypress-5.0.12.tgz#185fa5dd500cd0e500018030fe67f6be506e97ab" + integrity sha512-MxX257KJIDnakpfCOzpT3tIwrWd3bpGWHCMIpJO3Ye1sCxtzluRyYIKWt6+XDr9ZzJeHlsR9i5ggZEgNB71cfQ== dependencies: "@testing-library/dom" "^7.11.0" cypress "*"