From 8b5fac974657a490518894341b6e53a49e98ae56 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Thu, 20 Jul 2023 12:30:02 +0200 Subject: [PATCH 1/3] Remove timers import from node and use from Window instead #273 Contributed on behalf of STMicroelectronics Signed-off-by: Johannes Faltermeier --- .../updater/theia-updater-frontend-contribution.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/theia-extensions/theia-blueprint-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts b/theia-extensions/theia-blueprint-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts index c42b5e1..b0d23b3 100644 --- a/theia-extensions/theia-blueprint-updater/src/electron-browser/updater/theia-updater-frontend-contribution.ts +++ b/theia-extensions/theia-blueprint-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'; From 11d299b22db9298ba7915c14040d55a5e5491bec Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Fri, 28 Jul 2023 10:23:28 +0200 Subject: [PATCH 2/3] Update to Theia 1.40.0 * upgrade dependencies as well * fix test case by moving mouse over header, and wait until clickable. before the click just selected the whole extensions view for some reason. --- Jenkinsfile | 3 +- applications/browser/package.json | 86 +- applications/electron/electron-builder.yml | 2 +- applications/electron/package.json | 92 +- applications/electron/test/app.spec.js | 3 + package.json | 4 +- .../theia-blueprint-launcher/package.json | 4 +- .../theia-blueprint-product/package.json | 10 +- .../theia-blueprint-updater/package.json | 8 +- yarn.lock | 1609 +++++++++-------- 10 files changed, 934 insertions(+), 887 deletions(-) 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 bf69b0e..74a8efa 100644 --- a/applications/browser/package.json +++ b/applications/browser/package.json @@ -3,7 +3,7 @@ "name": "theia-blueprint-browser", "description": "Eclipse Theia blueprint browser product", "productName": "Theia Blueprint", - "version": "1.39.0", + "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", @@ -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", - "theia-blueprint-product": "1.39.0" + "theia-blueprint-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 5773a71..13675a2 100644 --- a/applications/electron/electron-builder.yml +++ b/applications/electron/electron-builder.yml @@ -2,7 +2,7 @@ appId: eclipse.theia productName: TheiaBlueprint copyright: Copyright © 2020-2023 Eclipse Foundation, Inc 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 cc139f8..158984a 100644 --- a/applications/electron/package.json +++ b/applications/electron/package.json @@ -3,7 +3,7 @@ "name": "theia-blueprint", "description": "Eclipse Theia blueprint product", "productName": "Theia Blueprint", - "version": "1.39.0", + "version": "1.40.0", "main": "scripts/theia-electron-main.js", "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "author": "Eclipse Theia ", @@ -43,54 +43,54 @@ } }, "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", + "@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", "fs-extra": "^9.0.1", - "theia-blueprint-updater": "1.39.0", - "theia-blueprint-product": "1.39.0", - "theia-blueprint-launcher": "1.39.0" + "theia-blueprint-updater": "1.40.0", + "theia-blueprint-product": "1.40.0", + "theia-blueprint-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 b725fac..590f5b7 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/package.json b/package.json index a9ae512..acdde23 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/eclipse-theia/theia-blueprint#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/theia-extensions/theia-blueprint-launcher/package.json b/theia-extensions/theia-blueprint-launcher/package.json index 1d5aecb..0bec681 100644 --- a/theia-extensions/theia-blueprint-launcher/package.json +++ b/theia-extensions/theia-blueprint-launcher/package.json @@ -1,6 +1,6 @@ { "name": "theia-blueprint-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/theia-extensions/theia-blueprint-product/package.json b/theia-extensions/theia-blueprint-product/package.json index 3ee4a41..5d44b6b 100644 --- a/theia-extensions/theia-blueprint-product/package.json +++ b/theia-extensions/theia-blueprint-product/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "theia-blueprint-product", - "version": "1.39.0", + "version": "1.40.0", "description": "Eclipse Theia Blueprint 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/theia-extensions/theia-blueprint-updater/package.json b/theia-extensions/theia-blueprint-updater/package.json index 92d9c99..b144ac4 100644 --- a/theia-extensions/theia-blueprint-updater/package.json +++ b/theia-extensions/theia-blueprint-updater/package.json @@ -1,12 +1,12 @@ { "private": true, "name": "theia-blueprint-updater", - "version": "1.39.0", + "version": "1.40.0", "description": "Eclipse Theia Blueprint 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/yarn.lock b/yarn.lock index d898fda..38effaa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -39,36 +39,36 @@ dependencies: "@babel/highlight" "^7.22.5" -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255" - integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== +"@babel/compat-data@^7.22.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" + integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== "@babel/core@^7.10.0": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" - integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.9.tgz#bd96492c68822198f33e8a256061da3cf391f58f" + integrity sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w== dependencies: "@ampproject/remapping" "^2.2.0" "@babel/code-frame" "^7.22.5" - "@babel/generator" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" - "@babel/helper-module-transforms" "^7.22.5" - "@babel/helpers" "^7.22.5" - "@babel/parser" "^7.22.5" + "@babel/generator" "^7.22.9" + "@babel/helper-compilation-targets" "^7.22.9" + "@babel/helper-module-transforms" "^7.22.9" + "@babel/helpers" "^7.22.6" + "@babel/parser" "^7.22.7" "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" + "@babel/traverse" "^7.22.8" "@babel/types" "^7.22.5" convert-source-map "^1.7.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.2" - semver "^6.3.0" + semver "^6.3.1" -"@babel/generator@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" - integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== +"@babel/generator@^7.22.7", "@babel/generator@^7.22.9": + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d" + integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw== dependencies: "@babel/types" "^7.22.5" "@jridgewell/gen-mapping" "^0.3.2" @@ -89,52 +89,51 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" - integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== +"@babel/helper-compilation-targets@^7.22.5", "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.22.9": + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" + integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== dependencies: - "@babel/compat-data" "^7.22.5" + "@babel/compat-data" "^7.22.9" "@babel/helper-validator-option" "^7.22.5" - browserslist "^4.21.3" + browserslist "^4.21.9" lru-cache "^5.1.1" - semver "^6.3.0" + semver "^6.3.1" "@babel/helper-create-class-features-plugin@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz#2192a1970ece4685fbff85b48da2c32fcb130b7c" - integrity sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q== + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.9.tgz#c36ea240bb3348f942f08b0fbe28d6d979fab236" + integrity sha512-Pwyi89uO4YrGKxL/eNJ8lfEH55DnRloGPOseaA8NFNL6jAUnn+KccaISiFazCj5IolPPDjGSdzQzXVzODVRqUQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-member-expression-to-functions" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.5" + "@babel/helper-replace-supers" "^7.22.9" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" - semver "^6.3.0" + "@babel/helper-split-export-declaration" "^7.22.6" + semver "^6.3.1" "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz#bb2bf0debfe39b831986a4efbf4066586819c6e4" - integrity sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A== + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz#9d8e61a8d9366fe66198f57c40565663de0825f6" + integrity sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" regexpu-core "^5.3.1" - semver "^6.3.0" + semver "^6.3.1" -"@babel/helper-define-polyfill-provider@^0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.0.tgz#487053f103110f25b9755c5980e031e93ced24d8" - integrity sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg== +"@babel/helper-define-polyfill-provider@^0.4.2": + version "0.4.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.2.tgz#82c825cadeeeee7aad237618ebbe8fa1710015d7" + integrity sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw== dependencies: - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" + "@babel/helper-compilation-targets" "^7.22.6" + "@babel/helper-plugin-utils" "^7.22.5" debug "^4.1.1" lodash.debounce "^4.0.8" resolve "^1.14.2" - semver "^6.1.2" "@babel/helper-environment-visitor@^7.22.5": version "7.22.5" @@ -170,19 +169,16 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-module-transforms@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" - integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw== +"@babel/helper-module-transforms@^7.22.5", "@babel/helper-module-transforms@^7.22.9": + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz#92dfcb1fbbb2bc62529024f72d942a8c97142129" + integrity sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ== dependencies: "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-module-imports" "^7.22.5" "@babel/helper-simple-access" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" "@babel/helper-validator-identifier" "^7.22.5" - "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" - "@babel/types" "^7.22.5" "@babel/helper-optimise-call-expression@^7.22.5": version "7.22.5" @@ -191,32 +187,28 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.22.5" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== "@babel/helper-remap-async-to-generator@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz#14a38141a7bf2165ad38da61d61cf27b43015da2" - integrity sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g== + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.9.tgz#53a25b7484e722d7efb9c350c75c032d4628de82" + integrity sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-wrap-function" "^7.22.5" - "@babel/types" "^7.22.5" + "@babel/helper-wrap-function" "^7.22.9" -"@babel/helper-replace-supers@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz#71bc5fb348856dea9fdc4eafd7e2e49f585145dc" - integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg== +"@babel/helper-replace-supers@^7.22.5", "@babel/helper-replace-supers@^7.22.9": + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.9.tgz#cbdc27d6d8d18cd22c81ae4293765a5d9afd0779" + integrity sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg== dependencies: "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-member-expression-to-functions" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" - "@babel/types" "^7.22.5" "@babel/helper-simple-access@^7.22.5": version "7.22.5" @@ -232,10 +224,10 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-split-export-declaration@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" - integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== +"@babel/helper-split-export-declaration@^7.22.6": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== dependencies: "@babel/types" "^7.22.5" @@ -254,23 +246,22 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac" integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== -"@babel/helper-wrap-function@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz#44d205af19ed8d872b4eefb0d2fa65f45eb34f06" - integrity sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw== +"@babel/helper-wrap-function@^7.22.9": + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.22.9.tgz#189937248c45b0182c1dcf32f3444ca153944cb9" + integrity sha512-sZ+QzfauuUEfxSEjKFmi3qDSHgLsTPK/pEpoD/qonZKOtTPTLbf59oabPQ4rKekt9lFcj/hTZaOhWwFYrgjk+Q== dependencies: "@babel/helper-function-name" "^7.22.5" "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/helpers@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" - integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== +"@babel/helpers@^7.22.6": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.6.tgz#8e61d3395a4f0c5a8060f309fb008200969b5ecd" + integrity sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA== dependencies: "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" + "@babel/traverse" "^7.22.6" "@babel/types" "^7.22.5" "@babel/highlight@^7.10.4", "@babel/highlight@^7.22.5": @@ -282,10 +273,10 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" - integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== +"@babel/parser@^7.22.5", "@babel/parser@^7.22.7": + version "7.22.7" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae" + integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q== "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": version "7.22.5" @@ -450,10 +441,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.22.5" -"@babel/plugin-transform-async-generator-functions@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.5.tgz#7336356d23380eda9a56314974f053a020dab0c3" - integrity sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg== +"@babel/plugin-transform-async-generator-functions@^7.22.7": + version "7.22.7" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b" + integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg== dependencies: "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" @@ -500,19 +491,19 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-transform-classes@^7.10.0", "@babel/plugin-transform-classes@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz#635d4e98da741fad814984639f4c0149eb0135e1" - integrity sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ== +"@babel/plugin-transform-classes@^7.10.0", "@babel/plugin-transform-classes@^7.22.6": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363" + integrity sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ== dependencies: "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" + "@babel/helper-compilation-targets" "^7.22.6" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-optimise-call-expression" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-replace-supers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" globals "^11.1.0" "@babel/plugin-transform-computed-properties@^7.22.5": @@ -708,10 +699,10 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-transform-optional-chaining@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz#1003762b9c14295501beb41be72426736bedd1e0" - integrity sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ== +"@babel/plugin-transform-optional-chaining@^7.22.5", "@babel/plugin-transform-optional-chaining@^7.22.6": + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz#4bacfe37001fe1901117672875e931d439811564" + integrity sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" @@ -765,16 +756,16 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/plugin-transform-runtime@^7.10.0": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.5.tgz#ca975fb5e260044473c8142e1b18b567d33c2a3b" - integrity sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw== + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.22.9.tgz#a87b11e170cbbfb018e6a2bf91f5c6e533b9e027" + integrity sha512-9KjBH61AGJetCPYp/IEyLEp47SyybZb0nDRpBvmtEkm+rUIwxdlKpyNHI1TmsGkeuLclJdleQHRZ8XLBnnh8CQ== dependencies: "@babel/helper-module-imports" "^7.22.5" "@babel/helper-plugin-utils" "^7.22.5" - babel-plugin-polyfill-corejs2 "^0.4.3" - babel-plugin-polyfill-corejs3 "^0.8.1" - babel-plugin-polyfill-regenerator "^0.5.0" - semver "^6.3.0" + babel-plugin-polyfill-corejs2 "^0.4.4" + babel-plugin-polyfill-corejs3 "^0.8.2" + babel-plugin-polyfill-regenerator "^0.5.1" + semver "^6.3.1" "@babel/plugin-transform-shorthand-properties@^7.22.5": version "7.22.5" @@ -844,12 +835,12 @@ "@babel/helper-plugin-utils" "^7.22.5" "@babel/preset-env@^7.10.0": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.5.tgz#3da66078b181f3d62512c51cf7014392c511504e" - integrity sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A== + version "7.22.9" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" + integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== dependencies: - "@babel/compat-data" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" + "@babel/compat-data" "^7.22.9" + "@babel/helper-compilation-targets" "^7.22.9" "@babel/helper-plugin-utils" "^7.22.5" "@babel/helper-validator-option" "^7.22.5" "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" @@ -874,13 +865,13 @@ "@babel/plugin-syntax-top-level-await" "^7.14.5" "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" "@babel/plugin-transform-arrow-functions" "^7.22.5" - "@babel/plugin-transform-async-generator-functions" "^7.22.5" + "@babel/plugin-transform-async-generator-functions" "^7.22.7" "@babel/plugin-transform-async-to-generator" "^7.22.5" "@babel/plugin-transform-block-scoped-functions" "^7.22.5" "@babel/plugin-transform-block-scoping" "^7.22.5" "@babel/plugin-transform-class-properties" "^7.22.5" "@babel/plugin-transform-class-static-block" "^7.22.5" - "@babel/plugin-transform-classes" "^7.22.5" + "@babel/plugin-transform-classes" "^7.22.6" "@babel/plugin-transform-computed-properties" "^7.22.5" "@babel/plugin-transform-destructuring" "^7.22.5" "@babel/plugin-transform-dotall-regex" "^7.22.5" @@ -905,7 +896,7 @@ "@babel/plugin-transform-object-rest-spread" "^7.22.5" "@babel/plugin-transform-object-super" "^7.22.5" "@babel/plugin-transform-optional-catch-binding" "^7.22.5" - "@babel/plugin-transform-optional-chaining" "^7.22.5" + "@babel/plugin-transform-optional-chaining" "^7.22.6" "@babel/plugin-transform-parameters" "^7.22.5" "@babel/plugin-transform-private-methods" "^7.22.5" "@babel/plugin-transform-private-property-in-object" "^7.22.5" @@ -923,16 +914,16 @@ "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" "@babel/preset-modules" "^0.1.5" "@babel/types" "^7.22.5" - babel-plugin-polyfill-corejs2 "^0.4.3" - babel-plugin-polyfill-corejs3 "^0.8.1" - babel-plugin-polyfill-regenerator "^0.5.0" - core-js-compat "^3.30.2" - semver "^6.3.0" + babel-plugin-polyfill-corejs2 "^0.4.4" + babel-plugin-polyfill-corejs3 "^0.8.2" + babel-plugin-polyfill-regenerator "^0.5.1" + core-js-compat "^3.31.0" + semver "^6.3.1" "@babel/preset-modules@^0.1.5": - version "0.1.5" - resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9" - integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== + version "0.1.6" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6.tgz#31bcdd8f19538437339d17af00d177d854d9d458" + integrity sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg== dependencies: "@babel/helper-plugin-utils" "^7.0.0" "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" @@ -946,9 +937,9 @@ integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== "@babel/runtime@^7.10.0", "@babel/runtime@^7.8.4": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec" - integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA== + version "7.22.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438" + integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ== dependencies: regenerator-runtime "^0.13.11" @@ -961,18 +952,18 @@ "@babel/parser" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/traverse@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" - integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== +"@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8": + version "7.22.8" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e" + integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw== dependencies: "@babel/code-frame" "^7.22.5" - "@babel/generator" "^7.22.5" + "@babel/generator" "^7.22.7" "@babel/helper-environment-visitor" "^7.22.5" "@babel/helper-function-name" "^7.22.5" "@babel/helper-hoist-variables" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" - "@babel/parser" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/parser" "^7.22.7" "@babel/types" "^7.22.5" debug "^4.1.0" globals "^11.1.0" @@ -1118,11 +1109,11 @@ integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ== "@jest/schemas@^29.4.3": - version "29.4.3" - resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.4.3.tgz#39cf1b8469afc40b6f5a2baaa146e332c4151788" - integrity sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg== + version "29.6.0" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.0.tgz#0f4cb2c8e3dca80c135507ba5635a4fd755b0040" + integrity sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ== dependencies: - "@sinclair/typebox" "^0.25.16" + "@sinclair/typebox" "^0.27.8" "@jest/types@^26.6.2": version "26.6.2" @@ -1160,9 +1151,12 @@ integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== "@jridgewell/source-map@^0.3.3": - version "0.3.4" - resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.4.tgz#856a142864530d4059dda415659b48d37db2d556" - integrity sha512-KE/SxsDqNs3rrWwFHcRh15ZLVFrI0YoZtgAdIyIq9k5hUNmiWRXXThPomIxHuL20sLdgzbDFyvkUMna14bvtrw== + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91" + integrity sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ== + dependencies: + "@jridgewell/gen-mapping" "^0.3.0" + "@jridgewell/trace-mapping" "^0.3.9" "@jridgewell/sourcemap-codec@1.4.14": version "1.4.14" @@ -1859,23 +1853,30 @@ unbzip2-stream "1.4.3" yargs "17.7.1" -"@sigstore/protobuf-specs@^0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz#957cb64ea2f5ce527cc9cf02a096baeb0d2b99b4" - integrity sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ== +"@sigstore/bundle@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-1.0.0.tgz#2f2f4867f434760f4bc6f4b4bbccbaecd4143bc3" + integrity sha512-yLvrWDOh6uMOUlFCTJIZEnwOT9Xte7NPXUqVexEKGSF5XtBAuSg5du0kn3dRR0p47a4ah10Y0mNt8+uyeQXrBQ== + dependencies: + "@sigstore/protobuf-specs" "^0.2.0" -"@sigstore/tuf@^1.0.1": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-1.0.2.tgz#acbb2c8399fb03aca0c90fa1dc1934bda4160623" - integrity sha512-vjwcYePJzM01Ha6oWWZ9gNcdIgnzyFxfqfWzph483DPJTH8Tb7f7bQRRll3CYVkyH56j0AgcPAcl6Vg95DPF+Q== +"@sigstore/protobuf-specs@^0.2.0": + version "0.2.0" + resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.2.0.tgz#5801b2a4d10afe1577be6133be6b132b5677c18c" + integrity sha512-8ZhZKAVfXjIspDWwm3D3Kvj0ddbJ0HqDZ/pOs5cx88HpT8mVsotFrg7H1UMnXOuDHz6Zykwxn4mxG3QLuN+RUg== + +"@sigstore/tuf@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-1.0.3.tgz#2a65986772ede996485728f027b0514c0b70b160" + integrity sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg== dependencies: - "@sigstore/protobuf-specs" "^0.1.0" + "@sigstore/protobuf-specs" "^0.2.0" tuf-js "^1.1.7" -"@sinclair/typebox@^0.25.16": - version "0.25.24" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.25.24.tgz#8c7688559979f7079aacaf31aa881c3aa410b718" - integrity sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ== +"@sinclair/typebox@^0.27.8": + version "0.27.8" + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" + integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== "@sindresorhus/df@^1.0.1": version "1.0.1" @@ -1923,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" @@ -1963,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" @@ -1980,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" @@ -2029,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" @@ -2055,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" @@ -2113,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" @@ -2208,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" @@ -2248,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" @@ -2302,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" @@ -2444,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" @@ -2786,9 +2789,9 @@ "@types/estree" "*" "@types/eslint@*": - version "8.40.2" - resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.40.2.tgz#2833bc112d809677864a4b0e7d1de4f04d7dac2d" - integrity sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ== + version "8.44.1" + resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.1.tgz#d1811559bb6bcd1a76009e3f7883034b78a0415e" + integrity sha512-XpNDc4Z5Tb4x+SW1MriMVeIsMoONHCkWFMkR/aPJbzEsxqHy+4Glu/BqTdPrApfDeMaXbtNh6bseNgl5KaWrSg== dependencies: "@types/estree" "*" "@types/json-schema" "*" @@ -2953,9 +2956,9 @@ "@types/lodash" "*" "@types/lodash@*": - version "4.14.195" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.195.tgz#bafc975b252eb6cea78882ce8a7b6bf22a6de632" - integrity sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg== + version "4.14.196" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.196.tgz#a7c3d6fc52d8d71328b764e28e080b4169ec7a95" + integrity sha512-22y3o88f4a94mKljsZcanlNWPzO0uBsBdzLAngf2tp533LzZcQzb6+eZPJ+vCTt+bqF2XnvT9gejTLsAcJAJyQ== "@types/markdown-it@^12.2.3": version "12.2.3" @@ -3036,14 +3039,14 @@ form-data "^3.0.0" "@types/node@*", "@types/node@>=10.0.0": - version "20.3.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.3.tgz#329842940042d2b280897150e023e604d11657d6" - integrity sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw== + version "20.4.5" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.5.tgz#9dc0a5cb1ccce4f7a731660935ab70b9c00a5d69" + integrity sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg== "@types/node@^16.11.26": - version "16.18.38" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.38.tgz#1dcdb6c54d02b323f621213745f2e44af30c73e6" - integrity sha512-6sfo1qTulpVbkxECP+AVrHV9OoJqhzCsfTNp5NIG+enM4HyM3HvZCO798WShIXBN0+QtDIcutJCjsVYnQP5rIQ== + version "16.18.39" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.39.tgz#aa39a1a87a40ef6098ee69689a1acb0c1b034832" + integrity sha512-8q9ZexmdYYyc5/cfujaXb4YOucpQxAV4RMG0himLyDUOEr8Mr79VrqsFI+cQ2M2h89YIuy95lbxuYjxT4Hk4kQ== "@types/normalize-package-data@^2.4.0": version "2.4.1" @@ -3098,16 +3101,16 @@ integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== "@types/react-dom@^18.0.6": - version "18.2.6" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.6.tgz#ad621fa71a8db29af7c31b41b2ea3d8a6f4144d1" - integrity sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A== + version "18.2.7" + resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.7.tgz#67222a08c0a6ae0a0da33c3532348277c70abb63" + integrity sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA== dependencies: "@types/react" "*" "@types/react@*", "@types/react@^18.0.15": - version "18.2.14" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.14.tgz#fa7a6fecf1ce35ca94e74874f70c56ce88f7a127" - integrity sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g== + version "18.2.17" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.17.tgz#baa565b17ddb649c2dac85b5eaf9e9a1fe0f3b4e" + integrity sha512-u+e7OlgPPh+aryjOm5UJMX32OvB2E3QASOAqVMY6Ahs90djagxwv2ya0IctglNbNTexC12qCSMZG47KPfy1hAA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -3721,6 +3724,11 @@ resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.7.0.tgz#e1993689ac42d2b16e9194376cfb6753f6254db1" integrity sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q== +"@xmldom/xmldom@^0.8.8": + version "0.8.10" + resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.10.tgz#a1337ca426aa61cef9fe15b5b28e340a72f6fa99" + integrity sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw== + "@xtuc/ieee754@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" @@ -3810,9 +3818,9 @@ acorn@^7.4.0: integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== acorn@^8.4.1, acorn@^8.7.1, acorn@^8.8.2: - version "8.9.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.9.0.tgz#78a16e3b2bcc198c10822786fa6679e245db5b59" - integrity sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ== + version "8.10.0" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" + integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== add-stream@^1.0.0: version "1.0.0" @@ -4090,9 +4098,9 @@ are-we-there-yet@^3.0.0: readable-stream "^3.6.0" are-we-there-yet@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-4.0.0.tgz#3ff397dc14f08b52dd8b2a64d3cee154ab8760d2" - integrity sha512-nSXlV+u3vtVjRgihdTzbfWYzxPWGo424zPgQbHD0ZqIla3jqYAewDcvee0Ua2hjS5IfTAmjGlx1Jf0PKwjZDEw== + version "4.0.1" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-4.0.1.tgz#05a6fc0e5f70771b673e82b0f915616e0ace8fd3" + integrity sha512-2zuA+jpOYBRgoBCfa+fB87Rk0oGJjDX6pxGzqH6f33NzUhG25Xur6R0u0Z9VVAq8Z5JvQpQI6j6rtonuivC8QA== dependencies: delegates "^1.0.0" readable-stream "^4.1.0" @@ -4173,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" @@ -4204,6 +4223,18 @@ array.prototype.tosorted@^1.1.1: es-shim-unscopables "^1.0.0" get-intrinsic "^1.1.3" +arraybuffer.prototype.slice@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.1.tgz#9b5ea3868a6eebc30273da577eb888381c0044bb" + integrity sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw== + dependencies: + array-buffer-byte-length "^1.0.0" + call-bind "^1.0.2" + define-properties "^1.2.0" + get-intrinsic "^1.2.1" + is-array-buffer "^3.0.2" + is-shared-array-buffer "^1.0.2" + arrify@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" @@ -4339,29 +4370,29 @@ babel-loader@^8.2.2: make-dir "^3.1.0" schema-utils "^2.6.5" -babel-plugin-polyfill-corejs2@^0.4.3: - version "0.4.3" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.3.tgz#75044d90ba5043a5fb559ac98496f62f3eb668fd" - integrity sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw== +babel-plugin-polyfill-corejs2@^0.4.4: + version "0.4.5" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.5.tgz#8097b4cb4af5b64a1d11332b6fb72ef5e64a054c" + integrity sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg== dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-define-polyfill-provider" "^0.4.0" - semver "^6.1.1" + "@babel/compat-data" "^7.22.6" + "@babel/helper-define-polyfill-provider" "^0.4.2" + semver "^6.3.1" -babel-plugin-polyfill-corejs3@^0.8.1: - version "0.8.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.1.tgz#39248263c38191f0d226f928d666e6db1b4b3a8a" - integrity sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q== +babel-plugin-polyfill-corejs3@^0.8.2: + version "0.8.3" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.3.tgz#b4f719d0ad9bb8e0c23e3e630c0c8ec6dd7a1c52" + integrity sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA== dependencies: - "@babel/helper-define-polyfill-provider" "^0.4.0" - core-js-compat "^3.30.1" + "@babel/helper-define-polyfill-provider" "^0.4.2" + core-js-compat "^3.31.0" -babel-plugin-polyfill-regenerator@^0.5.0: - version "0.5.0" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.0.tgz#e7344d88d9ef18a3c47ded99362ae4a757609380" - integrity sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g== +babel-plugin-polyfill-regenerator@^0.5.1: + version "0.5.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.2.tgz#80d0f3e1098c080c8b5a65f41e9427af692dc326" + integrity sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA== dependencies: - "@babel/helper-define-polyfill-provider" "^0.4.0" + "@babel/helper-define-polyfill-provider" "^0.4.2" balanced-match@^1.0.0: version "1.0.2" @@ -4403,9 +4434,9 @@ big.js@^5.2.2: integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== bin-links@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.1.tgz#afeb0549e642f61ff889b58ea2f8dca78fb9d8d3" - integrity sha512-bmFEM39CyX336ZGGRsGPlc6jZHriIoHacOQcTt72MktIjpPhZoP4te2jOyUXF3BLILmJ8aNLncoPVeIIFlrDeA== + version "4.0.2" + resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.2.tgz#13321472ea157e9530caded2b7281496d698665b" + integrity sha512-jxJ0PbXR8eQyPlExCvCs3JFnikvs1Yp4gUJt6nmgathdOwvur+q22KWC3h20gvWl4T/14DXKj2IlkJwwZkZPOw== dependencies: cmd-shim "^6.0.0" npm-normalize-package-bin "^3.0.0" @@ -4544,7 +4575,7 @@ browser-stdout@1.3.1: resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== -browserslist@^4.14.5, browserslist@^4.21.3, browserslist@^4.21.5: +browserslist@^4.14.5, browserslist@^4.21.9: version "4.21.9" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.9.tgz#e11bdd3c313d7e2a9e87e8b4b0c7872b13897635" integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg== @@ -4843,9 +4874,9 @@ camelcase@^6.0.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001503: - version "1.0.30001511" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001511.tgz#e6e2a1614275c6fb8e3acfd74a8c3a70e53ed233" - integrity sha512-NaWPJawcoedlghN4P7bDNeADD7K+rZaY6V8ZcME7PkEZo/nfOg+lnrUgRWiKbNxcQ4/toFKSxnS4WdbyPZnKkw== + version "1.0.30001517" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001517.tgz#90fabae294215c3495807eb24fc809e11dc2f0a8" + integrity sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA== caseless@~0.12.0: version "0.12.0" @@ -5448,12 +5479,12 @@ copy-webpack-plugin@^8.1.1: schema-utils "^3.0.0" serialize-javascript "^5.0.1" -core-js-compat@^3.30.1, core-js-compat@^3.30.2: - version "3.31.0" - resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.0.tgz#4030847c0766cc0e803dcdfb30055d7ef2064bf1" - integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw== +core-js-compat@^3.31.0: + 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.5" + browserslist "^4.21.9" core-util-is@1.0.2: version "1.0.2" @@ -5836,9 +5867,9 @@ detect-libc@^1.0.3: integrity sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg== detect-libc@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz#e1897aa88fa6ad197862937fbc0441ef352ee0cd" - integrity sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w== + version "2.0.2" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.2.tgz#8ccf2ba9315350e1241b88d0ac3b0e1fbd99605d" + integrity sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw== detect-node@^2.0.4: version "2.1.0" @@ -5957,9 +5988,9 @@ doctrine@^3.0.0: esutils "^2.0.2" dompurify@^2.2.9: - version "2.4.5" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.5.tgz#0e89a27601f0bad978f9a924e7a05d5d2cccdd87" - integrity sha512-jggCCd+8Iqp4Tsz0nIvpcb22InKEBrGz5dw3EQJMs8HPJDsKbFIO3STYtAvCfDx26Muevn1MHVI0XxjgFfmiSA== + version "2.4.7" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.7.tgz#277adeb40a2c84be2d42a8bcd45f582bfa4d0cfc" + integrity sha512-kxxKlPEDa6Nc5WJi+qRgPbOAbgTpSULL+vI3NUXsZMlkJxTqYI9wg5ZTay2sFrdZRWHPWNi+EdAhcJf81WtoMQ== dot-prop@6.0.1, dot-prop@^6.0.1: version "6.0.1" @@ -6168,9 +6199,9 @@ electron-store@^8.0.0: type-fest "^2.17.0" electron-to-chromium@^1.4.431: - version "1.4.447" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.447.tgz#ac69d3a7b3713e9ae94bb30ba65c3114e4d76a38" - integrity sha512-sxX0LXh+uL41hSJsujAN86PjhrV/6c79XmpY0TvjZStV6VxIgarf8SRkUoUTuYmFcZQTemsoqo8qXOGw5npWfw== + 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" @@ -6195,9 +6226,9 @@ electron-window@^0.8.0: is-electron-renderer "^2.0.0" electron@^23.2.4: - version "23.3.9" - resolved "https://registry.yarnpkg.com/electron/-/electron-23.3.9.tgz#5b322245f66bb729a9c2a8dd67462eead8fe2b46" - integrity sha512-dUhWG7Lljms0CfiifP/IVGHLTi8wmHpCOEO3Gyy/PhRyN0/nBsqg/0PnOD4BmM1GdeAFd/KjI/aeJhkdJxNagw== + version "23.3.11" + resolved "https://registry.yarnpkg.com/electron/-/electron-23.3.11.tgz#413fdd40d1aef18e9fbbaf8c00aca58886759139" + integrity sha512-pWjOHe8PDgrACFdPW/QlkDJS5UtG0qdOs6pOYKd0tTgRT8PK5UPxcptgHs0oKi2TAAA3TrVt+BIB3QtRAuc5vQ== dependencies: "@electron/get" "^2.0.0" "@types/node" "^16.11.26" @@ -6277,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== @@ -6311,25 +6350,26 @@ 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: - version "1.21.2" - resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.21.2.tgz#a56b9695322c8a185dc25975aa3b8ec31d0e7eff" - integrity sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg== +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== dependencies: array-buffer-byte-length "^1.0.0" + arraybuffer.prototype.slice "^1.0.1" available-typed-arrays "^1.0.5" call-bind "^1.0.2" es-set-tostringtag "^2.0.1" es-to-primitive "^1.2.1" function.prototype.name "^1.1.5" - get-intrinsic "^1.2.0" + get-intrinsic "^1.2.1" get-symbol-description "^1.0.0" globalthis "^1.0.3" gopd "^1.0.1" @@ -6349,14 +6389,18 @@ es-abstract@^1.19.0, es-abstract@^1.20.4: object-inspect "^1.12.3" object-keys "^1.1.1" object.assign "^4.1.4" - regexp.prototype.flags "^1.4.3" + regexp.prototype.flags "^1.5.0" + safe-array-concat "^1.0.0" safe-regex-test "^1.0.0" string.prototype.trim "^1.2.7" string.prototype.trimend "^1.0.6" string.prototype.trimstart "^1.0.6" + typed-array-buffer "^1.0.0" + typed-array-byte-length "^1.0.0" + typed-array-byte-offset "^1.0.0" typed-array-length "^1.0.4" unbox-primitive "^1.0.2" - which-typed-array "^1.1.9" + which-typed-array "^1.1.10" es-module-lexer@^1.2.1: version "1.3.0" @@ -6432,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== @@ -6449,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" @@ -6480,9 +6527,9 @@ eslint-plugin-no-unsanitized@^3.1.5: integrity sha512-92opuXbjWmXcod94EyCKhp36V1QHLM/ArAST2ssgKOojALne0eZvSPfrg4oyr0EwTXvy0RJNe/Tkm33VkDUrKQ== eslint-plugin-react@^7.23.2: - version "7.32.2" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10" - integrity sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg== + version "7.33.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.33.0.tgz#6c356fb0862fec2cd1b04426c669ea746e9b6eb3" + integrity sha512-qewL/8P34WkY8jAqdQxsiL82pDUeT7nhs8IsuXgfgnsEloKCT4miAV9N9kGtx7/KM9NH/NCGUE7Edt9iGxLXFw== dependencies: array-includes "^3.1.6" array.prototype.flatmap "^1.3.1" @@ -6497,7 +6544,7 @@ eslint-plugin-react@^7.23.2: object.values "^1.1.6" prop-types "^15.8.1" resolve "^2.0.0-next.4" - semver "^6.3.0" + semver "^6.3.1" string.prototype.matchall "^4.0.8" eslint-scope@5.1.1, eslint-scope@^5.0.0, eslint-scope@^5.1.1: @@ -6831,9 +6878,9 @@ fast-glob@3.2.7: micromatch "^4.0.4" fast-glob@^3.2.5, fast-glob@^3.2.9: - version "3.3.0" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0" - integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA== + version "3.3.1" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4" + integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" @@ -6977,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" @@ -7269,7 +7308,7 @@ get-func-name@^2.0.0: resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41" integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig== -get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0: +get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.0, get-intrinsic@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82" integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw== @@ -7437,15 +7476,15 @@ glob@7.2.0: path-is-absolute "^1.0.0" glob@^10.2.2: - version "10.3.1" - resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.1.tgz#9789cb1b994515bedb811a6deca735b5c37d2bf4" - integrity sha512-9BKYcEeIs7QwlCYs+Y3GBvqAMISufUS0i2ELd11zpZjxI5V9iyRj0HgzB5/cLf2NY4vcYBTYzJ7GIui7j/4DOw== + version "10.3.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.3.tgz#8360a4ffdd6ed90df84aa8d52f21f452e86a123b" + integrity sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw== dependencies: foreground-child "^3.1.0" jackspeak "^2.0.3" minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2" - path-scurry "^1.10.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.2.0: version "7.2.3" @@ -8113,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== @@ -8304,26 +8343,17 @@ is-text-path@^1.0.1: text-extensions "^1.0.0" is-typed-array@^1.1.10, is-typed-array@^1.1.9: - version "1.1.10" - resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.10.tgz#36a5b5cb4189b575d1a3e4b08536bfb485801e3f" - integrity sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A== + version "1.1.12" + resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.12.tgz#d0bab5686ef4a76f7a73097b95470ab199c57d4a" + integrity sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== dependencies: - available-typed-arrays "^1.0.5" - call-bind "^1.0.2" - for-each "^0.3.3" - gopd "^1.0.1" - has-tostringtag "^1.0.0" + which-typed-array "^1.1.11" is-unicode-supported@^0.1.0: version "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" @@ -8343,6 +8373,11 @@ is-wsl@^2.2.0: dependencies: is-docker "^2.0.0" +isarray@^2.0.5: + version "2.0.5" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-2.0.5.tgz#8af1e4c1221244cc62459faf38940d4e644a5723" + integrity sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== + isarray@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" @@ -8379,9 +8414,9 @@ istextorbinary@^5.12.0: textextensions "^5.13.0" jackspeak@^2.0.3: - version "2.2.1" - resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6" - integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw== + version "2.2.2" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.2.2.tgz#707c62733924b8dc2a0a629dc6248577788b5385" + integrity sha512-mgNtVv4vUuaKA97yxUHoA3+FkuhtxkjdXEWOyB/N76fjy0FjezEt34oy3epBtvCvS+7DyKwqCFWx/oJLV5+kCg== dependencies: "@isaacs/cliui" "^8.0.2" optionalDependencies: @@ -8632,9 +8667,9 @@ keyv@^3.0.0: json-buffer "3.0.0" keyv@^4.0.0: - version "4.5.2" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.2.tgz#0e310ce73bf7851ec702f2eaf46ec4e3805cce56" - integrity sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g== + version "4.5.3" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.3.tgz#00873d2b046df737963157bd04f294ca818c9c25" + integrity sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug== dependencies: json-buffer "3.0.1" @@ -8839,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" @@ -9390,9 +9414,9 @@ minimatch@^8.0.2: brace-expansion "^2.0.1" minimatch@^9.0.0, minimatch@^9.0.1: - version "9.0.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.2.tgz#397e387fff22f6795844d00badc903a3d5de7057" - integrity sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg== + version "9.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== dependencies: brace-expansion "^2.0.1" @@ -9492,10 +9516,10 @@ minipass@^5.0.0: resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== -"minipass@^5.0.0 || ^6.0.2": - version "6.0.2" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-6.0.2.tgz#542844b6c4ce95b202c0995b0a471f1229de4c81" - integrity sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w== +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0": + version "7.0.2" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e" + integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA== minizlib@^2.1.1, minizlib@^2.1.2: version "2.1.2" @@ -9833,9 +9857,9 @@ node-pty@0.11.0-beta17: nan "^2.14.0" node-releases@^2.0.12: - version "2.0.12" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039" - integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ== + version "2.0.13" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d" + integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== noop-logger@^0.1.1: version "0.1.1" @@ -10002,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" @@ -10207,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" @@ -10488,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" @@ -10542,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" @@ -10591,28 +10611,19 @@ path-root@^0.1.1: dependencies: path-root-regex "^0.1.0" -path-scurry@^1.10.0, path-scurry@^1.6.1: - version "1.10.0" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.0.tgz#0ffbd4c1f7de9600f98a1405507d9f9acb438ab3" - integrity sha512-tZFEaRQbMLjwrsmidsGJ6wDMv0iazJWk6SfIKnY4Xru8auXgmJkOBa5DUbYFcFD2Rzk2+KDlIiF0GVXNCbgC7g== +path-scurry@^1.10.1, path-scurry@^1.6.1: + version "1.10.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" + integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== dependencies: lru-cache "^9.1.1 || ^10.0.0" - minipass "^5.0.0 || ^6.0.2" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" path-to-regexp@0.1.7: version "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" @@ -10667,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== @@ -10709,10 +10720,11 @@ pkg-up@^3.1.0: find-up "^3.0.0" plist@^3.0.1, plist@^3.0.4: - version "3.0.6" - resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.6.tgz#7cfb68a856a7834bca6dbfe3218eb9c7740145d3" - integrity sha512-WiIVYyrp8TD4w8yCvyeIr+lkmrGRd5u0VbRnU+tP/aRLxP/YadJUYOMZJ/6hIa3oUyVCsycXvtNRgd5XBJIbiA== + version "3.1.0" + resolved "https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz#797a516a93e62f5bde55e0b9cc9c967f860893c9" + integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ== dependencies: + "@xmldom/xmldom" "^0.8.8" base64-js "^1.5.1" xmlbuilder "^15.1.1" @@ -10758,9 +10770,9 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== postcss@^8.4.21: - version "8.4.24" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df" - integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg== + version "8.4.27" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057" + integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ== dependencies: nanoid "^3.3.6" picocolors "^1.0.0" @@ -11267,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" @@ -11288,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" @@ -11346,14 +11346,15 @@ readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.5, readable util-deprecate "~1.0.1" readable-stream@^4.1.0: - version "4.4.1" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.1.tgz#fa0f0878c3bc0c12b6a82e4e58c5dc160e1faaa2" - integrity sha512-llAHX9QC25bz5RPIoTeJxPaA/hgryaldValRhVZ2fK9bzbmFiscpz8fw6iBTvJfAk1w4FC1KXQme/nO7fbKyKg== + version "4.4.2" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.4.2.tgz#e6aced27ad3b9d726d8308515b9a1b98dc1b9d13" + integrity sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA== dependencies: abort-controller "^3.0.0" buffer "^6.0.3" events "^3.3.0" process "^0.11.10" + string_decoder "^1.3.0" readdir-glob@^1.0.0: version "1.1.3" @@ -11437,7 +11438,7 @@ regenerator-transform@^0.15.1: dependencies: "@babel/runtime" "^7.8.4" -regexp.prototype.flags@^1.4.3: +regexp.prototype.flags@^1.4.3, regexp.prototype.flags@^1.5.0: version "1.5.0" resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz#fe7ce25e7e4cca8db37b6634c8a2c7009199b9cb" integrity sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA== @@ -11528,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" @@ -11657,6 +11667,16 @@ rxjs@^7.5.2, rxjs@^7.5.5: dependencies: tslib "^2.1.0" +safe-array-concat@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/safe-array-concat/-/safe-array-concat-1.0.0.tgz#2064223cba3c08d2ee05148eedbc563cd6d84060" + integrity sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.0" + has-symbols "^1.0.3" + isarray "^2.0.5" + safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@~5.2.0: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" @@ -11741,9 +11761,9 @@ semver-compare@^1.0.0: integrity sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== "semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.6.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== + version "5.7.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8" + integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== semver@7.3.4: version "7.3.4" @@ -11759,15 +11779,15 @@ semver@7.3.8: dependencies: lru-cache "^6.0.0" -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +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== semver@^7.0.0, semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8: - version "7.5.3" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e" - integrity sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ== + version "7.5.4" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e" + integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== dependencies: lru-cache "^6.0.0" @@ -11910,12 +11930,13 @@ signal-exit@^4.0.1: integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q== sigstore@^1.0.0, sigstore@^1.3.0, sigstore@^1.4.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.7.0.tgz#9186e6c8ce1ab0cba5d97b414212d40f0a01564e" - integrity sha512-KP7QULhWdlu3hlp+jw2EvgWKlOGOY9McLj/jrchLjHNlNPK0KWIwF919cbmOp6QiKXLmPijR2qH/5KYWlbtG9Q== + version "1.8.0" + resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.8.0.tgz#f790120697fa7c89f4418598ce59e638ff680aa5" + integrity sha512-ogU8qtQ3VFBawRJ8wjsBEX/vIFeHuGs1fm4jZtjWQwjo8pfAt7T/rh+udlAN4+QUe0IzA8qRSc/YZ7dHP6kh+w== dependencies: - "@sigstore/protobuf-specs" "^0.1.0" - "@sigstore/tuf" "^1.0.1" + "@sigstore/bundle" "^1.0.0" + "@sigstore/protobuf-specs" "^0.2.0" + "@sigstore/tuf" "^1.0.3" make-fetch-happen "^11.0.1" simple-concat@^1.0.0: @@ -12279,7 +12300,7 @@ string.prototype.trimstart@^1.0.6: define-properties "^1.1.4" es-abstract "^1.20.4" -string_decoder@^1.1.1: +string_decoder@^1.1.1, string_decoder@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== @@ -12321,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" @@ -12586,9 +12600,9 @@ terser-webpack-plugin@^5.3.7: terser "^5.16.8" terser@^5.16.8: - version "5.18.2" - resolved "https://registry.yarnpkg.com/terser/-/terser-5.18.2.tgz#ff3072a0faf21ffd38f99acc9a0ddf7b5f07b948" - integrity sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w== + version "5.19.2" + resolved "https://registry.yarnpkg.com/terser/-/terser-5.19.2.tgz#bdb8017a9a4a8de4663a7983f45c506534f9234e" + integrity sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA== dependencies: "@jridgewell/source-map" "^0.3.3" acorn "^8.8.2" @@ -12765,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== @@ -12790,9 +12804,9 @@ tslib@^1.10.0, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3" - integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA== + version "2.6.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410" + integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig== tslint@^5.12.0: version "5.20.1" @@ -12913,6 +12927,36 @@ type-is@^1.6.4, type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" +typed-array-buffer@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz#18de3e7ed7974b0a729d3feecb94338d1472cd60" + integrity sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== + dependencies: + call-bind "^1.0.2" + get-intrinsic "^1.2.1" + is-typed-array "^1.1.10" + +typed-array-byte-length@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz#d787a24a995711611fb2b87a4052799517b230d0" + integrity sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== + dependencies: + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + +typed-array-byte-offset@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz#cbbe89b51fdef9cd6aaf07ad4707340abbc4ea0b" + integrity sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== + dependencies: + available-typed-arrays "^1.0.5" + call-bind "^1.0.2" + for-each "^0.3.3" + has-proto "^1.0.1" + is-typed-array "^1.1.10" + typed-array-length@^1.0.4: version "1.0.4" resolved "https://registry.yarnpkg.com/typed-array-length/-/typed-array-length-1.0.4.tgz#89d83785e5c4098bec72e08b319651f0eac9c1bb" @@ -13365,9 +13409,9 @@ webpack-sources@^3.2.3: integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w== webpack@^5.76.0: - version "5.88.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.1.tgz#21eba01e81bd5edff1968aea726e2fbfd557d3f8" - integrity sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ== + version "5.88.2" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.88.2.tgz#f62b4b842f1c6ff580f3fcb2ed4f0b579f4c210e" + integrity sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ== dependencies: "@types/eslint-scope" "^3.7.3" "@types/estree" "^1.0.0" @@ -13423,17 +13467,16 @@ which-pm-runs@^1.0.0: resolved "https://registry.yarnpkg.com/which-pm-runs/-/which-pm-runs-1.1.0.tgz#35ccf7b1a0fce87bd8b92a478c9d045785d3bf35" integrity sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA== -which-typed-array@^1.1.9: - version "1.1.9" - resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6" - integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA== +which-typed-array@^1.1.10, which-typed-array@^1.1.11: + version "1.1.11" + resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.11.tgz#99d691f23c72aab6768680805a271b69761ed61a" + integrity sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew== dependencies: available-typed-arrays "^1.0.5" call-bind "^1.0.2" for-each "^0.3.3" gopd "^1.0.1" has-tostringtag "^1.0.0" - is-typed-array "^1.1.10" which@2.0.2, which@^2.0.1, which@^2.0.2: version "2.0.2" From bf31e6c3659c3672bd7b0494b1a827f00a6933d1 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 7 Aug 2023 15:33:41 +0200 Subject: [PATCH 3/3] Fix next build --- next/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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) {