diff --git a/.eslintrc.json b/.eslintrc.json index dd9e34c2db..7408e41e7e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -751,7 +751,7 @@ "chart.js", "plotly.js", "angular2-grid", - "html-query-plan", + "kburtram-query-plan", "html-to-image", "turndown", "gridstack", diff --git a/extensions/admin-pack/package.json b/extensions/admin-pack/package.json index 646e59f2b9..3289d6d4e0 100644 --- a/extensions/admin-pack/package.json +++ b/extensions/admin-pack/package.json @@ -9,6 +9,12 @@ "vscode": "*", "azdata": "*" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionPack": [ "Microsoft.agent", "Microsoft.profiler", diff --git a/extensions/admin-tool-ext-win/package.json b/extensions/admin-tool-ext-win/package.json index cdbdc792f6..9de236af10 100644 --- a/extensions/admin-tool-ext-win/package.json +++ b/extensions/admin-tool-ext-win/package.json @@ -15,6 +15,12 @@ "scripts": { "postinstall": "node ./build/postinstall.js" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "activationEvents": [ "onCommand:adminToolExtWin.launchSsmsMinPropertiesDialog", "onCommand:adminToolExtWin.launchSsmsMinGswDialog" diff --git a/extensions/agent/package.json b/extensions/agent/package.json index 086ae25ae5..19fd2399b3 100644 --- a/extensions/agent/package.json +++ b/extensions/agent/package.json @@ -19,6 +19,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql" ], diff --git a/extensions/arc/package.json b/extensions/arc/package.json index f6a79a07c4..31c239bf63 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -21,6 +21,12 @@ "Microsoft.azcli", "Microsoft.resource-deployment" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" diff --git a/extensions/asde-deployment/package.json b/extensions/asde-deployment/package.json index d10db5f7b8..4c4521b20e 100644 --- a/extensions/asde-deployment/package.json +++ b/extensions/asde-deployment/package.json @@ -16,6 +16,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "forceReload": true, "contributes": { "resourceDeploymentTypes": [ diff --git a/extensions/azcli/package.json b/extensions/azcli/package.json index d1afb58a01..140cc058b2 100644 --- a/extensions/azcli/package.json +++ b/extensions/azcli/package.json @@ -18,6 +18,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "microsoft.resource-deployment" ], diff --git a/extensions/azurecore/package.json b/extensions/azurecore/package.json index decdb9937a..4571ec8755 100644 --- a/extensions/azurecore/package.json +++ b/extensions/azurecore/package.json @@ -18,6 +18,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "resourceViewResources": [ { diff --git a/extensions/azurehybridtoolkit/package.json b/extensions/azurehybridtoolkit/package.json index 3a8873cf99..ea2880c68a 100644 --- a/extensions/azurehybridtoolkit/package.json +++ b/extensions/azurehybridtoolkit/package.json @@ -15,6 +15,12 @@ "activationEvents": [ "*" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "repository": { "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" diff --git a/extensions/azuremonitor/package.json b/extensions/azuremonitor/package.json index 83a59490dc..333fb80e90 100644 --- a/extensions/azuremonitor/package.json +++ b/extensions/azuremonitor/package.json @@ -16,6 +16,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "typings": "./src/azuremonitor", "contributes": { "connectionProvider": { diff --git a/extensions/bat/package.json b/extensions/bat/package.json index f01e5d35ab..a6abadf225 100644 --- a/extensions/bat/package.json +++ b/extensions/bat/package.json @@ -11,6 +11,12 @@ "scripts": { "update-grammar": "node ../node_modules/vscode-grammar-updater/bin mmims/language-batchfile grammars/batchfile.cson ./syntaxes/batchfile.tmLanguage.json" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "languages": [ { diff --git a/extensions/big-data-cluster/package.json b/extensions/big-data-cluster/package.json index 8cf70d214c..4a1451aa72 100644 --- a/extensions/big-data-cluster/package.json +++ b/extensions/big-data-cluster/package.json @@ -27,6 +27,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/extension", "contributes": { "dataExplorer": { diff --git a/extensions/cms/package.json b/extensions/cms/package.json index 35d43a7d53..fcf3361294 100644 --- a/extensions/cms/package.json +++ b/extensions/cms/package.json @@ -22,6 +22,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/extension", "contributes": { "configuration": { diff --git a/extensions/dacpac/package.json b/extensions/dacpac/package.json index 757c25a265..5e58101ff9 100644 --- a/extensions/dacpac/package.json +++ b/extensions/dacpac/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql" ], diff --git a/extensions/data-workspace/package.json b/extensions/data-workspace/package.json index 52c6e4d629..f494135cd4 100644 --- a/extensions/data-workspace/package.json +++ b/extensions/data-workspace/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [], "contributes": { "configuration": [ diff --git a/extensions/import/package.json b/extensions/import/package.json index 8a5b995077..acfc094fae 100644 --- a/extensions/import/package.json +++ b/extensions/import/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql" ], diff --git a/extensions/kusto/package.json b/extensions/kusto/package.json index 899b44a64f..38bd8eb0f1 100644 --- a/extensions/kusto/package.json +++ b/extensions/kusto/package.json @@ -20,6 +20,12 @@ "compile": "gulp compile-extension:kusto-client", "update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-kusto ./syntaxes/kusto.tmLanguage" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ { diff --git a/extensions/machine-learning/package.json b/extensions/machine-learning/package.json index 1c7b32a292..ca8daf5f8e 100644 --- a/extensions/machine-learning/package.json +++ b/extensions/machine-learning/package.json @@ -23,6 +23,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "Microsoft.mssql", "Microsoft.notebook" diff --git a/extensions/mssql/package.json b/extensions/mssql/package.json index 9fc6f1ebf6..e03111c1f5 100644 --- a/extensions/mssql/package.json +++ b/extensions/mssql/package.json @@ -19,6 +19,12 @@ "update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-mssql syntaxes/SQL.plist ./syntaxes/sql.tmLanguage.json", "postinstall": "node ./build/postinstall.js" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "problemMatchers": [ { diff --git a/extensions/notebook/package.json b/extensions/notebook/package.json index 47fc5bd545..812c9669ce 100644 --- a/extensions/notebook/package.json +++ b/extensions/notebook/package.json @@ -13,6 +13,12 @@ "activationEvents": [ "*" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "configuration": { "type": "object", diff --git a/extensions/profiler/package.json b/extensions/profiler/package.json index 720512e4c0..1416cb3b72 100644 --- a/extensions/profiler/package.json +++ b/extensions/profiler/package.json @@ -25,6 +25,12 @@ "extensionDependencies": [ "Microsoft.mssql" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ { diff --git a/extensions/query-history/package.json b/extensions/query-history/package.json index 771a8cda42..f8b51b67d5 100644 --- a/extensions/query-history/package.json +++ b/extensions/query-history/package.json @@ -20,6 +20,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [], "contributes": { "commands": [ diff --git a/extensions/resource-deployment/package.json b/extensions/resource-deployment/package.json index b563f1772c..79b20bec51 100644 --- a/extensions/resource-deployment/package.json +++ b/extensions/resource-deployment/package.json @@ -21,6 +21,12 @@ "type": "git", "url": "https://github.com/Microsoft/azuredatastudio.git" }, + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "extensionDependencies": [ "microsoft.mssql", "microsoft.notebook" diff --git a/extensions/schema-compare/package.json b/extensions/schema-compare/package.json index 92a5053faf..c3710a7246 100644 --- a/extensions/schema-compare/package.json +++ b/extensions/schema-compare/package.json @@ -23,6 +23,12 @@ "extensionDependencies": [ "Microsoft.mssql" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "commands": [ { diff --git a/extensions/server-report/package.json b/extensions/server-report/package.json index 0295197c16..9fd7d19f5b 100644 --- a/extensions/server-report/package.json +++ b/extensions/server-report/package.json @@ -19,6 +19,12 @@ "*" ], "main": "./out/extension", + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "forceReload": true, "contributes": { "commands": [ diff --git a/extensions/sql-assessment/package.json b/extensions/sql-assessment/package.json index a1cb8add1c..b032227141 100644 --- a/extensions/sql-assessment/package.json +++ b/extensions/sql-assessment/package.json @@ -15,6 +15,12 @@ "activationEvents": [ "onDashboardOpen" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/main", "repository": { "type": "git", diff --git a/extensions/sql-database-projects/package.json b/extensions/sql-database-projects/package.json index b79ecbf358..26ee3e09a6 100644 --- a/extensions/sql-database-projects/package.json +++ b/extensions/sql-database-projects/package.json @@ -29,6 +29,12 @@ "Microsoft.mssql", "Microsoft.schema-compare" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "contributes": { "projects": [ "sqlproj" diff --git a/extensions/sql-migration/package.json b/extensions/sql-migration/package.json index 4f7ce9ede6..b04c8473b2 100644 --- a/extensions/sql-migration/package.json +++ b/extensions/sql-migration/package.json @@ -19,6 +19,12 @@ "onCommand:sqlmigration.sendfeedback", "onCommand:sqlmigration.openNotebooks" ], + "capabilities": { + "virtualWorkspaces": false, + "untrustedWorkspaces": { + "supported": true + } + }, "main": "./out/main", "repository": { "type": "git", diff --git a/package.json b/package.json index eda120dedf..1299614494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azuredatastudio", - "version": "1.33.0", + "version": "1.33.1", "distro": "e39d1a2d41862fb0f5b4e8fc0886680e32ea5e27", "author": { "name": "Microsoft Corporation" @@ -77,7 +77,7 @@ "chokidar": "3.5.2", "graceful-fs": "4.2.6", "gridstack": "^3.1.3", - "html-query-plan": "git://github.com/kburtram/html-query-plan.git#2.6", + "kburtram-query-plan": "2.6.1", "html-to-image": "^1.6.2", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.3", diff --git a/remote/package.json b/remote/package.json index 5ca91afeba..da67d3ac4b 100644 --- a/remote/package.json +++ b/remote/package.json @@ -19,7 +19,7 @@ "cookie": "^0.4.0", "graceful-fs": "4.2.6", "gridstack": "^3.1.3", - "html-query-plan": "git://github.com/kburtram/html-query-plan.git#2.6", + "kburtram-query-plan": "2.6.1", "html-to-image": "^1.6.2", "http-proxy-agent": "^2.1.0", "https-proxy-agent": "^2.2.3", diff --git a/remote/web/package.json b/remote/web/package.json index b7790e1584..9d632b0621 100644 --- a/remote/web/package.json +++ b/remote/web/package.json @@ -15,7 +15,7 @@ "ansi_up": "^3.0.0", "chart.js": "^2.9.4", "gridstack": "^3.1.3", - "html-query-plan": "git://github.com/kburtram/html-query-plan.git#2.6", + "kburtram-query-plan": "2.6.1", "html-to-image": "^1.6.2", "iconv-lite-umd": "0.6.8", "jquery": "3.5.0", diff --git a/remote/web/yarn.lock b/remote/web/yarn.lock index 641d267176..14cf341c59 100644 --- a/remote/web/yarn.lock +++ b/remote/web/yarn.lock @@ -176,10 +176,6 @@ has-flag@^3.0.0: resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= -"html-query-plan@git://github.com/kburtram/html-query-plan.git#2.6": - version "2.5.0" - resolved "git://github.com/kburtram/html-query-plan.git#c524feb824e4960897ad875a37af068376a2b4a3" - html-to-image@^1.6.2: version "1.7.0" resolved "https://registry.yarnpkg.com/html-to-image/-/html-to-image-1.7.0.tgz#4ca93bb90c0b9392edaafbfd5d94e8f0d666e18b" @@ -217,6 +213,11 @@ jschardet@3.0.0: resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.0.0.tgz#898d2332e45ebabbdb6bf2feece9feea9a99e882" integrity sha512-lJH6tJ77V8Nzd5QWRkFYCLc13a3vADkh3r/Fi8HupZGWk2OVVDfnZP8V/VgQgZ+lzW0kG2UGb5hFgt3V3ndotQ== +kburtram-query-plan@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/kburtram-query-plan/-/kburtram-query-plan-2.6.1.tgz#6b86128ec30c53694b53c4ee0e32d64350eb0c2c" + integrity sha512-7Brjwp0YOCGug1cmfvcG8s1kN4MOwiLgOmKWS0+QSq5qCH9Bcv78vKAI7Pq1Ro6rTbpiTIRITsFKYrF4XTVlQw== + lodash.clonedeep@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" diff --git a/remote/yarn.lock b/remote/yarn.lock index 27c02d479f..79c383fb27 100644 --- a/remote/yarn.lock +++ b/remote/yarn.lock @@ -393,10 +393,6 @@ has-flag@^3.0.0: resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= -"html-query-plan@git://github.com/kburtram/html-query-plan.git#2.6": - version "2.5.0" - resolved "git://github.com/kburtram/html-query-plan.git#c524feb824e4960897ad875a37af068376a2b4a3" - html-to-image@^1.6.2: version "1.7.0" resolved "https://registry.yarnpkg.com/html-to-image/-/html-to-image-1.7.0.tgz#4ca93bb90c0b9392edaafbfd5d94e8f0d666e18b" @@ -516,6 +512,11 @@ jsonfile@^4.0.0: optionalDependencies: graceful-fs "^4.1.6" +kburtram-query-plan@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/kburtram-query-plan/-/kburtram-query-plan-2.6.1.tgz#6b86128ec30c53694b53c4ee0e32d64350eb0c2c" + integrity sha512-7Brjwp0YOCGug1cmfvcG8s1kN4MOwiLgOmKWS0+QSq5qCH9Bcv78vKAI7Pq1Ro6rTbpiTIRITsFKYrF4XTVlQw== + lodash.clonedeep@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef" diff --git a/src/sql/workbench/contrib/queryPlan/browser/queryPlan.ts b/src/sql/workbench/contrib/queryPlan/browser/queryPlan.ts index 19e8ea5ad0..04495f977a 100644 --- a/src/sql/workbench/contrib/queryPlan/browser/queryPlan.ts +++ b/src/sql/workbench/contrib/queryPlan/browser/queryPlan.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ import 'vs/css!./media/qp'; -import * as QP from 'html-query-plan'; +import * as QP from 'kburtram-query-plan'; import { IPanelView, IPanelTab } from 'sql/base/browser/ui/panel/panel'; diff --git a/src/vs/code/browser/workbench/workbench-dev.html b/src/vs/code/browser/workbench/workbench-dev.html index 4c62fee493..30e46cac8a 100644 --- a/src/vs/code/browser/workbench/workbench-dev.html +++ b/src/vs/code/browser/workbench/workbench-dev.html @@ -59,7 +59,7 @@ 'angular2-grid': `${window.location.origin}/static/remote/web/node_modules/angular2-grid/bundles/NgGrid.umd.js`, 'angular2-slickgrid': `${window.location.origin}/static/remote/web/node_modules/angular2-slickgrid/out/bundles/angular2-slickgrid.umd.js`, 'chart.js': `${window.location.origin}/static/remote/web/node_modules/chart.js/dist/Chart.bundle.min.js`, - 'html-query-plan': `${window.location.origin}/static/remote/web/node_modules/html-query-plan/dist/index.min.js`, + 'kburtram-query-plan': `${window.location.origin}/static/remote/web/node_modules/kburtram-query-plan/dist/index.min.js`, 'html-to-image': `${window.location.origin}/static/remote/web/node_modules/html-to-image/dist/html-to-image.js`, 'ng2-charts': `${window.location.origin}/static/remote/web/node_modules/ng2-charts/bundles/ng2-charts.umd.js`, 'rxjs/Observable': `${window.location.origin}/static/remote/web/node_modules/rxjs/bundles/Rx.min.js?0`, diff --git a/src/vs/code/browser/workbench/workbench.html b/src/vs/code/browser/workbench/workbench.html index 88adfdef0d..e489c5eda0 100644 --- a/src/vs/code/browser/workbench/workbench.html +++ b/src/vs/code/browser/workbench/workbench.html @@ -59,7 +59,7 @@ 'angular2-grid': `${window.location.origin}/static/node_modules/angular2-grid/bundles/NgGrid.umd.js`, 'angular2-slickgrid': `${window.location.origin}/static/node_modules/angular2-slickgrid/out/bundles/angular2-slickgrid.umd.js`, 'chart.js': `${window.location.origin}/static/node_modules/chart.js/dist/Chart.bundle.min.js`, - 'html-query-plan': `${window.location.origin}/static/node_modules/html-query-plan/dist/index.min.js`, + 'kburtram-query-plan': `${window.location.origin}/static/node_modules/kburtram-query-plan/dist/index.min.js`, 'html-to-image': `${window.location.origin}/static/node_modules/html-to-image/dist/html-to-image.js`, 'ng2-charts': `${window.location.origin}/static/node_modules/ng2-charts/bundles/ng2-charts.umd.js`, 'rxjs/Observable': `${window.location.origin}/static/node_modules/rxjs/bundles/Rx.min.js?0`, diff --git a/yarn.lock b/yarn.lock index db85ad798e..993c6bc300 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5321,10 +5321,6 @@ html-escaper@^2.0.0: resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.0.tgz#71e87f931de3fe09e56661ab9a29aadec707b491" integrity sha512-a4u9BeERWGu/S8JiWEAQcdrg9v4QArtP9keViQjGMdff20fBdd8waotXaNmODqBe6uZ3Nafi7K/ho4gCQHV3Ig== -"html-query-plan@git://github.com/kburtram/html-query-plan.git#2.6": - version "2.5.0" - resolved "git://github.com/kburtram/html-query-plan.git#c524feb824e4960897ad875a37af068376a2b4a3" - html-to-image@^1.6.2: version "1.7.0" resolved "https://registry.yarnpkg.com/html-to-image/-/html-to-image-1.7.0.tgz#4ca93bb90c0b9392edaafbfd5d94e8f0d666e18b" @@ -6359,6 +6355,11 @@ just-extend@^4.0.2: resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744" integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg== +kburtram-query-plan@2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/kburtram-query-plan/-/kburtram-query-plan-2.6.1.tgz#6b86128ec30c53694b53c4ee0e32d64350eb0c2c" + integrity sha512-7Brjwp0YOCGug1cmfvcG8s1kN4MOwiLgOmKWS0+QSq5qCH9Bcv78vKAI7Pq1Ro6rTbpiTIRITsFKYrF4XTVlQw== + keytar@7.2.0: version "7.2.0" resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.2.0.tgz#4db2bec4f9700743ffd9eda22eebb658965c8440"