From 6afbac702ab78a4b6117d6714b81acb5cea4268a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:40:35 +0000 Subject: [PATCH] Update dependency @types/testing-library__jest-dom to v5.14.7 --- .changelog/673.internal.md | 1 + package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .changelog/673.internal.md diff --git a/.changelog/673.internal.md b/.changelog/673.internal.md new file mode 100644 index 000000000..a5a8aeffb --- /dev/null +++ b/.changelog/673.internal.md @@ -0,0 +1 @@ +Update dependency @types/testing-library__jest-dom to v5.14.7 diff --git a/package.json b/package.json index bf3d4ef28..f93bedfb2 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@types/node": "18.16.19", "@types/react": "18.2.14", "@types/react-dom": "18.2.6", - "@types/testing-library__jest-dom": "5.14.6", + "@types/testing-library__jest-dom": "5.14.7", "@typescript-eslint/eslint-plugin": "5.61.0", "@typescript-eslint/parser": "5.61.0", "buffer": "6.0.3", diff --git a/yarn.lock b/yarn.lock index a8c08891e..a6fcc26fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4343,10 +4343,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/testing-library__jest-dom@5.14.6": - version "5.14.6" - resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.6.tgz#4887f6e1af11215428ab02777873bcede98a53b0" - integrity sha512-FkHXCb+ikSoUP4Y4rOslzTdX5sqYwMxfefKh1GmZ8ce1GOkEHntSp6b5cGadmNfp5e4BMEWOMx+WSKd5/MqlDA== +"@types/testing-library__jest-dom@5.14.7": + version "5.14.7" + resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.7.tgz#fff92bed2a32c58a9224a85603e731519c0a9037" + integrity sha512-PFDoAbR9y8pD9+41oM1Yy0nVCkaRPlklmDZoPCXhNpR0ZO13HAYWqdNEjLtvIiveBmfB/+jdvmuOVeOXehKOaA== dependencies: "@types/jest" "*"