Merge pull request #6 from sartography/dependabot/npm_and_yarn/testing-library/user-event-14.2.0

Bump @testing-library/user-event from 13.5.0 to 14.2.0
This commit is contained in:
Kevin Burnett 2022-06-10 21:36:37 +00:00 committed by GitHub
commit 990441a631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 15 deletions

23
package-lock.json generated
View File

@ -10,7 +10,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.2.0",
"axios": "^0.27.2",
"bootstrap": "^5.2.0-beta1",
"bpmn-js": "^9.1.0",
@ -3552,14 +3552,11 @@
}
},
"node_modules/@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"dependencies": {
"@babel/runtime": "^7.12.5"
},
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz",
"integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==",
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"peerDependencies": {
@ -19904,12 +19901,10 @@
}
},
"@testing-library/user-event": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz",
"integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==",
"requires": {
"@babel/runtime": "^7.12.5"
}
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.2.0.tgz",
"integrity": "sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ==",
"requires": {}
},
"@tootallnate/once": {
"version": "1.1.2",

View File

@ -5,7 +5,7 @@
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@testing-library/user-event": "^14.2.0",
"axios": "^0.27.2",
"bootstrap": "^5.2.0-beta1",
"bpmn-js": "^9.1.0",