From a941dc8e780e630ddfe41dcfe12c8fd26503be0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 06:44:14 +0000 Subject: [PATCH] build(deps): bump @testing-library/jest-dom from 6.1.2 to 6.1.3 in /web Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.2 to 6.1.3. - [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.2...v6.1.3) --- 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 1344470 -> 1344470 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 1c828113f8f147d66458cbdbbb998681b975e271..604da245dcb957c0571f7cef55fd706ca7f9757f 100644 GIT binary patch delta 370 zcmccC9(1ieXu?lM9KQ@l(`ul|?reDzG uvzi{;%gr}EA%IC}y2E}R$@V@~ULfWJVtybN0AfKP76M}7?R}~u9&rHa=YGck delta 367 zcmccC9(1ieXu?lMqv;oem}Hy98QaAf8MliwGEMZF{^co?(R4pgCc)`)%DfVjRoIk6 z{Q@krats5F3SC@EDzuXe^V9RoO9D%B(_M`G!-|c~Gkt?Si$lsxQ~gX`LxQr?jLf{V z%u3V4${j6@_0yxOs@%c@9gEYmy|a_kN?cMc4V}E4vnL1M(P&@n!vw_4K+FQftU$~L z#Oy%K0mPg@%mu{U+ZX%rSX{&6v=CZ2ZMwr@ZdIU_O#F<~Cy4S$P5#xY%gzp%vg x3wnH3(_?$N`KBiXFbPd}*v})`-lxh7#C$-^55xjMEC|FxKrFnyPgTSt4gj_*e69ch diff --git a/web/package.json b/web/package.json index 3bc33fa96..7f077e646 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.2", + "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.4",