From 4e429c2c6a36c4b7652b3e3f3c9e60bb12b4b615 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 1 Nov 2024 02:21:33 +0000 Subject: [PATCH] Update dependency @testing-library/jest-dom to v6.6.3 --- vidow-front/package.json | 2 +- vidow-front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vidow-front/package.json b/vidow-front/package.json index 815cb7d..f55f188 100644 --- a/vidow-front/package.json +++ b/vidow-front/package.json @@ -15,7 +15,7 @@ "react-redux": "9.1.2" }, "devDependencies": { - "@testing-library/jest-dom": "6.6.2", + "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.0.1", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.14", diff --git a/vidow-front/yarn.lock b/vidow-front/yarn.lock index 17468e2..2c6a013 100644 --- a/vidow-front/yarn.lock +++ b/vidow-front/yarn.lock @@ -717,10 +717,10 @@ dependencies: tslib "^2.4.0" -"@testing-library/jest-dom@6.6.2": - version "6.6.2" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz#8186aa9a07263adef9cc5a59a4772db8c31f4a5b" - integrity sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw== +"@testing-library/jest-dom@6.6.3": + version "6.6.3" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2" + integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA== dependencies: "@adobe/css-tools" "^4.4.0" aria-query "^5.0.0"