From 05c30e52725dfaa1089c998048751c0fa6ed64f6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 13 Sep 2020 18:54:40 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react to v11.0.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ff32819..1a9113ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1649,9 +1649,9 @@ } }, "@testing-library/dom": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz", - "integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.2.tgz", + "integrity": "sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", @@ -1826,13 +1826,13 @@ } }, "@testing-library/react": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.3.tgz", - "integrity": "sha512-3T2aAZSpKtORY2iHt9lg2PRPoQWNYstsooRCTSERNGRkvWLXmffE617Nxh9MeNlgkVj9StQLWuPzhAeNC2pjfg==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.4.tgz", + "integrity": "sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew==", "dev": true, "requires": { "@babel/runtime": "^7.11.2", - "@testing-library/dom": "^7.23.0" + "@testing-library/dom": "^7.24.2" }, "dependencies": { "@babel/runtime": { diff --git a/package.json b/package.json index 7042d954..d36c44b5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@rogal/front-linter": "3.0.0-beta.6", "@testing-library/jest-dom": "5.11.4", - "@testing-library/react": "11.0.3", + "@testing-library/react": "11.0.4", "@types/jest": "26.0.13", "@types/node": "14.10.1", "@types/react": "16.9.49",