From c1fc6af2b2d2163deb40470f21b5af6a4f3799fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 00:42:08 +0000 Subject: [PATCH] chore:(deps-dev): bump @testing-library/dom from 8.7.2 to 8.9.0 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.7.2 to 8.9.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/v8.7.2...v8.9.0) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index bf2f2e1..cafca4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2335,9 +2335,9 @@ } }, "@testing-library/dom": { - "version": "8.7.2", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.7.2.tgz", - "integrity": "sha512-2zN0Zv9dMnaMAd4c/1E1ZChu4QrICyvWtkUvHFQBPhS1oG3VYGcM7SLGLYdda7187ILRXzIUOvOsbXQm4EASjA==", + "version": "8.9.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.9.0.tgz", + "integrity": "sha512-fhmAYtGpFqzKdPq5aLNn/T396qfhYkttHT/5RytdDNSCzg9K/0F/WXF5iDsNBK1M3ZIQbPy7Y0qm4Kup5bqT/w==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f6851c8..6fcf8cf --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/plugin-transform-typescript": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", - "@testing-library/dom": "^8.7.2", + "@testing-library/dom": "^8.9.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", "@types/node": "^16.10.3",