From 0d266b4b558030de2b4f8f1784c6f06aec36d200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 17:00:51 +0000 Subject: [PATCH] chore(deps): bump @testing-library/dom from 7.31.2 to 9.0.1 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.31.2 to 9.0.1. - [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/v7.31.2...v9.0.1) --- 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 f4fb4fe..ad4112f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "license": "ISC", "dependencies": { "@babel/runtime": "^7.4.3", - "@testing-library/dom": "^7.0.4", + "@testing-library/dom": "^9.0.1", "nightwatch": "^1.2.4", "simmerjs": "^0.5.6" },