From 2fb5034bc25b64ec5cb146540a032179d130e233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:47:53 +0100 Subject: [PATCH] Bump @vscode/test-web from 0.0.63 to 0.0.64 (#405) Bumps [@vscode/test-web](https://github.com/microsoft/vscode-test-web) from 0.0.63 to 0.0.64. - [Release notes](https://github.com/microsoft/vscode-test-web/releases) - [Changelog](https://github.com/microsoft/vscode-test-web/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/vscode-test-web/compare/v0.0.63...v0.0.64) --- updated-dependencies: - dependency-name: "@vscode/test-web" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c6a446..5a05839 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", - "@vscode/test-web": "^0.0.63", + "@vscode/test-web": "^0.0.64", "@vscode/vsce": "^3.2.1", "assert": "^2.1.0", "eslint": "^9.14.0", @@ -986,14 +986,14 @@ } }, "node_modules/@vscode/test-web": { - "version": "0.0.63", - "resolved": "https://registry.npmjs.org/@vscode/test-web/-/test-web-0.0.63.tgz", - "integrity": "sha512-FIFfT2gZeEp0d1RnR+IYORS9HZPTtlTNuMLdZpO5c9sAtz5rCHPWsCD5VxnV4U08Slz5GdzgH7pDQspb9Oa8ZQ==", + "version": "0.0.64", + "resolved": "https://registry.npmjs.org/@vscode/test-web/-/test-web-0.0.64.tgz", + "integrity": "sha512-V7fTb3K1HzlqwT+VrxIq+vZLqPYzoItu6Tg3vd6sbd87ll0srICQNiH/W7IBUn76zHf7v5xzEXzNOnhSQJ2/YQ==", "dev": true, "dependencies": { "@koa/cors": "^5.0.0", "@koa/router": "^13.1.0", - "@playwright/browser-chromium": "^1.48.1", + "@playwright/browser-chromium": "^1.48.2", "glob": "^11.0.0", "gunzip-maybe": "^1.4.2", "http-proxy-agent": "^7.0.2", @@ -1003,7 +1003,7 @@ "koa-mount": "^4.0.0", "koa-static": "^5.0.0", "minimist": "^1.2.8", - "playwright": "^1.48.1", + "playwright": "^1.48.2", "tar-fs": "^3.0.6", "vscode-uri": "^3.0.8" }, @@ -7798,14 +7798,14 @@ } }, "@vscode/test-web": { - "version": "0.0.63", - "resolved": "https://registry.npmjs.org/@vscode/test-web/-/test-web-0.0.63.tgz", - "integrity": "sha512-FIFfT2gZeEp0d1RnR+IYORS9HZPTtlTNuMLdZpO5c9sAtz5rCHPWsCD5VxnV4U08Slz5GdzgH7pDQspb9Oa8ZQ==", + "version": "0.0.64", + "resolved": "https://registry.npmjs.org/@vscode/test-web/-/test-web-0.0.64.tgz", + "integrity": "sha512-V7fTb3K1HzlqwT+VrxIq+vZLqPYzoItu6Tg3vd6sbd87ll0srICQNiH/W7IBUn76zHf7v5xzEXzNOnhSQJ2/YQ==", "dev": true, "requires": { "@koa/cors": "^5.0.0", "@koa/router": "^13.1.0", - "@playwright/browser-chromium": "^1.48.1", + "@playwright/browser-chromium": "^1.48.2", "glob": "^11.0.0", "gunzip-maybe": "^1.4.2", "http-proxy-agent": "^7.0.2", @@ -7815,7 +7815,7 @@ "koa-mount": "^4.0.0", "koa-static": "^5.0.0", "minimist": "^1.2.8", - "playwright": "^1.48.1", + "playwright": "^1.48.2", "tar-fs": "^3.0.6", "vscode-uri": "^3.0.8" }, diff --git a/package.json b/package.json index 8cc1a2b..2f52e3b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/webpack-env": "^1.18.5", "@typescript-eslint/eslint-plugin": "^8.12.2", "@typescript-eslint/parser": "^8.12.2", - "@vscode/test-web": "^0.0.63", + "@vscode/test-web": "^0.0.64", "@vscode/vsce": "^3.2.1", "assert": "^2.1.0", "eslint": "^9.14.0",