From f98cfe6e51ea1940061502426e8b09e3b5607632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Oct 2021 00:49:07 +0000 Subject: [PATCH] chore:(deps-dev): bump @testing-library/dom from 8.7.2 to 8.9.1 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.7.2 to 8.9.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/v8.7.2...v8.9.1) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index d81e513..d784898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,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.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", "@types/node": "^16.10.3", @@ -3406,9 +3406,9 @@ } }, "node_modules/@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.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.9.1.tgz", + "integrity": "sha512-jXM+FKo5BZA/2WtcsoTGuDs810J3ewQ2yq59Gxd2heux5jr8lo2DnTAl3JWVwAlg2/DcWSYqKY5pi9v0g8hvhw==", "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", @@ -15381,9 +15381,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.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.9.1.tgz", + "integrity": "sha512-jXM+FKo5BZA/2WtcsoTGuDs810J3ewQ2yq59Gxd2heux5jr8lo2DnTAl3JWVwAlg2/DcWSYqKY5pi9v0g8hvhw==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 438a349..788a277 --- a/package.json +++ b/package.json @@ -32,7 +32,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.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", "@types/node": "^16.10.3",