Bump @testing-library/jest-dom from 6.1.2 to 6.1.3 in /js (#23013)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.2 to 6.1.3.
- [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.2...v6.1.3)

---
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>
This commit is contained in:
dependabot[bot] 2023-09-08 15:52:02 +02:00 committed by GitHub
parent 564441899b
commit 0ce4c5898e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -91,7 +91,7 @@
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.4",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/dagre": "^0.7.49",
"@types/file-saver": "^2.0.5",

View file

@ -230,8 +230,8 @@ importers:
specifier: ^9.0.0
version: 9.0.0(cypress@13.1.0)
'@testing-library/jest-dom':
specifier: ^6.1.2
version: 6.1.2(vitest@0.34.3)
specifier: ^6.1.3
version: 6.1.3(vitest@0.34.3)
'@testing-library/react':
specifier: ^14.0.0
version: 14.0.0(react-dom@18.2.0)(react@18.2.0)
@ -1569,8 +1569,8 @@ packages:
pretty-format: 27.5.1
dev: true
/@testing-library/jest-dom@6.1.2(vitest@0.34.3):
resolution: {integrity: sha512-NP9jl1Q2qDDtx+cqogowtQtmgD2OVs37iMSIsTv5eN5ETRkf26Kj6ugVwA93/gZzzFWQAsgkKkcftDe91BJCkQ==}
/@testing-library/jest-dom@6.1.3(vitest@0.34.3):
resolution: {integrity: sha512-YzpjRHoCBWPzpPNtg6gnhasqtE/5O4qz8WCwDEaxtfnPO6gkaLrnuXusrGSPyhIGPezr1HM7ZH0CFaUTY9PJEQ==}
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
peerDependencies:
'@jest/globals': '>= 28'