test: roll test runner to 0.3.13 (#3911)

This commit is contained in:
Pavel Feldman 2020-09-16 22:27:48 -07:00 committed by GitHub
parent 96629304ff
commit 10e725b1af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1187,9 +1187,9 @@
}
},
"@playwright/test-runner": {
"version": "0.3.12",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.12.tgz",
"integrity": "sha512-U2o5LbZBDNiVUQcxTH5AKyhy6Jqq+TrLkjH1JkRqj7YyYBZCzsi5fwrpooDnfZNLCTVkFl10L0kTkjBYpGJBJg==",
"version": "0.3.13",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.3.13.tgz",
"integrity": "sha512-hBpgD9bpTcY5EdAnzJ5q6v0hFncQWcxIV8WUeGcuzr9zTxEACYEDIfvI5ntZ4rc/1OYkQzJA5ms9KGzakQU4YA==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -2988,9 +2988,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.569",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.569.tgz",
"integrity": "sha512-HViXDebvp9yx3GHjNmMEzfl7RhE1N+r+4iHmRAswpwWTtf/UaYi4QGSfjOhYn5MACiONjh9+XwZzHA6NccAEtQ==",
"version": "1.3.570",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.570.tgz",
"integrity": "sha512-Y6OCoVQgFQBP5py6A/06+yWxUZHDlNr/gNDGatjH8AZqXl8X0tE4LfjLJsXGz/JmWJz8a6K7bR1k+QzZ+k//fg==",
"dev": true
},
"elliptic": {

View File

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