From 5e39430c8391d81db427bc4c34864557bf730bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 22:02:07 +0000 Subject: [PATCH] chore(deps): Bump @testing-library/dom from 8.20.1 to 9.3.3 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 9.3.3. - [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.20.1...v9.3.3) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0538c5d..b288221 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "", "license": "ISC", "dependencies": { - "@testing-library/dom": "^8.19.0" + "@testing-library/dom": "^9.3.3" }, "peerDependencies": { "testcafe": ">=2.0.0"