From 136ba7e3986f4dd7deb5f997dcc74fae759415e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 08:22:39 +0000 Subject: [PATCH] chore(deps): Bump @testing-library/dom from 8.20.1 to 9.3.4 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.20.1 to 9.3.4. - [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.4) --- 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 b554a73..78791a1 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.4" }, "peerDependencies": { "testcafe": ">=2.0.0"