test: roll test runner to 0.3.14 (#3913)

This commit is contained in:
Pavel Feldman 2020-09-17 00:07:35 -07:00 committed by GitHub
parent 10e725b1af
commit d4d0239a86
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.13",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.13.tgz",
"integrity": "sha512-hBpgD9bpTcY5EdAnzJ5q6v0hFncQWcxIV8WUeGcuzr9zTxEACYEDIfvI5ntZ4rc/1OYkQzJA5ms9KGzakQU4YA==",
"version": "0.3.14",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.14.tgz",
"integrity": "sha512-+tpdCaNPIlJ4lCC/CfzyKtGTphK9DUuRdPinAd1a+aeL4gJu1Ij7yB/s/JZnmhWscKAvg/BjrGi2Vks2DiVyZg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",

View file

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