Skip to content

Commit 9287b37

Browse files
dependabot[bot]tvararu
authored andcommitted
Bump @playwright/test from 1.46.1 to 1.47.0
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.46.1 to 1.47.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.46.1...v1.47.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e296520 commit 9287b37

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.1",
23+
"@playwright/test": "^1.47.0",
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.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==
1650+
"@playwright/test@^1.47.0":
1651+
version "1.47.0"
1652+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.47.0.tgz#69fc55b10754147cc20021afbfa05747d4961bf0"
1653+
integrity sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==
16541654
dependencies:
1655-
playwright "1.46.1"
1655+
playwright "1.47.0"
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.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==
4684+
playwright-core@1.47.0:
4685+
version "1.47.0"
4686+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.0.tgz#b54ec060fd83e5c2e46b63986b5ebb5e96ace427"
4687+
integrity sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==
46884688

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==
4689+
playwright@1.47.0:
4690+
version "1.47.0"
4691+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.47.0.tgz#fb9b028883fad11362f9ff63ce7ba44bda0bf626"
4692+
integrity sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==
46934693
dependencies:
4694-
playwright-core "1.46.1"
4694+
playwright-core "1.47.0"
46954695
optionalDependencies:
46964696
fsevents "2.3.2"
46974697

0 commit comments

Comments
 (0)