Skip to content

Commit c8dac70

Browse files
chore(deps): update dependency playwright to v1.40.0
1 parent e224d33 commit c8dac70

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

integration_test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"jest-image-snapshot": "4.5.1",
1414
"jest-playwright-preset": "1.7.2",
1515
"jest-puppeteer": "6.2.0",
16-
"playwright": "1.22.1",
16+
"playwright": "1.40.0",
1717
"ts-jest": "27.1.5",
1818
"typescript": "4.6.4"
1919
},

integration_test/yarn.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ fs.realpath@^1.0.0:
16921692
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
16931693
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
16941694

1695-
fsevents@^2.3.2:
1695+
fsevents@2.3.2, fsevents@^2.3.2:
16961696
version "2.3.2"
16971697
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
16981698
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -3045,10 +3045,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
30453045
dependencies:
30463046
find-up "^4.0.0"
30473047

3048-
playwright-core@1.22.1:
3049-
version "1.22.1"
3050-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.22.1.tgz#59ddf903546171fdfd9c3dc189630c883619667c"
3051-
integrity sha512-H+ZUVYnceWNXrRf3oxTEKAr81QzFsCKu5Fp//fEjQvqgKkfA1iX3E9DBrPJpPNOrgVzcE+IqeI0fDmYJe6Ynnw==
3048+
playwright-core@1.40.0:
3049+
version "1.40.0"
3050+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.40.0.tgz#82f61e5504cb3097803b6f8bbd98190dd34bdf14"
3051+
integrity sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==
30523052

30533053
playwright-core@>=1.2.0:
30543054
version "1.16.3"
@@ -3072,12 +3072,14 @@ playwright-core@>=1.2.0:
30723072
yauzl "^2.10.0"
30733073
yazl "^2.5.1"
30743074

3075-
playwright@1.22.1:
3076-
version "1.22.1"
3077-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.22.1.tgz#a41bf55065953a6b31c151433e0f00c9e23c54dd"
3078-
integrity sha512-pn4dvphQdL3zTgI+xfqkTL3HK1xbtQz+zjJxzyhwKLDxMNuAH7/NCm75auWbYLyssdnvApznujwrQuJvqXTKUw==
3075+
playwright@1.40.0:
3076+
version "1.40.0"
3077+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.40.0.tgz#2a1824b9fe5c4fe52ed53db9ea68003543a99df0"
3078+
integrity sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==
30793079
dependencies:
3080-
playwright-core "1.22.1"
3080+
playwright-core "1.40.0"
3081+
optionalDependencies:
3082+
fsevents "2.3.2"
30813083

30823084
pngjs@^3.4.0:
30833085
version "3.4.0"

0 commit comments

Comments
 (0)