Skip to content

Commit dae6516

Browse files
chore(deps): update devdependency playwright to ^1.18.1 (#1646)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 1c7fef7 commit dae6516

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"lodash.get": "^4.4.2",
8282
"nuxt": "^2.15.8",
8383
"oidc-provider": "^7.10.6",
84-
"playwright": "^1.18.0",
84+
"playwright": "^1.18.1",
8585
"prettier": "^2.5.1",
8686
"siroc": "^0.16.0",
8787
"standard-version": "^9.3.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9477,10 +9477,10 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
94779477
dependencies:
94789478
find-up "^4.0.0"
94799479

9480-
playwright-core@=1.18.0:
9481-
version "1.18.0"
9482-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.18.0.tgz#b4d2b9068f26357adaa952a13254796fd439f322"
9483-
integrity sha512-JTRlCVpfAFcC1nth+XIE07w6M5m6C8PaEoClv7wGWF97cyDMcHIij0xIVEKMKli7IG5N0mqjLDFc/akXSbMZ1g==
9480+
playwright-core@=1.18.1:
9481+
version "1.18.1"
9482+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.18.1.tgz#a5cf3f212d10692382e2acd1f7bc8c9ff9bbb849"
9483+
integrity sha512-NALGl8R1GHzGLlhUApmpmfh6M1rrrPcDTygWvhTbprxwGB9qd/j9DRwyn4HTQcUB6o0/VOpo46fH9ez3+D/Rog==
94849484
dependencies:
94859485
commander "^8.2.0"
94869486
debug "^4.1.1"
@@ -9499,12 +9499,12 @@ playwright-core@=1.18.0:
94999499
yauzl "^2.10.0"
95009500
yazl "^2.5.1"
95019501

9502-
playwright@^1.18.0:
9503-
version "1.18.0"
9504-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.18.0.tgz#4613e19147ffa5f77ad845227f007b9b94a366f8"
9505-
integrity sha512-GOWvcWRtL7o6QCj6tvZCxqHKx2sIhXeEmEJAqQdOZgxzQiCkPe1hnTHab1p8R1bDvHK703fDS2oIbs3mcvg6gw==
9502+
playwright@^1.18.1:
9503+
version "1.18.1"
9504+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.18.1.tgz#45c2ca6ee25c44e336985de9b51955727b5f17cf"
9505+
integrity sha512-8EaX9EtbtAoMq5tnzIsoA3b/V86V/6Mq2skuOU4qEw+5OVxs1lwesDwmjy/RVU1Qfx5UuwSQzhp45wyH22oa+A==
95069506
dependencies:
9507-
playwright-core "=1.18.0"
9507+
playwright-core "=1.18.1"
95089508

95099509
pluralize@^8.0.0:
95109510
version "8.0.0"

0 commit comments

Comments
 (0)