From 089442476d2064284c9b43093315fe629ea0a192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 15:11:15 -0700 Subject: [PATCH] Bump @testing-library/dom from 8.15.0 to 8.16.0 (#857) Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.15.0 to 8.16.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.15.0...v8.16.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicholas Nelson --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2af161150..fc8c59c99 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@electron-forge/maker-rpm": "^6.0.0-beta.64", "@electron-forge/maker-squirrel": "^6.0.0-beta.64", "@electron-forge/plugin-webpack": "6.0.0-beta.64", - "@testing-library/dom": "^8.15.0", + "@testing-library/dom": "^8.16.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", "@testing-library/react-hooks": "^8.0.1", diff --git a/yarn.lock b/yarn.lock index f48579809..b158fbf15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1354,10 +1354,10 @@ dependencies: defer-to-connect "^2.0.0" -"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.15.0": - version "8.15.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.15.0.tgz#c7f8549dc4d094786a5bf1c241fbd0e0df9d1e74" - integrity sha512-KtMhnUST7iUvZPl3LlRKH9V/JGbMIwgCxSeGno+c2VRRgC21l27Ky8rU8n/xRcfUAsO4w9fn3Z70Dq3Tcg6KAg== +"@testing-library/dom@^8.0.0", "@testing-library/dom@^8.16.0": + version "8.16.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.16.0.tgz#d6fc50250aed17b1035ca1bd64655e342db3936a" + integrity sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"