From 60b565e69e40c6c0785f6c10a869d4006bc98df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:41:15 +0000 Subject: [PATCH] Bump @testing-library/dom from 9.3.4 to 10.4.0 in /module Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.4 to 10.4.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/v9.3.4...v10.4.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/package.json b/module/package.json index 66f7373..55e633f 100644 --- a/module/package.json +++ b/module/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/patik/within-viewport.git" }, "devDependencies": { - "@testing-library/dom": "^9.3.1", + "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.4.2", "eslint-config-prettier": "^9.1.0", "eslint-plugin-cypress": "^2.15.2",