diff --git a/apps/comments-ui/package.json b/apps/comments-ui/package.json index 82a2645c1d..0e1e9edc4e 100644 --- a/apps/comments-ui/package.json +++ b/apps/comments-ui/package.json @@ -57,7 +57,7 @@ "react-dom": "17.0.2" }, "devDependencies": { - "@playwright/test": "1.36.0", + "@playwright/test": "1.36.1", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "@testing-library/user-event": "14.4.3", diff --git a/apps/signup-form/package.json b/apps/signup-form/package.json index 86e8fbeb97..326d2a3902 100644 --- a/apps/signup-form/package.json +++ b/apps/signup-form/package.json @@ -39,7 +39,7 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@playwright/test": "1.36.0", + "@playwright/test": "1.36.1", "@storybook/addon-essentials": "7.0.27", "@storybook/addon-interactions": "7.0.27", "@storybook/addon-links": "7.0.27", diff --git a/ghost/core/package.json b/ghost/core/package.json index f6851c692c..c87ce243ca 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -227,7 +227,7 @@ }, "devDependencies": { "@actions/core": "1.10.0", - "@playwright/test": "1.36.0", + "@playwright/test": "1.36.1", "@tryghost/express-test": "0.13.4", "@tryghost/webhook-mock-receiver": "0.2.6", "@types/common-tags": "1.8.1", diff --git a/yarn.lock b/yarn.lock index e6dc9df750..381c059547 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3987,13 +3987,13 @@ resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== -"@playwright/test@1.36.0", "@playwright/test@^1.34.3": - version "1.36.0" - resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.36.0.tgz#df2c0b09bbd27016adf1892b0c3502c4ce88d307" - integrity sha512-yN+fvMYtiyLFDCQos+lWzoX4XW3DNuaxjBu68G0lkgLgC6BP+m/iTxJQoSicz/x2G5EsrqlZTqTIP9sTgLQerg== +"@playwright/test@1.36.1", "@playwright/test@^1.34.3": + version "1.36.1" + resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.36.1.tgz#0b1247d279f142ac0876ce25e7daf15439d5367b" + integrity sha512-YK7yGWK0N3C2QInPU6iaf/L3N95dlGdbsezLya4n0ZCh3IL7VgPGxC6Gnznh9ApWdOmkJeleT2kMTcWPRZvzqg== dependencies: "@types/node" "*" - playwright-core "1.36.0" + playwright-core "1.36.1" optionalDependencies: fsevents "2.3.2" @@ -25170,10 +25170,10 @@ pkg-up@^3.1.0: dependencies: find-up "^3.0.0" -playwright-core@1.36.0: - version "1.36.0" - resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.36.0.tgz#35d1ed5f364a31e58bc8f06688ab02d538b96eb6" - integrity sha512-7RTr8P6YJPAqB+8j5ATGHqD6LvLLM39sYVNsslh78g8QeLcBs5750c6+msjrHUwwGt+kEbczBj1XB22WMwn+WA== +playwright-core@1.36.1: + version "1.36.1" + resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.36.1.tgz#f5f275d70548768ca892583519c89b237a381c77" + integrity sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg== pluralize@8.0.0, pluralize@^8.0.0: version "8.0.0"