From 5881f36a04715859e7aab2a2e99308029040eee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 18:53:59 +0200 Subject: [PATCH] Bump @testing-library/dom from 7.30.3 to 7.30.4 (#13538) Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.30.3 to 7.30.4. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v7.30.3...v7.30.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed22e9564..ca6be57d8 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "@storybook/addons": "^6.2.8", "@storybook/preact": "^6.2.8", "@testing-library/cypress": "^7.0.6", - "@testing-library/dom": "^7.30.3", + "@testing-library/dom": "^7.30.4", "@testing-library/jest-dom": "^5.12.0", "@testing-library/preact": "^2.0.1", "@testing-library/preact-hooks": "^1.1.0", diff --git a/yarn.lock b/yarn.lock index dae54bf8f..efcefffca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3550,10 +3550,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@testing-library/dom@^7.16.2", "@testing-library/dom@^7.28.1", "@testing-library/dom@^7.30.3": - version "7.30.3" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.3.tgz#779ea9bbb92d63302461800a388a5a890ac22519" - integrity sha512-7JhIg2MW6WPwyikH2iL3o7z+FTVgSOd2jqCwTAHqK7Qal2gRRYiUQyURAxtbK9VXm/UTyG9bRihv8C5Tznr2zw== +"@testing-library/dom@^7.16.2", "@testing-library/dom@^7.28.1", "@testing-library/dom@^7.30.4": + version "7.30.4" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.4.tgz#c6a4a91557e92035fd565246bbbfb8107aa4634d" + integrity sha512-GObDVMaI4ARrZEXaRy4moolNAxWPKvEYNV/fa6Uc2eAzR/t4otS6A7EhrntPBIQLeehL9DbVhscvvv7gd6hWqA== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"