diff --git a/client/package.json b/client/package.json index 66489c896..3067630f1 100644 --- a/client/package.json +++ b/client/package.json @@ -114,7 +114,7 @@ "jest-environment-jsdom": "29.7.0", "jest-watch-typeahead": "^2.2.2", "monocart-coverage-reports": "2.11.1", - "playwright": "1.48.1", + "playwright": "1.48.2", "prettier": "3.3.3", "shx": "0.3.4", "ts-jest": "29.2.5" diff --git a/client/yarn.lock b/client/yarn.lock index c106a6d14..cd678a7c1 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -8745,6 +8745,11 @@ playwright-core@1.48.1: resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.1.tgz#5fe28fb9a9326dae88d4608c35e819163cceeb23" integrity sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA== +playwright-core@1.48.2: + version "1.48.2" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.2.tgz#cd76ed8af61690edef5c05c64721c26a8db2f3d7" + integrity sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA== + playwright@1.48.1: version "1.48.1" resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.1.tgz#2a920cfbec4572c84789e757d8b044baaed49435" @@ -8754,6 +8759,15 @@ playwright@1.48.1: optionalDependencies: fsevents "2.3.2" +playwright@1.48.2: + version "1.48.2" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.2.tgz#fca45ae8abdc34835c715718072aaff7e305167e" + integrity sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ== + dependencies: + playwright-core "1.48.2" + optionalDependencies: + fsevents "2.3.2" + possible-typed-array-names@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"