Bump @testing-library/user-event from 11.2.0 to 12.0.6 in /ui

Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 11.2.0 to 12.0.6.
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/user-event/compare/v11.2.0...v12.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-22 14:26:29 +00:00 committed by Deluan Quintão
parent f36e15cfeb
commit e1968b0953
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated

@ -2077,9 +2077,9 @@
}
},
"@testing-library/user-event": {
"version": "11.4.2",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-11.4.2.tgz",
"integrity": "sha512-Kut7G1L+ffozEhYTDNjV9C6RFbUfsKA05rGr1arwbSUoDZQ82OMmsyaXEDznT22Qc0PtZ1Hz3soX0pPosu8+Sw==",
"version": "12.0.6",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.0.6.tgz",
"integrity": "sha512-rPAlp3dCdn2kfc8qxDOdi00/4pcbfeQigCMiew0SnwbfpgbVLKwhVicjEt9Lt8eR4klbhToTZ3AVi7r10qAbNg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2"

@ -24,7 +24,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.3.0",
"@testing-library/user-event": "^11.4.2",
"@testing-library/user-event": "^12.0.6",
"prettier": "^2.0.5"
},
"scripts": {