aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Renovate Bot <[email protected]>2021-01-12 19:49:08 +0000
committerGravatar Renovate Bot <[email protected]>2021-01-12 19:49:08 +0000
commit3c635d6e014634fe94cce88b7077d3edb0c3d0da (patch)
treed409d34914c48def67e618022985e4ed098a818b
parentMerge pull request #80 from python-discord/renovate/webpack-5.x (diff)
Update dependency @testing-library/jest-dom to v5.11.9
-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 88419f2..09aeca2 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,7 @@
},
"devDependencies": {
"@swc/jest": "0.1.2",
- "@testing-library/jest-dom": "5.11.8",
+ "@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.3",
"@testing-library/user-event": "12.6.0",
"@types/jest": "26.0.20",
diff --git a/yarn.lock b/yarn.lock
index 0b78954..1263e1c 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1944,10 +1944,10 @@
lz-string "^1.4.4"
pretty-format "^26.6.2"
-"@testing-library/[email protected]":
- version "5.11.8"
- resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.8.tgz#433a84d6f9a089485101b9e112ef03e5c30bcbfc"
- integrity sha512-ScyKrWQM5xNcr79PkSewnA79CLaoxVskE+f7knTOhDD9ftZSA1Jw8mj+pneqhEu3x37ncNfW84NUr7lqK+mXjA==
+"@testing-library/[email protected]":
+ version "5.11.9"
+ resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz#e6b3cd687021f89f261bd53cbe367041fbd3e975"
+ integrity sha512-Mn2gnA9d1wStlAIT2NU8J15LNob0YFBVjs2aEQ3j8rsfRQo+lAs7/ui1i2TGaJjapLmuNPLTsrm+nPjmZDwpcQ==
dependencies:
"@babel/runtime" "^7.9.2"
"@types/testing-library__jest-dom" "^5.9.1"