diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9514a5e759..979ecbcd9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: name: e2e-web-tests (${{ matrix.shard-index }}/${{ strategy.job-total }}) runs-on: ubuntu-20.04 # We need to update this each time we update playwright - container: mcr.microsoft.com/playwright:v1.48.1-focal + container: mcr.microsoft.com/playwright:v1.48.2-focal strategy: fail-fast: false matrix: diff --git a/Dockerfile b/Dockerfile index 7db673c856..4429456824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # reference: https://stackoverflow.com/a/51683309/3711475 # reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md#running-puppeteer-in-docker -FROM mcr.microsoft.com/playwright:v1.48.1-focal AS setup +FROM mcr.microsoft.com/playwright:v1.48.2-focal AS setup USER root diff --git a/package.json b/package.json index b44cf8661d..cc9eebeb4a 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "license-check-and-add": "^4.0.5", "mini-css-extract-plugin": "2.9.0", "npm-run-all": "^4.1.5", - "playwright": "^1.48.1", + "playwright": "^1.48.2", "postcss": "^8.4.41", "postcss-modules": "^6.0.0", "prettier": "^3.3.3", diff --git a/yarn.lock b/yarn.lock index e28078b8c8..2a5b3b2714 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3109,7 +3109,7 @@ __metadata: luxon: ^3.5.0 mini-css-extract-plugin: 2.9.0 npm-run-all: ^4.1.5 - playwright: ^1.48.1 + playwright: ^1.48.2 postcss: ^8.4.41 postcss-modules: ^6.0.0 prettier: ^3.3.3 @@ -9635,27 +9635,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.48.1": - version: 1.48.1 - resolution: "playwright-core@npm:1.48.1" +"playwright-core@npm:1.48.2": + version: 1.48.2 + resolution: "playwright-core@npm:1.48.2" bin: playwright-core: cli.js - checksum: adf5b43e054e49bcc712d70e71dedab92c362ea76a45a767bdf3d928d3c810a42f6f1c49382f3d44ed005986048001f75cb568605031215dc89a3e56d99d2976 + checksum: a73ecea379f13f757ec38299871256a130d4abec5688369969a6b1ef6104c67f731a27c9a503a988c3e5b1141048552a3ed8c4d061cb631ff2ebab606835c10a languageName: node linkType: hard -"playwright@npm:^1.48.1": - version: 1.48.1 - resolution: "playwright@npm:1.48.1" +"playwright@npm:^1.48.2": + version: 1.48.2 + resolution: "playwright@npm:1.48.2" dependencies: fsevents: 2.3.2 - playwright-core: 1.48.1 + playwright-core: 1.48.2 dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 81ca13392ad5e5ca87a226d0f5ff2da958c4e06a01dd6b56b4e4e5b4fec45ef8a8f7f0563ef0f4c725814265b931984d0c841e8524362b24480bcd527aa0c054 + checksum: 69ffb28b5a94fc21a9bd3439feb363ffebb21c6b00e6d08ffc225787be49005d6b57072ebb043e78378252850f2b7712f8478e6685138a8e445d6fda94a31e28 languageName: node linkType: hard