0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Update dependency @playwright/test to v1.29.2

This commit is contained in:
renovate[bot] 2023-01-06 18:14:12 +00:00 committed by Daniel Lockyer
parent f2116357b7
commit bb2ffee69d
2 changed files with 10 additions and 10 deletions

View file

@ -199,7 +199,7 @@
"sqlite3": "5.1.4"
},
"devDependencies": {
"@playwright/test": "1.29.1",
"@playwright/test": "1.29.2",
"@tryghost/express-test": "0.11.8",
"@tryghost/jest-snapshot": "0.4.8",
"@tryghost/webhook-mock-receiver": "0.2.3",

View file

@ -3319,13 +3319,13 @@
mkdirp "^1.0.4"
rimraf "^3.0.2"
"@playwright/test@1.29.1":
version "1.29.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.1.tgz#f2ed4dc143b9c7825a7ad2703b2f1ac4354e1145"
integrity sha512-iQxk2DX5U9wOGV3+/Jh9OHPsw5H3mleUL2S4BgQuwtlAfK3PnKvn38m4Rg9zIViGHVW24opSm99HQm/UFLEy6w==
"@playwright/test@1.29.2":
version "1.29.2"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.2.tgz#c48184721d0f0b7627a886e2ec42f1efb2be339d"
integrity sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg==
dependencies:
"@types/node" "*"
playwright-core "1.29.1"
playwright-core "1.29.2"
"@pmmmwh/react-refresh-webpack-plugin@^0.5.3":
version "0.5.8"
@ -20853,10 +20853,10 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"
playwright-core@1.29.1:
version "1.29.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.1.tgz#9ec15d61c4bd2f386ddf6ce010db53a030345a47"
integrity sha512-20Ai3d+lMkWpI9YZYlxk8gxatfgax5STW8GaMozAHwigLiyiKQrdkt7gaoT9UQR8FIVDg6qVXs9IoZUQrDjIIg==
playwright-core@1.29.2:
version "1.29.2"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.2.tgz#2e8347e7e8522409f22b244e600e703b64022406"
integrity sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA==
pluralize@8.0.0, pluralize@^8.0.0:
version "8.0.0"