diff --git a/integration_test/package.json b/integration_test/package.json index a56d272d..ab681252 100644 --- a/integration_test/package.json +++ b/integration_test/package.json @@ -13,7 +13,7 @@ "jest-image-snapshot": "4.5.1", "jest-playwright-preset": "1.7.2", "jest-puppeteer": "6.2.0", - "playwright": "1.22.1", + "playwright": "1.47.2", "ts-jest": "27.1.5", "typescript": "4.9.5" }, diff --git a/integration_test/yarn.lock b/integration_test/yarn.lock index 095afbb3..85c1b7a3 100644 --- a/integration_test/yarn.lock +++ b/integration_test/yarn.lock @@ -1692,7 +1692,7 @@ fs.realpath@^1.0.0: resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= -fsevents@^2.3.2: +fsevents@2.3.2, fsevents@^2.3.2: version "2.3.2" resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== @@ -3045,10 +3045,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0: dependencies: find-up "^4.0.0" -playwright-core@1.22.1: - version "1.22.1" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.22.1.tgz#59ddf903546171fdfd9c3dc189630c883619667c" - integrity sha512-H+ZUVYnceWNXrRf3oxTEKAr81QzFsCKu5Fp//fEjQvqgKkfA1iX3E9DBrPJpPNOrgVzcE+IqeI0fDmYJe6Ynnw== +playwright-core@1.47.2: + version "1.47.2" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.2.tgz#7858da9377fa32a08be46ba47d7523dbd9460a4e" + integrity sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ== playwright-core@>=1.2.0: version "1.16.3" @@ -3072,12 +3072,14 @@ playwright-core@>=1.2.0: yauzl "^2.10.0" yazl "^2.5.1" -playwright@1.22.1: - version "1.22.1" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.22.1.tgz#a41bf55065953a6b31c151433e0f00c9e23c54dd" - integrity sha512-pn4dvphQdL3zTgI+xfqkTL3HK1xbtQz+zjJxzyhwKLDxMNuAH7/NCm75auWbYLyssdnvApznujwrQuJvqXTKUw== +playwright@1.47.2: + version "1.47.2" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.47.2.tgz#155688aa06491ee21fb3e7555b748b525f86eb20" + integrity sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA== dependencies: - playwright-core "1.22.1" + playwright-core "1.47.2" + optionalDependencies: + fsevents "2.3.2" pngjs@^3.4.0: version "3.4.0"