From 7655320355ac14a2fb8a33148982f128bb75820a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 09:43:42 +0000 Subject: [PATCH] chore(deps): bump @testing-library/dom from 7.31.2 to 8.18.1 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 7.31.2 to 8.18.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...v8.18.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..9faeb86 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": "^8.18.1", "nightwatch": "^1.2.4", "simmerjs": "^0.5.6" },