diff --git a/Jenkinsfile b/Jenkinsfile index 602a0e1..2a09ef6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -236,7 +236,7 @@ spec: container('jnlp') { script { uploadInstaller('windows') - copyInstallerAndUpdateLatestYml('windows', 'TheiaBlueprint', 'exe', 'latest.yml', '1.36.0,1.37.0,1.38.0') + copyInstallerAndUpdateLatestYml('windows', 'TheiaBlueprint', 'exe', 'latest.yml', '1.37.0,1.38.0,1.39.0') } } } @@ -328,6 +328,7 @@ def updateMetadata(String executable, String yaml, String platform, int sleepBet int MAX_RETRY = 4 try { sh "export NODE_OPTIONS=--max_old_space_size=4096" + sh "rm -rf node_modules" sh "yarn install --force" sh "yarn electron update:blockmap -e ${executable}" sh "yarn electron update:checksum -e ${executable} -y ${yaml} -p ${platform}" diff --git a/applications/browser/package.json b/applications/browser/package.json index 2feb2de..cc3b9e8 100644 --- a/applications/browser/package.json +++ b/applications/browser/package.json @@ -3,8 +3,8 @@ "name": "eos-thesis-browser", "description": "Eos Thesis IDE browser product", "productName": "Eos Thesis IDE", - "version": "1.39.0", - "license": "EPL-2.0 NO IA", + "version": "1.40.0", + "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "author": "Eclipse Theia ", "homepage": "https://github.com/eclipse-theia/theia-blueprint#readme", "bugs": { @@ -44,51 +44,51 @@ } }, "dependencies": { - "@theia/bulk-edit": "1.39.0", - "@theia/callhierarchy": "1.39.0", - "@theia/console": "1.39.0", - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/editor-preview": "1.39.0", - "@theia/external-terminal": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/getting-started": "1.39.0", - "@theia/keymaps": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/memory-inspector": "1.39.0", - "@theia/messages": "1.39.0", - "@theia/metrics": "1.39.0", - "@theia/mini-browser": "1.39.0", - "@theia/monaco": "1.39.0", - "@theia/navigator": "1.39.0", - "@theia/outline-view": "1.39.0", - "@theia/output": "1.39.0", - "@theia/plugin-dev": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/plugin-ext-vscode": "1.39.0", - "@theia/preferences": "1.39.0", - "@theia/process": "1.39.0", - "@theia/property-view": "1.39.0", - "@theia/scm": "1.39.0", - "@theia/scm-extra": "1.39.0", - "@theia/search-in-workspace": "1.39.0", - "@theia/secondary-window": "1.39.0", - "@theia/task": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/timeline": "1.39.0", - "@theia/toolbar": "1.39.0", - "@theia/typehierarchy": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/vsx-registry": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/bulk-edit": "1.40.0", + "@theia/callhierarchy": "1.40.0", + "@theia/console": "1.40.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/editor-preview": "1.40.0", + "@theia/external-terminal": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/getting-started": "1.40.0", + "@theia/keymaps": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/memory-inspector": "1.40.0", + "@theia/messages": "1.40.0", + "@theia/metrics": "1.40.0", + "@theia/mini-browser": "1.40.0", + "@theia/monaco": "1.40.0", + "@theia/navigator": "1.40.0", + "@theia/outline-view": "1.40.0", + "@theia/output": "1.40.0", + "@theia/plugin-dev": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/plugin-ext-vscode": "1.40.0", + "@theia/preferences": "1.40.0", + "@theia/process": "1.40.0", + "@theia/property-view": "1.40.0", + "@theia/scm": "1.40.0", + "@theia/scm-extra": "1.40.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/secondary-window": "1.40.0", + "@theia/task": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/timeline": "1.40.0", + "@theia/toolbar": "1.40.0", + "@theia/typehierarchy": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/vsx-registry": "1.40.0", + "@theia/workspace": "1.40.0", "fs-extra": "^9.0.1", - "eos-thesis-product": "1.39.0" + "eos-thesis-product": "1.40.0" }, "devDependencies": { - "@theia/cli": "1.39.0" + "@theia/cli": "1.40.0" }, "scripts": { "prepare": "yarn build", diff --git a/applications/electron/electron-builder.yml b/applications/electron/electron-builder.yml index a8467f5..d945095 100644 --- a/applications/electron/electron-builder.yml +++ b/applications/electron/electron-builder.yml @@ -2,7 +2,7 @@ appId: giflw.eos-thesis-ide productName: EosThesisIDE copyright: Copyright © 2020-2023 Guilherme Weizenmann electronDist: ../../node_modules/electron/dist -electronVersion: 23.3.9 +electronVersion: 23.3.11 # Although it is generally not recommended to disable asar, it is required for Theia. # Enabling this leads to: process ERROR Error: spawn ENOTDIR # because binaries can not be executed from the asar archive. diff --git a/applications/electron/package.json b/applications/electron/package.json index 6205417..a076348 100644 --- a/applications/electron/package.json +++ b/applications/electron/package.json @@ -3,9 +3,9 @@ "name": "eos-thesis-ide", "description": "Eos Thesis IDE by giflw", "productName": "Eos Thesis IDE", - "version": "1.39.0", + "version": "1.40.0", "main": "scripts/eos-thesis-electron-main.js", - "license": "EPL-2.0 NO IA", + "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "author": "Guilherme Weizenmann ", "homepage": "https://github.com/giflw/eos-thesis-ide#readme", "bugs": { @@ -43,54 +43,53 @@ } }, "dependencies": { - "@theia/bulk-edit": "1.39.0", - "@theia/callhierarchy": "1.39.0", - "@theia/console": "1.39.0", - "@theia/core": "1.39.0", - "@theia/debug": "1.39.0", - "@theia/editor": "1.39.0", - "@theia/editor-preview": "1.39.0", - "@theia/electron": "1.39.0", - "@theia/external-terminal": "1.39.0", - "@theia/file-search": "1.39.0", - "@theia/filesystem": "1.39.0", - "@theia/getting-started": "1.39.0", - "@theia/keymaps": "1.39.0", - "@theia/markers": "1.39.0", - "@theia/memory-inspector": "1.39.0", - "@theia/messages": "1.39.0", - "@theia/metrics": "1.39.0", - "@theia/mini-browser": "1.39.0", - "@theia/monaco": "1.39.0", - "@theia/navigator": "1.39.0", - "@theia/outline-view": "1.39.0", - "@theia/output": "1.39.0", - "@theia/plugin-dev": "1.39.0", - "@theia/plugin-ext": "1.39.0", - "@theia/plugin-ext-vscode": "1.39.0", - "@theia/preferences": "1.39.0", - "@theia/process": "1.39.0", - "@theia/property-view": "1.39.0", - "@theia/secondary-window": "1.39.0", - "@theia/scm": "1.39.0", - "@theia/scm-extra": "1.39.0", - "@theia/search-in-workspace": "1.39.0", - "@theia/task": "1.39.0", - "@theia/terminal": "1.39.0", - "@theia/timeline": "1.39.0", - "@theia/toolbar": "1.39.0", - "@theia/typehierarchy": "1.39.0", - "@theia/userstorage": "1.39.0", - "@theia/variable-resolver": "1.39.0", - "@theia/vsx-registry": "1.39.0", - "@theia/workspace": "1.39.0", - "fs-extra": "^9.0.1", - "eos-thesis-product": "1.39.0", - "eos-thesis-updater": "1.39.0", - "eos-thesis-launcher": "1.39.0" + "@theia/bulk-edit": "1.40.0", + "@theia/callhierarchy": "1.40.0", + "@theia/console": "1.40.0", + "@theia/core": "1.40.0", + "@theia/debug": "1.40.0", + "@theia/editor": "1.40.0", + "@theia/editor-preview": "1.40.0", + "@theia/electron": "1.40.0", + "@theia/external-terminal": "1.40.0", + "@theia/file-search": "1.40.0", + "@theia/filesystem": "1.40.0", + "@theia/getting-started": "1.40.0", + "@theia/keymaps": "1.40.0", + "@theia/markers": "1.40.0", + "@theia/memory-inspector": "1.40.0", + "@theia/messages": "1.40.0", + "@theia/metrics": "1.40.0", + "@theia/mini-browser": "1.40.0", + "@theia/monaco": "1.40.0", + "@theia/navigator": "1.40.0", + "@theia/outline-view": "1.40.0", + "@theia/output": "1.40.0", + "@theia/plugin-dev": "1.40.0", + "@theia/plugin-ext": "1.40.0", + "@theia/plugin-ext-vscode": "1.40.0", + "@theia/preferences": "1.40.0", + "@theia/process": "1.40.0", + "@theia/property-view": "1.40.0", + "@theia/secondary-window": "1.40.0", + "@theia/scm": "1.40.0", + "@theia/scm-extra": "1.40.0", + "@theia/search-in-workspace": "1.40.0", + "@theia/task": "1.40.0", + "@theia/terminal": "1.40.0", + "@theia/timeline": "1.40.0", + "@theia/toolbar": "1.40.0", + "@theia/typehierarchy": "1.40.0", + "@theia/userstorage": "1.40.0", + "@theia/variable-resolver": "1.40.0", + "@theia/vsx-registry": "1.40.0", + "@theia/workspace": "1.40.0", + "eos-thesis-product": "1.40.0", + "eos-thesis-updater": "1.40.0", + "eos-thesis-launcher": "1.40.0" }, "devDependencies": { - "@theia/cli": "1.39.0", + "@theia/cli": "1.40.0", "@types/js-yaml": "^3.12.0", "@types/yargs": "17.0.7", "@wdio/cli": "^6.10.2", diff --git a/applications/electron/test/app.spec.js b/applications/electron/test/app.spec.js index d3da329..714bf5e 100644 --- a/applications/electron/test/app.spec.js +++ b/applications/electron/test/app.spec.js @@ -111,6 +111,9 @@ describe("Theia App", function() { // Expand builtin extensions const builtinHeader = await builtinContainer.$(".theia-header.header"); + await builtinHeader.moveTo({ xOffset: 1, yOffset: 1 }) + await builtinHeader.waitForDisplayed(); + await builtinHeader.waitForClickable(); await builtinHeader.click(); // Wait for expansion to finish diff --git a/eos-thesis-extensions/eos-thesis-launcher/package.json b/eos-thesis-extensions/eos-thesis-launcher/package.json index 19c08ef..7f97386 100644 --- a/eos-thesis-extensions/eos-thesis-launcher/package.json +++ b/eos-thesis-extensions/eos-thesis-launcher/package.json @@ -1,6 +1,6 @@ { "name": "eos-thesis-launcher", - "version": "1.39.0", + "version": "1.40.0", "keywords": [ "theia-extension" ], @@ -18,7 +18,7 @@ "src" ], "dependencies": { - "@theia/core": "1.39.0", + "@theia/core": "1.40.0", "@vscode/sudo-prompt": "9.3.1" }, "devDependencies": { diff --git a/eos-thesis-extensions/eos-thesis-product/package.json b/eos-thesis-extensions/eos-thesis-product/package.json index 7645f89..b606111 100644 --- a/eos-thesis-extensions/eos-thesis-product/package.json +++ b/eos-thesis-extensions/eos-thesis-product/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "eos-thesis-product", - "version": "1.39.0", + "version": "1.40.0", "description": "Eos Thesis IDE Product Branding", "dependencies": { - "@theia/core": "1.39.0", - "@theia/getting-started": "1.39.0", - "@theia/vsx-registry": "1.39.0", - "@theia/workspace": "1.39.0", + "@theia/core": "1.40.0", + "@theia/getting-started": "1.40.0", + "@theia/vsx-registry": "1.40.0", + "@theia/workspace": "1.40.0", "inversify": "^6.0.1" }, "devDependencies": { diff --git a/eos-thesis-extensions/eos-thesis-updater/package.json b/eos-thesis-extensions/eos-thesis-updater/package.json index d30a6a5..6f149ba 100644 --- a/eos-thesis-extensions/eos-thesis-updater/package.json +++ b/eos-thesis-extensions/eos-thesis-updater/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "eos-thesis-updater", - "version": "1.39.0", + "version": "1.40.0", "description": "Eos Thesis IDE Updater", "dependencies": { - "@theia/core": "1.39.0", - "@theia/output": "1.39.0", - "@theia/preferences": "1.39.0", + "@theia/core": "1.40.0", + "@theia/output": "1.40.0", + "@theia/preferences": "1.40.0", "electron-log": "^4.3.0", "electron-updater": "5.3.0", "fs-extra": "^10.0.0", diff --git a/eos-thesis-extensions/eos-thesis-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts b/eos-thesis-extensions/eos-thesis-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts index 88a83df..faac1d3 100644 --- a/eos-thesis-extensions/eos-thesis-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts +++ b/eos-thesis-extensions/eos-thesis-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts @@ -30,7 +30,6 @@ import { TheiaUpdater, TheiaUpdaterClient, UpdaterError } from '../../common/upd import { inject, injectable, postConstruct } from '@theia/core/shared/inversify'; import { CommonMenus, OpenerService } from '@theia/core/lib/browser'; import { ElectronMainMenuFactory } from '@theia/core/lib/electron-browser/menu/electron-main-menu-factory'; -import { setInterval, clearInterval } from 'timers'; import URI from '@theia/core/lib/common/uri'; import { URI as VSCodeURI } from 'vscode-uri'; diff --git a/next/Jenkinsfile b/next/Jenkinsfile index 1209490..db3b662 100644 --- a/next/Jenkinsfile +++ b/next/Jenkinsfile @@ -167,6 +167,7 @@ def buildNext(boolean runTests, int sleepBetweenRetries) { echo "Upgrading versions" sh "yarn upgrade" + sh "git clean -xfd" try { sh(script: 'yarn --force') } catch(error) { diff --git a/package.json b/package.json index fd63bb1..1e58f99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.39.0", + "version": "1.40.0", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "author": "Rob Moran ", "homepage": "https://github.com/giflw/eos-thesis-ide#readme", @@ -16,7 +16,7 @@ "node": ">=12.14.1" }, "devDependencies": { - "@theia/cli": "1.39.0", + "@theia/cli": "1.40.0", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/eslint-plugin-tslint": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", diff --git a/yarn.lock b/yarn.lock index 4e58f87..38effaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1924,18 +1924,18 @@ dependencies: defer-to-connect "^2.0.0" -"@theia/application-manager@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.39.0.tgz#5a6ffd959754d17f47c125029ac4f76ba0ab3377" - integrity sha512-XgZQLRyr1Ty/xyiD2HvaL3+DeF6R/yXfgu85tTOD0wKVjRqSqI/5iSv0EBspdJUCxuVDrmQT4jBnRsXTDhixvA== +"@theia/application-manager@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/application-manager/-/application-manager-1.40.0.tgz#5566c9e992a20ec5c3bb825efb93029d0703d21d" + integrity sha512-idzKpHo7lkZKxe7IpPJUb47P4eeSczLTH9K1LyB8AELgit/LRnLnKbI/Do4jw8yGScQlc3Spie9iy6k9xo2qhA== dependencies: "@babel/core" "^7.10.0" "@babel/plugin-transform-classes" "^7.10.0" "@babel/plugin-transform-runtime" "^7.10.0" "@babel/preset-env" "^7.10.0" - "@theia/application-package" "1.39.0" - "@theia/ffmpeg" "1.39.0" - "@theia/native-webpack-plugin" "1.39.0" + "@theia/application-package" "1.40.0" + "@theia/ffmpeg" "1.40.0" + "@theia/native-webpack-plugin" "1.40.0" "@types/fs-extra" "^4.0.2" "@types/semver" "^7.3.8" babel-loader "^8.2.2" @@ -1964,12 +1964,12 @@ worker-loader "^3.0.8" yargs "^15.3.1" -"@theia/application-package@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.39.0.tgz#e8ec34d47c059ea8215f24e8cf8b8ad7d1445c6d" - integrity sha512-5IP9DavsspA3wUo0P0Cds1ESFtJGl+7LCZnMwCl06xVJYyrii7IQ7CDy8FmG0iDZF0bFDwOwTnRgI61YqAjx3g== +"@theia/application-package@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/application-package/-/application-package-1.40.0.tgz#732f5986af4dd61be926261548be9417a9c513f7" + integrity sha512-VtdPNYjS+CSRGwAYKRMcHgOKq4SGrDwuBuhKCRnq6KjCNuBVscx0ceDxEAuqeWE6eTmLxasqQcOmo1vmmDcUUg== dependencies: - "@theia/request" "1.39.0" + "@theia/request" "1.40.0" "@types/fs-extra" "^4.0.2" "@types/semver" "^5.4.0" "@types/write-json-file" "^2.2.1" @@ -1981,38 +1981,38 @@ semver "^5.4.1" write-json-file "^2.2.0" -"@theia/bulk-edit@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/bulk-edit/-/bulk-edit-1.39.0.tgz#0e9be86b1e5d7ec28fae0b324ed8d941a19ab93b" - integrity sha512-Z4Bq3kVkXxK4kbrp6NKmtOVPBbAI3QZhnHisJ6h4hp6jhPgppvUQXgyXIZMywpQJGoj8URLYWvQb/KEcD1u3wQ== +"@theia/bulk-edit@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/bulk-edit/-/bulk-edit-1.40.0.tgz#3c601ea32a3565ed751502641a450913070278e5" + integrity sha512-f3GAI8FIwJgLR9Ii69RHk0y5jlecoh0ClwGck3i3r6URH6ijArV74rAqABIkp6wQ+z2iLFaL0tghgr1T3+5b7g== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/workspace" "1.39.0" + "@theia/workspace" "1.40.0" -"@theia/callhierarchy@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.39.0.tgz#a78062ddca0a12cc5b1a1d9b44a41e0564861270" - integrity sha512-5TNm6NTdFGZXr+uHjk3+Ver2QcrmayVrQlX22R6ZdTP3unaR5ye1Fyk2qM68XKoAHdn+ObAtGpfsQro5Wyj9Kg== +"@theia/callhierarchy@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/callhierarchy/-/callhierarchy-1.40.0.tgz#3d60734e9a5d252433989fe8c2afae2a7bd5f745" + integrity sha512-YU+WidIUPoREn6M4NM87S1CCriTK9J0uihDKWQsKVuEze1cgA32r7LSe7hR6xHvCvqIh45/ffDRxRtyOTbVa8w== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" ts-md5 "^1.2.2" -"@theia/cli@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.39.0.tgz#7a304f7e622206dbe5b846431bfa8c582c8d4121" - integrity sha512-gYZY16dr+49hO0r1WqwHYkxR/rJ75NUtaqUa6QyO/And4QjTMvZCC1u3RAg6yLWR5NyLdd7hhRtzb8fb9kWcOA== - dependencies: - "@theia/application-manager" "1.39.0" - "@theia/application-package" "1.39.0" - "@theia/ffmpeg" "1.39.0" - "@theia/localization-manager" "1.39.0" - "@theia/ovsx-client" "1.39.0" - "@theia/request" "1.39.0" +"@theia/cli@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/cli/-/cli-1.40.0.tgz#999f90916d26c9f9aea8a2583795ba5a8c885ad4" + integrity sha512-hPaYnm33NQae9FE/H5YPuNf9jybq9n+6dCiLmrpXsuZB72yvPAMA8D8UOE9PC13LtqvqWJoYAIScmcTkLPPMZA== + dependencies: + "@theia/application-manager" "1.40.0" + "@theia/application-package" "1.40.0" + "@theia/ffmpeg" "1.40.0" + "@theia/localization-manager" "1.40.0" + "@theia/ovsx-client" "1.40.0" + "@theia/request" "1.40.0" "@types/chai" "^4.2.7" "@types/mocha" "^10.0.0" "@types/node-fetch" "^2.5.7" @@ -2030,20 +2030,20 @@ temp "^0.9.1" yargs "^15.3.1" -"@theia/console@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.39.0.tgz#49b62d2818f030bcd6def7ff59b86b5b48d4a7e4" - integrity sha512-MOF1TGAzSZNdwZCCJdzccycwXeeMwtq8pdKta+cz8v3JSZEKyhczAgqD/eQ7+eHCm9aW16bybmcEoBqXirZqXA== +"@theia/console@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/console/-/console-1.40.0.tgz#9fd43fa88171ae72b246ecc7a3f80b6f74316449" + integrity sha512-ppcYOpAG2NVCb1XnS43IxtAjfwsTw3LgupD1RIJrfbj0p0/nRp7C3hNBwngn3asNDf/27sTUizNaPJlQuJKYTQ== dependencies: - "@theia/core" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" anser "^2.0.1" -"@theia/core@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.39.0.tgz#34bf07edce5e4e90ef0578acca46e51ce07450fc" - integrity sha512-EmvIpp3mKGSFO50iOm3hOa66WlyHigFOGyq1N4nVibzb82/T065LZDof8NTLXl50cMr6H3ZFhBC32TTGf4ircw== +"@theia/core@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/core/-/core-1.40.0.tgz#eca1402d83c6ea5a6935f5ab565dc477f83904f0" + integrity sha512-LzLgYS9P2Y5MqZFJTHL9VtjPoCnrfw/rUIoGYgM///688lqRsMWh4BfxqCIS7sOxko4OyZzM7XQBfxmlWVsRkw== dependencies: "@babel/runtime" "^7.10.0" "@phosphor/algorithm" "1" @@ -2056,8 +2056,8 @@ "@phosphor/signaling" "1" "@phosphor/virtualdom" "1" "@phosphor/widgets" "1" - "@theia/application-package" "1.39.0" - "@theia/request" "1.39.0" + "@theia/application-package" "1.40.0" + "@theia/request" "1.40.0" "@types/body-parser" "^1.16.4" "@types/cookie" "^0.3.3" "@types/dompurify" "^2.2.2" @@ -2114,90 +2114,90 @@ ws "^7.1.2" yargs "^15.3.1" -"@theia/debug@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.39.0.tgz#54bd1458c038edc90ce119a1f956c35e26e350f9" - integrity sha512-SySuVoCzIC0/P2c1Fy0eUJOTOzXoWxrH4oPfZI7sFZCO70nIikJz79ZmAqo9qGT8/VAZysAu2e3LbQddhAU7cw== - dependencies: - "@theia/console" "1.39.0" - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/markers" "1.39.0" - "@theia/monaco" "1.39.0" +"@theia/debug@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/debug/-/debug-1.40.0.tgz#068581146d9ff6886116182e9d04059cc1a45417" + integrity sha512-1NjHBzWBatSe/HWqyKM1qR1MYpPF5WKbt06uxUiPhwwsSPlfV2rN9+06Fz7SLFJhuijT9bC8VLm70h1oLk1C4A== + dependencies: + "@theia/console" "1.40.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/markers" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/output" "1.39.0" - "@theia/process" "1.39.0" - "@theia/task" "1.39.0" - "@theia/terminal" "1.39.0" - "@theia/variable-resolver" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/output" "1.40.0" + "@theia/process" "1.40.0" + "@theia/task" "1.40.0" + "@theia/terminal" "1.40.0" + "@theia/variable-resolver" "1.40.0" + "@theia/workspace" "1.40.0" "@vscode/debugprotocol" "^1.51.0" fast-deep-equal "^3.1.3" jsonc-parser "^2.2.0" p-debounce "^2.1.0" -"@theia/editor-preview@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-1.39.0.tgz#3d724fe8ffc21e5fd5f13b1dd51116f8a1ffa94a" - integrity sha512-xOTwk7wBcZzOXZ+5Bk5lk9zW+lFCWEsv7syu/+5HZ/34ItAw6V4EzVOyMn5RFsUS/oJb2ZVXBqdSX8O/dVkSfQ== +"@theia/editor-preview@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/editor-preview/-/editor-preview-1.40.0.tgz#a455773dff94338ff12a7b15cf4b2506cf125ccc" + integrity sha512-HxoXekiUECsvzLk+MGCJHpJHaWCtJKq36VtXrgV6b6rffSegpNdYhBl00qQHxBuvpb74/ogdDBK9Qhoi1JPAAg== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/navigator" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/navigator" "1.40.0" -"@theia/editor@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.39.0.tgz#ef083070b254a03dd2899975b455abbcc5dbac66" - integrity sha512-CX/Ttl48H0ZKfNq+am/lSYwzDk+y+Ok6nmgqlZ39OpwrHH6z57VvKX+GpRSFBsT8IxWRRlscx2hoBW0yURRVlQ== +"@theia/editor@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/editor/-/editor-1.40.0.tgz#c3154d9d531fc16b3eca9ecdb8eb34a16dd191f5" + integrity sha512-kyNEx2LkVA09jfHMA3QkJyV+QR3356bGV5ZYgAIiiaZym3O6Q6VWfNzxQ35MTaVFXWowAexsNQYxzRF8erKK6g== dependencies: - "@theia/core" "1.39.0" - "@theia/variable-resolver" "1.39.0" + "@theia/core" "1.40.0" + "@theia/variable-resolver" "1.40.0" -"@theia/electron@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.39.0.tgz#3c1893ba9b687079c38b5805ce0541c12fbc61d6" - integrity sha512-vZ7Vv6//O93pUo5A3B4rSXR+BSHmng6dVIMp01ZuUCG+3crjaPuIRfj6B704KS4df5JUdpEgd6S3H3K0//kGBA== +"@theia/electron@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/electron/-/electron-1.40.0.tgz#0b98d3b08f84df9a5b0287c73e7e0e82323139e4" + integrity sha512-wYdBLwcr6qVQZnFgs2/3ILwz1T5HgjRlwF85AMDbF7eVdjKd8HHoOzAuqnQCdT1NzIMG05Jp170xg8Q8VevfAA== dependencies: electron-store "^8.0.0" fix-path "^3.0.0" native-keymap "^2.2.1" -"@theia/external-terminal@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/external-terminal/-/external-terminal-1.39.0.tgz#9357e4f31e9fa366b0973a9e5467e21033a9763a" - integrity sha512-MPItmZiPRBy091B9lNl0e11VlhuW+OCjwoeBR7QIz+dCUxsN/MrwnRWUbOQU6TyABBE53bSsNxKziwXjSetOkA== +"@theia/external-terminal@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/external-terminal/-/external-terminal-1.40.0.tgz#bfe3aa5b743bcc9de82c89d650bb6c5ac1b625a4" + integrity sha512-S2Ic1zQJrs6ihtU6mLEuENxj3yP9uBYDAs7pbA7a2z60/tp2dsF1O5H9TMzEDDYASUSJm2o0V5wSU/WxeTXedw== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/workspace" "1.40.0" -"@theia/ffmpeg@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/ffmpeg/-/ffmpeg-1.39.0.tgz#0b82b0aa876018286fed3a71dbcf9fcc56ad1c83" - integrity sha512-TegG0fsEuvHbqLVr+NbkSsb/PzCXBM1RdowJhtkvTfSqZRW5dIWwA0KcojrPR5In+67Nv+BC+7kQAIlh4DXyPg== +"@theia/ffmpeg@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/ffmpeg/-/ffmpeg-1.40.0.tgz#9379d7cb7c89fcccba1394b11037cd2c7338eb37" + integrity sha512-27bvTKgIFkkm393M8M/WrEytUBudjT/k0nuqMiwR+cRj2sMlU8ZfH+c9NdoHcn4J/PX87upxo/jbuJJkhkyt3w== dependencies: "@electron/get" "^2.0.0" unzipper "^0.9.11" -"@theia/file-search@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.39.0.tgz#2f733bf7226325cc9921481b16e88dfef7abe22b" - integrity sha512-LmeucBYZDVKA+pe1l6wNOl3RV9le585dZtaBBiNDo1d68NKG4elssdsVmPGyZyWG28C54qGfTm0VD+KNtLVYLg== +"@theia/file-search@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/file-search/-/file-search-1.40.0.tgz#97baeeea2531215d89c036bb0e343315b903b45c" + integrity sha512-v+J5j9FG1a/gZW2xO0V3dxbrYgB+1lT15sOucCuNrKA/y57PizukkQHtFjTXOmcaxbvPqocHZ5zocHIMJMLWhw== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/process" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/process" "1.40.0" + "@theia/workspace" "1.40.0" "@vscode/ripgrep" "^1.14.2" -"@theia/filesystem@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.39.0.tgz#e031d4b6e8eb6a43422844e32c1e64e2a301e70b" - integrity sha512-dhS/xMqeJ1rjmznw2v3BYt28U/ETAhrjw3DeWDSheNalIobTXEc3oCUpSgameNHDVrehpA47cYGwOTymHYfcrg== +"@theia/filesystem@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/filesystem/-/filesystem-1.40.0.tgz#8738dd78136edce879ada96a462d0b4669162ba1" + integrity sha512-IYqykzN2kWFKspmjNm1PFxNVm2kAG2243WEwGOAn22OUqvbUAydRR4taPAuatKcoaw0AYadEF1ZjL52G91rqRQ== dependencies: - "@theia/core" "1.39.0" + "@theia/core" "1.40.0" "@types/body-parser" "^1.17.0" "@types/multer" "^1.4.7" "@types/rimraf" "^2.0.2" @@ -2209,36 +2209,37 @@ minimatch "^5.1.0" multer "1.4.4-lts.1" rimraf "^2.6.2" + stat-mode "^1.0.0" tar-fs "^1.16.2" trash "^7.2.0" uuid "^8.0.0" vscode-languageserver-textdocument "^1.0.1" -"@theia/getting-started@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-1.39.0.tgz#47b9206eea1282b95f477c58a09b934243dc012e" - integrity sha512-edPS4/o+fx5mLTTXy9iQvQ4FifjYjiIXDvisgsCj5sNgX9Fs8c9xwTXbshBBLLtWY8iIY6wFLvx0ct3aNL7WsQ== +"@theia/getting-started@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/getting-started/-/getting-started-1.40.0.tgz#154c91c25794e6b7097bd167526c3aed4feb28d7" + integrity sha512-2vEA8vhMCM86yBqFSDJeZ+XgbjIjAfLquS9wXDc32qZ/6z5Itruy18F5zPF8kytsyKaG5dLNgqPApR0pKP2oqg== dependencies: - "@theia/core" "1.39.0" - "@theia/keymaps" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/core" "1.40.0" + "@theia/keymaps" "1.40.0" + "@theia/workspace" "1.40.0" -"@theia/keymaps@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.39.0.tgz#6144b353c3511fca9c7da4fd84d261bce23cb73b" - integrity sha512-Do413ddkxdnS9+LFRyDlfkTgTv+P4HAptg1VzWgjpA+qi8zDaMrgTHjywbZVEog2aXgCKMflqFRAKPX1Jp8mdQ== +"@theia/keymaps@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/keymaps/-/keymaps-1.40.0.tgz#3f8cd3906313285f97205f857cf4d170778b9ba8" + integrity sha512-HCLEgReY2f4krCG3QNoAicvwi9lraruO/LoDdL5wVhVqqwwXbn7IwlzTZhR3UNCopdg3jyibt9OYKKM9wusTNw== dependencies: - "@theia/core" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/preferences" "1.39.0" - "@theia/userstorage" "1.39.0" + "@theia/preferences" "1.40.0" + "@theia/userstorage" "1.40.0" jsonc-parser "^2.2.0" -"@theia/localization-manager@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/localization-manager/-/localization-manager-1.39.0.tgz#4752b49b93f0de2c6e9aa8e121e5cf251ba7d021" - integrity sha512-RlUBmInrIhigd24kxpF8qeLcswA2QiWMXDqgQkOG6ZYfZ86aMpka6xBn6s32ijOpUwmhU7VOkFm0Zxf0DwBhEg== +"@theia/localization-manager@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/localization-manager/-/localization-manager-1.40.0.tgz#4e4eda9d4d63245a4d0592c6f7559a6c902a803a" + integrity sha512-dL/foFRJOZBnY9dT1IIg8aIZ+2eD3fo69rHsDFkT93HwfyUFTM1bpSuQxKy1/bR2zop+uViKzkMwe8lxXFt6zw== dependencies: "@types/bent" "^7.0.1" "@types/fs-extra" "^4.0.2" @@ -2249,49 +2250,49 @@ glob "^7.2.0" typescript "~4.5.5" -"@theia/markers@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.39.0.tgz#b196d4f275e98c1ee6465c195e433068bb749048" - integrity sha512-Eu87s02CjmBLO615wUvN8CTRltjbHVwYTT+hs9y+pVXjhlhfpswM4P9MQxIOx8XDSoL2D00VasIybwdq3hHQGQ== +"@theia/markers@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/markers/-/markers-1.40.0.tgz#66f5cce9359ae3e4be7b6e0caeebb2e801f2103b" + integrity sha512-WI2BJIRdw6nvyxny+s8nyBvBvMNdkk3iCxgSes/fegIc2urxOtNGQZe+OtFbObEYVB8jPCM/Nfli05GTtPcJ1A== dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/workspace" "1.40.0" -"@theia/memory-inspector@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/memory-inspector/-/memory-inspector-1.39.0.tgz#ea625b5ff54243961a373b3feb8f8bf09cfea877" - integrity sha512-lq25ECk23rmlze74Da1MwqtN+YHpGYYDMIqcyd6a8vhWhaQtW3R6gVvqZHDb/vFq003oCjI81bKcgwIUwCWlPw== +"@theia/memory-inspector@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/memory-inspector/-/memory-inspector-1.40.0.tgz#97a917d029db484cd2d39168198696ae0b51928f" + integrity sha512-8A1jSWwAhtHkbcbWEzkJTH+f3QYuqSXT+/xC2dUK2PYFPSWOKHSk1bKoM0vqR21Dzl3+F+Q8KqDfnab/fKBilA== dependencies: - "@theia/core" "1.39.0" - "@theia/debug" "1.39.0" + "@theia/core" "1.40.0" + "@theia/debug" "1.40.0" "@vscode/debugprotocol" "^1.51.0" long "^4.0.0" -"@theia/messages@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.39.0.tgz#6845a448227abf6eb71f5f3a29a7fde1d1e595f0" - integrity sha512-FAUeNjssuH1Xf/uGPs6f0XJijBULflAy5iJXL5qDkZQkH+cWLJsy+1QrsRN5nxg8Cw6HUDt96Oe8DMwsYkdqRQ== +"@theia/messages@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/messages/-/messages-1.40.0.tgz#6f39cf5d37a5ab8e8f1118fb9817ed27bd375293" + integrity sha512-vu0LttlT/P+exhJaq7U+B6mWQMGCGDDMgNGGhV0iKhJjrDCE4QGGckTWtejrC0pu+h+AHesOGnXo9IVpCsbsHg== dependencies: - "@theia/core" "1.39.0" + "@theia/core" "1.40.0" react-perfect-scrollbar "^1.5.3" ts-md5 "^1.2.2" -"@theia/metrics@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-1.39.0.tgz#49b27190adbcc025659a182a608553cea742b7ec" - integrity sha512-L1j/1lNU01jHbw9kAMWLQrEy6lXyHjZd9WjtgOYJ/+kAmtYR7gOQCbxC+Rmph54h+3gSBJDzl5KaCgcpxU8bwA== +"@theia/metrics@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/metrics/-/metrics-1.40.0.tgz#249f1f27ceb714dcd33df670b2c0556d90a9884b" + integrity sha512-v8I/embcNu37abIQFTz8dayGScTKLXGMrFjgsfrFrp4esl+DU/uH29CWTnTiFUTr2hNfLsmgnY6ZISREyKzoXA== dependencies: - "@theia/core" "1.39.0" + "@theia/core" "1.40.0" prom-client "^10.2.0" -"@theia/mini-browser@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-1.39.0.tgz#60eb05a579d0cb5842eaa61533bfc3c07a469bd6" - integrity sha512-RS+9q1FxiawjMevFtiqLzjwPVkPV1FVYcevWUC5b5zLeAr8wjRxC3A1GYoHEz/H1ZuL8hf0yHFMUzT99Q/qZzQ== +"@theia/mini-browser@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/mini-browser/-/mini-browser-1.40.0.tgz#f7ac7a44f4eae8590fe5ea370ac893b6d96c1820" + integrity sha512-qjWvSLSfXMSxdq/niZ44jxaOHBi4GEd4ma3ap8+dECw9+M/dNa4yCelWi2dtviXh7NLGwhvkt+VYPIaghLOPJw== dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" "@types/mime-types" "^2.1.0" mime-types "^2.1.18" pdfobject "^2.0.201604172" @@ -2303,131 +2304,131 @@ resolved "https://registry.yarnpkg.com/@theia/monaco-editor-core/-/monaco-editor-core-1.72.3.tgz#911d674c6e0c490442a355cfaa52beec919a025e" integrity sha512-2FK5m0G5oxiqCv0ZrjucMx5fVgQ9Jqv0CgxGvSzDc4wRrauBdeBoX90J99BEIOJ8Jp3W0++GoRBdh0yQNIGL2g== -"@theia/monaco@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.39.0.tgz#b1943d4d94022969c3401711a45f08b497520625" - integrity sha512-fbEC27l7H0D8D968J6i+wn5wFMsmbGQpYOt/fPGdda7cCxxYlb7vy3krYbDn8EvHRMEF+2OCVydcOF41u81RxA== +"@theia/monaco@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/monaco/-/monaco-1.40.0.tgz#dd9fa36b403b2f725bbbcdd76347d660c3f945f8" + integrity sha512-Oroxb3H4bv/xu3+EnQMDkDrNzypsDwBMpRBXUMI1nDsr38nhV3bKTELqy7gI6B+F0W4sVjSZDExgLoxfTY6JLw== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/markers" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/markers" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/outline-view" "1.39.0" + "@theia/outline-view" "1.40.0" fast-plist "^0.1.2" idb "^4.0.5" jsonc-parser "^2.2.0" vscode-oniguruma "1.6.1" vscode-textmate "^7.0.3" -"@theia/native-webpack-plugin@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/native-webpack-plugin/-/native-webpack-plugin-1.39.0.tgz#3945a414d567d39448a6853feab97a637c3f1927" - integrity sha512-SOm8bBHjkHtKfocoA5pfz7b3c07SUVQWpd9JQnxDVETsVnBE64T/sEVtuR/JWMHSH5I+Znx4mQ47/vmsBNLGQQ== +"@theia/native-webpack-plugin@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/native-webpack-plugin/-/native-webpack-plugin-1.40.0.tgz#ecbaa8d9f083375d86589f8f4e6cb5abba10493e" + integrity sha512-x9MWUzQBFACLvgUb7oG6Upp6+zto6o5K68gsMza7gBlCm5ivds3qnixOp9pKkYCOm/efGoPrdSC5rw8pHfhcLw== dependencies: temp "^0.9.1" webpack "^5.76.0" -"@theia/navigator@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.39.0.tgz#b76a6cf72d691576a385905499e673e39f41ef9a" - integrity sha512-4AET4BOrEdZ/kmADL0n8hm6iTy0rA7QaqwkNJfSNxW1fNkLmnfZ4zkAGb7G7z7NEAiT8x6+HkiOKxcRqm1F/jA== +"@theia/navigator@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/navigator/-/navigator-1.40.0.tgz#7c8334b81e3a3c913b2c6857d7ba3f4d2ce02534" + integrity sha512-p3VkADajCTJ3wxpYB4Ti10R8aFD85QcRVQUmKH1pHhtFvcq1lQaZl42hns7HbvqFxoSUps8xJCK/rnamhm2NcA== dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/workspace" "1.40.0" minimatch "^5.1.0" -"@theia/outline-view@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.39.0.tgz#1b4a9032730164f646dbd0d7a8b4d94b38a6d9bc" - integrity sha512-zFwxWsJmSFUxnZyC+NwWcq1P7XOOLl0or30jSZGXgIvLVBVL/5QT8Uiaxi750SpAPCl4S1zfGYYXaGWqcj2YCg== +"@theia/outline-view@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/outline-view/-/outline-view-1.40.0.tgz#4218c19f758e6b7c1912a77bd8e9e67600ba506c" + integrity sha512-9mdch9gSNMkX5s35K4IA6DS/6QyKEIYoxuTp7uNG1RpTuUix2c7pJNw+2vd0o2EFYfsuRiBV29VVAKWNkacgPw== dependencies: - "@theia/core" "1.39.0" + "@theia/core" "1.40.0" -"@theia/output@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.39.0.tgz#d1c379d7893391f8a3f7ed46130c4a376a8204f2" - integrity sha512-MeIRpn63p5ykctpPsfNLonKOasPmvIOJ3/q7sEjOCK0QRGwxI5WoTVNjBYEEvAleZCVO2B0OsvKoo6EjDE4yhA== +"@theia/output@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/output/-/output-1.40.0.tgz#68f9068cf0d6e78d791deb680207d60a36180aab" + integrity sha512-3LF7iVm66DOfbCXxnCRXV3q2TcKoQHucY74mDcPH8wQlfAl3EdVbm3xG0RsImugNNqquvHOQpne1KeYKeP9RZQ== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" "@types/p-queue" "^2.3.1" p-queue "^2.4.2" -"@theia/ovsx-client@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.39.0.tgz#4dd3929c7ee05687fd9655a6f37ea6039c943d69" - integrity sha512-vfIAHbt66D0sbujQrQxg0KbIBU0nXexVwluHhpn9m28fgkRA+4lvNvAu0iIHu2OTWniO4CJvBzOyiALbSG10rQ== +"@theia/ovsx-client@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/ovsx-client/-/ovsx-client-1.40.0.tgz#c5692e3e3fd84c6fc67fac441715718496f99b4c" + integrity sha512-a0m7EEYqOjEdooSlXDv4gynK0pc/9+Txbi91muSZB8OEkQwBaGh+TQam1RzydmvghgbevJlzQaJMnrpTtIm7aw== dependencies: - "@theia/request" "1.39.0" + "@theia/request" "1.40.0" semver "^5.4.1" -"@theia/plugin-dev@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/plugin-dev/-/plugin-dev-1.39.0.tgz#6352f8419d0e70d24bc3e14bb3b1ac81eaf13c27" - integrity sha512-2q0O3xCfZTl4485xYA2c7Ik3o1UITTrOavpRf6S5Q3Uob+5LXw5tQlbH1Ivj0Sclqncs0BInd6mrI5ESRLNsLA== - dependencies: - "@theia/core" "1.39.0" - "@theia/debug" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/output" "1.39.0" - "@theia/plugin-ext" "1.39.0" - "@theia/workspace" "1.39.0" +"@theia/plugin-dev@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/plugin-dev/-/plugin-dev-1.40.0.tgz#be5d01d193bb23d47cf465fe22f9137c334488ec" + integrity sha512-kXLet7BVrFJj6wwVgeCfVXedoK3B770xcWX5883rG+gQJGiQUGFYg0G2Are4/qmf5j1GFEu34bKEgooEjrqh/Q== + dependencies: + "@theia/core" "1.40.0" + "@theia/debug" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/output" "1.40.0" + "@theia/plugin-ext" "1.40.0" + "@theia/workspace" "1.40.0" ps-tree "^1.2.0" -"@theia/plugin-ext-vscode@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.39.0.tgz#6e6a9e58b8c0f8f632039857591c756faf682220" - integrity sha512-91P9LXcylBnjSQxUnnHfhR262s89LiJ5sgvQS3xTRhHaxJI7d7YHYcQQaDRbaKyJBFLEGt4mNTEoREC9UsZZEw== +"@theia/plugin-ext-vscode@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/plugin-ext-vscode/-/plugin-ext-vscode-1.40.0.tgz#c1c3565c4b60a97fc701685984ab121504cacce8" + integrity sha512-ANeywABrGHoLURy2z1vye8snA6t+L0GBM5Y3XCw2eVVwR78x1UrEMZ+/nQdKmX0JNMmuvIZFOTMi7wil2VSlHA== dependencies: - "@theia/callhierarchy" "1.39.0" - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/callhierarchy" "1.40.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/navigator" "1.39.0" - "@theia/plugin" "1.39.0" - "@theia/plugin-ext" "1.39.0" - "@theia/terminal" "1.39.0" - "@theia/typehierarchy" "1.39.0" - "@theia/userstorage" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/navigator" "1.40.0" + "@theia/plugin" "1.40.0" + "@theia/plugin-ext" "1.40.0" + "@theia/terminal" "1.40.0" + "@theia/typehierarchy" "1.40.0" + "@theia/userstorage" "1.40.0" + "@theia/workspace" "1.40.0" filenamify "^4.1.0" -"@theia/plugin-ext@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.39.0.tgz#d715b613896c6f5f008cb014d21eb8bdb84044d0" - integrity sha512-1I37IGGPRLiCCLKjAMsEMBfkyQ0OZuObNDjQaEz8DJtWuTjF8pFQ+Ebr+XTgv5S10HwUt+VYq4Zw35G5Zy2dZg== - dependencies: - "@theia/bulk-edit" "1.39.0" - "@theia/callhierarchy" "1.39.0" - "@theia/console" "1.39.0" - "@theia/core" "1.39.0" - "@theia/debug" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/editor-preview" "1.39.0" - "@theia/file-search" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/markers" "1.39.0" - "@theia/messages" "1.39.0" - "@theia/monaco" "1.39.0" +"@theia/plugin-ext@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/plugin-ext/-/plugin-ext-1.40.0.tgz#3f026fc2ed1f4d823d7e7eb12f716a07a7fbc4e8" + integrity sha512-ifPVvHPxGyo9zUOmr0YFJkew3X3W4HJYmOuFh1/vEmGm2sV/HiY5f6/azCDpvS9CM2ccaOcdRFs/B+llzM22UQ== + dependencies: + "@theia/bulk-edit" "1.40.0" + "@theia/callhierarchy" "1.40.0" + "@theia/console" "1.40.0" + "@theia/core" "1.40.0" + "@theia/debug" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/editor-preview" "1.40.0" + "@theia/file-search" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/markers" "1.40.0" + "@theia/messages" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/navigator" "1.39.0" - "@theia/output" "1.39.0" - "@theia/plugin" "1.39.0" - "@theia/preferences" "1.39.0" - "@theia/scm" "1.39.0" - "@theia/search-in-workspace" "1.39.0" - "@theia/task" "1.39.0" - "@theia/terminal" "1.39.0" - "@theia/timeline" "1.39.0" - "@theia/typehierarchy" "1.39.0" - "@theia/variable-resolver" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/navigator" "1.40.0" + "@theia/output" "1.40.0" + "@theia/plugin" "1.40.0" + "@theia/preferences" "1.40.0" + "@theia/scm" "1.40.0" + "@theia/search-in-workspace" "1.40.0" + "@theia/task" "1.40.0" + "@theia/terminal" "1.40.0" + "@theia/timeline" "1.40.0" + "@theia/typehierarchy" "1.40.0" + "@theia/variable-resolver" "1.40.0" + "@theia/workspace" "1.40.0" "@types/mime" "^2.0.1" "@vscode/debugprotocol" "^1.51.0" "@vscode/proxy-agent" "^0.13.2" @@ -2445,210 +2446,211 @@ vhost "^3.0.2" vscode-textmate "^7.0.3" -"@theia/plugin@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.39.0.tgz#88e6e5c0720f20685362ac0983bd7c98af81a31c" - integrity sha512-5ORDIPYsB3ZrVjeHbeLIZ6lanhzvZZEyHwPLurPr6HTnQWivfgF0FEf7gSMxqLzY4qI/mxnKN/39wFEVjoCiYg== +"@theia/plugin@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/plugin/-/plugin-1.40.0.tgz#3e74036b2ee06f864de3383d3eb95ed49241148a" + integrity sha512-5Gdliny/Jjcb90jgZWhuQK6liZysalMF6zJLmK/aDt3bryAgxpqsu1wVaSreofurlZ2ORGRQmsSOfqTrXeVnEg== -"@theia/preferences@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.39.0.tgz#4c7228fc646b85c5b9f8ede448820d4f312cc3b5" - integrity sha512-abO0EwpmyOD0DBRk1ReXF7jLd7aDjx5Und9tLbggrZs4dDpNsIvED5axwkA+mRTlq3gdnnVRCbBqP5HZQ3LxFA== +"@theia/preferences@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/preferences/-/preferences-1.40.0.tgz#05aaa10f58c4550078be16c8373c8c1a7ff8dcc2" + integrity sha512-qUQtJTrZAIKf8TuNW51h9d5oGFCDy1bBPOfXI3t8zUxWY5xOGHikC9Hs0nPDzSy0BBeITqIhqCfba+9E+AdyfA== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/userstorage" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/userstorage" "1.40.0" + "@theia/workspace" "1.40.0" async-mutex "^0.3.1" fast-deep-equal "^3.1.3" jsonc-parser "^2.2.0" p-debounce "^2.1.0" -"@theia/process@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.39.0.tgz#5b0d4fb5ade9f8d550aab998d794a8645de0a141" - integrity sha512-Jm/pSNDshT09sS6GqQzRYQv7wArE7m31h7UoRksIsgVQM3xNmFOM080hkNhvvM3rTj6yGAVux5qfFZSXqBiAsg== +"@theia/process@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/process/-/process-1.40.0.tgz#80a9b412689cfd0e2eb8ebd4e10e0c98444589d3" + integrity sha512-LxFqOHJYGWDVLC+16s0737FEy/HRhkUEUw6E0PXXyIV/YCjB3MF41lRG+VUql4Eal9r0Srl0rBEt0JN7NI1SBw== dependencies: - "@theia/core" "1.39.0" + "@theia/core" "1.40.0" node-pty "0.11.0-beta17" string-argv "^0.1.1" -"@theia/property-view@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/property-view/-/property-view-1.39.0.tgz#77fc1658019dc05cf11f648bacb4d36a1413c788" - integrity sha512-WCcdHzeQgK80e0/W3XATAKKlXRF1c+ETTSAzzeenGewju+UGU+nZepyquc7mWeS7I0pDwV9YcGu8qa6BrOAY1Q== +"@theia/property-view@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/property-view/-/property-view-1.40.0.tgz#bb129377e3bf113ac68e71fc22b97626e1a9c16e" + integrity sha512-yBHZMsPjGLkGi0tX1mcjYI4aVjkoqZDuG/8LLZf5Cw6jQPeSZB+7JZkDuq18hrw0H75hmcrxpsJ7t7pfcbOxHQ== dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" -"@theia/request@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/request/-/request-1.39.0.tgz#961fcfa5912232d26958a7de55e93c959a8c0a74" - integrity sha512-kDfys8mVIgbVNCdgx/rDm1harEmhO3I1gNfJE49ysS1mfyKqKifpthtnEZRQha0za9hHyUG+eVIbx2Xhf4vBIg== +"@theia/request@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/request/-/request-1.40.0.tgz#c568a4ed130b3ea0a0a745dabbfee7364fea3162" + integrity sha512-ZMFKA+AS43BVVtuhsdBv0XmJYK5HVFerLs5xz3h2MsiGw9BeblwGcoMnia5UjzDCrGI8wmZtpWttfk42CYB9TA== dependencies: http-proxy-agent "^5.0.0" https-proxy-agent "^5.0.0" -"@theia/scm-extra@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.39.0.tgz#aef5befbe86f43265a4b0d10a535a3daac5c75f1" - integrity sha512-HPLc9MbkvSAg4nUcQpAtF2+AT0B6xP4Nyp+G5ikbzNs7OixCMJ6G/yZ3Limd0z/1A3Yf9BHB4pTZQBC7pBRLzw== - dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/navigator" "1.39.0" - "@theia/scm" "1.39.0" - -"@theia/scm@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.39.0.tgz#c9623798858294328eca539a6d26b1bc17179764" - integrity sha512-MLkMpfLSWRMeVigqsLY0eg0P0MTSxDnnC1ZfxcFHtfdXV7Qo3CMRO63Be+t6aexL6Z7OMMo6kTiUTTk37iwOuw== - dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" +"@theia/scm-extra@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/scm-extra/-/scm-extra-1.40.0.tgz#24373c489a238cfe74ca21fe00f8ececef4bfd9f" + integrity sha512-VbSA3IQxtIF3stKJSqRIJ6W6rbPba6MwSML0XjgG9PqJohSnWm95wcRCWgLig2RtYh3CZ7yrRx5HYQS8U08+oQ== + dependencies: + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/navigator" "1.40.0" + "@theia/scm" "1.40.0" + +"@theia/scm@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/scm/-/scm-1.40.0.tgz#b8f5ed47740217eb78c53600738ca56706534976" + integrity sha512-zN6xyX+Riw2KqdNNqRTw7dQ/cKqEze7L+o2rAUUsat6h0nsVgG5FTfXzKywoMZZsuGGlmXclokP5e6T+cZatvw== + dependencies: + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" "@types/diff" "^3.2.2" diff "^3.4.0" p-debounce "^2.1.0" react-autosize-textarea "^7.0.0" ts-md5 "^1.2.2" -"@theia/search-in-workspace@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.39.0.tgz#cc0e3e64c035e1b9ebd551d3a2c268d2beff8071" - integrity sha512-kawf+IXhnzJwvrRLqHBbTZTczfusn5+sFRIOmiaQ09v4pUihrr+9TZ2HJUdbqQdl8W8iL3vNkURT0IsLMzMm1A== - dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/navigator" "1.39.0" - "@theia/process" "1.39.0" - "@theia/workspace" "1.39.0" +"@theia/search-in-workspace@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/search-in-workspace/-/search-in-workspace-1.40.0.tgz#5d498d647e38736b096d1c5c320684cd52710d35" + integrity sha512-MkFDXFub7EEbh1ELEx6qe6ksJRHzWKvuCyStOouPKyQZNkrZyT5GAJrEJ77pIChqfqn9PBh4euQiDaHOMMisKQ== + dependencies: + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/navigator" "1.40.0" + "@theia/process" "1.40.0" + "@theia/workspace" "1.40.0" "@vscode/ripgrep" "^1.14.2" minimatch "^5.1.0" -"@theia/secondary-window@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/secondary-window/-/secondary-window-1.39.0.tgz#084d5e06c995f2a2c9545b5d2cb9368ca5269278" - integrity sha512-+D192n2tHcKpMMpR1TqbE8QmHLvaWTEqPwiqKnc9cJsHPz5ddycA9FqE24uaPrl56VCdko/rdY24WtjxIWWWFA== +"@theia/secondary-window@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/secondary-window/-/secondary-window-1.40.0.tgz#db64e06f5a15d8127cef6338b1e12f80b6c8bf13" + integrity sha512-oC6QNLR8OjntE7xnC5Qu9P+YuHuxE77n7y3VrKJFY4bFSx0R0drQILhKlG9ec4UuP9F2wp6PZGyHDXrTuipgVA== dependencies: - "@theia/core" "1.39.0" + "@theia/core" "1.40.0" -"@theia/task@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.39.0.tgz#4f1bef9ea2337c9aa89c9f001c15ff5afb7153ab" - integrity sha512-ZhaiRTuxXbJxLxijeDxBjR8ycgCC301iS0nW0UHpi8ReqPoL7u+ZEQUUW631rSEV4m8Ve1PXamEjPt6ZGyAoFg== +"@theia/task@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/task/-/task-1.40.0.tgz#f452537075896cc0f3933487ce8061b26e86b5cd" + integrity sha512-vWDU/mfcbPHBdX94pr4yINb/776FTbBwlD6iyd9k2V2qxVJrWv6ZvJ52jcioR5yHWLuZs2wK2QV61h+N9o9WfA== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/markers" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/markers" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/process" "1.39.0" - "@theia/terminal" "1.39.0" - "@theia/userstorage" "1.39.0" - "@theia/variable-resolver" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/process" "1.40.0" + "@theia/terminal" "1.40.0" + "@theia/userstorage" "1.40.0" + "@theia/variable-resolver" "1.40.0" + "@theia/workspace" "1.40.0" async-mutex "^0.3.1" jsonc-parser "^2.2.0" p-debounce "^2.1.0" -"@theia/terminal@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.39.0.tgz#5ed6cebe70bfa25be2a447923b31d1118f1bc541" - integrity sha512-a33ziDuLx+hF/3GvICvGTMBTdwQr96iUsiqBBDBNwIXoCIvG5Q33Pds0xNyH34Ik8XXRLSSWgyTiGK2eM6qreQ== - dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/process" "1.39.0" - "@theia/variable-resolver" "1.39.0" - "@theia/workspace" "1.39.0" +"@theia/terminal@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/terminal/-/terminal-1.40.0.tgz#29626004bc711d136d058bc0b4699e51e4d89b65" + integrity sha512-YpPy8iuuGF9MlO84PNWKZ7jUqMeM6kDC+0VYNKJTXWaSsYi5Dd/HaDqpPBRS6OTL32xU9c1JI1zHRKFl4StgMw== + dependencies: + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/process" "1.40.0" + "@theia/variable-resolver" "1.40.0" + "@theia/workspace" "1.40.0" xterm "^4.16.0" xterm-addon-fit "^0.5.0" xterm-addon-search "^0.8.2" -"@theia/timeline@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/timeline/-/timeline-1.39.0.tgz#2d5e59915b11296fa230d0d8549bb8a02ef5f83b" - integrity sha512-NZUfguj/BDoy5Ui/zBL7qb9eMOxRd6MRYYac3v4mHri5QqfUuTkiWdP9sDyrzMp/6x3NPKWzE/FwKSkHCaxFEw== +"@theia/timeline@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/timeline/-/timeline-1.40.0.tgz#1af3835c98c7422d731f2d15de5815aab97b7daa" + integrity sha512-yX67OZ2dNX/9qxHtq8NS/99cRB86yExluexL+WHxIwS/9L8RuHxcdhbu6IPrgzavhpR1KtYK/3sX11qZhy+HdA== dependencies: - "@theia/core" "1.39.0" - "@theia/navigator" "1.39.0" + "@theia/core" "1.40.0" + "@theia/navigator" "1.40.0" -"@theia/toolbar@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/toolbar/-/toolbar-1.39.0.tgz#a95043419df2900dc7ccfa4025b6a1949f20c16b" - integrity sha512-hN5UsQN9lgI9uUoRjOshMoAHATmmYGXPzPQGb6W0kIzODolkMAk61LcmGNzWZ398bcKb9Q1k1TRS94x6+NonPA== +"@theia/toolbar@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/toolbar/-/toolbar-1.40.0.tgz#8b502d56ef98485b47b0c0a561e49f9d9d732d4f" + integrity sha512-1oav/6Rtk+L8PmcIlx9uykeGysGsg/KwYMNEZV1ztqmTFPvQMlMVihTgVrSw8Kd0hrZ4yhD+QUTb6nwIgmHbSg== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" - "@theia/file-search" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/monaco" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" + "@theia/file-search" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/monaco" "1.40.0" "@theia/monaco-editor-core" "1.72.3" - "@theia/search-in-workspace" "1.39.0" - "@theia/userstorage" "1.39.0" - "@theia/workspace" "1.39.0" + "@theia/search-in-workspace" "1.40.0" + "@theia/userstorage" "1.40.0" + "@theia/workspace" "1.40.0" ajv "^6.5.3" jsonc-parser "^2.2.0" perfect-scrollbar "^1.3.0" -"@theia/typehierarchy@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/typehierarchy/-/typehierarchy-1.39.0.tgz#970cfe009d60e87c97f59c3e0e483eab25c4fceb" - integrity sha512-rcikNT9NqOX70Cbx53Hus81pMGfwvtj5o0KhDCYw6EIBcSmMDz2BvQPptwdJrVQVs8oM7yjutpePuk460X0fsw== +"@theia/typehierarchy@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/typehierarchy/-/typehierarchy-1.40.0.tgz#024b0eabd3ea9c3e1ae9eefa6541fea5661dc49e" + integrity sha512-h7naiFqNesVjuHn2sxNIhtBJohmLpC7osSvgoPvF/DExKPu6t/y1S9kbzG2X4He5L/ZnpmMy5J9fk8DdrOJ3dg== dependencies: - "@theia/core" "1.39.0" - "@theia/editor" "1.39.0" + "@theia/core" "1.40.0" + "@theia/editor" "1.40.0" "@types/uuid" "^7.0.3" uuid "^8.0.0" -"@theia/userstorage@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.39.0.tgz#774d4a9f9f29ce4f092cd1e3493cd879cdb2f732" - integrity sha512-2zuXUQpakhjZY5VS5I1v4kO05TP6yK7tsgKSQWblddQIK9sO/IlfwdEbIjbrWpyPcFZuQzaCL+TCuWz1ryFfzQ== - dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" - -"@theia/variable-resolver@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.39.0.tgz#89463838476ab912ad9e1c6ccb8ce33b35f149dd" - integrity sha512-7JUMayOJekDcQbVGs2K1XhmDb+zlGL1n1bSwVC1K9/MxPlrcmoevEvMz36qboP+J6ym/S3kNchrth9lo0uxO9A== - dependencies: - "@theia/core" "1.39.0" - -"@theia/vsx-registry@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.39.0.tgz#2b917aa7c8db923e527c0218af17a0ccc345929c" - integrity sha512-dXj9r9phOJNFWTNKKU43+ySeM24xJj0Hyq4DxPnb0zq+iRNzSrmbWRv3aVmdLbd4o5AW/RecCtp55DHdYt00rw== - dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/ovsx-client" "1.39.0" - "@theia/plugin-ext" "1.39.0" - "@theia/plugin-ext-vscode" "1.39.0" - "@theia/preferences" "1.39.0" - "@theia/workspace" "1.39.0" +"@theia/userstorage@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/userstorage/-/userstorage-1.40.0.tgz#f97579be4fdd2eb924f7b74c41387ba41250df41" + integrity sha512-TOInUzFkiywxy4lWyMH6Ef7EstTMQGT5NTNyv+S1Bgjex4O1crryr2t5hcPyOrEyTQFcayj0fFK32I9d+MaiVg== + dependencies: + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" + +"@theia/variable-resolver@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/variable-resolver/-/variable-resolver-1.40.0.tgz#7e2f553ef22cc9a4386fb420225c355de36998c1" + integrity sha512-Zijj6KPSKj7balkI0mAQYDHv0enZ5eUEMlORvI64hx1wZt+1bMXlPbCkB1SRNIk7wo/q+74p92RKs6DnIu7qLQ== + dependencies: + "@theia/core" "1.40.0" + +"@theia/vsx-registry@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/vsx-registry/-/vsx-registry-1.40.0.tgz#4db3f8080580a5507145666db65746d501d5020c" + integrity sha512-0d3Nv1oY23HCxnvLUrRqUNCE2FrAvVHVJGn5tbB2zWWd19Kra2JLhAULNHuZBpLQ10h/0N7wJJSr2VUyZwdJKQ== + dependencies: + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/ovsx-client" "1.40.0" + "@theia/plugin-ext" "1.40.0" + "@theia/plugin-ext-vscode" "1.40.0" + "@theia/preferences" "1.40.0" + "@theia/workspace" "1.40.0" luxon "^2.4.0" p-debounce "^2.1.0" semver "^5.4.1" uuid "^8.0.0" -"@theia/workspace@1.39.0": - version "1.39.0" - resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.39.0.tgz#bb29c466141b5584f3ae078cf658d5547950a4c9" - integrity sha512-3/mFMvgdkKj8+DPaWUGD0vQlFFlx7k6WKp5nAtOXz2DZSAb/wXlqH+ex0MgPtJZyCccg+YdVeoWW19Gpp6YWOA== +"@theia/workspace@1.40.0": + version "1.40.0" + resolved "https://registry.yarnpkg.com/@theia/workspace/-/workspace-1.40.0.tgz#277b2bc5a7464d9a4d68c06047eedde670277197" + integrity sha512-UYxzX93oy1ZH/PCnKXfLVEjGkTa+zxPYjVk3c7Kbyyo+Xtu6vMFnCNZ6u5RPQYnzhEKXvr9YsbmZRCaWe7prKQ== dependencies: - "@theia/core" "1.39.0" - "@theia/filesystem" "1.39.0" - "@theia/variable-resolver" "1.39.0" + "@theia/core" "1.40.0" + "@theia/filesystem" "1.40.0" + "@theia/monaco-editor-core" "1.72.3" + "@theia/variable-resolver" "1.40.0" jsonc-parser "^2.2.0" valid-filename "^2.0.1" @@ -4179,6 +4181,17 @@ array-uniq@^1.0.1: resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" integrity sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q== +array.prototype.findlastindex@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.2.tgz#bc229aef98f6bd0533a2bc61ff95209875526c9b" + integrity sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.1.4" + es-abstract "^1.20.4" + es-shim-unscopables "^1.0.0" + get-intrinsic "^1.1.3" + array.prototype.flat@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2" @@ -4308,11 +4321,6 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -atomic-sleep@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b" - integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== - atomically@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/atomically/-/atomically-1.7.0.tgz#c07a0458432ea6dbc9a3506fffa424b48bccaafe" @@ -5167,11 +5175,6 @@ colorette@^1.2.1: resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40" integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g== -colorette@^2.0.7: - version "2.0.20" - resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a" - integrity sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== - colors@1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" @@ -5477,9 +5480,9 @@ copy-webpack-plugin@^8.1.1: serialize-javascript "^5.0.1" core-js-compat@^3.31.0: - version "3.31.1" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.1.tgz#5084ad1a46858df50ff89ace152441a63ba7aae0" - integrity sha512-wIDWd2s5/5aJSdpOJHfSibxNODxoGoWOBHt8JSPB41NOE94M7kuTPZCYLOlTtuoXTsBPKobpJ6T+y0SSy5L9SA== + version "3.32.0" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.32.0.tgz#f41574b6893ab15ddb0ac1693681bd56c8550a90" + integrity sha512-7a9a3D1k4UCVKnLhrgALyFcP7YCsLOQIxPd0dKjf/6GuPcgyiGP70ewWdCGrSK7evyhymi0qO4EqCmSJofDeYw== dependencies: browserslist "^4.21.9" @@ -5625,11 +5628,6 @@ dateformat@^3.0.0: resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae" integrity sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== -dateformat@^4.6.3: - version "4.6.3" - resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5" - integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA== - debounce-fn@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/debounce-fn/-/debounce-fn-4.0.0.tgz#ed76d206d8a50e60de0dd66d494d82835ffe61c7" @@ -6201,9 +6199,9 @@ electron-store@^8.0.0: type-fest "^2.17.0" electron-to-chromium@^1.4.431: - version "1.4.471" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.471.tgz#14cb056d0ce4bfa99df57946d57fe46c2330dac3" - integrity sha512-GpmGRC1vTl60w/k6YpQ18pSiqnmr0j3un//5TV1idPi6aheNfkT1Ye71tMEabWyNDO6sBMgAR+95Eb0eUUr1tA== + version "1.4.475" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.475.tgz#2fee0e2a70cc1538b94f7f90aabcc436e4dcc827" + integrity sha512-mTye5u5P98kSJO2n7zYALhpJDmoSQejIGya0iR01GpoRady8eK3bw7YHHnjA1Rfi4ZSLdpuzlAC7Zw+1Zu7Z6A== electron-updater@5.3.0: version "5.3.0" @@ -6310,7 +6308,15 @@ enhanced-resolve@^5.15.0: graceful-fs "^4.2.4" tapable "^2.2.0" -enquirer@^2.3.5, enquirer@~2.3.6: +enquirer@^2.3.5: + version "2.4.0" + resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.0.tgz#4f36f6c644137cc4fd2891da407ede2b1fea904a" + integrity sha512-ehu97t6FTYK2I3ZYtnp0BZ9vt0mvEL/cnHBds7Ct6jo9VX1VIkiFhOvVRWh6eblQqd7KOoICIQV+syZ3neXO/Q== + dependencies: + ansi-colors "^4.1.1" + strip-ansi "^6.0.1" + +enquirer@~2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== @@ -6344,14 +6350,14 @@ errno@^0.1.1: dependencies: prr "~1.0.1" -error-ex@^1.2.0, error-ex@^1.3.1: +error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== dependencies: is-arrayish "^0.2.1" -es-abstract@^1.19.0, es-abstract@^1.20.4: +es-abstract@^1.19.0, es-abstract@^1.20.4, es-abstract@^1.21.2: version "1.22.1" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.22.1.tgz#8b4e5fc5cefd7f1660f0f8e1a52900dfbc9d9ccc" integrity sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw== @@ -6470,7 +6476,7 @@ eslint-import-resolver-node@^0.3.7: is-core-module "^2.11.0" resolve "^1.22.1" -eslint-module-utils@^2.7.4: +eslint-module-utils@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz#e439fee65fc33f6bba630ff621efc38ec0375c49" integrity sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== @@ -6487,25 +6493,28 @@ eslint-plugin-deprecation@1.2.1: tsutils "^3.0.0" eslint-plugin-import@^2.23.3: - version "2.27.5" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#876a6d03f52608a3e5bb439c2550588e51dd6c65" - integrity sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow== + version "2.28.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz#8d66d6925117b06c4018d491ae84469eb3cb1005" + integrity sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q== dependencies: array-includes "^3.1.6" + array.prototype.findlastindex "^1.2.2" array.prototype.flat "^1.3.1" array.prototype.flatmap "^1.3.1" debug "^3.2.7" doctrine "^2.1.0" eslint-import-resolver-node "^0.3.7" - eslint-module-utils "^2.7.4" + eslint-module-utils "^2.8.0" has "^1.0.3" - is-core-module "^2.11.0" + is-core-module "^2.12.1" is-glob "^4.0.3" minimatch "^3.1.2" + object.fromentries "^2.0.6" + object.groupby "^1.0.0" object.values "^1.1.6" - resolve "^1.22.1" - semver "^6.3.0" - tsconfig-paths "^3.14.1" + resolve "^1.22.3" + semver "^6.3.1" + tsconfig-paths "^3.14.2" eslint-plugin-no-null@^1.0.2: version "1.0.2" @@ -6847,11 +6856,6 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== -fast-copy@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.1.tgz#9e89ef498b8c04c1cd76b33b8e14271658a732aa" - integrity sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA== - fast-deep-equal@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" @@ -6899,16 +6903,6 @@ fast-plist@^0.1.2: resolved "https://registry.yarnpkg.com/fast-plist/-/fast-plist-0.1.3.tgz#328cd9335e93a2479ac90814a1302437574ea925" integrity sha512-d9cEfo/WcOezgPLAC/8t8wGb6YOD6JTCPMw2QcG2nAdFmyY+9rTUizCTaGjIZAloWENTEUMAPpkUAIJJJ0i96A== -fast-redact@^3.1.1: - version "3.2.0" - resolved "https://registry.yarnpkg.com/fast-redact/-/fast-redact-3.2.0.tgz#b1e2d39bc731376d28bde844454fa23e26919987" - integrity sha512-zaTadChr+NekyzallAMXATXLOR8MNx3zqpZ0MUF2aGf4EathnG0f32VLODNlY8IuGY3HoRO2L6/6fSzNsLaHIw== - -fast-safe-stringify@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" - integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== - fastest-levenshtein@^1.0.12: version "1.0.16" resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" @@ -7030,14 +7024,6 @@ find-up@5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA== - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - find-up@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" @@ -7512,7 +7498,7 @@ glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^8.0.0, glob@^8.0.1, glob@^8.0.3: +glob@^8.0.1, glob@^8.0.3: version "8.1.0" resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== @@ -7770,14 +7756,6 @@ he@1.2.0: resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== -help-me@^4.0.1: - version "4.2.0" - resolved "https://registry.yarnpkg.com/help-me/-/help-me-4.2.0.tgz#50712bfd799ff1854ae1d312c36eafcea85b0563" - integrity sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA== - dependencies: - glob "^8.0.0" - readable-stream "^3.6.0" - hosted-git-info@^2.1.4: version "2.8.9" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9" @@ -7962,11 +7940,6 @@ image-size@~0.5.0: resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c" integrity sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ== -immediate@~3.0.5: - version "3.0.6" - resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b" - integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ== - import-fresh@^3.0.0, import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" @@ -8179,7 +8152,7 @@ is-ci@^3.0.0: dependencies: ci-info "^3.2.0" -is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: +is-core-module@^2.11.0, is-core-module@^2.12.0, is-core-module@^2.12.1, is-core-module@^2.5.0, is-core-module@^2.8.1, is-core-module@^2.9.0: version "2.12.1" resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd" integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== @@ -8381,11 +8354,6 @@ is-unicode-supported@^0.1.0: resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7" integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q== - is-weakref@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2" @@ -8518,11 +8486,6 @@ jest-worker@^27.4.5: merge-stream "^2.0.0" supports-color "^8.0.0" -joycon@^3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/joycon/-/joycon-3.1.1.tgz#bce8596d6ae808f8b68168f5fc69280996894f03" - integrity sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw== - "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" @@ -8673,16 +8636,6 @@ jsonparse@^1.2.0, jsonparse@^1.3.1: object.assign "^4.1.4" object.values "^1.1.6" -jszip@^3.10.1: - version "3.10.1" - resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.1.tgz#34aee70eb18ea1faec2f589208a157d1feb091c2" - integrity sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g== - dependencies: - lie "~3.3.0" - pako "~1.0.2" - readable-stream "~2.3.6" - setimmediate "^1.0.5" - just-diff-apply@^5.2.0: version "5.5.0" resolved "https://registry.yarnpkg.com/just-diff-apply/-/just-diff-apply-5.5.0.tgz#771c2ca9fa69f3d2b54e7c3f5c1dfcbcc47f9f0f" @@ -8867,13 +8820,6 @@ libnpmpublish@7.1.4: sigstore "^1.4.0" ssri "^10.0.1" -lie@~3.3.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/lie/-/lie-3.3.0.tgz#dcf82dee545f46074daf200c7c1c5a08e0f40f6a" - integrity sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ== - dependencies: - immediate "~3.0.5" - lighthouse-logger@^1.0.0: version "1.4.2" resolved "https://registry.yarnpkg.com/lighthouse-logger/-/lighthouse-logger-1.4.2.tgz#aef90f9e97cd81db367c7634292ee22079280aaa" @@ -8928,17 +8874,6 @@ load-json-file@6.2.0: strip-bom "^4.0.0" type-fest "^0.6.0" -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A== - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - load-json-file@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b" @@ -10091,9 +10026,9 @@ npm-packlist@^7.0.0: ignore-walk "^6.0.0" npm-pick-manifest@^8.0.0, npm-pick-manifest@^8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz#c6acd97d1ad4c5dbb80eac7b386b03ffeb289e5f" - integrity sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA== + version "8.0.2" + resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz#2159778d9c7360420c925c1a2287b5a884c713aa" + integrity sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg== dependencies: npm-install-checks "^6.0.0" npm-normalize-package-bin "^3.0.0" @@ -10296,6 +10231,16 @@ object.fromentries@^2.0.6: define-properties "^1.1.4" es-abstract "^1.20.4" +object.groupby@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/object.groupby/-/object.groupby-1.0.0.tgz#cb29259cf90f37e7bac6437686c1ea8c916d12a9" + integrity sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw== + dependencies: + call-bind "^1.0.2" + define-properties "^1.2.0" + es-abstract "^1.21.2" + get-intrinsic "^1.2.1" + object.hasown@^1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/object.hasown/-/object.hasown-1.1.2.tgz#f919e21fad4eb38a57bc6345b3afd496515c3f92" @@ -10313,11 +10258,6 @@ object.values@^1.1.6: define-properties "^1.1.4" es-abstract "^1.20.4" -on-exit-leak-free@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz#5c703c968f7e7f851885f6459bf8a8a57edc9cc4" - integrity sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w== - on-finished@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" @@ -10566,11 +10506,6 @@ pacote@^15.0.0, pacote@^15.0.8: ssri "^10.0.0" tar "^6.1.11" -pako@~1.0.2: - version "1.0.11" - resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - parent-module@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" @@ -10587,13 +10522,6 @@ parse-conflict-json@^3.0.0: just-diff "^6.0.0" just-diff-apply "^5.2.0" -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ== - dependencies: - error-ex "^1.2.0" - parse-json@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" @@ -10641,13 +10569,6 @@ path-browserify@^1.0.1: resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ== - dependencies: - pinkie-promise "^2.0.0" - path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" @@ -10703,15 +10624,6 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg== - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - path-type@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f" @@ -10766,7 +10678,7 @@ pify@5.0.0, pify@^5.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f" integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== -pify@^2.0.0, pify@^2.3.0: +pify@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== @@ -10793,56 +10705,6 @@ pinkie@^2.0.0: resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg== -pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.0.0.tgz#cc0d6955fffcadb91b7b49ef220a6cc111d48bb3" - integrity sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA== - dependencies: - readable-stream "^4.0.0" - split2 "^4.0.0" - -pino-pretty@^10.0.0: - version "10.2.0" - resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.0.tgz#c674a153e15c08d7032a826d0051d786feace1d9" - integrity sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA== - dependencies: - colorette "^2.0.7" - dateformat "^4.6.3" - fast-copy "^3.0.0" - fast-safe-stringify "^2.1.1" - help-me "^4.0.1" - joycon "^3.1.1" - minimist "^1.2.6" - on-exit-leak-free "^2.1.0" - pino-abstract-transport "^1.0.0" - pump "^3.0.0" - readable-stream "^4.0.0" - secure-json-parse "^2.4.0" - sonic-boom "^3.0.0" - strip-json-comments "^3.1.1" - -pino-std-serializers@^6.0.0: - version "6.2.2" - resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" - integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== - -pino@^8.12.0: - version "8.14.1" - resolved "https://registry.yarnpkg.com/pino/-/pino-8.14.1.tgz#bb38dcda8b500dd90c1193b6c9171eb777a47ac8" - integrity sha512-8LYNv7BKWXSfS+k6oEc6occy5La+q2sPwU3q2ljTX5AZk7v+5kND2o5W794FyRaqha6DJajmkNRsWtPpFyMUdw== - dependencies: - atomic-sleep "^1.0.0" - fast-redact "^3.1.1" - on-exit-leak-free "^2.1.0" - pino-abstract-transport v1.0.0 - pino-std-serializers "^6.0.0" - process-warning "^2.0.0" - quick-format-unescaped "^4.0.3" - real-require "^0.2.0" - safe-stable-stringify "^2.3.1" - sonic-boom "^3.1.0" - thread-stream "^2.0.0" - pkg-dir@^4.1.0, pkg-dir@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3" @@ -11012,11 +10874,6 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -process-warning@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-2.2.0.tgz#008ec76b579820a8e5c35d81960525ca64feb626" - integrity sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg== - process@^0.11.10: version "0.11.10" resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" @@ -11225,11 +11082,6 @@ queue-microtask@^1.2.2: resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== -quick-format-unescaped@^4.0.3: - version "4.0.4" - resolved "https://registry.yarnpkg.com/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz#93ef6dd8d3453cbc7970dd614fad4c5954d6b5a7" - integrity sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg== - quick-lru@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" @@ -11427,9 +11279,6 @@ read-pkg-up@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" integrity sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A== - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" read-pkg-up@^3.0.0: version "3.0.0" @@ -11448,15 +11297,6 @@ read-pkg-up@^7.0.1: read-pkg "^5.2.0" type-fest "^0.8.1" -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ== - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - read-pkg@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389" @@ -11505,7 +11345,7 @@ readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.5, readable string_decoder "~1.1.1" util-deprecate "~1.0.1" -readable-stream@^4.0.0, readable-stream@^4.1.0: +readable-stream@^4.1.0: version "4.4.2" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.2.tgz#e6aced27ad3b9d726d8308515b9a1b98dc1b9d13" integrity sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA== @@ -11537,11 +11377,6 @@ readdirp@~3.6.0: dependencies: picomatch "^2.2.1" -real-require@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/real-require/-/real-require-0.2.0.tgz#209632dea1810be2ae063a6ac084fee7e33fba78" - integrity sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg== - recast@^0.11.17: version "0.11.23" resolved "https://registry.yarnpkg.com/recast/-/recast-0.11.23.tgz#451fd3004ab1e4df9b4e4b66376b2a21912462d3" @@ -11694,6 +11529,15 @@ resolve@^1.10.0, resolve@^1.14.2, resolve@^1.22.1, resolve@^1.3.2, resolve@^1.9. path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" +resolve@^1.22.3: + version "1.22.3" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.3.tgz#4b4055349ffb962600972da1fdc33c46a4eb3283" + integrity sha512-P8ur/gp/AmbEzjr729bZnLjXK5Z+4P0zhIJgBgzqRih7hL7BOukHGtSTA3ACMY467GRFz3duQsi0bDZdR7DKdw== + dependencies: + is-core-module "^2.12.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + resolve@^2.0.0-next.4: version "2.0.0-next.4" resolved "https://registry.yarnpkg.com/resolve/-/resolve-2.0.0-next.4.tgz#3d37a113d6429f496ec4752d2a2e58efb1fd4660" @@ -11852,11 +11696,6 @@ safe-regex-test@^1.0.0: get-intrinsic "^1.1.3" is-regex "^1.1.4" -safe-stable-stringify@^2.3.1: - version "2.4.3" - resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886" - integrity sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g== - "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" @@ -11909,11 +11748,6 @@ schema-utils@^4.0.0: ajv-formats "^2.1.1" ajv-keywords "^5.1.0" -secure-json-parse@^2.4.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862" - integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw== - seek-bzip@^1.0.5: version "1.0.6" resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.6.tgz#35c4171f55a680916b52a07859ecf3b5857f21c4" @@ -11945,7 +11779,7 @@ semver@7.3.8: dependencies: lru-cache "^6.0.0" -semver@^6.0.0, semver@^6.2.0, semver@^6.3.0, semver@^6.3.1: +semver@^6.0.0, semver@^6.2.0, semver@^6.3.1: version "6.3.1" resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== @@ -12223,13 +12057,6 @@ socks@^2.3.3, socks@^2.6.2: ip "^2.0.0" smart-buffer "^4.2.0" -sonic-boom@^3.0.0, sonic-boom@^3.1.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c" - integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g== - dependencies: - atomic-sleep "^1.0.0" - sort-keys@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128" @@ -12312,11 +12139,6 @@ split2@^3.0.0: dependencies: readable-stream "^3.0.0" -split2@^4.0.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4" - integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg== - split@0.3: version "0.3.3" resolved "https://registry.yarnpkg.com/split/-/split-0.3.3.tgz#cd0eea5e63a211dfff7eb0f091c4133e2d0dd28f" @@ -12520,13 +12342,6 @@ strip-ansi@^7.0.1: dependencies: ansi-regex "^6.0.1" -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g== - dependencies: - is-utf8 "^0.2.0" - strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" @@ -12809,13 +12624,6 @@ textextensions@^5.13.0: resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-5.16.0.tgz#57dd60c305019bba321e848b1fdf0f99bfa59ec1" integrity sha512-7D/r3s6uPZyU//MCYrX6I14nzauDwJ5CxazouuRGNuvSCihW87ufN6VLoROLCrHg6FblLuJrT6N2BVaPVzqElw== -thread-stream@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.3.0.tgz#4fc07fb39eff32ae7bad803cb7dd9598349fed33" - integrity sha512-kaDqm1DET9pp3NXwR8382WHbnpXnRkN9xGN9dQt3B2+dmXiW8X1SOwmFOxAErEQ47ObhZ96J6yhZNXuyCOL7KA== - dependencies: - real-require "^0.2.0" - through2@^2.0.0: version "2.0.5" resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" @@ -12971,7 +12779,7 @@ ts-node@^10.0.0: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -tsconfig-paths@^3.14.1: +tsconfig-paths@^3.14.2: version "3.14.2" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088" integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==