diff --git a/package-lock.json b/package-lock.json index 1727c91066..588c83e8de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 1bcc55f11f..ec1086c9f1 100644 --- a/package.json +++ b/package.json @@ -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",