From c3eea33301fdc37ed7551ce3aa10549171588abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 21:16:13 +0000 Subject: [PATCH] Bump @vscode/test-electron from 2.1.4 to 2.1.5 Bumps [@vscode/test-electron](https://github.com/Microsoft/vscode-test) from 2.1.4 to 2.1.5. - [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/v2.1.4...v2.1.5) --- updated-dependencies: - dependency-name: "@vscode/test-electron" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d5694ee..8b676221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", - "@vscode/test-electron": "^2.1.4", + "@vscode/test-electron": "^2.1.5", "eslint": "^8.18.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsdoc": "^39.3.3", @@ -414,9 +414,9 @@ "dev": true }, "node_modules/@vscode/test-electron": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.4.tgz", - "integrity": "sha512-tHHAWNVwl8C7nyezHAHdNPWkksdXWvmae6bt4k1tJ9hvMm6QIIk95Mkutl82XHcD60mdP46EHDGU+xFsAvygOQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.5.tgz", + "integrity": "sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA==", "dev": true, "dependencies": { "http-proxy-agent": "^4.0.1", @@ -5408,9 +5408,9 @@ "dev": true }, "@vscode/test-electron": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.4.tgz", - "integrity": "sha512-tHHAWNVwl8C7nyezHAHdNPWkksdXWvmae6bt4k1tJ9hvMm6QIIk95Mkutl82XHcD60mdP46EHDGU+xFsAvygOQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.1.5.tgz", + "integrity": "sha512-O/ioqFpV+RvKbRykX2ItYPnbcZ4Hk5V0rY4uhQjQTLhGL9WZUvS7exzuYQCCI+ilSqJpctvxq2llTfGXf9UnnA==", "dev": true, "requires": { "http-proxy-agent": "^4.0.1", diff --git a/package.json b/package.json index c8f4f077..6776005f 100644 --- a/package.json +++ b/package.json @@ -532,7 +532,7 @@ "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.29.0", "@typescript-eslint/parser": "^5.29.0", - "@vscode/test-electron": "^2.1.4", + "@vscode/test-electron": "^2.1.5", "eslint": "^8.18.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsdoc": "^39.3.3",