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

Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.11.2 to 8.11.3.
- [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.2...v8.11.3)

---
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-01-26 18:01:42 +00:00 committed by jkozol
parent d48bc6fe1c
commit 74c7f095a8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -5456,9 +5456,9 @@
}
},
"@testing-library/dom": {
"version": "8.11.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.2.tgz",
"integrity": "sha512-idsS/cqbYudXcVWngc1PuWNmXs416oBy2g/7Q8QAUREt5Z3MUkAL2XJD7xazLJ6esDfqRDi/ZBxk+OPPXitHRw==",
"version": "8.11.3",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.11.3.tgz",
"integrity": "sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",

View file

@ -54,7 +54,7 @@
"@babel/preset-flow": "7.16.7",
"@babel/preset-react": "7.16.7",
"@redhat-cloud-services/frontend-components-config": "4.5.11",
"@testing-library/dom": "8.11.2",
"@testing-library/dom": "8.11.3",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",