Skip to content

Commit

Permalink
Bump playwright from 1.44.1 to 1.45.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 615aefa commit 8ff775b
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 16 deletions.
51 changes: 40 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@docsearch/css": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@types/react": "^18.3.3",
"playwright": "^1.40.1",
"playwright": "^1.45.1",
"preact": "^10.7.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand All @@ -27,6 +27,6 @@
"@astrojs/tailwind": "^1.0.1",
"@playwright/test": "^1.40.1",
"astro": "^4.11.3",
"playwright": "^1.40.1"
"playwright": "^1.45.1"
}
}
20 changes: 17 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3426,7 +3426,12 @@ playwright-core@1.41.1:
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.1.tgz"
integrity sha512-/KPO5DzXSMlxSX77wy+HihKGOunh3hqndhqeo/nMxfigiKzogn8kfL0ZBDu0L1RKgan5XHCPmn6zXd2NUJgjhg==

playwright@1.41.1, playwright@^1.40.1:
playwright-core@1.45.1:
version "1.45.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.1.tgz#549a2701556b58245cc75263f9fc2795c1158dc1"
integrity sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==

playwright@1.41.1:
version "1.41.1"
resolved "https://registry.npmjs.org/playwright/-/playwright-1.41.1.tgz"
integrity sha512-gdZAWG97oUnbBdRL3GuBvX3nDDmUOuqzV/D24dytqlKt+eI5KbwusluZRGljx1YoJKZ2NRPaeWiFTeGZO7SosQ==
Expand All @@ -3435,6 +3440,15 @@ playwright@1.41.1, playwright@^1.40.1:
optionalDependencies:
fsevents "2.3.2"

playwright@^1.45.1:
version "1.45.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.1.tgz#aaa6b0d6db14796b599d80c6679e63444e942534"
integrity sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==
dependencies:
playwright-core "1.45.1"
optionalDependencies:
fsevents "2.3.2"

postcss-import@^15.1.0:
version "15.1.0"
resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz"
Expand Down Expand Up @@ -3661,9 +3675,9 @@ remark-stringify@^11.0.0:
mdast-util-to-markdown "^2.0.0"
unified "^11.0.0"

resolve@^1.1.7, resolve@^1.22.2:
resolve@^1.1.7, resolve@^1.22.2, resolve@^1.22.8:
version "1.22.8"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
dependencies:
is-core-module "^2.13.0"
Expand Down

0 comments on commit 8ff775b

Please sign in to comment.