build(deps-dev): bump @testing-library/dom from 8.11.3 to 8.11.4

Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.11.3 to 8.11.4.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v8.11.3...v8.11.4)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-24 15:00:12 +00:00 committed by jkozol
parent 43e53753dc
commit 09ebf953c5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -37,7 +37,7 @@
"@babel/preset-flow": "7.16.7",
"@babel/preset-react": "7.16.7",
"@redhat-cloud-services/frontend-components-config": "4.6.6",
"@testing-library/dom": "8.11.3",
"@testing-library/dom": "8.11.4",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",
@ -3343,9 +3343,9 @@
}
},
"node_modules/@testing-library/dom": {
"version": "8.11.3",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz",
"integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==",
"version": "8.11.4",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.4.tgz",
"integrity": "sha512-7vZ6ZoBEbr6bfEM89W1nzl0vHbuI0g0kRrI0hwSXH3epnuqGO3KulFLQCKfmmW+60t7e4sevAkJPASSMmnNCRw==",
"dev": true,
"dependencies": {
"@babel/code-frame": "^7.10.4",
@ -19060,9 +19060,9 @@
}
},
"@testing-library/dom": {
"version": "8.11.3",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz",
"integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==",
"version": "8.11.4",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.4.tgz",
"integrity": "sha512-7vZ6ZoBEbr6bfEM89W1nzl0vHbuI0g0kRrI0hwSXH3epnuqGO3KulFLQCKfmmW+60t7e4sevAkJPASSMmnNCRw==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",

View file

@ -58,7 +58,7 @@
"@babel/preset-flow": "7.16.7",
"@babel/preset-react": "7.16.7",
"@redhat-cloud-services/frontend-components-config": "4.6.6",
"@testing-library/dom": "8.11.3",
"@testing-library/dom": "8.11.4",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "13.5.0",