diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b5362a686..5d64e795d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 executors: pw-focal-development: docker: - - image: mcr.microsoft.com/playwright:v1.19.0-focal + - image: mcr.microsoft.com/playwright:v1.19.1-focal environment: NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed parameters: diff --git a/package.json b/package.json index a40ad7a810..5ef8423d49 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@braintree/sanitize-url": "5.0.2", "@percy/cli": "1.0.0-beta.75", "@percy/playwright": "1.0.1", - "@playwright/test": "1.19.0", + "@playwright/test": "1.19.1", "allure-playwright": "2.0.0-beta.15", "babel-eslint": "10.1.0", "comma-separated-values": "3.6.4",