Skip to content

Commit 1e59b1e

Browse files
authored
Merge pull request #151 from canyener/dependabot/npm_and_yarn/testing-library/jest-dom-5.14.1
Bump @testing-library/jest-dom from 5.13.0 to 5.14.1
2 parents 92ecc5a + 0d1522e commit 1e59b1e

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.13.0",
6+
"@testing-library/jest-dom": "^5.14.1",
77
"@testing-library/react": "^11.2.7",
88
"@testing-library/user-event": "^13.1.9",
99
"react": "^17.0.2",

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,17 +2424,18 @@
24242424
lz-string "^1.4.4"
24252425
pretty-format "^26.6.2"
24262426

2427-
"@testing-library/jest-dom@^5.13.0":
2428-
version "5.13.0"
2429-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.13.0.tgz#0a365684e2c1159f857f5915be50089fc5657df0"
2430-
integrity sha512-+jXXTn8GjRnZkJfzG/tqK/2Q7dGlBInR412WE7Aml7CT3wdSpx5dMQC0HOwVQoZ3cNTmQUy8fCVGUV/Zhoyvcw==
2427+
"@testing-library/jest-dom@^5.14.1":
2428+
version "5.14.1"
2429+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.14.1.tgz#8501e16f1e55a55d675fe73eecee32cdaddb9766"
2430+
integrity sha512-dfB7HVIgTNCxH22M1+KU6viG5of2ldoA5ly8Ar8xkezKHKXjRvznCdbMbqjYGgO2xjRbwnR+rR8MLUIqF3kKbQ==
24312431
dependencies:
24322432
"@babel/runtime" "^7.9.2"
24332433
"@types/testing-library__jest-dom" "^5.9.1"
24342434
aria-query "^4.2.2"
24352435
chalk "^3.0.0"
24362436
css "^3.0.0"
24372437
css.escape "^1.5.1"
2438+
dom-accessibility-api "^0.5.6"
24382439
lodash "^4.17.15"
24392440
redent "^3.0.0"
24402441

@@ -4964,10 +4965,10 @@ doctrine@^3.0.0:
49644965
dependencies:
49654966
esutils "^2.0.2"
49664967

4967-
dom-accessibility-api@^0.5.4:
4968-
version "0.5.4"
4969-
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166"
4970-
integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==
4968+
dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6:
4969+
version "0.5.6"
4970+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
4971+
integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
49714972

49724973
dom-converter@^0.2:
49734974
version "0.2.0"

0 commit comments

Comments
 (0)