From 6398d3cb4077ef30333a5dfaffac2839ce904c35 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Dec 2021 00:12:25 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v5.16.1 --- 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 d85b3c0..724cbcc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "json-server": "^0.17.0" }, "devDependencies": { - "@testing-library/jest-dom": "5.16.0", + "@testing-library/jest-dom": "5.16.1", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", "@testing-library/user-event": "13.5.0", @@ -5351,9 +5351,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz", - "integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz", + "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==", "dev": true, "dependencies": { "@babel/runtime": "^7.9.2", @@ -31002,9 +31002,9 @@ } }, "@testing-library/jest-dom": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz", - "integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz", + "integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==", "dev": true, "requires": { "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index af9547c..130d194 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "json-server": "^0.17.0" }, "devDependencies": { - "@testing-library/jest-dom": "5.16.0", + "@testing-library/jest-dom": "5.16.1", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", "@testing-library/user-event": "13.5.0",