test: roll test runner to 0.3.29 (#3966)

This commit is contained in:
Pavel Feldman 2020-09-24 08:45:41 -07:00 committed by GitHub
parent fe41bbd303
commit 1bb44e4cf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -1187,9 +1187,9 @@
}
},
"@playwright/test-runner": {
"version": "0.3.25",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.25.tgz",
"integrity": "sha512-IzGYbbxjjICC7lrMbNYtJB7R3NBMgz3n2c3i0ZNkaetG35FsYhmIpxzuMM4jPVFNeD+apSAyeTcSgRK9kKyLng==",
"version": "0.3.29",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.29.tgz",
"integrity": "sha512-pI4ju+/bfiz0+Gaf6JvAmOOAtiCxX4CDZwrfrvpFImgiuo3hZV7xwYu8KfK8fQ6BH0/0sdJQ+NVRO7B0Qu26/w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",

View file

@ -49,7 +49,7 @@
"ws": "^7.3.1"
},
"devDependencies": {
"@playwright/test-runner": "^0.3.25",
"@playwright/test-runner": "^0.3.29",
"@types/debug": "^4.1.5",
"@types/extract-zip": "^1.6.2",
"@types/mime": "^2.0.3",