Skip to content

Commit e5a63bc

Browse files
chore(deps-dev): bump @playwright/test from 1.46.0 to 1.46.1 (#278) (#282)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 7758581) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8e2417 commit e5a63bc

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
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@kong/design-tokens": "^1.17.2",
5656
"@kong/eslint-config-kong-ui": "^1.1.1",
57-
"@playwright/test": "^1.46.0",
57+
"@playwright/test": "^1.46.1",
5858
"@types/lodash-es": "^4.17.12",
5959
"@types/marked": "^5.0.1",
6060
"@types/node": "^20.3.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -763,12 +763,12 @@
763763
tslib "^2.6.2"
764764
tsyringe "^4.8.0"
765765

766-
"@playwright/test@^1.46.0":
767-
version "1.46.0"
768-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.46.0.tgz#ccea6d22c40ee7fa567e4192fafbdf2a907e2714"
769-
integrity sha512-/QYft5VArOrGRP5pgkrfKksqsKA6CEFyGQ/gjNe6q0y4tZ1aaPfq4gIjudr1s3D+pXyrPRdsy4opKDrjBabE5w==
766+
"@playwright/test@^1.46.1":
767+
version "1.46.1"
768+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.46.1.tgz#a8dfdcd623c4c23bb1b7ea588058aad41055c188"
769+
integrity sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==
770770
dependencies:
771-
playwright "1.46.0"
771+
playwright "1.46.1"
772772

773773
"@popperjs/core@^2.11.8":
774774
version "2.11.8"
@@ -3259,17 +3259,17 @@ pinia@^2.1.6:
32593259
"@vue/devtools-api" "^6.5.0"
32603260
vue-demi ">=0.14.5"
32613261

3262-
playwright-core@1.46.0:
3263-
version "1.46.0"
3264-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.0.tgz#2336ac453a943abf0dc95a76c117f9d3ebd390eb"
3265-
integrity sha512-9Y/d5UIwuJk8t3+lhmMSAJyNP1BUC/DqP3cQJDQQL/oWqAiuPTLgy7Q5dzglmTLwcBRdetzgNM/gni7ckfTr6A==
3262+
playwright-core@1.46.1:
3263+
version "1.46.1"
3264+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.46.1.tgz#28f3ab35312135dda75b0c92a3e5c0e7edb9cc8b"
3265+
integrity sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==
32663266

3267-
playwright@1.46.0:
3268-
version "1.46.0"
3269-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.46.0.tgz#c7ff490deae41fc1e814bf2cb62109dd9351164d"
3270-
integrity sha512-XYJ5WvfefWONh1uPAUAi0H2xXV5S3vrtcnXe6uAOgdGi3aSpqOSXX08IAjXW34xitfuOJsvXU5anXZxPSEQiJw==
3267+
playwright@1.46.1:
3268+
version "1.46.1"
3269+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.46.1.tgz#ea562bc48373648e10420a10c16842f0b227c218"
3270+
integrity sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==
32713271
dependencies:
3272-
playwright-core "1.46.0"
3272+
playwright-core "1.46.1"
32733273
optionalDependencies:
32743274
fsevents "2.3.2"
32753275

0 commit comments

Comments
 (0)