From d5aa5264e7dc64885f10c47f8f61fefabcedafd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 11:42:18 +0000 Subject: [PATCH] Bump @testing-library/dom from 8.17.1 to 8.18.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.17.1 to 8.18.0. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.17.1...v8.18.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a2a20f27c5..30ae73f44e 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@hot-loader/react-dom": "^17.0.2", "@svgr/plugin-svgo": "^6.3.1", "@svgr/webpack": "^6.3.1", - "@testing-library/dom": "^8.17.1", + "@testing-library/dom": "^8.18.0", "@testing-library/react": "13.4.0", "@types/dom-mediacapture-record": "^1.0.11", "@types/lodash-es": "^4.17.6", diff --git a/yarn.lock b/yarn.lock index 34c59a640f..9c81202569 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1724,10 +1724,10 @@ "@svgr/plugin-jsx" "^6.3.1" "@svgr/plugin-svgo" "^6.3.1" -"@testing-library/dom@^8.17.1", "@testing-library/dom@^8.5.0": - version "8.17.1" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.17.1.tgz#2d7af4ff6dad8d837630fecd08835aee08320ad7" - integrity sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ== +"@testing-library/dom@^8.18.0", "@testing-library/dom@^8.5.0": + version "8.18.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.18.0.tgz#fe5903a456f2c2b64770d91e50237a031c382121" + integrity sha512-hP7v7Ifiq104Lb4dTuQzUtlkbX4sgsmxVwOTnVSDOU4ntApvPfp+eFLvasS8GpMP6pVfdbNRXNF/bSK7LTriEg== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"