From cf862ec0b5c55f0f834e042bd0890522fc94af05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 06:57:54 +0000 Subject: [PATCH] build(deps): bump @testing-library/jest-dom from 6.1.5 to 6.1.6 in /web Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.5...v6.1.6) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package-lock.json | Bin 1350870 -> 1350870 bytes web/package.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package-lock.json b/web/package-lock.json index 173764ed1592ff31f2658c2a8acdbe0d5d97c1e0..89c76271e1e835f5cbcfbd4aca8d5a5957a23570 100644 GIT binary patch delta 410 zcmcb%Gw9mRpb0-2&8Fwr^U6+tAIrqrEW_9?!^pT@hLNc>Y`Td#tI_m(u}p%~^TL@p zrr)>X6`1@fTsbtdyfo84CDJvyA|uV&sMIvm&pW3q-6+u1H$ADeB)=@cETyQ>+{@6T z$T_JjNZZ}i!YQdF-#Ncf+ebg!FQ>@Qt+>?4yTmvv(ao_e(hqp_V zUt~mbSVW$yw|Tf{Q9+hTYGkNIa9D|cVPuq1Vo-RAet3GIc6yPYYw+~OQbvvG-4RTZ zjE2(_MY$E*k3}#6F*6Xe05K~NvjH(X5OV-AClGT1G57Xk5j^J};&f~%EgWkx{oyWd zmFYbZOcGGnP6xX7>hyvy!qU^<=W()6zp$8FV!A;AGvD+N*9CRj`D}TCm=B2gfmi^D R1%X%yh=sTF*@~Qq2LOaGhv@(S diff --git a/web/package.json b/web/package.json index 85fcc11b0..f675cd75c 100644 --- a/web/package.json +++ b/web/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.1.5", + "@testing-library/jest-dom": "^6.1.6", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.11",