chore(deps): update dependency @testing-library/user-event to v13.4.1 (#684)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-10-15 09:08:08 -04:00
committed by GitHub
parent 1ac806b7dd
commit 1e4f3ec151
2 changed files with 20 additions and 4 deletions

22
package-lock.json generated
View File

@@ -3727,6 +3727,7 @@
"axios": "0.21.4",
"axios-cache-adapter": "2.7.3",
"form-urlencoded": "4.1.4",
"glob": "7.1.7",
"history": "4.10.1",
"i18n-iso-countries": "4.3.1",
"jwt-decode": "3.1.2",
@@ -3739,6 +3740,21 @@
"pubsub-js": "1.9.3",
"react-intl": "2.9.0",
"universal-cookie": "4.0.4"
},
"dependencies": {
"glob": {
"version": "7.1.7",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
"integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
}
}
},
"@edx/new-relic-source-map-webpack-plugin": {
@@ -5694,9 +5710,9 @@
}
},
"@testing-library/user-event": {
"version": "13.3.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.3.0.tgz",
"integrity": "sha512-f8AJ8ybUna88Lmx3l5fuPMhzyyrcopQk/vgVDHVKOnOf2kkjfVSb0Px77iduHmh6uFUcXsD/z6qp4G13rObVrw==",
"version": "13.4.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz",
"integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5"

View File

@@ -68,7 +68,7 @@
"@testing-library/dom": "7.16.3",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "10.3.0",
"@testing-library/user-event": "13.3.0",
"@testing-library/user-event": "13.4.1",
"axios-mock-adapter": "1.20.0",
"codecov": "3.8.3",
"es-check": "6.0.0",