diff --git a/integration/package.json b/integration/package.json index 29451b946db..e0f6ea55466 100644 --- a/integration/package.json +++ b/integration/package.json @@ -10,7 +10,7 @@ "test": "playwright test --workers=1" }, "dependencies": { - "@playwright/test": "^1.31.0", + "@playwright/test": "^1.31.1", "axios": "^1.3.4" }, "devDependencies": { diff --git a/integration/yarn.lock b/integration/yarn.lock index f51e3f05180..2b02b5db749 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -2,13 +2,13 @@ # yarn lockfile v1 -"@playwright/test@^1.31.0": - version "1.31.0" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.31.0.tgz#bde42ca06804164be54893525110adda946248d6" - integrity sha512-Ys5s/06Dg9g3zAIdCIb/UOBYim3U7Zjb3DvC6XBtnRmnglH5O47iwYzmtxXu9fhSyzI2Jn28apkXIOD81GgCdw== +"@playwright/test@^1.31.1": + version "1.31.1" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.31.1.tgz#39d6873dc46af135f12451d79707db7d1357455d" + integrity sha512-IsytVZ+0QLDh1Hj83XatGp/GsI1CDJWbyDaBGbainsh0p2zC7F4toUocqowmjS6sQff2NGT3D9WbDj/3K2CJiA== dependencies: "@types/node" "*" - playwright-core "1.31.0" + playwright-core "1.31.1" optionalDependencies: fsevents "2.3.2" @@ -74,10 +74,10 @@ mime-types@^2.1.12: dependencies: mime-db "1.52.0" -playwright-core@1.31.0: - version "1.31.0" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.31.0.tgz#dbd184771535e76c6743ef5c082def5564f07e85" - integrity sha512-/KquBjS5DcASCh8cGeNVHuC0kyb7c9plKTwaKxgOGtxT7+DZO2fjmFvPDBSXslEIK5CeOO/2kk5rOCktFXKEdA== +playwright-core@1.31.1: + version "1.31.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.31.1.tgz#4deeebbb8fb73b512593fe24bea206d8fd85ff7f" + integrity sha512-JTyX4kV3/LXsvpHkLzL2I36aCdml4zeE35x+G5aPc4bkLsiRiQshU5lWeVpHFAuC8xAcbI6FDcw/8z3q2xtJSQ== prettier@^2.8.4: version "2.8.4"