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

Commit 8ff775b

Browse files
Bump playwright from 1.44.1 to 1.45.1
Bumps [playwright](https://github.com/microsoft/playwright) from 1.44.1 to 1.45.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.44.1...v1.45.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 615aefa commit 8ff775b

File tree

3 files changed

+59
-16
lines changed

3 files changed

+59
-16
lines changed

package-lock.json

Lines changed: 40 additions & 11 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.0.0",
1515
"@docsearch/react": "^3.0.0",
1616
"@types/react": "^18.3.3",
17-
"playwright": "^1.40.1",
17+
"playwright": "^1.45.1",
1818
"preact": "^10.7.0",
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.40.1",
2929
"astro": "^4.11.3",
30-
"playwright": "^1.40.1"
30+
"playwright": "^1.45.1"
3131
}
3232
}

yarn.lock

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3426,7 +3426,12 @@ playwright-core@1.41.1:
34263426
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz"
34273427
integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==
34283428

3429-
playwright@1.41.1, playwright@^1.40.1:
3429+
playwright-core@1.45.1:
3430+
version "1.45.1"
3431+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.1.tgz#549a2701556b58245cc75263f9fc2795c1158dc1"
3432+
integrity sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==
3433+
3434+
playwright@1.41.1:
34303435
version "1.41.1"
34313436
resolved "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz"
34323437
integrity sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==
@@ -3435,6 +3440,15 @@ playwright@1.41.1, playwright@^1.40.1:
34353440
optionalDependencies:
34363441
fsevents "2.3.2"
34373442

3443+
playwright@^1.45.1:
3444+
version "1.45.1"
3445+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.1.tgz#aaa6b0d6db14796b599d80c6679e63444e942534"
3446+
integrity sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==
3447+
dependencies:
3448+
playwright-core "1.45.1"
3449+
optionalDependencies:
3450+
fsevents "2.3.2"
3451+
34383452
postcss-import@^15.1.0:
34393453
version "15.1.0"
34403454
resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz"
@@ -3661,9 +3675,9 @@ remark-stringify@^11.0.0:
36613675
mdast-util-to-markdown "^2.0.0"
36623676
unified "^11.0.0"
36633677

3664-
resolve@^1.1.7, resolve@^1.22.2:
3678+
resolve@^1.1.7, resolve@^1.22.2, resolve@^1.22.8:
36653679
version "1.22.8"
3666-
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
3680+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
36673681
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
36683682
dependencies:
36693683
is-core-module "^2.13.0"

0 commit comments

Comments
 (0)