Skip to content

Commit e0519df

Browse files
dependabot[bot]thomasleese
authored andcommitted
Bump @playwright/test from 1.46.0 to 1.46.1
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.46.0 to 1.46.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.46.0...v1.46.1) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ddb2e6 commit e0519df

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "jest"
2121
},
2222
"devDependencies": {
23-
"@playwright/test": "^1.46.0",
23+
"@playwright/test": "^1.46.1",
2424
"@prettier/plugin-ruby": "^4.0.4",
2525
"@types/jest": "^29.5.12",
2626
"esbuild-jest": "^0.5.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,12 +1647,12 @@
16471647
"@jridgewell/resolve-uri" "^3.1.0"
16481648
"@jridgewell/sourcemap-codec" "^1.4.14"
16491649

1650-
"@playwright/test@^1.46.0":
1651-
version "1.46.0"
1652-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.46.0.tgz#ccea6d22c40ee7fa567e4192fafbdf2a907e2714"
1653-
integrity sha512-/QYft5VArOrGRP5pgkrfKksqsKA6CEFyGQ/gjNe6q0y4tZ1aaPfq4gIjudr1s3D+pXyrPRdsy4opKDrjBabE5w==
1650+
"@playwright/test@^1.46.1":
1651+
version "1.46.1"
1652+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.46.1.tgz#a8dfdcd623c4c23bb1b7ea588058aad41055c188"
1653+
integrity sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==
16541654
dependencies:
1655-
playwright "1.46.0"
1655+
playwright "1.46.1"
16561656

16571657
"@prettier/plugin-ruby@^4.0.4":
16581658
version "4.0.4"
@@ -4681,17 +4681,17 @@ pkg-dir@^4.2.0:
46814681
dependencies:
46824682
find-up "^4.0.0"
46834683

4684-
playwright-core@1.46.0:
4685-
version "1.46.0"
4686-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.0.tgz#2336ac453a943abf0dc95a76c117f9d3ebd390eb"
4687-
integrity sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==
4684+
playwright-core@1.46.1:
4685+
version "1.46.1"
4686+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.1.tgz#28f3ab35312135dda75b0c92a3e5c0e7edb9cc8b"
4687+
integrity sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==
46884688

4689-
playwright@1.46.0:
4690-
version "1.46.0"
4691-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.46.0.tgz#c7ff490deae41fc1e814bf2cb62109dd9351164d"
4692-
integrity sha512-XYJ5WvfefWONh1uPAUAi0H2xXV5S3vrtcnXe6uAOgdGi3aSpqOSXX08IAjXW34xitfuOJsvXU5anXZxPSEQiJw==
4689+
playwright@1.46.1:
4690+
version "1.46.1"
4691+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.46.1.tgz#ea562bc48373648e10420a10c16842f0b227c218"
4692+
integrity sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==
46934693
dependencies:
4694-
playwright-core "1.46.0"
4694+
playwright-core "1.46.1"
46954695
optionalDependencies:
46964696
fsevents "2.3.2"
46974697

0 commit comments

Comments
 (0)