Bump @testing-library/jest-dom from 5.0.0 to 5.0.2 in /ui

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.0.0...v5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-23 07:27:45 +00:00 committed by Deluan Quintão
parent 821404d59c
commit d37447f957
2 changed files with 21 additions and 4 deletions

23
ui/package-lock.json generated
View File

@ -2419,11 +2419,12 @@
}
},
"@testing-library/jest-dom": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.0.0.tgz",
"integrity": "sha512-PRrB+Y5hTyp6CSFAPe83aP7rPPgAcO29wPyGYlmHhfE9YUQIYsOigODFhgeq+R3T+AT6WYn6bU9rIKNmRCgvWg==",
"version": "5.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.0.2.tgz",
"integrity": "sha512-Pl3si4eH88+5wlVz6NjecLfeO7PjTbbgWKwVZXUtBfrGuJLjGdUUo+O92XRu/59wft8HAmwvXHeMWpqWTg2Uwg==",
"requires": {
"@babel/runtime": "^7.5.1",
"@types/testing-library__jest-dom": "^5.0.0",
"chalk": "^2.4.1",
"css": "^2.2.3",
"css.escape": "^1.5.1",
@ -2538,6 +2539,14 @@
"@types/istanbul-lib-report": "*"
}
},
"@types/jest": {
"version": "24.9.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.0.tgz",
"integrity": "sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w==",
"requires": {
"jest-diff": "^24.3.0"
}
},
"@types/json-schema": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz",
@ -2606,6 +2615,14 @@
"pretty-format": "^24.3.0"
}
},
"@types/testing-library__jest-dom": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.0.0.tgz",
"integrity": "sha512-Pm+2mvqs9sND247oMVJbu3QmPUqMzBuJbY5uHHYQdl9MXq5hwWkTbesw1sPIky52Y0sHksWAZnVvGLbdyFSyrA==",
"requires": {
"@types/jest": "*"
}
},
"@types/testing-library__react": {
"version": "9.1.2",
"resolved": "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-9.1.2.tgz",

View File

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/jest-dom": "^5.0.2",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^8.0.4",
"jwt-decode": "^2.2.0",