From 792b443c998cba38fc9aa294725eef1a8bc0d04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 04:09:47 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/dom from 8.15.0 to 8.16.0 (#498) 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> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4baf84f2..14b8247c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1281,9 +1281,9 @@ } }, "@testing-library/dom": { - "version": "8.15.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.15.0.tgz", - "integrity": "sha512-KtMhnUST7iUvZPl3LlRKH9V/JGbMIwgCxSeGno+c2VRRgC21l27Ky8rU8n/xRcfUAsO4w9fn3Z70Dq3Tcg6KAg==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.16.0.tgz", + "integrity": "sha512-uxF4zmnLHHDlmW4l+0WDjcgLVwCvH+OVLpD8Dfp+Bjfz85prwxWGbwXgJdLtkgjD0qfOzkJF9SmA6YZPsMYX4w==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4",