Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit b0526b5

Browse files
Merge pull request #142 from Dog-Face-Development/dependabot/npm_and_yarn/playwright-1.45.3
Bump playwright from 1.45.2 to 1.45.3
2 parents f4e4534 + 6d8fc65 commit b0526b5

File tree

3 files changed

+55
-12
lines changed

3 files changed

+55
-12
lines changed

package-lock.json

Lines changed: 38 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@docsearch/css": "^3.6.1",
1515
"@docsearch/react": "^3.6.1",
1616
"@types/react": "^18.3.3",
17-
"playwright": "^1.40.1",
17+
"playwright": "^1.45.3",
1818
"preact": "^10.23.1",
1919
"react": "^18.0.0",
2020
"react-dom": "^18.0.0",
@@ -27,6 +27,6 @@
2727
"@astrojs/tailwind": "^1.0.1",
2828
"@playwright/test": "^1.45.2",
2929
"astro": "^4.11.5",
30-
"playwright": "^1.40.1"
30+
"playwright": "^1.45.3"
3131
}
3232
}

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,12 @@ playwright-core@1.45.2:
34903490
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.2.tgz#c8b8b7f66eda47fb2bd24e5435c92d1163022df8"
34913491
integrity sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==
34923492

3493-
playwright@1.45.2, playwright@^1.40.1:
3493+
playwright-core@1.45.3:
3494+
version "1.45.3"
3495+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.3.tgz#e77bc4c78a621b96c3e629027534ee1d25faac93"
3496+
integrity sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==
3497+
3498+
playwright@1.45.2:
34943499
version "1.45.2"
34953500
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.2.tgz#21082072120a2c8a7e3bbb2792e81e8aa367b7a7"
34963501
integrity sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g==
@@ -3499,6 +3504,15 @@ playwright@1.45.2, playwright@^1.40.1:
34993504
optionalDependencies:
35003505
fsevents "2.3.2"
35013506

3507+
playwright@^1.45.3:
3508+
version "1.45.3"
3509+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.3.tgz#75143f73093a6e1467f7097083d2f0846fb8dd2f"
3510+
integrity sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==
3511+
dependencies:
3512+
playwright-core "1.45.3"
3513+
optionalDependencies:
3514+
fsevents "2.3.2"
3515+
35023516
postcss-import@^15.1.0:
35033517
version "15.1.0"
35043518
resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz"

0 commit comments

Comments
 (0)