From c5e8dc2b9b93f884515bbe3214766f8bc95ace23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 06:03:31 +0000 Subject: [PATCH] build(deps): bump @testing-library/jest-dom in /web Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.2 to 5.16.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/v5.16.2...v5.16.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 982402 -> 982402 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 2098c36257f56234980a3a86765ff7291850751a..157f5a7c8993419a8992971bb8be80241affad0c 100644 GIT binary patch delta 329 zcmZqrZQbvYClY&P3vH*u;kPA@QIRBT_hh!KdH zfS4JGS%8=oh}nRc9f&!$uUf>J&PQ)YPE_R7nm%D38(%xnr9jLD#N0s41H`;Q*Yl-% F0{~9&cKiSU delta 333 zcmZqrZQbE>Ew&c^`=jl$Huo^b`z%xI8p>3no{=ybypPL=5mE7(NZfi4ANE+FOxVjdvo K1-hOu)f)iZK6yp} diff --git a/web/package.json b/web/package.json index dedd68676..cb01ceaff 100644 --- a/web/package.json +++ b/web/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.16.2", + "@testing-library/jest-dom": "^5.16.3", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.4.1",