Skip to content

Commit

Permalink
Bump @vscode/test-web from 0.0.55 to 0.0.56
Browse files Browse the repository at this point in the history
Bumps [@vscode/test-web](https://github.com/microsoft/vscode-test-web) from 0.0.55 to 0.0.56.
- [Release notes](https://github.com/microsoft/vscode-test-web/releases)
- [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md)
- [Commits](microsoft/vscode-test-web@v0.0.55...v0.0.56)

---
updated-dependencies:
- dependency-name: "@vscode/test-web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent 08c35d2 commit 38fa350
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5741,7 +5741,7 @@
"@types/vscode": "^1.89.0",
"@types/webpack-env": "^1.18.5",
"@vscode/test-electron": "^2.4.1",
"@vscode/test-web": "^0.0.55",
"@vscode/test-web": "^0.0.56",
"@vscode/vsce": "^2.29.0",
"assert": "^2.1.0",
"eslint": "^9.6.0",
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -571,14 +571,15 @@
ora "^7.0.1"
semver "^7.6.2"

"@vscode/test-web@^0.0.55":
version "0.0.55"
resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.55.tgz#41562488487dc65b4f21728a76a5b766d7631fef"
integrity sha512-3e+RPXk7x4eoL4q/1PkLiVJ95MyXCKbbbWCtCDOJuFkcB3BN3Fjnk04J4l8J86R/uQUFGi71Ns66wWwanT1n+Q==
"@vscode/test-web@^0.0.56":
version "0.0.56"
resolved "https://registry.yarnpkg.com/@vscode/test-web/-/test-web-0.0.56.tgz#963b6e1bfa6d5b4b600083e328ee8d28890108eb"
integrity sha512-lR688n+D6A9odw+IZ5cU8CYr2YXLB61bGgyZpPVJe/sJy4/DYX5CAxPb7Wj9ZMYL41CTvWq5DeXtfCjlabPcYA==
dependencies:
"@koa/cors" "^5.0.0"
"@koa/router" "^12.0.1"
"@playwright/browser-chromium" "^1.45.0"
glob "^10.4.2"
gunzip-maybe "^1.4.2"
http-proxy-agent "^7.0.2"
https-proxy-agent "^7.0.4"
Expand Down Expand Up @@ -2151,10 +2152,10 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.3.7, glob@^10.4.3:
version "10.4.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.3.tgz#e0ba2253dd21b3d0acdfb5d507c59a29f513fc7a"
integrity sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==
glob@^10.3.7, glob@^10.4.2, glob@^10.4.3:
version "10.4.5"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
dependencies:
foreground-child "^3.1.0"
jackspeak "^3.1.2"
Expand Down

0 comments on commit 38fa350

Please sign in to comment.