aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-11 10:54:19 +0900
committerGitHub <noreply@github.com>2022-02-11 10:54:19 +0900
commitb39127705714a732b0337b7a44211176cf2ad5a0 (patch)
tree78dfa5bd16d852edbb070cd5dc8abd61875766b0
parentf9f40069d5874948e7acf600179c2f602ee1e840 (diff)
downloadmastodon-b39127705714a732b0337b7a44211176cf2ad5a0.tar
mastodon-b39127705714a732b0337b7a44211176cf2ad5a0.tar.gz
mastodon-b39127705714a732b0337b7a44211176cf2ad5a0.tar.bz2
mastodon-b39127705714a732b0337b7a44211176cf2ad5a0.zip
Bump @testing-library/jest-dom from 5.16.1 to 5.16.2 (#17469)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.1 to 5.16.2. - [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.1...v5.16.2) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 73f13fde1..5dd5110cc 100644
--- a/package.json
+++ b/package.json
@@ -172,7 +172,7 @@
"ws": "^8.4.2"
},
"devDependencies": {
- "@testing-library/jest-dom": "^5.16.1",
+ "@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.0",
diff --git a/yarn.lock b/yarn.lock
index 22a5f5e85..ad2396035 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1453,10 +1453,10 @@
lz-string "^1.4.4"
pretty-format "^27.0.2"
-"@testing-library/jest-dom@^5.16.1":
- version "5.16.1"
- resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz#3db7df5ae97596264a7da9696fe14695ba02e51f"
- integrity sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==
+"@testing-library/jest-dom@^5.16.2":
+ version "5.16.2"
+ resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.16.2.tgz#f329b36b44aa6149cd6ced9adf567f8b6aa1c959"
+ integrity sha512-6ewxs1MXWwsBFZXIk4nKKskWANelkdUehchEOokHsN8X7c2eKXGw+77aRV63UU8f/DTSVUPLaGxdrj4lN7D/ug==
dependencies:
"@babel/runtime" "^7.9.2"
"@types/testing-library__jest-dom" "^5.9.1"