From 0aa89b0bfe88057a27e8550a947f5cf8557b8b66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:36:08 +0000 Subject: [PATCH] build(deps): bump @testing-library/jest-dom from 6.4.3 to 6.4.5 in /web Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.3 to 6.4.5. - [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.4.3...v6.4.5) --- 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 1359517 -> 1359517 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 b9e9c000be3a5b27bcfeb77330d7e1d5198cce4a..89a7c9ad25faa5fb4f1b42e3cf1796f211ae501e 100644 GIT binary patch delta 347 zcmbRHH)!tPpb0;xPYmXjYZhm07iVPLF3!kQ6*m3S8gAq1eep~J)APcaIHunTXA+pa zC{j7pF}>8uva&2BBG);uGT14=Fef}K&Cf5iydcRnr#Lat)XY4m#3(Gqz0fhmqog1+ z)h9hGH#w}b%&^crz}K_PCn>$aB_%sN%rr8k%-GE}HLJ3~XnNo>R*mfqe!TpQ(;KoF z720=4G669&5VHU=D-g2*F*^`*05K;Ja{)2;_T7;@=RVWftrwGdRN8@V1!6uR<_BT{ RAQl8-As`k8`a?vv000Z`e;5D& delta 350 zcmbRHH)!tPpb0;jjg@pJo|SGEXKWW|WZW*!$W#?Jeacx5qv^fzOoG$%!kIXx-w9_D zm_B6=qjE@!ph&Am#vKP9Ww2V(#s`BYDn!#_85jTDY}z`o&}(mG%Zd aULfWJVtybN0AfKP76M}7?G1h+vIPJgM0!5} diff --git a/web/package.json b/web/package.json index eba1e4d4c..0ae3be57f 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.4.3", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.12",