From f7c2686ed23ffd63af07dd7a801bfdbc71762fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 20:08:27 +0000 Subject: [PATCH] Bump @vscode/test-electron from 1.6.2 to 2.0.0 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 1.6.2 to 2.0.0. - [Release notes](https://github.com/Microsoft/vscode-test/releases) - [Changelog](https://github.com/microsoft/vscode-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/vscode-test/compare/v1.6.2...v2.0.0) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index cee0e130..25ae6f43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", - "@vscode/test-electron": "^1.6.2", + "@vscode/test-electron": "^2.0.0", "eslint": "^8.5.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsdoc": "^37.2.0", @@ -31,7 +31,7 @@ "lint-staged": "^12.1.2", "mocha": "^9.1.3", "prettier": "^2.5.1", - "typescript": "^4.5.2", + "typescript": "^4.5.4", "vscode-tmgrammar-test": "^0.0.11" }, "engines": { @@ -358,9 +358,9 @@ "dev": true }, "node_modules/@vscode/test-electron": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-1.6.2.tgz", - "integrity": "sha512-W01ajJEMx6223Y7J5yaajGjVs1QfW3YGkkOJHVKfAMEqNB1ZHN9wCcViehv5ZwVSSJnjhu6lYEYgwBdHtCxqhQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.0.0.tgz", + "integrity": "sha512-DRHWriyETOA5SO4XktoMFpgsZWlVScSZYMeASYT/kp3vpIq8Yki2yLPNOxdd8qyqDPoF9oHGodQJWBbHnaYkeA==", "dev": true, "dependencies": { "http-proxy-agent": "^4.0.1", @@ -3598,9 +3598,9 @@ } }, "node_modules/typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -4185,9 +4185,9 @@ "dev": true }, "@vscode/test-electron": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-1.6.2.tgz", - "integrity": "sha512-W01ajJEMx6223Y7J5yaajGjVs1QfW3YGkkOJHVKfAMEqNB1ZHN9wCcViehv5ZwVSSJnjhu6lYEYgwBdHtCxqhQ==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.0.0.tgz", + "integrity": "sha512-DRHWriyETOA5SO4XktoMFpgsZWlVScSZYMeASYT/kp3vpIq8Yki2yLPNOxdd8qyqDPoF9oHGodQJWBbHnaYkeA==", "dev": true, "requires": { "http-proxy-agent": "^4.0.1", @@ -6530,9 +6530,9 @@ "dev": true }, "typescript": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.2.tgz", - "integrity": "sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz", + "integrity": "sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 8d7d7be3..1d769275 100644 --- a/package.json +++ b/package.json @@ -264,7 +264,7 @@ "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", - "@vscode/test-electron": "^1.6.2", + "@vscode/test-electron": "^2.0.0", "eslint": "^8.5.0", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsdoc": "^37.2.0", @@ -273,7 +273,7 @@ "lint-staged": "^12.1.2", "mocha": "^9.1.3", "prettier": "^2.5.1", - "typescript": "^4.5.2", + "typescript": "^4.5.4", "vscode-tmgrammar-test": "^0.0.11" }, "lint-staged": {