mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Update dependency @playwright/test to v1.25.1
This commit is contained in:
parent
5e38a23976
commit
c860b5b715
2 changed files with 10 additions and 10 deletions
|
@ -181,7 +181,7 @@
|
|||
"sqlite3": "5.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "1.25.0",
|
||||
"@playwright/test": "1.25.1",
|
||||
"@tryghost/express-test": "0.11.2",
|
||||
"@tryghost/webhook-mock-receiver": "0.1.2",
|
||||
"@types/common-tags": "1.8.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -2829,13 +2829,13 @@
|
|||
resolved "https://registry.yarnpkg.com/@panva/asn1.js/-/asn1.js-1.0.0.tgz#dd55ae7b8129e02049f009408b97c61ccf9032f6"
|
||||
integrity sha512-UdkG3mLEqXgnlKsWanWcgb6dOjUzJ+XC5f+aWw30qrtjxeNUSfKX1cd5FBzOaXQumoe9nIqeZUvrRJS03HCCtw==
|
||||
|
||||
"@playwright/test@1.25.0":
|
||||
version "1.25.0"
|
||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.0.tgz#e0de134651e78e45e986c5f16578188dd5937331"
|
||||
integrity sha512-j4EZhTTQI3dBeWblE21EV//swwmBtOpIrLdOIJIRv4uqsLdHgBg1z+JtTg+AeC5o2bAXIE26kDNW5A0TimG8Bg==
|
||||
"@playwright/test@1.25.1":
|
||||
version "1.25.1"
|
||||
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.25.1.tgz#9847234b6f2b0cca71962b338da7db366a1e9720"
|
||||
integrity sha512-IJ4X0yOakXtwkhbnNzKkaIgXe6df7u3H3FnuhI9Jqh+CdO0e/lYQlDLYiyI9cnXK8E7UAppAWP+VqAv6VX7HQg==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
playwright-core "1.25.0"
|
||||
playwright-core "1.25.1"
|
||||
|
||||
"@popperjs/core@^2.4.0":
|
||||
version "2.11.6"
|
||||
|
@ -17900,10 +17900,10 @@ pkg-up@^3.1.0:
|
|||
dependencies:
|
||||
find-up "^3.0.0"
|
||||
|
||||
playwright-core@1.25.0:
|
||||
version "1.25.0"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.0.tgz#54dc867c6c2cc5e4233905e249206a02914d14f1"
|
||||
integrity sha512-kZ3Jwaf3wlu0GgU0nB8UMQ+mXFTqBIFz9h1svTlNduNKjnbPXFxw7mJanLVjqxHJRn62uBfmgBj93YHidk2N5Q==
|
||||
playwright-core@1.25.1:
|
||||
version "1.25.1"
|
||||
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.1.tgz#abe56aec8bef645fba988320d9f9328fafab0446"
|
||||
integrity sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==
|
||||
|
||||
pluralize@8.0.0, pluralize@^8.0.0:
|
||||
version "8.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue