From 85600456628800c4c6b9b061dd8cdef978fc0a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 07:16:27 +0000 Subject: [PATCH] Bump @testing-library/jest-dom from 6.1.0 to 6.1.1 in /frontend Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.0 to 6.1.1. - [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.0...v6.1.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 2ab16314..bf657bb8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "typescript": "^5.1.6" }, "devDependencies": { - "@testing-library/jest-dom": "^6.1.0", + "@testing-library/jest-dom": "^6.1.1", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.3", "@types/node": "^20.5.3", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 5433690e..2f78561a 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2807,10 +2807,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.1.0": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.0.tgz#8e5017514d374b8e7abe294441130063e2b74a49" - integrity sha512-EUAg9pvOkzmGXUSyAPt0h6yAXHxsn+FMNS1o7OX8TErmldZML2ywt10lotZXx/a1PDiSnq0fGGyEV/ybKSLPWQ== +"@testing-library/jest-dom@^6.1.1": + version "6.1.1" + resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.1.1.tgz#1a159b93f03f55ffc00adae86c6d412af39588b1" + integrity sha512-PEDx4fwesRjrUqhnqMz2+DxJtA0Qfy8IChXfx2P+f1mOI4ssc2b+fnzcmaevWPtfqFDE1q3veB9iJRFDw+xUVg== dependencies: "@adobe/css-tools" "^4.0.1" "@babel/runtime" "^7.9.2"