Bump @testing-library/react from 10.4.4 to 10.4.6 (#1917)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.4.4 to 10.4.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.4.4...v10.4.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-14 14:03:43 +03:00 committed by GitHub
parent eb3455fc03
commit e2cc961c76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 18 deletions

28
package-lock.json generated
View File

@ -1564,14 +1564,14 @@
}
},
"@testing-library/dom": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz",
"integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==",
"version": "7.20.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.2.tgz",
"integrity": "sha512-9KOD0fFCTVFsT1EgB8C5qKs1nV7KdIGe0YIANAKeIDWWC0vwkiLXA/8HlrM2+w7YXiRXIeeHh0LxTYQpvaoGgA==",
"requires": {
"@babel/runtime": "^7.10.3",
"@types/aria-query": "^4.2.0",
"aria-query": "^4.2.2",
"dom-accessibility-api": "^0.4.5",
"dom-accessibility-api": "^0.4.6",
"pretty-format": "^25.5.0"
},
"dependencies": {
@ -1856,13 +1856,12 @@
}
},
"@testing-library/react": {
"version": "10.4.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.4.tgz",
"integrity": "sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g==",
"version": "10.4.6",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.6.tgz",
"integrity": "sha512-pVcm8v0HxCEzrtasbC2bdhWM0P5X9o8a/xfBugC97uVVTmhVeGHj+5CdE1JYi/i2K+mCyeq5YqzHLW/gB+K12w==",
"requires": {
"@babel/runtime": "^7.10.3",
"@testing-library/dom": "^7.17.1",
"semver": "^7.3.2"
"@testing-library/dom": "^7.17.1"
},
"dependencies": {
"@babel/runtime": {
@ -1877,11 +1876,6 @@
"version": "0.13.5",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA=="
},
"semver": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ=="
}
}
},
@ -4891,9 +4885,9 @@
}
},
"dom-accessibility-api": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.5.tgz",
"integrity": "sha512-HcPDilI95nKztbVikaN2vzwvmv0sE8Y2ZJFODy/m15n7mGXLeOKGiys9qWVbFbh+aq/KYj2lqMLybBOkYAEXqg=="
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.4.6.tgz",
"integrity": "sha512-qxFVFR/ymtfamEQT/AsYLe048sitxFCoCHiM+vuOdR3fE94i3so2SCFJxyz/RxV69PZ+9FgToYWOd7eqJqcbYw=="
},
"dom-converter": {
"version": "0.2.0",

View File

@ -22,7 +22,7 @@
"@sentry/browser": "5.19.1",
"@sentry/integrations": "5.19.2",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.4",
"@testing-library/react": "10.4.6",
"@types/jest": "26.0.4",
"@types/nanoid": "2.1.0",
"@types/react": "16.9.43",