chore(deps): update dependency @testing-library/dom to v8.1.1

This commit is contained in:
Renovate Bot
2021-08-25 10:02:10 +00:00
committed by renovate[bot]
parent 7314609c5e
commit e78b60a456
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -7021,9 +7021,9 @@
}
},
"@testing-library/dom": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.1.0.tgz",
"integrity": "sha512-kmW9alndr19qd6DABzQ978zKQ+J65gU2Rzkl8hriIetPnwpesRaK4//jEQyYh8fEALmGhomD/LBQqt+o+DL95Q==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.1.1.tgz",
"integrity": "sha512-PkyaKetl+at2XWhTVUL8Lpjdl0rFMZ2DCEOQexXFjg1TumMXOtxGTVFf1AIxdh11DFu9w/AO8gZcP3XnVwR8YA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -7050,9 +7050,9 @@
}
},
"@types/yargs": {
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.3.tgz",
"integrity": "sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==",
"version": "16.0.4",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
"integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
"dev": true,
"requires": {
"@types/yargs-parser": "*"
@ -7074,9 +7074,9 @@
}
},
"chalk": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
"integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
"dev": true,
"requires": {
"ansi-styles": "^4.1.0",

View File

@ -105,7 +105,7 @@
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@testing-library/cypress": "7.0.7",
"@testing-library/dom": "8.1.0",
"@testing-library/dom": "8.1.1",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/user-event": "13.2.1",
"@typescript-eslint/eslint-plugin": "4.29.3",