Skip to content

Commit

Permalink
update test-electron to fix tests (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Dec 14, 2023
1 parent 7476e92 commit b4b28db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"@octokit/rest": "^18.1.1",
"parse-git-config": "^3.0.0",
"jsonc-parser": "^3.0.0",
"@vscode/test-electron": "^2.3.6"
"@vscode/test-electron": "^2.3.8"
},
"dependencies": {
"@types/glob": "^7.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@
"@microsoft/1ds-core-js" "^3.2.3"
"@microsoft/1ds-post-js" "^3.2.3"

"@vscode/test-electron@^2.3.6":
version "2.3.6"
resolved "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.6.tgz#61a6ec1b4bdc9a2a694a9d7d86b9cb8b82c5a116"
integrity sha512-M31xGH0RgqNU6CZ4/9g39oUMJ99nLzfjA+4UbtIQ6TcXQ6+2qkjOOxedmPBDDCg26/3Al5ubjY80hIoaMwKYSw==
"@vscode/test-electron@^2.3.8":
version "2.3.8"
resolved "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.3.8.tgz#06a7c50b38cfac0ede833905e088d55c61cd12d3"
integrity sha512-b4aZZsBKtMGdDljAsOPObnAi7+VWIaYl3ylCz1jTs+oV6BZ4TNHcVNC3xUn0azPeszBmwSBDQYfFESIaUQnrOg==
dependencies:
http-proxy-agent "^4.0.1"
https-proxy-agent "^5.0.0"
Expand Down

0 comments on commit b4b28db

Please sign in to comment.