Skip to content

Commit 13fba75

Browse files
chore(deps): update dependency @testing-library/dom to v9.3.1
1 parent 265cc61 commit 13fba75

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/eslint-parser": "7.22.5",
5454
"@babel/preset-env": "7.22.5",
5555
"@babel/preset-react": "7.22.5",
56-
"@testing-library/dom": "9.3.0",
56+
"@testing-library/dom": "9.3.1",
5757
"@testing-library/jest-dom": "5.16.5",
5858
"@testing-library/react": "14.0.0",
5959
"@testing-library/user-event": "14.4.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,15 +1436,15 @@
14361436
dependencies:
14371437
"@sinonjs/commons" "^3.0.0"
14381438

1439-
"@testing-library/[email protected].0", "@testing-library/dom@^9.0.0":
1440-
version "9.3.0"
1441-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.0.tgz#ed8ce10aa5e05eb6eaf0635b5b8975d889f66075"
1442-
integrity sha512-Dffe68pGwI6WlLRYR2I0piIkyole9cSBH5jGQKCGMRpHW5RHCqAUaqc2Kv0tUyd4dU4DLPKhJIjyKOnjv4tuUw==
1439+
"@testing-library/[email protected].1", "@testing-library/dom@^9.0.0":
1440+
version "9.3.1"
1441+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.3.1.tgz#8094f560e9389fb973fe957af41bf766937a9ee9"
1442+
integrity sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==
14431443
dependencies:
14441444
"@babel/code-frame" "^7.10.4"
14451445
"@babel/runtime" "^7.12.5"
14461446
"@types/aria-query" "^5.0.1"
1447-
aria-query "^5.0.0"
1447+
aria-query "5.1.3"
14481448
chalk "^4.1.0"
14491449
dom-accessibility-api "^0.5.9"
14501450
lz-string "^1.5.0"
@@ -2099,7 +2099,7 @@ argparse@^2.0.1:
20992099
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
21002100
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
21012101

2102-
aria-query@^5.0.0, aria-query@^5.1.3:
2102+
aria-query@5.1.3, aria-query@^5.0.0, aria-query@^5.1.3:
21032103
version "5.1.3"
21042104
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-5.1.3.tgz#19db27cd101152773631396f7a95a3b58c22c35e"
21052105
integrity sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==

0 commit comments

Comments
 (0)