From df4ef0117a9c1d77337a6a0b10fb25a1dec01062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:41:31 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/jest-dom to v6.4.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f8954ef..d602aaac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@headlessui/react": "1.7.18", "@heroicons/react": "2.1.1", "@tailwindcss/forms": "0.5.7", - "@testing-library/jest-dom": "6.3.0", + "@testing-library/jest-dom": "6.4.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11", @@ -4174,9 +4174,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.3.0.tgz", - "integrity": "sha512-hJVIrkFizEQxoWsGBlycTcQhrpoCH4DhXfrnHFFXgkx3Xdm15zycsq5Ep+vpw4W8S0NJa8cxDHcuJib+1tEbhg==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.0.tgz", + "integrity": "sha512-GgGT3OR8qhIjk2SBMy51AYDWoMnAyR/cwjZO4SttuBmIQ9wWy9QmVOeaSbgT5Bm0J6qLBaf4+dsJWfisvafoaA==", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", diff --git a/package.json b/package.json index 1838ddd0..965cc55d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@headlessui/react": "1.7.18", "@heroicons/react": "2.1.1", "@tailwindcss/forms": "0.5.7", - "@testing-library/jest-dom": "6.3.0", + "@testing-library/jest-dom": "6.4.0", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.11",