From 7b1ae09dd8d406ecbc2dcea98346e642c5ee133f Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Sat, 21 Jun 2025 17:56:25 +0000 Subject: [PATCH] Migrate to jupyter lite 0.6.x --- Dockerfile.development | 2 +- examples/jupyterlite/environment.yml | 13 +- examples/jupyterlite/jupyter-lite.json | 10 +- packages/applet-view/package.json | 62 +- packages/filesystem-extension/package.json | 17 +- .../src/{contents.ts => drive.ts} | 153 +- packages/filesystem-extension/src/index.ts | 83 +- packages/filesystem-extension/src/settings.ts | 76 +- packages/filesystem-extension/src/token.ts | 15 + packages/interceptor/package.json | 36 +- packages/interceptor/src/index.ts | 12 +- packages/interceptor/src/tokens.ts | 10 + packages/launcher/package.json | 37 +- packages/launcher/src/index.ts | 167 +- packages/launcher/src/tokens.ts | 43 + yarn.lock | 4193 ++++++++--------- 16 files changed, 2261 insertions(+), 2668 deletions(-) rename packages/filesystem-extension/src/{contents.ts => drive.ts} (57%) create mode 100644 packages/filesystem-extension/src/token.ts create mode 100644 packages/interceptor/src/tokens.ts create mode 100644 packages/launcher/src/tokens.ts diff --git a/Dockerfile.development b/Dockerfile.development index 4bdbac7..54ff704 100755 --- a/Dockerfile.development +++ b/Dockerfile.development @@ -9,7 +9,7 @@ RUN mkdir -p ~/miniconda3 &&wget https://repo.anaconda.com/miniconda/Miniconda3- #RUN pipx install copier -RUN ~/miniconda3/bin/conda create -y -n failscomponents --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=4 nodejs=18 git copier=7 jinja2-time jupyterlite-core=0.5.1 jupyterlite-pyodide-kernel=0.5.2 jupyterlite-xeus=3.1.6 +RUN ~/miniconda3/bin/conda create -y -n failscomponents --override-channels --strict-channel-priority -c conda-forge -c nodefaults jupyterlab=4.4 notebook=7.4 nodejs=18 git copier=7 jinja2-time jupyterlite-core=0.6.2 jupyterlite-pyodide-kernel=0.6.1 jupyterlite-xeus=4.0.3 diff --git a/examples/jupyterlite/environment.yml b/examples/jupyterlite/environment.yml index a6ac9be..c274da1 100644 --- a/examples/jupyterlite/environment.yml +++ b/examples/jupyterlite/environment.yml @@ -1,20 +1,11 @@ name: xeus-python-kernel channels: - - https://repo.mamba.pm/emscripten-forge + - https://repo.prefix.dev/emscripten-forge-dev - conda-forge dependencies: - - python=3.11 - xeus-python - - ipycanvas - ipywidgets - matplotlib - - plotly - - pandas - nbformat - numpy - - anywidget - - scipy - - sympy - - qutip - - pip: - - quspin \ No newline at end of file + - anywidget \ No newline at end of file diff --git a/examples/jupyterlite/jupyter-lite.json b/examples/jupyterlite/jupyter-lite.json index da65e45..c285404 100644 --- a/examples/jupyterlite/jupyter-lite.json +++ b/examples/jupyterlite/jupyter-lite.json @@ -8,13 +8,13 @@ "faviconUrl": "./notebooks/favicon.ico", "federated_extensions": [], "disabledExtensions": [ - "@jupyterlite/server-extension:localforage", - "@jupyterlite/server-extension:localforage-memory-storage", - "@jupyterlite/server-extension:settings", - "@jupyterlite/server-extension:contents", + "@jupyterlite/services-extension:localforage", + "@jupyterlite/services-extension:localforage-memory-storage", + "@jupyterlite/services-extension:settings", + "@jupyterlite/services-extension:default-drive", "@jupyterlite/application-extension:logo", "@jupyterlite/notebook-application-extension:logo", - "@jupyterlite/server-extension:service-worker", + "@jupyterlite/application-extension:service-worker-manager", "@jupyterlite/application-extension:opener", "@jupyterlab/toc-extension:tracker", "@jupyterlab/metadataform-extension:metadataforms", diff --git a/packages/applet-view/package.json b/packages/applet-view/package.json index 0e75b23..93a9600 100644 --- a/packages/applet-view/package.json +++ b/packages/applet-view/package.json @@ -60,30 +60,27 @@ "dependencies": { "@fails-components/jupyter-interceptor": "^0.0.1-alpha.18", "@fails-components/jupyter-launcher": "^0.0.1-alpha.18", - "@jupyter-notebook/application": "^7.2.0", - "@jupyter-widgets/jupyterlab-manager": "^5.0.13", - "@jupyterlab/application": "^4.3.4", - "@jupyterlab/apputils": "^4.3.4", - "@jupyterlab/cells": "^4.3.4", - "@jupyterlab/docmanager": "^4.3.4", - "@jupyterlab/docregistry": "^4.3.4", - "@jupyterlab/notebook": "^4.3.4", - "@jupyterlab/observables": "^5.3.4", - "@jupyterlab/outputarea": "^4.3.4", - "@jupyterlab/statedb": "^4.3.4", - "@jupyterlab/translation": "^4.3.4", - "@jupyterlab/ui-components": "^4.3.4", - "@jupyterlite/application-extension": "^0.5.0", - "@jupyterlite/contents": "^0.5.0", - "@jupyterlite/server": "^0.5.0", - "@jupyterlite/settings": "^0.5.0", - "@lumino/algorithm": "^2.0.1", - "@lumino/commands": "^2.1.2", - "@lumino/coreutils": "^2.2.0", - "@lumino/disposable": "^2.1.3", - "@lumino/signaling": "^2.1.3", - "@lumino/widgets": "^2.5.0", - "json5": "^2.2.3", + "@jupyter-notebook/application": "^7.4.3", + "@jupyter-widgets/jupyterlab-manager": "^5.0.15", + "@jupyterlab/application": "^4.4.3", + "@jupyterlab/apputils": "^4.5.3", + "@jupyterlab/cells": "^4.4.3", + "@jupyterlab/docmanager": "^4.4.3", + "@jupyterlab/docregistry": "^4.4.3", + "@jupyterlab/notebook": "^4.4.3", + "@jupyterlab/observables": "^5.4.3", + "@jupyterlab/outputarea": "^4.4.3", + "@jupyterlab/statedb": "^4.4.3", + "@jupyterlab/translation": "^4.4.3", + "@jupyterlab/ui-components": "^4.4.3", + "@jupyterlite/application-extension": "^0.6.1", + "@jupyterlite/server": "^0.6.1", + "@lumino/algorithm": "^2.0.3", + "@lumino/commands": "^2.3.2", + "@lumino/coreutils": "^2.2.1", + "@lumino/disposable": "^2.1.4", + "@lumino/signaling": "^2.1.4", + "@lumino/widgets": "^2.7.1", "modern-screenshot": "^4.5.5" }, "devDependencies": { @@ -124,10 +121,19 @@ "jupyterlab": { "extension": true, "outputDir": "fails_components_jupyter_applet_view/labextension", - "schemaDir": "schema" - }, - "jupyterlite": { - "liteExtension": false + "schemaDir": "schema", + "sharedPackages": { + "@fails-components/jupyter-launcher": { + "singleton": true, + "requiredVersion": "^0.0.1-alpha.18", + "import": false + }, + "@fails-components/jupyter-interceptor": { + "singleton": true, + "requiredVersion": "^0.0.1-alpha.18", + "import": false + } + } }, "eslintIgnore": [ "node_modules", diff --git a/packages/filesystem-extension/package.json b/packages/filesystem-extension/package.json index 0c2e7ce..19c8f43 100644 --- a/packages/filesystem-extension/package.json +++ b/packages/filesystem-extension/package.json @@ -60,15 +60,11 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@fails-components/jupyter-launcher": "^0.0.1-alpha.18", - "@jupyter-widgets/jupyterlab-manager": "^5.0.11", - "@jupyterlab/application": "^4.3.4", - "@jupyterlab/services": "^7.3.4", - "@jupyterlite/application-extension": "^0.5.0", - "@jupyterlite/contents": "^0.5.0", - "@jupyterlite/server": "^0.5.0", - "@jupyterlite/settings": "^0.5.0", - "@lumino/coreutils": "^2.2.0", + "@jupyterlab/coreutils": "^6.4.3", + "@jupyterlab/services": "^7.4.3", + "@jupyterlab/settingregistry": "^4.4.3", + "@lumino/coreutils": "^2.2.1", + "@lumino/signaling": "^2.1.4", "json5": "^2.2.3" }, "devDependencies": { @@ -111,9 +107,6 @@ "outputDir": "fails_components_jupyter_filesystem_extension/labextension", "schemaDir": "schema" }, - "jupyterlite": { - "liteExtension": true - }, "eslintIgnore": [ "node_modules", "dist", diff --git a/packages/filesystem-extension/src/contents.ts b/packages/filesystem-extension/src/drive.ts similarity index 57% rename from packages/filesystem-extension/src/contents.ts rename to packages/filesystem-extension/src/drive.ts index f05a64d..e3a15cf 100644 --- a/packages/filesystem-extension/src/contents.ts +++ b/packages/filesystem-extension/src/drive.ts @@ -1,12 +1,24 @@ -import { Contents as ServerContents } from '@jupyterlab/services'; -import { IContents } from '@jupyterlite/contents'; -import { PromiseDelegate } from '@lumino/coreutils'; -import { - IFailsCallbacks, - IContentEventType, - ILoadJupyterContentEvent, - ISavedJupyterContentEvent -} from '@fails-components/jupyter-launcher'; +import { Contents, Drive, ServerConnection } from '@jupyterlab/services'; +import { ISignal, Signal } from '@lumino/signaling'; + +interface IContentEvent { + task: string; +} + +export interface ILoadJupyterContentEvent extends IContentEvent { + task: 'loadFile'; + fileData: object | undefined; + fileName: string; +} + +export interface ISavedJupyterContentEvent extends IContentEvent { + task: 'savedFile'; + fileName: string; +} + +export type IContentEventType = + | ILoadJupyterContentEvent + | ISavedJupyterContentEvent; // use union // portions used from Jupyterlab: /* ----------------------------------------------------------------------------- @@ -14,17 +26,43 @@ import { | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ // This code contains portions from or is inspired by Jupyter lab and lite +// especially the Drive implementation const jsonMime = 'application/json'; +type IModel = Contents.IModel; -export class FailsContents implements IContents { - constructor() { - this._ready = new PromiseDelegate(); - if (!(window as any).failsCallbacks) { - (window as any).failsCallbacks = {}; +export class FailsDrive implements Contents.IDrive { + constructor(options: Drive.IOptions) { + this._serverSettings = + options.serverSettings ?? ServerConnection.makeSettings(); + } + + dispose(): void { + if (this.isDisposed) { + return; } - this._failsCallbacks = (window as any).failsCallbacks; - this._failsCallbacks.callContents = this.onMessage.bind(this); + this._isDisposed = true; + Signal.clearData(this); + } + + get isDisposed(): boolean { + return this._isDisposed; + } + + get name(): string { + return 'JupyterFailsSingleFileDrive'; + } + + get serverSettings(): ServerConnection.ISettings { + return this._serverSettings; + } + + get fileChanged(): ISignal { + return this._fileChanged; + } + + async getDownloadUrl(path: string): Promise { + throw new Error('Method not implemented.'); } async onMessage(event: IContentEventType): Promise { @@ -34,9 +72,25 @@ export class FailsContents implements IContents { { const loadevent = event as ILoadJupyterContentEvent; this._fileContent = JSON.stringify( - loadevent.fileData || FailsContents.EMPTY_NB + loadevent.fileData || FailsDrive.EMPTY_NB ); this._fileName = loadevent.fileName; + this._fileChanged.emit({ + type: 'save', + oldValue: null, + newValue: { + name: this._fileName, + path: this._fileName, + last_modified: new Date(0).toISOString(), + created: new Date(0).toISOString(), + format: 'json' as Contents.FileFormat, + mimetype: jsonMime, + content: JSON.parse(this._fileContent), + size: 0, + writable: true, + type: 'notebook' + } + }); } break; case 'savedFile': @@ -53,18 +107,7 @@ export class FailsContents implements IContents { } } - get ready(): Promise { - return this._ready.promise; - } - - async initialize() { - this._ready.resolve(void 0); - } - - async get( - path: string, - options?: ServerContents.IFetchOptions - ): Promise { + async get(path: string, options?: Contents.IFetchOptions): Promise { // remove leading slash path = decodeURIComponent(path.replace(/^\//, '')); @@ -73,7 +116,7 @@ export class FailsContents implements IContents { path: this._fileName, last_modified: new Date(0).toISOString(), created: new Date(0).toISOString(), - format: 'json' as ServerContents.FileFormat, + format: 'json' as Contents.FileFormat, mimetype: jsonMime, content: JSON.parse(this._fileContent), size: 0, @@ -99,27 +142,27 @@ export class FailsContents implements IContents { if (path === this._fileName) { return serverFile; } - return null; // not found + throw Error(`Could not find content with path ${path}`); } async save( path: string, - options: Partial = {} - ): Promise { + options: Partial = {} + ): Promise { path = decodeURIComponent(path); if (path !== this._fileName) { // we only allow the proxy object - return null; + throw Error(`File ${path} is not the proxy file`); } const chunk = options.chunk; const chunked = chunk ? chunk > 1 || chunk === -1 : false; - let item: ServerContents.IModel | null = await this.get(path, { + let item: Contents.IModel | null = await this.get(path, { content: chunked }); if (!item) { - return null; + throw Error(`Could not find file with path ${path}`); } const modified = new Date().toISOString(); @@ -152,24 +195,29 @@ export class FailsContents implements IContents { size: newcontent.length }; this._fileContent = JSON.stringify(newcontent); // no parsing + this._fileChanged.emit({ + type: 'save', + oldValue: null, + newValue: item + }); return item; } this._fileContent = JSON.stringify(item.content); // no parsing + this._fileChanged.emit({ + type: 'save', + oldValue: null, + newValue: item + }); return item; } // For fails creating a new file is not allowed, so no need to implment it - async newUntitled( - options?: ServerContents.ICreateOptions - ): Promise { + async newUntitled(options?: Contents.ICreateOptions): Promise { throw new Error('NewUntitled not implemented'); } - async rename( - oldLocalPath: string, - newLocalPath: string - ): Promise { + async rename(oldLocalPath: string, newLocalPath: string): Promise { throw new Error('rename not implemented'); } @@ -177,19 +225,15 @@ export class FailsContents implements IContents { throw new Error('delete not implemented'); } - async copy(path: string, toDir: string): Promise { + async copy(path: string, toDir: string): Promise { throw new Error('copy not implemented'); } - async createCheckpoint( - path: string - ): Promise { + async createCheckpoint(path: string): Promise { throw new Error('createCheckpoint not (yet?) implemented'); } - async listCheckpoints( - path: string - ): Promise { + async listCheckpoints(path: string): Promise { // throw new Error('listCheckpoints not (yet?) implemented'); return [{ id: 'fakeCheckpoint', last_modified: new Date().toISOString() }]; } @@ -211,8 +255,11 @@ export class FailsContents implements IContents { cells: [] }; - private _ready: PromiseDelegate; - private _fileContent: string = JSON.stringify(FailsContents.EMPTY_NB); + private _fileContent: string = JSON.stringify(FailsDrive.EMPTY_NB); + private _isDisposed = false; + private _fileChanged = new Signal( + this + ); private _fileName: string = 'unloaded.ipynb'; - private _failsCallbacks: IFailsCallbacks; + private _serverSettings: ServerConnection.ISettings; } diff --git a/packages/filesystem-extension/src/index.ts b/packages/filesystem-extension/src/index.ts index ac3f7c2..ac22e73 100644 --- a/packages/filesystem-extension/src/index.ts +++ b/packages/filesystem-extension/src/index.ts @@ -1,44 +1,73 @@ -import { IContents } from '@jupyterlite/contents'; import { - JupyterLiteServerPlugin, - JupyterLiteServer -} from '@jupyterlite/server'; -import { ISettings } from '@jupyterlite/settings'; -import { FailsContents } from './contents'; + IDefaultDrive, + Contents, + ServerConnection, + Setting, + ISettingManager, + IServerSettings, + ServiceManagerPlugin +} from '@jupyterlab/services'; +import { FailsDrive, IContentEventType } from './drive'; import { FailsSettings } from './settings'; +import { IFailsDriveMessageHandler, IFailsDriveMessages } from './token'; -export const failsContentsPlugin: JupyterLiteServerPlugin = { - id: '@fails-components/jupyter-fails-server:contents', +export * from './token'; + +const failsDriveMessages: ServiceManagerPlugin = { + id: '@fails-components/jupyter-applet-widget:drivemessages', requires: [], autoStart: true, - provides: IContents, - activate: (app: JupyterLiteServer) => { - if (app.namespace !== 'JupyterLite Server') { - console.log('Not on server'); - } - const contents = new FailsContents(); - app.started.then(() => contents.initialize().catch(console.warn)); - return contents; + provides: IFailsDriveMessages, + activate: (_: null) => { + let initialWaitRes: ((val: unknown) => void) | undefined; + const initialWait = new Promise(resolve => (initialWaitRes = resolve)); + let messageHandler: IFailsDriveMessageHandler; + const driveMessages = { + registerMessageHandler: (handler: IFailsDriveMessageHandler) => { + messageHandler = handler; + if (initialWaitRes) { + initialWaitRes(undefined); + } + initialWaitRes = undefined; + }, + sendMessage: async (msg: IContentEventType) => { + await initialWait; + return messageHandler(msg); + } + }; + return driveMessages; + } +}; + +const failsDrivePlugin: ServiceManagerPlugin = { + id: '@fails-components/jupyter-applet-widget:drive', + requires: [IFailsDriveMessages], + autoStart: true, + provides: IDefaultDrive, + activate: (_: null, driveMessages: IFailsDriveMessages) => { + const drive = new FailsDrive({}); + driveMessages.registerMessageHandler(msg => drive.onMessage(msg)); + return drive; } }; -const failsSettingsPlugin: JupyterLiteServerPlugin = { - id: '@fails-components/jupyter-fails-server:settings', +const failsSettingsPlugin: ServiceManagerPlugin = { + id: '@fails-components/jupyter-applet-widget:settings', requires: [], autoStart: true, - provides: ISettings, - activate: (app: JupyterLiteServer) => { - if (app.namespace !== 'JupyterLite Server') { - console.log('Not on server'); - } - const settings = new FailsSettings(); - app.started.then(() => settings.initialize().catch(console.warn)); + provides: ISettingManager, + optional: [IServerSettings], + activate: (_: null, serverSettings: ServerConnection.ISettings | null) => { + const settings = new FailsSettings({ + serverSettings: serverSettings ?? undefined + }); return settings; } }; -const plugins: JupyterLiteServerPlugin[] = [ - failsContentsPlugin, +const plugins: ServiceManagerPlugin[] = [ + failsDriveMessages, + failsDrivePlugin, failsSettingsPlugin ]; diff --git a/packages/filesystem-extension/src/settings.ts b/packages/filesystem-extension/src/settings.ts index b331aa9..e79c25c 100644 --- a/packages/filesystem-extension/src/settings.ts +++ b/packages/filesystem-extension/src/settings.ts @@ -1,6 +1,6 @@ import { PageConfig, URLExt } from '@jupyterlab/coreutils'; -import { ISettings, IPlugin as ISettingsPlugin } from '@jupyterlite/settings'; -import { PromiseDelegate } from '@lumino/coreutils'; +import { Setting, SettingManager } from '@jupyterlab/services'; +import { ISettingRegistry } from '@jupyterlab/settingregistry'; import * as json5 from 'json5'; // portions used from Jupyterlab: @@ -9,13 +9,16 @@ import * as json5 from 'json5'; | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ // This code contains portions from or is inspired by Jupyter lab and lite +export type SettingsFile = 'all.json' | 'all_federated.json'; -export class FailsSettings implements ISettings { +export class FailsSettings extends SettingManager implements Setting.IManager { // the following is copied from the original Jupyter Lite Settings Object - static _overrides: Record = - JSON.parse(PageConfig.getOption('settingsOverrides') || '{}'); + static _overrides: Record< + string, + ISettingRegistry.IPlugin['schema']['default'] + > = JSON.parse(PageConfig.getOption('settingsOverrides') || '{}'); - static override(plugin: ISettingsPlugin): ISettingsPlugin { + static override(plugin: ISettingRegistry.IPlugin): ISettingRegistry.IPlugin { if (FailsSettings._overrides[plugin.id]) { if (!plugin.schema.properties) { // probably malformed, or only provides keyboard shortcuts, etc. @@ -30,32 +33,31 @@ export class FailsSettings implements ISettings { return plugin; } - constructor() { - this._ready = new PromiseDelegate(); - } - - get ready(): Promise { - return this._ready.promise; - } - - async initialize() { - this._ready.resolve(void 0); + constructor(options: SettingManager.IOptions) { + super({ + serverSettings: options.serverSettings + }); } - // copied from the original settings - async get(pluginId: string): Promise { - const all = await this.getAll(); - const settings = all.settings as ISettingsPlugin[]; - const setting = settings.find((setting: ISettingsPlugin) => { + // copied from the original settings (updated) + async fetch(pluginId: string): Promise { + const all = await this.list(); + const settings = all.values as ISettingRegistry.IPlugin[]; + const setting = settings.find((setting: ISettingRegistry.IPlugin) => { return setting.id === pluginId; }); + if (!setting) { + throw new Error(`Setting ${pluginId} not found`); + } return setting; } - // copied from the original settings - async getAll(): Promise<{ settings: ISettingsPlugin[] }> { + // copied from the original settings (updated) + async list( + query?: 'ids' + ): Promise<{ ids: string[]; values: ISettingRegistry.IPlugin[] }> { const allCore = await this._getAll('all.json'); - let allFederated: ISettingsPlugin[] = []; + let allFederated: ISettingRegistry.IPlugin[] = []; try { allFederated = await this._getAll('all_federated.json'); } catch { @@ -78,23 +80,35 @@ export class FailsSettings implements ISettings { }; }) ); - return { settings }; + + // format the settings + const ids = + settings.map((plugin: ISettingRegistry.IPlugin) => plugin.id) ?? []; + + let values: ISettingRegistry.IPlugin[] = []; + if (!query) { + values = + settings.map((plugin: ISettingRegistry.IPlugin) => { + plugin.data = { composite: {}, user: {} }; + return plugin; + }) ?? []; + } + + return { ids, values }; } // one to one copy from settings of the original JupyterLite private async _getAll( - file: 'all.json' | 'all_federated.json' - ): Promise { + file: SettingsFile + ): Promise { const settingsUrl = PageConfig.getOption('settingsUrl') ?? '/'; const all = (await ( await fetch(URLExt.join(settingsUrl, file)) - ).json()) as ISettingsPlugin[]; + ).json()) as ISettingRegistry.IPlugin[]; return all; } - async save(pluginId: string, raw: string): Promise { + async save(id: string, raw: string): Promise { // we do nothing } - - private _ready: PromiseDelegate; } diff --git a/packages/filesystem-extension/src/token.ts b/packages/filesystem-extension/src/token.ts new file mode 100644 index 0000000..01c5aff --- /dev/null +++ b/packages/filesystem-extension/src/token.ts @@ -0,0 +1,15 @@ +import { Token } from '@lumino/coreutils'; +import { IContentEventType } from './drive'; + +export type IFailsDriveMessageHandler = ( + msg: IContentEventType +) => Promise | void; +export interface IFailsDriveMessages { + registerMessageHandler: (handler: IFailsDriveMessageHandler) => void; + sendMessage: (msg: IContentEventType) => Promise; +} + +export const IFailsDriveMessages = new Token( + '@fails-components/jupyter-fails:IFailsDriveMessages', + 'A service to communicate to the FAILS single file drive.' +); diff --git a/packages/interceptor/package.json b/packages/interceptor/package.json index 7a282da..5eeeab1 100644 --- a/packages/interceptor/package.json +++ b/packages/interceptor/package.json @@ -61,21 +61,18 @@ }, "dependencies": { "@fails-components/jupyter-launcher": "^0.0.1-alpha.18", - "@jupyter-widgets/base": "^6.0.8", - "@jupyter-widgets/jupyterlab-manager": "^5.0.11", - "@jupyter/ydoc": "^3.0.0", - "@jupyterlab/application": "^4.3.4", - "@jupyterlab/cells": "^4.3.4", - "@jupyterlab/nbformat": "^4.3.4", - "@jupyterlab/notebook": "^4.3.4", - "@jupyterlab/rendermime": "^4.3.4", - "@jupyterlab/services": "^7.3.4", - "@jupyterlite/application-extension": "^0.5.0", - "@jupyterlite/contents": "^0.5.0", - "@jupyterlite/server": "^0.5.0", - "@jupyterlite/settings": "^0.5.0", - "@lumino/coreutils": "^2.2.0", - "json5": "^2.2.3" + "@jupyter-widgets/base": "^6.0.11", + "@jupyter-widgets/jupyterlab-manager": "^5.0.15", + "@jupyter/ydoc": "^3.0.4", + "@jupyterlab/application": "^4.4.3", + "@jupyterlab/cells": "^4.4.3", + "@jupyterlab/nbformat": "^4.4.3", + "@jupyterlab/notebook": "^4.4.3", + "@jupyterlab/rendermime": "^4.4.3", + "@jupyterlab/services": "^7.4.3", + "@jupyterlite/application-extension": "^0.6.1", + "@lumino/coreutils": "^2.2.1", + "@lumino/signaling": "^2.1.4" }, "devDependencies": { "@jupyterlab/builder": "^4.0.0", @@ -115,7 +112,14 @@ "jupyterlab": { "extension": true, "outputDir": "fails_components_jupyter_interceptor/labextension", - "schemaDir": "schema" + "schemaDir": "schema", + "sharedPackages": { + "@fails-components/jupyter-launcher": { + "singleton": true, + "requiredVersion": "^0.0.1-alpha.18", + "import": false + } + } }, "eslintIgnore": [ "node_modules", diff --git a/packages/interceptor/src/index.ts b/packages/interceptor/src/index.ts index 893737b..71cf6e1 100644 --- a/packages/interceptor/src/index.ts +++ b/packages/interceptor/src/index.ts @@ -20,7 +20,7 @@ import { } from '@jupyterlab/rendermime'; import { ICellModel } from '@jupyterlab/cells'; import { ISharedCodeCell } from '@jupyter/ydoc'; -import { JSONObject, PromiseDelegate, Token } from '@lumino/coreutils'; +import { JSONObject, PromiseDelegate } from '@lumino/coreutils'; import { Kernel /*, KernelMessage */ } from '@jupyterlab/services'; import { IFailsInterceptorUpdateMessage, @@ -28,15 +28,9 @@ import { IFailsLauncherInfo } from '@fails-components/jupyter-launcher'; import { Signal } from '@lumino/signaling'; +import { IFailsInterceptor } from './tokens'; -export interface IFailsInterceptor { - isMimeTypeSupported: (mimeType: string) => boolean; -} - -export const IFailsInterceptor = new Token( - '@fails-components/jupyter-fails:IFailsInterceptor', - 'A service to talk with FAILS interceptor.' -); +export * from './tokens'; // List of static Mimetypes, where intercepting is not necessary const staticMimeTypes = new Set([ diff --git a/packages/interceptor/src/tokens.ts b/packages/interceptor/src/tokens.ts new file mode 100644 index 0000000..81e391d --- /dev/null +++ b/packages/interceptor/src/tokens.ts @@ -0,0 +1,10 @@ +import { Token } from '@lumino/coreutils'; + +export interface IFailsInterceptor { + isMimeTypeSupported: (mimeType: string) => boolean; +} + +export const IFailsInterceptor = new Token( + '@fails-components/jupyter-fails:IFailsInterceptor', + 'A service to talk with FAILS interceptor.' +); diff --git a/packages/launcher/package.json b/packages/launcher/package.json index 56cdf7d..85b52ec 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -60,21 +60,19 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter-notebook/application": "^7.2.0", - "@jupyter-widgets/jupyterlab-manager": "^5.0.11", - "@jupyterlab/application": "^4.3.4", - "@jupyterlab/apputils": "^4.3.4", - "@jupyterlab/coreutils": "^6.3.4", - "@jupyterlab/docmanager": "^4.3.4", - "@jupyterlab/docregistry": "^4.3.4", - "@jupyterlab/notebook": "^4.3.4", - "@jupyterlite/application-extension": "^0.4.4", - "@jupyterlite/contents": "^0.4.4", - "@jupyterlite/server": "^0.4.4", - "@jupyterlite/settings": "^0.4.4", - "@lumino/coreutils": "^2.2.0", - "@lumino/signaling": "^2.1.2", - "@lumino/widgets": "^2.3.2", + "@fails-components/jupyter-filesystem-extension": "^0.0.1-alpha.18", + "@jupyter-notebook/application": "^7.4.3", + "@jupyterlab/application": "^4.4.3", + "@jupyterlab/apputils": "^4.5.3", + "@jupyterlab/docmanager": "^4.4.3", + "@jupyterlab/docregistry": "^4.4.3", + "@jupyterlab/notebook": "^4.4.3", + "@jupyterlab/services": "^7.4.3", + "@jupyterlite/application-extension": "^0.6.1", + "@jupyterlite/server": "^0.6.1", + "@lumino/coreutils": "^2.2.1", + "@lumino/signaling": "^2.1.4", + "@lumino/widgets": "^2.7.1", "json5": "^2.2.3" }, "devDependencies": { @@ -115,7 +113,14 @@ "jupyterlab": { "extension": true, "outputDir": "fails_components_jupyter_launcher/labextension", - "schemaDir": "schema" + "schemaDir": "schema", + "sharedPackages": { + "@fails-components/jupyter-filesystem-extension": { + "singleton": true, + "requiredVersion": "^0.0.1-alpha.18", + "import": false + } + } }, "eslintIgnore": [ "node_modules", diff --git a/packages/launcher/src/index.ts b/packages/launcher/src/index.ts index 4675c1e..46ecba8 100644 --- a/packages/launcher/src/index.ts +++ b/packages/launcher/src/index.ts @@ -4,15 +4,23 @@ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { IDocumentManager } from '@jupyterlab/docmanager'; -import { ServerConnection, Kernel } from '@jupyterlab/services'; -import { PageConfig, URLExt } from '@jupyterlab/coreutils'; -import { ISessionContext } from '@jupyterlab/apputils'; +import { Kernel } from '@jupyterlab/services'; +import { ISessionContext, ILicensesClient } from '@jupyterlab/apputils'; import { IDocumentWidget } from '@jupyterlab/docregistry'; import { INotebookShell } from '@jupyter-notebook/application'; import { NotebookActions, NotebookPanel } from '@jupyterlab/notebook'; -import { JSONObject, PartialJSONObject, Token } from '@lumino/coreutils'; +import { JSONObject } from '@lumino/coreutils'; import { ISignal, Signal } from '@lumino/signaling'; import { Panel } from '@lumino/widgets'; +import { IFailsDriveMessages } from '@fails-components/jupyter-filesystem-extension'; +import { + IFailsLauncherInfo, + IFailsAppletSize, + IAppletWidgetRegistry, + IFailsInterceptorUpdateMessage +} from './tokens'; + +export * from './tokens'; export interface IScreenShotOpts { dpi: number; @@ -22,70 +30,6 @@ export interface IAppletScreenshottaker { takeAppScreenshot: (opts: IScreenShotOpts) => Promise; } -interface IContentEvent { - task: string; -} - -export interface ILoadJupyterContentEvent extends IContentEvent { - task: 'loadFile'; - fileData: object | undefined; - fileName: string; -} - -export interface ISavedJupyterContentEvent extends IContentEvent { - task: 'savedFile'; - fileName: string; -} - -export type IContentEventType = - | ILoadJupyterContentEvent - | ISavedJupyterContentEvent; // use union - -export interface IFailsCallbacks { - callContents?: (event: IContentEventType) => Promise; - postMessageToFails?: (message: any, transfer?: Transferable[]) => void; -} - -export const IFailsLauncherInfo = new Token( - '@fails-components/jupyter-fails:IFailsLauncherInfo', - 'A service to communicate with FAILS.' -); - -export interface IFailsLauncherInit { - inLecture: boolean; - selectedAppid: string | undefined; - reportMetadata?: (metadata: PartialJSONObject) => void; -} - -export interface IFailsAppletSize { - appid: string; - width: number; - height: number; -} - -export interface IAppletWidgetRegistry {} - -export interface IFailsInterceptorUpdateMessage { - path: string; - mime: string; - state: JSONObject; -} - -export interface IFailsLauncherInfo extends IFailsLauncherInit { - inLectureChanged: ISignal; - selectedAppidChanged: ISignal; - appletSizes: { [key: string]: IFailsAppletSize }; - appletSizesChanged: ISignal; - updateMessageArrived?: ISignal< - IAppletWidgetRegistry, - IFailsInterceptorUpdateMessage - >; - remoteUpdateMessageArrived: ISignal< - IFailsLauncherInfo, - IFailsInterceptorUpdateMessage - >; -} - export interface IReplyJupyter { requestId?: number; } @@ -524,10 +468,13 @@ function activateFailsLauncher( app: JupyterFrontEnd, docManager: IDocumentManager, status: ILabStatus, + licenseClient: ILicensesClient, + driveMessages: IFailsDriveMessages, shell: INotebookShell | null ): IFailsLauncherInfo { // parts taken from repl-extension const { /* commands, */ serviceManager, started } = app; + const sendMessageToDrive = driveMessages.sendMessage; Promise.all([started, serviceManager.ready]).then(async () => { /* commands.execute('notebook:create-new', { kernelId: undefined, @@ -540,33 +487,20 @@ function activateFailsLauncher( const failsLauncherInfo: IFailsLauncherInfo = new FailsLauncherInfo(); let currentDocWidget: IDocumentWidget | undefined; - const serverSettings = app.serviceManager.serverSettings; - const licensesUrl = - URLExt.join(PageConfig.getBaseUrl(), PageConfig.getOption('licensesUrl')) + - '/'; - - // Install Messagehandler - if (!(window as any).failsCallbacks) { - (window as any).failsCallbacks = {}; - } let senderOrigin: string | undefined; - const _failsCallbacks = (window as any).failsCallbacks as IFailsCallbacks; - _failsCallbacks.postMessageToFails = ( - message: any, - transfer?: Transferable[] - ) => { + const postMessageToFails = (message: any, transfer?: Transferable[]) => { if (typeof senderOrigin !== 'undefined') { window.parent.postMessage(message, senderOrigin, transfer); } }; status.dirtySignal.connect((sender, dirty) => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ task: 'docDirty', dirty }); }); failsLauncherInfo.reportMetadata = metadata => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ task: 'reportMetadata', metadata }); @@ -583,7 +517,7 @@ function activateFailsLauncher( sender: IFailsLauncherInfo, appletSizes: { [key: string]: IFailsAppletSize } ) => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ task: 'reportFailsAppletSizes', appletSizes }); @@ -594,7 +528,7 @@ function activateFailsLauncher( sender: IAppletWidgetRegistry, message: IFailsInterceptorUpdateMessage ): void => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ task: 'sendInterceptorUpdate', ...message }); @@ -623,7 +557,7 @@ function activateFailsLauncher( // may be use a promise for fullfillment, e.g. pass a resolve // afterwards we load the file or new file into to the contexts // we may also send license information - _failsCallbacks.callContents!({ + sendMessageToDrive({ task: 'loadFile', fileData: loadJupyterInfo.fileData, fileName: loadJupyterInfo.fileName @@ -653,7 +587,7 @@ function activateFailsLauncher( const notebookPanel = currentDocWidget as NotebookPanel; notebookPanel.sessionContext.statusChanged.connect( (context: ISessionContext, status: Kernel.Status) => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ task: 'reportKernelStatus', status }); @@ -682,7 +616,7 @@ function activateFailsLauncher( ); } }) - .catch(error => { + .catch((error: any) => { console.log('Problem task load file', error); }); } @@ -691,7 +625,7 @@ function activateFailsLauncher( { const saveJupyter = event.data as ISaveJupyter; if (typeof currentDocWidget === 'undefined') { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'saveJupyter', error: 'No document loaded' @@ -700,7 +634,7 @@ function activateFailsLauncher( } const context = docManager.contextForWidget(currentDocWidget); if (typeof context === 'undefined') { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'saveJupyter', error: 'No document context' @@ -709,22 +643,22 @@ function activateFailsLauncher( } context .save() - .then(() => { + .then(async () => { // ok it was save to our virtual disk - return _failsCallbacks.callContents!({ + return await sendMessageToDrive({ task: 'savedFile', fileName: saveJupyter.fileName }); }) .then(({ fileData }) => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'saveJupyter', fileData }); }) .catch((error: Error) => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'saveJupyter', error: error.toString() @@ -740,7 +674,7 @@ function activateFailsLauncher( } else { failsLauncherInfo.inLecture = false; } - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'activateApp' }); @@ -753,7 +687,7 @@ function activateFailsLauncher( if ( !(typeof (notebookPanel as any)['takeAppScreenshot'] === 'function') ) { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'screenshotApp', error: 'Take App Screenshot unsupported' @@ -766,7 +700,7 @@ function activateFailsLauncher( .then(async screenshot => { if (screenshot) { const data = await screenshot.arrayBuffer(); - _failsCallbacks.postMessageToFails?.( + postMessageToFails?.( { requestId: event.data.requestId, task: 'screenshotApp', @@ -775,7 +709,7 @@ function activateFailsLauncher( [data] ); // TODO add transferable } else { - _failsCallbacks.postMessageToFails?.({ + postMessageToFails?.({ requestId: event.data.requestId, task: 'screenshotApp', error: 'Screenshot failed?' @@ -784,7 +718,7 @@ function activateFailsLauncher( }) .catch((error: Error) => { console.log('Screenshot error', error); - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'screenshotApp', error: error.toString() @@ -811,7 +745,7 @@ function activateFailsLauncher( interceptorActivated = false; } } - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'activateInterceptor' }); @@ -824,7 +758,7 @@ function activateFailsLauncher( const { path, mime, state } = receiveInterceptorUpdate; const launcherInfo = failsLauncherInfo as FailsLauncherInfo; launcherInfo.receiveRemoteUpdateMessage({ path, mime, state }); - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'receiveInterceptorUpdate' }); @@ -833,7 +767,7 @@ function activateFailsLauncher( case 'restartKernelAndRerunCells': { if (typeof currentDocWidget === 'undefined') { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'restartKernelAndRerunCell', error: 'No document loaded' @@ -853,14 +787,14 @@ function activateFailsLauncher( cells, context.sessionContext ); - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'restartKernelAndRerunCell', success: true }); }) .catch((error: Error) => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'restartKernelAndRerunCell', error: error.toString() @@ -870,17 +804,18 @@ function activateFailsLauncher( break; case 'getLicenses': { - ServerConnection.makeRequest(licensesUrl, {}, serverSettings) - .then(async response => { - const json = await response.json(); - _failsCallbacks.postMessageToFails!({ + // broken + licenseClient + .getBundles() + .then(async licenses => { + postMessageToFails!({ requestId: event.data.requestId, task: 'getLicenses', - licenses: json + licenses }); }) .catch(error => { - _failsCallbacks.postMessageToFails!({ + postMessageToFails!({ requestId: event.data.requestId, task: 'getLicenses', error: error.toString() @@ -915,12 +850,17 @@ function activateFailsLauncher( } const failsLauncher: JupyterFrontEndPlugin = { - id: '@fails-components/jupyter-fails:launcher', + id: '@fails-components/jupyter-applet-widget:launcher', description: 'Configures the notebooks application over messages', autoStart: true, activate: activateFailsLauncher, provides: IFailsLauncherInfo, - requires: [IDocumentManager, ILabStatus], + requires: [ + IDocumentManager, + ILabStatus, + ILicensesClient, + IFailsDriveMessages + ], optional: [INotebookShell] }; @@ -929,7 +869,6 @@ const failsLauncher: JupyterFrontEndPlugin = { */ const plugins: JupyterFrontEndPlugin[] = [ // all JupyterFrontEndPlugins - failsLauncher ]; diff --git a/packages/launcher/src/tokens.ts b/packages/launcher/src/tokens.ts new file mode 100644 index 0000000..1d9f4c8 --- /dev/null +++ b/packages/launcher/src/tokens.ts @@ -0,0 +1,43 @@ +import { Token } from '@lumino/coreutils'; +import { ISignal } from '@lumino/signaling'; +import { JSONObject, PartialJSONObject } from '@lumino/coreutils'; + +export interface IAppletWidgetRegistry {} + +export interface IFailsAppletSize { + appid: string; + width: number; + height: number; +} + +export interface IFailsLauncherInit { + inLecture: boolean; + selectedAppid: string | undefined; + reportMetadata?: (metadata: PartialJSONObject) => void; +} + +export interface IFailsInterceptorUpdateMessage { + path: string; + mime: string; + state: JSONObject; +} + +export interface IFailsLauncherInfo extends IFailsLauncherInit { + inLectureChanged: ISignal; + selectedAppidChanged: ISignal; + appletSizes: { [key: string]: IFailsAppletSize }; + appletSizesChanged: ISignal; + updateMessageArrived?: ISignal< + IAppletWidgetRegistry, + IFailsInterceptorUpdateMessage + >; + remoteUpdateMessageArrived: ISignal< + IFailsLauncherInfo, + IFailsInterceptorUpdateMessage + >; +} + +export const IFailsLauncherInfo = new Token( + '@fails-components/jupyter-fails:IFailsLauncherInfo', + 'A service to communicate with FAILS.' +); diff --git a/yarn.lock b/yarn.lock index 6ac60bb..d95b392 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,115 +15,115 @@ __metadata: languageName: node linkType: hard -"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.25.9, @babel/code-frame@npm:^7.26.2": - version: 7.26.2 - resolution: "@babel/code-frame@npm:7.26.2" +"@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/code-frame@npm:7.27.1" dependencies: - "@babel/helper-validator-identifier": ^7.25.9 + "@babel/helper-validator-identifier": ^7.27.1 js-tokens: ^4.0.0 - picocolors: ^1.0.0 - checksum: db13f5c42d54b76c1480916485e6900748bbcb0014a8aca87f50a091f70ff4e0d0a6db63cade75eb41fcc3d2b6ba0a7f89e343def4f96f00269b41b8ab8dd7b8 + picocolors: ^1.1.1 + checksum: 5874edc5d37406c4a0bb14cf79c8e51ad412fb0423d176775ac14fc0259831be1bf95bdda9c2aa651126990505e09a9f0ed85deaa99893bc316d2682c5115bdc languageName: node linkType: hard -"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.26.5": - version: 7.26.5 - resolution: "@babel/compat-data@npm:7.26.5" - checksum: 7aaac0e79cf6f38478b877b1185413390bfe8ce9f2a19f906cfdf898df82f5a932579bee49c5d0d0a6fd838c715ff59d4958bfd161ef0e857e5eb083efb707b4 +"@babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.27.2": + version: 7.27.5 + resolution: "@babel/compat-data@npm:7.27.5" + checksum: 8706be55f1c6e1cf85bfb3f2b3afdabba82142b339a11b62c694d07907b082d5715dfbe77fbbad891979809bdd013a0c9e2e5c3419dc8099b9fb7a45215f0f73 languageName: node linkType: hard "@babel/core@npm:^7.10.2, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9": - version: 7.26.7 - resolution: "@babel/core@npm:7.26.7" + version: 7.27.4 + resolution: "@babel/core@npm:7.27.4" dependencies: "@ampproject/remapping": ^2.2.0 - "@babel/code-frame": ^7.26.2 - "@babel/generator": ^7.26.5 - "@babel/helper-compilation-targets": ^7.26.5 - "@babel/helper-module-transforms": ^7.26.0 - "@babel/helpers": ^7.26.7 - "@babel/parser": ^7.26.7 - "@babel/template": ^7.25.9 - "@babel/traverse": ^7.26.7 - "@babel/types": ^7.26.7 + "@babel/code-frame": ^7.27.1 + "@babel/generator": ^7.27.3 + "@babel/helper-compilation-targets": ^7.27.2 + "@babel/helper-module-transforms": ^7.27.3 + "@babel/helpers": ^7.27.4 + "@babel/parser": ^7.27.4 + "@babel/template": ^7.27.2 + "@babel/traverse": ^7.27.4 + "@babel/types": ^7.27.3 convert-source-map: ^2.0.0 debug: ^4.1.0 gensync: ^1.0.0-beta.2 json5: ^2.2.3 semver: ^6.3.1 - checksum: 017ad8db9939ba4cdf003540a5cb33242f139efe337f66041ed7f4876dccf30b297f11bd1c9d666a355bdba517d6a195c08774e7057816bb69361dc621193e42 + checksum: e7f961274f2cfc14c81e32dc0f10b06123a847e9fe73ec7b4df90411c3ebdad8ffecd7086f06aa46c2b24d8d27f2f8bef4b7c7319228c768256fc0e13819d395 languageName: node linkType: hard -"@babel/generator@npm:^7.26.5, @babel/generator@npm:^7.7.2": - version: 7.26.5 - resolution: "@babel/generator@npm:7.26.5" +"@babel/generator@npm:^7.27.3, @babel/generator@npm:^7.7.2": + version: 7.27.5 + resolution: "@babel/generator@npm:7.27.5" dependencies: - "@babel/parser": ^7.26.5 - "@babel/types": ^7.26.5 + "@babel/parser": ^7.27.5 + "@babel/types": ^7.27.3 "@jridgewell/gen-mapping": ^0.3.5 "@jridgewell/trace-mapping": ^0.3.25 jsesc: ^3.0.2 - checksum: baa42a98cd01efa3ae3634a6caa81d0738e5e0bdba4efbf1ac735216c8d7cf6bdffeab69c468e6ab2063b07db402346113def4962719746756518432f83c53ba + checksum: f6d3bf70f6bfbc5df263a023200728c53161d7f3ee3607bd8b2222c8568b6dd604ee490e305f0492a8225dac059ad75b4cc772b5cfd7d967e70360499d4d3701 languageName: node linkType: hard -"@babel/helper-annotate-as-pure@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-annotate-as-pure@npm:7.25.9" +"@babel/helper-annotate-as-pure@npm:^7.27.1": + version: 7.27.3 + resolution: "@babel/helper-annotate-as-pure@npm:7.27.3" dependencies: - "@babel/types": ^7.25.9 - checksum: 41edda10df1ae106a9b4fe617bf7c6df77db992992afd46192534f5cff29f9e49a303231733782dd65c5f9409714a529f215325569f14282046e9d3b7a1ffb6c + "@babel/types": ^7.27.3 + checksum: 63863a5c936ef82b546ca289c9d1b18fabfc24da5c4ee382830b124e2e79b68d626207febc8d4bffc720f50b2ee65691d7d12cc0308679dee2cd6bdc926b7190 languageName: node linkType: hard -"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.25.9, @babel/helper-compilation-targets@npm:^7.26.5": - version: 7.26.5 - resolution: "@babel/helper-compilation-targets@npm:7.26.5" +"@babel/helper-compilation-targets@npm:^7.22.6, @babel/helper-compilation-targets@npm:^7.27.1, @babel/helper-compilation-targets@npm:^7.27.2": + version: 7.27.2 + resolution: "@babel/helper-compilation-targets@npm:7.27.2" dependencies: - "@babel/compat-data": ^7.26.5 - "@babel/helper-validator-option": ^7.25.9 + "@babel/compat-data": ^7.27.2 + "@babel/helper-validator-option": ^7.27.1 browserslist: ^4.24.0 lru-cache: ^5.1.1 semver: ^6.3.1 - checksum: 6bc0107613bf1d4d21913606e8e517194e5099a24db2a8374568e56ef4626e8140f9b8f8a4aabc35479f5904459a0aead2a91ee0dc63aae110ccbc2bc4b4fda1 + checksum: 7b95328237de85d7af1dea010a4daa28e79f961dda48b652860d5893ce9b136fc8b9ea1f126d8e0a24963b09ba5c6631dcb907b4ce109b04452d34a6ae979807 languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-create-class-features-plugin@npm:7.25.9" +"@babel/helper-create-class-features-plugin@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-create-class-features-plugin@npm:7.27.1" dependencies: - "@babel/helper-annotate-as-pure": ^7.25.9 - "@babel/helper-member-expression-to-functions": ^7.25.9 - "@babel/helper-optimise-call-expression": ^7.25.9 - "@babel/helper-replace-supers": ^7.25.9 - "@babel/helper-skip-transparent-expression-wrappers": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-annotate-as-pure": ^7.27.1 + "@babel/helper-member-expression-to-functions": ^7.27.1 + "@babel/helper-optimise-call-expression": ^7.27.1 + "@babel/helper-replace-supers": ^7.27.1 + "@babel/helper-skip-transparent-expression-wrappers": ^7.27.1 + "@babel/traverse": ^7.27.1 semver: ^6.3.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: 91dd5f203ed04568c70b052e2f26dfaac7c146447196c00b8ecbb6d3d2f3b517abadb985d3321a19d143adaed6fe17f7f79f8f50e0c20e9d8ad83e1027b42424 + checksum: 406954b455e5b20924e7d1b41cf932e6e98e95c3a5224c7a70c3ad96a84e8fbde915ceff7ddbf9c7d121397c4e9274f061241648475122cf6fe54e0a95caae15 languageName: node linkType: hard -"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.25.9": - version: 7.26.3 - resolution: "@babel/helper-create-regexp-features-plugin@npm:7.26.3" +"@babel/helper-create-regexp-features-plugin@npm:^7.18.6, @babel/helper-create-regexp-features-plugin@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-create-regexp-features-plugin@npm:7.27.1" dependencies: - "@babel/helper-annotate-as-pure": ^7.25.9 + "@babel/helper-annotate-as-pure": ^7.27.1 regexpu-core: ^6.2.0 semver: ^6.3.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: 50a27d8ce6da5c2fa0c62c132c4d27cfeb36e3233ff1e5220d643de3dafe49423b507382f0b72a696fce7486014b134c1e742f55438590f9405d26765b009af0 + checksum: 2ede6bbad0016a9262fd281ce8f1a5d69e6179dcec4ea282830e924c29a29b66b0544ecb92e4ef4acdaf2c4c990931d7dc442dbcd6a8bcec4bad73923ef70934 languageName: node linkType: hard -"@babel/helper-define-polyfill-provider@npm:^0.6.2, @babel/helper-define-polyfill-provider@npm:^0.6.3": - version: 0.6.3 - resolution: "@babel/helper-define-polyfill-provider@npm:0.6.3" +"@babel/helper-define-polyfill-provider@npm:^0.6.3, @babel/helper-define-polyfill-provider@npm:^0.6.4": + version: 0.6.4 + resolution: "@babel/helper-define-polyfill-provider@npm:0.6.4" dependencies: "@babel/helper-compilation-targets": ^7.22.6 "@babel/helper-plugin-utils": ^7.22.5 @@ -132,204 +132,204 @@ __metadata: resolve: ^1.14.2 peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 710e6d8a5391736b9f53f09d0494575c2e03de199ad8d1349bc8e514cb85251ea1f1842c2ff44830849d482052ddb42ae931101002a87a263b12f649c2e57c01 + checksum: bfbcb41f005ba11497b459cf801650af558b533f383b2f57034e9ccce592a0af699b585898deef93598ed3d9bd14502327e18dfc8a92a3db48b2a49ae2886f86 languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-member-expression-to-functions@npm:7.25.9" +"@babel/helper-member-expression-to-functions@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-member-expression-to-functions@npm:7.27.1" dependencies: - "@babel/traverse": ^7.25.9 - "@babel/types": ^7.25.9 - checksum: 8e2f1979b6d596ac2a8cbf17f2cf709180fefc274ac3331408b48203fe19134ed87800774ef18838d0275c3965130bae22980d90caed756b7493631d4b2cf961 + "@babel/traverse": ^7.27.1 + "@babel/types": ^7.27.1 + checksum: b13a3d120015a6fd2f6e6c2ff789cd12498745ef028710cba612cfb751b91ace700c3f96c1689228d1dcb41e9d4cf83d6dff8627dcb0c8da12d79440e783c6b8 languageName: node linkType: hard -"@babel/helper-module-imports@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-module-imports@npm:7.25.9" +"@babel/helper-module-imports@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-module-imports@npm:7.27.1" dependencies: - "@babel/traverse": ^7.25.9 - "@babel/types": ^7.25.9 - checksum: 1b411ce4ca825422ef7065dffae7d8acef52023e51ad096351e3e2c05837e9bf9fca2af9ca7f28dc26d596a588863d0fedd40711a88e350b736c619a80e704e6 + "@babel/traverse": ^7.27.1 + "@babel/types": ^7.27.1 + checksum: 92d01c71c0e4aacdc2babce418a9a1a27a8f7d770a210ffa0f3933f321befab18b655bc1241bebc40767516731de0b85639140c42e45a8210abe1e792f115b28 languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.25.9, @babel/helper-module-transforms@npm:^7.26.0": - version: 7.26.0 - resolution: "@babel/helper-module-transforms@npm:7.26.0" +"@babel/helper-module-transforms@npm:^7.27.1, @babel/helper-module-transforms@npm:^7.27.3": + version: 7.27.3 + resolution: "@babel/helper-module-transforms@npm:7.27.3" dependencies: - "@babel/helper-module-imports": ^7.25.9 - "@babel/helper-validator-identifier": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-module-imports": ^7.27.1 + "@babel/helper-validator-identifier": ^7.27.1 + "@babel/traverse": ^7.27.3 peerDependencies: "@babel/core": ^7.0.0 - checksum: 942eee3adf2b387443c247a2c190c17c4fd45ba92a23087abab4c804f40541790d51ad5277e4b5b1ed8d5ba5b62de73857446b7742f835c18ebd350384e63917 + checksum: c611d42d3cb7ba23b1a864fcf8d6cde0dc99e876ca1c9a67e4d7919a70706ded4aaa45420de2bf7f7ea171e078e59f0edcfa15a56d74b9485e151b95b93b946e languageName: node linkType: hard -"@babel/helper-optimise-call-expression@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-optimise-call-expression@npm:7.25.9" +"@babel/helper-optimise-call-expression@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-optimise-call-expression@npm:7.27.1" dependencies: - "@babel/types": ^7.25.9 - checksum: f09d0ad60c0715b9a60c31841b3246b47d67650c512ce85bbe24a3124f1a4d66377df793af393273bc6e1015b0a9c799626c48e53747581c1582b99167cc65dc + "@babel/types": ^7.27.1 + checksum: 0fb7ee824a384529d6b74f8a58279f9b56bfe3cce332168067dddeab2552d8eeb56dc8eaf86c04a3a09166a316cb92dfc79c4c623cd034ad4c563952c98b464f languageName: node linkType: hard -"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.25.9, @babel/helper-plugin-utils@npm:^7.26.5, @babel/helper-plugin-utils@npm:^7.8.0": - version: 7.26.5 - resolution: "@babel/helper-plugin-utils@npm:7.26.5" - checksum: 4771fbb1711c624c62d12deabc2ed7435a6e6994b6ce09d5ede1bc1bf19be59c3775461a1e693bdd596af865685e87bb2abc778f62ceadc1b2095a8e2aa74180 +"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.12.13, @babel/helper-plugin-utils@npm:^7.14.5, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.27.1, @babel/helper-plugin-utils@npm:^7.8.0": + version: 7.27.1 + resolution: "@babel/helper-plugin-utils@npm:7.27.1" + checksum: 5d715055301badab62bdb2336075a77f8dc8bd290cad2bc1b37ea3bf1b3efc40594d308082229f239deb4d6b5b80b0a73bce000e595ea74416e0339c11037047 languageName: node linkType: hard -"@babel/helper-remap-async-to-generator@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-remap-async-to-generator@npm:7.25.9" +"@babel/helper-remap-async-to-generator@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-remap-async-to-generator@npm:7.27.1" dependencies: - "@babel/helper-annotate-as-pure": ^7.25.9 - "@babel/helper-wrap-function": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-annotate-as-pure": ^7.27.1 + "@babel/helper-wrap-function": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: ea37ad9f8f7bcc27c109963b8ebb9d22bac7a5db2a51de199cb560e251d5593fe721e46aab2ca7d3e7a24b0aa4aff0eaf9c7307af9c2fd3a1d84268579073052 + checksum: 0747397ba013f87dbf575454a76c18210d61c7c9af0f697546b4bcac670b54ddc156330234407b397f0c948738c304c228e0223039bc45eab4fbf46966a5e8cc languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.25.9": - version: 7.26.5 - resolution: "@babel/helper-replace-supers@npm:7.26.5" +"@babel/helper-replace-supers@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-replace-supers@npm:7.27.1" dependencies: - "@babel/helper-member-expression-to-functions": ^7.25.9 - "@babel/helper-optimise-call-expression": ^7.25.9 - "@babel/traverse": ^7.26.5 + "@babel/helper-member-expression-to-functions": ^7.27.1 + "@babel/helper-optimise-call-expression": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: c5ab31b29c7cc09e30278f8860ecdb873ce6c84b5c08bc5239c369c7c4fe9f0a63cda61b55b7bbd20edb4e5dc32e73087cc3c57d85264834bd191551d1499185 + checksum: 3690266c304f21008690ba68062f889a363583cabc13c3d033b94513953147af3e0a3fdb48fa1bb9fa3734b64e221fc65e5222ab70837f02321b7225f487c6ef languageName: node linkType: hard -"@babel/helper-skip-transparent-expression-wrappers@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.25.9" +"@babel/helper-skip-transparent-expression-wrappers@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.27.1" dependencies: - "@babel/traverse": ^7.25.9 - "@babel/types": ^7.25.9 - checksum: fdbb5248932198bc26daa6abf0d2ac42cab9c2dbb75b7e9f40d425c8f28f09620b886d40e7f9e4e08ffc7aaa2cefe6fc2c44be7c20e81f7526634702fb615bdc + "@babel/traverse": ^7.27.1 + "@babel/types": ^7.27.1 + checksum: 4f380c5d0e0769fa6942a468b0c2d7c8f0c438f941aaa88f785f8752c103631d0904c7b4e76207a3b0e6588b2dec376595370d92ca8f8f1b422c14a69aa146d4 languageName: node linkType: hard -"@babel/helper-string-parser@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-string-parser@npm:7.25.9" - checksum: 6435ee0849e101681c1849868278b5aee82686ba2c1e27280e5e8aca6233af6810d39f8e4e693d2f2a44a3728a6ccfd66f72d71826a94105b86b731697cdfa99 +"@babel/helper-string-parser@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-string-parser@npm:7.27.1" + checksum: 0a8464adc4b39b138aedcb443b09f4005d86207d7126e5e079177e05c3116107d856ec08282b365e9a79a9872f40f4092a6127f8d74c8a01c1ef789dacfc25d6 languageName: node linkType: hard -"@babel/helper-validator-identifier@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-validator-identifier@npm:7.25.9" - checksum: 5b85918cb1a92a7f3f508ea02699e8d2422fe17ea8e82acd445006c0ef7520fbf48e3dbcdaf7b0a1d571fc3a2715a29719e5226636cb6042e15fe6ed2a590944 +"@babel/helper-validator-identifier@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-validator-identifier@npm:7.27.1" + checksum: 3c7e8391e59d6c85baeefe9afb86432f2ab821c6232b00ea9082a51d3e7e95a2f3fb083d74dc1f49ac82cf238e1d2295dafcb001f7b0fab479f3f56af5eaaa47 languageName: node linkType: hard -"@babel/helper-validator-option@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-validator-option@npm:7.25.9" - checksum: 9491b2755948ebbdd68f87da907283698e663b5af2d2b1b02a2765761974b1120d5d8d49e9175b167f16f72748ffceec8c9cf62acfbee73f4904507b246e2b3d +"@babel/helper-validator-option@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-validator-option@npm:7.27.1" + checksum: db73e6a308092531c629ee5de7f0d04390835b21a263be2644276cb27da2384b64676cab9f22cd8d8dbd854c92b1d7d56fc8517cf0070c35d1c14a8c828b0903 languageName: node linkType: hard -"@babel/helper-wrap-function@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/helper-wrap-function@npm:7.25.9" +"@babel/helper-wrap-function@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/helper-wrap-function@npm:7.27.1" dependencies: - "@babel/template": ^7.25.9 - "@babel/traverse": ^7.25.9 - "@babel/types": ^7.25.9 - checksum: 8ec1701e60ae004415800c4a7a188f5564c73b4e4f3fdf58dd3f34a3feaa9753173f39bbd6d02e7ecc974f48155efc7940e62584435b3092c07728ee46a604ea + "@babel/template": ^7.27.1 + "@babel/traverse": ^7.27.1 + "@babel/types": ^7.27.1 + checksum: b0427765766494cb5455a188d4cdef5e6167f2835a8ed76f3c25fa3bbe2ec2a716588fa326c52fab0d184a9537200d76e48656e516580a914129d74528322821 languageName: node linkType: hard -"@babel/helpers@npm:^7.26.7": - version: 7.26.7 - resolution: "@babel/helpers@npm:7.26.7" +"@babel/helpers@npm:^7.27.4": + version: 7.27.6 + resolution: "@babel/helpers@npm:7.27.6" dependencies: - "@babel/template": ^7.25.9 - "@babel/types": ^7.26.7 - checksum: 1c93604c7fd6dbd7aa6f3eb2f9fa56369f9ad02bac8b3afb902de6cd4264beb443cc8589bede3790ca28d7477d4c07801fe6f4943f9833ac5956b72708bbd7ac + "@babel/template": ^7.27.2 + "@babel/types": ^7.27.6 + checksum: 12f96a5800ff677481dbc0a022c617303e945210cac4821ad5377a31201ffd8d9c4d00f039ed1487cf2a3d15868fb2d6cabecdb1aba334bd40a846f1938053a2 languageName: node linkType: hard -"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.25.9, @babel/parser@npm:^7.26.5, @babel/parser@npm:^7.26.7": - version: 7.26.7 - resolution: "@babel/parser@npm:7.26.7" +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.4, @babel/parser@npm:^7.27.5": + version: 7.27.5 + resolution: "@babel/parser@npm:7.27.5" dependencies: - "@babel/types": ^7.26.7 + "@babel/types": ^7.27.3 bin: parser: ./bin/babel-parser.js - checksum: 22aafd7a6fb9ae577cf192141e5b879477fc087872b8953df0eed60ab7e2397d01aa8d92690eb7ba406f408035dd27c86fbf9967c9a37abd9bf4b1d7cf46a823 + checksum: 16f00a12895522c1682f1f047332010e129ba517add3a2db347a658e02f60434fc38f9105a9d6ec3fd6bfb5d1b0b70d88585c1f10e06e2b58fba29004a42d648 languageName: node linkType: hard -"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.25.9" +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-bugfix-firefox-class-in-computed-class-key@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: b33d37dacf98a9c74f53959999adc37a258057668b62dba557e6865689433c53764673109eaba9102bf73b2ac4db162f0d9b89a6cca6f1b71d12f5908ec11da9 + checksum: 72f24b9487e445fa61cf8be552aad394a648c2bb445c38d39d1df003186d9685b87dd8d388c950f438ea0ca44c82099d9c49252fb681c719cc72edf02bbe0304 languageName: node linkType: hard -"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.25.9" +"@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-bugfix-safari-class-field-initializer-scope@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: d3e14ab1cb9cb50246d20cab9539f2fbd1e7ef1ded73980c8ad7c0561b4d5e0b144d362225f0976d47898e04cbd40f2000e208b0913bd788346cf7791b96af91 + checksum: eb7f4146dc01f1198ce559a90b077e58b951a07521ec414e3c7d4593bf6c4ab5c2af22242a7e9fec085e20299e0ba6ea97f44a45e84ab148141bf9eb959ad25e languageName: node linkType: hard -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.25.9" +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: a9d1ee3fd100d3eb6799a2f2bbd785296f356c531d75c9369f71541811fa324270258a374db103ce159156d006da2f33370330558d0133e6f7584152c34997ca + checksum: 621cfddfcc99a81e74f8b6f9101fd260b27500cb1a568e3ceae9cc8afe9aee45ac3bca3900a2b66c612b1a2366d29ef67d4df5a1c975be727eaad6906f98c2c6 languageName: node linkType: hard -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.25.9" +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-skip-transparent-expression-wrappers": ^7.25.9 - "@babel/plugin-transform-optional-chaining": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-skip-transparent-expression-wrappers": ^7.27.1 + "@babel/plugin-transform-optional-chaining": ^7.27.1 peerDependencies: "@babel/core": ^7.13.0 - checksum: 5b298b28e156f64de51cdb03a2c5b80c7f978815ef1026f3ae8b9fc48d28bf0a83817d8fbecb61ef8fb94a7201f62cca5103cc6e7b9e8f28e38f766d7905b378 + checksum: f07aa80272bd7a46b7ba11a4644da6c9b6a5a64e848dfaffdad6f02663adefd512e1aaebe664c4dd95f7ed4f80c872c7f8db8d8e34b47aae0930b412a28711a0 languageName: node linkType: hard -"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.25.9" +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: c684593952ab1b40dfa4e64e98a07e7227c6db175c21bd0e6d71d2ad5d240fef4e4a984d56f05a494876542a022244fe1c1098f4116109fd90d06615e8a269b1 + checksum: 4d6792ccade2d6b9d5577b0a879ab22d05ac8a1206b1a636b6ffdb53a0c0bacaf0f7947e46de254f228ffd75456f4b95ccd82fdeaefc0b92d88af3c5991863ad languageName: node linkType: hard @@ -386,25 +386,25 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-import-assertions@npm:^7.26.0": - version: 7.26.0 - resolution: "@babel/plugin-syntax-import-assertions@npm:7.26.0" +"@babel/plugin-syntax-import-assertions@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-syntax-import-assertions@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b58f2306df4a690ca90b763d832ec05202c50af787158ff8b50cdf3354359710bce2e1eb2b5135fcabf284756ac8eadf09ca74764aa7e76d12a5cac5f6b21e67 + checksum: fb661d630808d67ecb85eabad25aac4e9696a20464bad4c4a6a0d3d40e4dc22557d47e9be3d591ec06429cf048cfe169b8891c373606344d51c4f3ac0f91d6d0 languageName: node linkType: hard -"@babel/plugin-syntax-import-attributes@npm:^7.24.7, @babel/plugin-syntax-import-attributes@npm:^7.26.0": - version: 7.26.0 - resolution: "@babel/plugin-syntax-import-attributes@npm:7.26.0" +"@babel/plugin-syntax-import-attributes@npm:^7.24.7, @babel/plugin-syntax-import-attributes@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-syntax-import-attributes@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: c122aa577166c80ee67f75aebebeef4150a132c4d3109d25d7fc058bf802946f883e330f20b78c1d3e3a5ada631c8780c263d2d01b5dbaecc69efefeedd42916 + checksum: 97973982fff1bbf86b3d1df13380567042887c50e2ae13a400d02a8ff2c9742a60a75e279bfb73019e1cd9710f04be5e6ab81f896e6678dcfcec8b135e8896cf languageName: node linkType: hard @@ -431,13 +431,13 @@ __metadata: linkType: hard "@babel/plugin-syntax-jsx@npm:^7.7.2": - version: 7.25.9 - resolution: "@babel/plugin-syntax-jsx@npm:7.25.9" + version: 7.27.1 + resolution: "@babel/plugin-syntax-jsx@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: bb609d1ffb50b58f0c1bac8810d0e46a4f6c922aa171c458f3a19d66ee545d36e782d3bffbbc1fed0dc65a558bdce1caf5279316583c0fff5a2c1658982a8563 + checksum: c6d1324cff286a369aa95d99b8abd21dd07821b5d3affd5fe7d6058c84cff9190743287826463ee57a7beecd10fa1e4bc99061df532ee14e188c1c8937b13e3a languageName: node linkType: hard @@ -530,13 +530,13 @@ __metadata: linkType: hard "@babel/plugin-syntax-typescript@npm:^7.7.2": - version: 7.25.9 - resolution: "@babel/plugin-syntax-typescript@npm:7.25.9" + version: 7.27.1 + resolution: "@babel/plugin-syntax-typescript@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 0e9821e8ba7d660c36c919654e4144a70546942ae184e85b8102f2322451eae102cbfadbcadd52ce077a2b44b400ee52394c616feab7b5b9f791b910e933fd33 + checksum: 87836f7e32af624c2914c73cd6b9803cf324e07d43f61dbb973c6a86f75df725e12540d91fac7141c14b697aa9268fd064220998daced156e96ac3062d7afb41 languageName: node linkType: hard @@ -552,669 +552,669 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-arrow-functions@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-arrow-functions@npm:7.25.9" +"@babel/plugin-transform-arrow-functions@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-arrow-functions@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: c29f081224859483accf55fb4d091db2aac0dcd0d7954bac5ca889030cc498d3f771aa20eb2e9cd8310084ec394d85fa084b97faf09298b6bc9541182b3eb5bb + checksum: 62c2cc0ae2093336b1aa1376741c5ed245c0987d9e4b4c5313da4a38155509a7098b5acce582b6781cc0699381420010da2e3086353344abe0a6a0ec38961eb7 languageName: node linkType: hard -"@babel/plugin-transform-async-generator-functions@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.9" +"@babel/plugin-transform-async-generator-functions@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-async-generator-functions@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-remap-async-to-generator": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-remap-async-to-generator": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 41e02c18c2a57de9f274fa2c5a1bf81a20ab5f321db29cc3051512b9c5bdf3f1a8c42f1fc282cb62343c6d50849f992eede954d5f7fb5e7df48ae0c59ea7e054 + checksum: 37e8b76c992066f81cc24af11a25f296add6ae39f51f2c37da565fc004dbf3ef9733b42808acbfb86792d73f73bfbb4396338abbd364b9103146b119508b49c7 languageName: node linkType: hard -"@babel/plugin-transform-async-to-generator@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-async-to-generator@npm:7.25.9" +"@babel/plugin-transform-async-to-generator@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-async-to-generator@npm:7.27.1" dependencies: - "@babel/helper-module-imports": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-remap-async-to-generator": ^7.25.9 + "@babel/helper-module-imports": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-remap-async-to-generator": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b3ad50fb93c171644d501864620ed23952a46648c4df10dc9c62cc9ad08031b66bd272cfdd708faeee07c23b6251b16f29ce0350473e4c79f0c32178d38ce3a6 + checksum: d79d7a7ae7d416f6a48200017d027a6ba94c09c7617eea8b4e9c803630f00094c1a4fc32bf20ce3282567824ce3fcbda51653aac4003c71ea4e681b331338979 languageName: node linkType: hard -"@babel/plugin-transform-block-scoped-functions@npm:^7.26.5": - version: 7.26.5 - resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.26.5" +"@babel/plugin-transform-block-scoped-functions@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-block-scoped-functions@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.26.5 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f2046c09bf8e588bfb1a6342d0eee733189102cf663ade27adb0130f3865123af5816b40a55ec8d8fa09271b54dfdaf977cd2f8e0b3dc97f18e690188d5a2174 + checksum: 7fb4988ca80cf1fc8345310d5edfe38e86b3a72a302675cdd09404d5064fe1d1fe1283ebe658ad2b71445ecef857bfb29a748064306b5f6c628e0084759c2201 languageName: node linkType: hard -"@babel/plugin-transform-block-scoping@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-block-scoping@npm:7.25.9" +"@babel/plugin-transform-block-scoping@npm:^7.27.1": + version: 7.27.5 + resolution: "@babel/plugin-transform-block-scoping@npm:7.27.5" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: e869500cfb1995e06e64c9608543b56468639809febfcdd6fcf683bc0bf1be2431cacf2981a168a1a14f4766393e37bc9f7c96d25bc5b5f39a64a8a8ad0bf8e0 + checksum: bd710674bebe2e90b1daee960523d06c958f060f439ce2eef6b157c780c0654168131d0312a06dd71c5b186ecc2a818334d16f8368bd273ab549d6230f074135 languageName: node linkType: hard -"@babel/plugin-transform-class-properties@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-class-properties@npm:7.25.9" +"@babel/plugin-transform-class-properties@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-class-properties@npm:7.27.1" dependencies: - "@babel/helper-create-class-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-class-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a8d69e2c285486b63f49193cbcf7a15e1d3a5f632c1c07d7a97f65306df7f554b30270b7378dde143f8b557d1f8f6336c643377943dec8ec405e4cd11e90b9ea + checksum: 475a6e5a9454912fe1bdc171941976ca10ea4e707675d671cdb5ce6b6761d84d1791ac61b6bca81a2e5f6430cb7b9d8e4b2392404110e69c28207a754e196294 languageName: node linkType: hard -"@babel/plugin-transform-class-static-block@npm:^7.26.0": - version: 7.26.0 - resolution: "@babel/plugin-transform-class-static-block@npm:7.26.0" +"@babel/plugin-transform-class-static-block@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-class-static-block@npm:7.27.1" dependencies: - "@babel/helper-create-class-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-class-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.12.0 - checksum: d779d4d3a6f8d363f67fcbd928c15baa72be8d3b86c6d05e0300b50e66e2c4be9e99398b803d13064bc79d90ae36e37a505e3dc8af11904459804dec07660246 + checksum: 69688fe1641ae0ea025b916b8c2336e8b5643a5ec292e8f546ecd35d9d9d4bb301d738910822a79d867098cf687d550d92cd906ae4cda03c0f69b1ece2149a58 languageName: node linkType: hard -"@babel/plugin-transform-classes@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-classes@npm:7.25.9" +"@babel/plugin-transform-classes@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-classes@npm:7.27.1" dependencies: - "@babel/helper-annotate-as-pure": ^7.25.9 - "@babel/helper-compilation-targets": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-replace-supers": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-annotate-as-pure": ^7.27.1 + "@babel/helper-compilation-targets": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-replace-supers": ^7.27.1 + "@babel/traverse": ^7.27.1 globals: ^11.1.0 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d12584f72125314cc0fa8c77586ece2888d677788ac75f7393f5da574dfe4e45a556f7e3488fab29c8777ab3e5856d7a2d79f6df02834083aaa9d766440e3c68 + checksum: a4275d3a9e2e4144c421baa49958191e4b33957fca6e87686ed8da0eb3240270d4f91a2a4b9491c87feb6c33f459d8aec013cec8d5f5099c794b740703802dc7 languageName: node linkType: hard -"@babel/plugin-transform-computed-properties@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-computed-properties@npm:7.25.9" +"@babel/plugin-transform-computed-properties@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-computed-properties@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/template": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/template": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f77fa4bc0c1e0031068172df28852388db6b0f91c268d037905f459607cf1e8ebab00015f9f179f4ad96e11c5f381b635cd5dc4e147a48c7ac79d195ae7542de + checksum: 48bd20f7d631b08c51155751bf75b698d4a22cca36f41c22921ab92e53039c9ec5c3544e5282e18692325ef85d2e4a18c27e12c62b5e20c26fb0c92447e35224 languageName: node linkType: hard -"@babel/plugin-transform-destructuring@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-destructuring@npm:7.25.9" +"@babel/plugin-transform-destructuring@npm:^7.27.1, @babel/plugin-transform-destructuring@npm:^7.27.3": + version: 7.27.3 + resolution: "@babel/plugin-transform-destructuring@npm:7.27.3" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 965f63077a904828f4adee91393f83644098533442b8217d5a135c23a759a4c252c714074c965676a60d2c33f610f579a4eeb59ffd783724393af61c0ca45fef + checksum: 1b00a609e6292a1e48104d63dd479a688e773dcf42c715f7b342ba1725ae9335d75c8569aa0518388ed359f98f0b7155fd7bb0453fbc36445e986b17e5ccaa98 languageName: node linkType: hard -"@babel/plugin-transform-dotall-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-dotall-regex@npm:7.25.9" +"@babel/plugin-transform-dotall-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-dotall-regex@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8bdf1bb9e6e3a2cc8154ae88a3872faa6dc346d6901994505fb43ac85f858728781f1219f40b67f7bb0687c507450236cb7838ac68d457e65637f98500aa161b + checksum: 2173e5b13f403538ffc6bd57b190cedf4caf320abc13a99e5b2721864e7148dbd3bd7c82d92377136af80432818f665fdd9a1fd33bc5549a4c91e24e5ce2413c languageName: node linkType: hard -"@babel/plugin-transform-duplicate-keys@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-duplicate-keys@npm:7.25.9" +"@babel/plugin-transform-duplicate-keys@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-duplicate-keys@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b553eebc328797ead6be5ba5bdaf2f1222cea8a5bd33fb4ed625975d4f9b510bfb0d688d97e314cd4b4a48b279bea7b3634ad68c1b41ee143c3082db0ae74037 + checksum: ef2112d658338e3ff0827f39a53c0cfa211f1cbbe60363bca833a5269df389598ec965e7283600b46533c39cdca82307d0d69c0f518290ec5b00bb713044715b languageName: node linkType: hard -"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.25.9" +"@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-duplicate-named-capturing-groups-regex@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: f7233cf596be8c6843d31951afaf2464a62a610cb89c72c818c044765827fab78403ab8a7d3a6386f838c8df574668e2a48f6c206b1d7da965aff9c6886cb8e6 + checksum: 2a109613535e6ac79240dced71429e988affd6a5b3d0cd0f563c8d6c208c51ce7bf2c300bc1150502376b26a51f279119b3358f1c0f2d2f8abca3bcd62e1ae46 languageName: node linkType: hard -"@babel/plugin-transform-dynamic-import@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-dynamic-import@npm:7.25.9" +"@babel/plugin-transform-dynamic-import@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-dynamic-import@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: aaca1ccda819be9b2b85af47ba08ddd2210ff2dbea222f26e4cd33f97ab020884bf81a66197e50872721e9daf36ceb5659502c82199884ea74d5d75ecda5c58b + checksum: 7a9fbc8d17148b7f11a1d1ca3990d2c2cd44bd08a45dcaf14f20a017721235b9044b20e6168b6940282bb1b48fb78e6afbdfb9dd9d82fde614e15baa7d579932 languageName: node linkType: hard -"@babel/plugin-transform-exponentiation-operator@npm:^7.26.3": - version: 7.26.3 - resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.26.3" +"@babel/plugin-transform-exponentiation-operator@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-exponentiation-operator@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b369ffad07e02e259c43a09d309a5ca86cb9da6b43b1df6256463a810b172cedc4254742605eec0fc2418371c3f7430430f5abd36f21717281e79142308c13ba + checksum: 4ff4a0f30babc457a5ae8564deda209599627c2ce647284a0e8e66f65b44f6d968cf77761a4cc31b45b61693f0810479248c79e681681d8ccb39d0c52944c1fd languageName: node linkType: hard -"@babel/plugin-transform-export-namespace-from@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-export-namespace-from@npm:7.25.9" +"@babel/plugin-transform-export-namespace-from@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-export-namespace-from@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 4dfe8df86c5b1d085d591290874bb2d78a9063090d71567ed657a418010ad333c3f48af2c974b865f53bbb718987a065f89828d43279a7751db1a56c9229078d + checksum: 85082923eca317094f08f4953d8ea2a6558b3117826c0b740676983902b7236df1f4213ad844cb38c2dae104753dbe8f1cc51f01567835d476d32f5f544a4385 languageName: node linkType: hard -"@babel/plugin-transform-for-of@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-for-of@npm:7.25.9" +"@babel/plugin-transform-for-of@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-for-of@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-skip-transparent-expression-wrappers": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-skip-transparent-expression-wrappers": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 41b56e70256a29fc26ed7fb95ece062d7ec2f3b6ea8f0686349ffd004cd4816132085ee21165b89c502ee7161cb7cfb12510961638851357945dc7bc546475b7 + checksum: c9224e08de5d80b2c834383d4359aa9e519db434291711434dd996a4f86b7b664ad67b45d65459b7ec11fa582e3e11a3c769b8a8ca71594bdd4e2f0503f84126 languageName: node linkType: hard -"@babel/plugin-transform-function-name@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-function-name@npm:7.25.9" +"@babel/plugin-transform-function-name@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-function-name@npm:7.27.1" dependencies: - "@babel/helper-compilation-targets": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-compilation-targets": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a8d7c8d019a6eb57eab5ca1be3e3236f175557d55b1f3b11f8ad7999e3fbb1cf37905fd8cb3a349bffb4163a558e9f33b63f631597fdc97c858757deac1b2fd7 + checksum: 26a2a183c3c52a96495967420a64afc5a09f743a230272a131668abf23001e393afa6371e6f8e6c60f4182bea210ed31d1caf866452d91009c1daac345a52f23 languageName: node linkType: hard -"@babel/plugin-transform-json-strings@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-json-strings@npm:7.25.9" +"@babel/plugin-transform-json-strings@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-json-strings@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: e2498d84761cfd05aaea53799933d55af309c9d6204e66b38778792d171e4d1311ad34f334259a3aa3407dd0446f6bd3e390a1fcb8ce2e42fe5aabed0e41bee1 + checksum: 2c05a02f63b49f47069271b3405a66c3c8038de5b995b0700b1bd9a5e2bb3e67abd01e4604629302a521f4d8122a4233944aefa16559fd4373d256cc5d3da57f languageName: node linkType: hard -"@babel/plugin-transform-literals@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-literals@npm:7.25.9" +"@babel/plugin-transform-literals@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-literals@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 3cca75823a38aab599bc151b0fa4d816b5e1b62d6e49c156aa90436deb6e13649f5505973151a10418b64f3f9d1c3da53e38a186402e0ed7ad98e482e70c0c14 + checksum: 0a76d12ab19f32dd139964aea7da48cecdb7de0b75e207e576f0f700121fe92367d788f328bf4fb44b8261a0f605c97b44e62ae61cddbb67b14e94c88b411f95 languageName: node linkType: hard -"@babel/plugin-transform-logical-assignment-operators@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.25.9" +"@babel/plugin-transform-logical-assignment-operators@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8c6febb4ac53852314d28b5e2c23d5dbbff7bf1e57d61f9672e0d97531ef7778b3f0ad698dcf1179f5486e626c77127508916a65eb846a89e98a92f70ed3537b + checksum: 2757955d81d65cc4701c17b83720745f6858f7a1d1d58117e379c204f47adbeb066b778596b6168bdbf4a22c229aab595d79a9abc261d0c6bfd62d4419466e73 languageName: node linkType: hard -"@babel/plugin-transform-member-expression-literals@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-member-expression-literals@npm:7.25.9" +"@babel/plugin-transform-member-expression-literals@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-member-expression-literals@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: db92041ae87b8f59f98b50359e0bb172480f6ba22e5e76b13bdfe07122cbf0daa9cd8ad2e78dcb47939938fed88ad57ab5989346f64b3a16953fc73dea3a9b1f + checksum: 804121430a6dcd431e6ffe99c6d1fbbc44b43478113b79c677629e7f877b4f78a06b69c6bfb2747fd84ee91879fe2eb32e4620b53124603086cf5b727593ebe8 languageName: node linkType: hard -"@babel/plugin-transform-modules-amd@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-modules-amd@npm:7.25.9" +"@babel/plugin-transform-modules-amd@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-modules-amd@npm:7.27.1" dependencies: - "@babel/helper-module-transforms": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-module-transforms": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: baad1f6fd0e0d38e9a9c1086a06abdc014c4c653fd452337cadfe23fb5bd8bf4368d1bc433a5ac8e6421bc0732ebb7c044cf3fb39c1b7ebe967d66e26c4e5cec + checksum: 8bb36d448e438d5d30f4faf19120e8c18aa87730269e65d805bf6032824d175ed738057cc392c2c8a650028f1ae0f346cad8d6b723f31a037b586e2092a7be18 languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.26.3": - version: 7.26.3 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3" +"@babel/plugin-transform-modules-commonjs@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.27.1" dependencies: - "@babel/helper-module-transforms": ^7.26.0 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-module-transforms": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 0ac9aa4e5fe9fe34b58ee174881631e5e1c89eee5b1ebfd1147934686be92fc5fbfdc11119f0b607b3743d36a1cbcb7c36f18e0dd4424d6d7b749b1b9a18808a + checksum: bc45c1beff9b145c982bd6a614af338893d38bce18a9df7d658c9084e0d8114b286dcd0e015132ae7b15dd966153cb13321e4800df9766d0ddd892d22bf09d2a languageName: node linkType: hard -"@babel/plugin-transform-modules-systemjs@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-modules-systemjs@npm:7.25.9" +"@babel/plugin-transform-modules-systemjs@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-modules-systemjs@npm:7.27.1" dependencies: - "@babel/helper-module-transforms": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-validator-identifier": ^7.25.9 - "@babel/traverse": ^7.25.9 + "@babel/helper-module-transforms": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-validator-identifier": ^7.27.1 + "@babel/traverse": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: bf446202f372ba92dc0db32b24b56225b6e3ad3b227e31074de8b86fdec01c273ae2536873e38dbe3ceb1cd0894209343adeaa37df208e3fa88c0c7dffec7924 + checksum: 7c17a8973676c18525d87f277944616596f1b154cc2b9263bfd78ecdbf5f4288ec46c7f58017321ca3e3d6dfeb96875467b95311a39719b475d42a157525d87f languageName: node linkType: hard -"@babel/plugin-transform-modules-umd@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-modules-umd@npm:7.25.9" +"@babel/plugin-transform-modules-umd@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-modules-umd@npm:7.27.1" dependencies: - "@babel/helper-module-transforms": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-module-transforms": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 946db66be5f04ab9ee56c424b00257276ec094aa2f148508927e6085239f76b00304fa1e33026d29eccdbe312efea15ca3d92e74a12689d7f0cdd9a7ba1a6c54 + checksum: b007dd89231f2eeccf1c71a85629bcb692573303977a4b1c5f19a835ea6b5142c18ef07849bc6d752b874a11bc0ddf3c67468b77c8ee8310290b688a4f01ef31 languageName: node linkType: hard -"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.25.9" +"@babel/plugin-transform-named-capturing-groups-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-named-capturing-groups-regex@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: 434346ba05cf74e3f4704b3bdd439287b95cd2a8676afcdc607810b8c38b6f4798cd69c1419726b2e4c7204e62e4a04d31b0360e91ca57a930521c9211e07789 + checksum: a711c92d9753df26cefc1792481e5cbff4fe4f32b383d76b25e36fa865d8023b1b9aa6338cf18f5c0e864c71a7fbe8115e840872ccd61a914d9953849c68de7d languageName: node linkType: hard -"@babel/plugin-transform-new-target@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-new-target@npm:7.25.9" +"@babel/plugin-transform-new-target@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-new-target@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f8113539919aafce52f07b2bd182c771a476fe1d5d96d813460b33a16f173f038929369c595572cadc1f7bd8cb816ce89439d056e007770ddd7b7a0878e7895f + checksum: 32c8078d843bda001244509442d68fd3af088d7348ba883f45c262b2c817a27ffc553b0d78e7f7a763271b2ece7fac56151baad7a91fb21f5bb1d2f38e5acad7 languageName: node linkType: hard -"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.26.6": - version: 7.26.6 - resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.26.6" +"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.26.5 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 752837d532b85c41f6bb868e83809605f513bc9a3b8e88ac3d43757c9bf839af4f246874c1c6d6902bb2844d355efccae602c3856098911f8abdd603672f8379 + checksum: 1c6b3730748782d2178cc30f5cc37be7d7666148260f3f2dfc43999908bdd319bdfebaaf19cf04ac1f9dee0f7081093d3fa730cda5ae1b34bcd73ce406a78be7 languageName: node linkType: hard -"@babel/plugin-transform-numeric-separator@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-numeric-separator@npm:7.25.9" +"@babel/plugin-transform-numeric-separator@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-numeric-separator@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 0528ef041ed88e8c3f51624ee87b8182a7f246fe4013f0572788e0727d20795b558f2b82e3989b5dd416cbd339500f0d88857de41b6d3b6fdacb1d5344bcc5b1 + checksum: 049b958911de86d32408cd78017940a207e49c054ae9534ab53a32a57122cc592c0aae3c166d6f29bd1a7d75cc779d71883582dd76cb28b2fbb493e842d8ffca languageName: node linkType: hard -"@babel/plugin-transform-object-rest-spread@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.9" +"@babel/plugin-transform-object-rest-spread@npm:^7.27.2": + version: 7.27.3 + resolution: "@babel/plugin-transform-object-rest-spread@npm:7.27.3" dependencies: - "@babel/helper-compilation-targets": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/plugin-transform-parameters": ^7.25.9 + "@babel/helper-compilation-targets": ^7.27.2 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/plugin-transform-destructuring": ^7.27.3 + "@babel/plugin-transform-parameters": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a8ff73e1c46a03056b3a2236bafd6b3a4b83da93afe7ee24a50d0a8088150bf85bc5e5977daa04e66ff5fb7613d02d63ad49b91ebb64cf3f3022598d722e3a7a + checksum: 624db8badc844d3256ce9b5d062f1716f01c15ab3ed023dc971eb8083bba55e83be8dc25971b4570d2cd8979eb2c61a3b08d332bd0ec1816ee8afbf1659472bf languageName: node linkType: hard -"@babel/plugin-transform-object-super@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-object-super@npm:7.25.9" +"@babel/plugin-transform-object-super@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-object-super@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-replace-supers": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-replace-supers": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 1817b5d8b80e451ae1ad9080cca884f4f16df75880a158947df76a2ed8ab404d567a7dce71dd8051ef95f90fbe3513154086a32aba55cc76027f6cbabfbd7f98 + checksum: 46b819cb9a6cd3cfefe42d07875fee414f18d5e66040366ae856116db560ad4e16f3899a0a7fddd6773e0d1458444f94b208b67c0e3b6977a27ea17a5c13dbf6 languageName: node linkType: hard -"@babel/plugin-transform-optional-catch-binding@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.25.9" +"@babel/plugin-transform-optional-catch-binding@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: b46a8d1e91829f3db5c252583eb00d05a779b4660abeea5500fda0f8ffa3584fd18299443c22f7fddf0ed9dfdb73c782c43b445dc468d4f89803f2356963b406 + checksum: f4356b04cf21a98480f9788ea50f1f13ee88e89bb6393ba4b84d1f39a4a84c7928c9a4328e8f4c5b6deb218da68a8fd17bf4f46faec7653ddc20ffaaa5ba49f4 languageName: node linkType: hard -"@babel/plugin-transform-optional-chaining@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-optional-chaining@npm:7.25.9" +"@babel/plugin-transform-optional-chaining@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-optional-chaining@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-skip-transparent-expression-wrappers": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-skip-transparent-expression-wrappers": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f1642a7094456067e82b176e1e9fd426fda7ed9df54cb6d10109fc512b622bf4b3c83acc5875125732b8622565107fdbe2d60fe3ec8685e1d1c22c38c1b57782 + checksum: c4428d31f182d724db6f10575669aad3dbccceb0dea26aa9071fa89f11b3456278da3097fcc78937639a13c105a82cd452dc0218ce51abdbcf7626a013b928a5 languageName: node linkType: hard -"@babel/plugin-transform-parameters@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-parameters@npm:7.25.9" +"@babel/plugin-transform-parameters@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-parameters@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: d7ba2a7d05edbc85aed741289b0ff3d6289a1c25d82ac4be32c565f88a66391f46631aad59ceeed40824037f7eeaa7a0de1998db491f50e65a565cd964f78786 + checksum: 52dd9db2be63ca954dbf86bba3f1dedce5f8bcf0cbc2b9ab26981b6f9c3ad5ea3a1b7ba286d18ae05d7487763f2bd086533826ee82f7b8d76873265569e45125 languageName: node linkType: hard -"@babel/plugin-transform-private-methods@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-private-methods@npm:7.25.9" +"@babel/plugin-transform-private-methods@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-private-methods@npm:7.27.1" dependencies: - "@babel/helper-create-class-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-class-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 6e3671b352c267847c53a170a1937210fa8151764d70d25005e711ef9b21969aaf422acc14f9f7fb86bc0e4ec43e7aefcc0ad9196ae02d262ec10f509f126a58 + checksum: c76f8f6056946466116e67eb9d8014a2d748ade2062636ab82045c1dac9c233aff10e597777bc5af6f26428beb845ceb41b95007abef7d0484da95789da56662 languageName: node linkType: hard -"@babel/plugin-transform-private-property-in-object@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-private-property-in-object@npm:7.25.9" +"@babel/plugin-transform-private-property-in-object@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-private-property-in-object@npm:7.27.1" dependencies: - "@babel/helper-annotate-as-pure": ^7.25.9 - "@babel/helper-create-class-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-annotate-as-pure": ^7.27.1 + "@babel/helper-create-class-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 9ce3e983fea9b9ba677c192aa065c0b42ebdc7774be4c02135df09029ad92a55c35b004650c75952cb64d650872ed18f13ab64422c6fc891d06333762caa8a0a + checksum: af539af1bd423aa46b9da83d649be716494ca80783841f47094b6741fa24e11141446027fd152ddff791dede9d4a76d0d5eb467402a2e584d7f5ea90e2673c7e languageName: node linkType: hard -"@babel/plugin-transform-property-literals@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-property-literals@npm:7.25.9" +"@babel/plugin-transform-property-literals@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-property-literals@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 436046ab07d54a9b44a384eeffec701d4e959a37a7547dda72e069e751ca7ff753d1782a8339e354b97c78a868b49ea97bf41bf5a44c6d7a3c0a05ad40eeb49c + checksum: 7caec27d5ed8870895c9faf4f71def72745d69da0d8e77903146a4e135fd7bed5778f5f9cebb36c5fba86338e6194dd67a08c033fc84b4299b7eceab6d9630cb languageName: node linkType: hard -"@babel/plugin-transform-regenerator@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-regenerator@npm:7.25.9" +"@babel/plugin-transform-regenerator@npm:^7.27.1": + version: 7.27.5 + resolution: "@babel/plugin-transform-regenerator@npm:7.27.5" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - regenerator-transform: ^0.15.2 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 1c09e8087b476c5967282c9790fb8710e065eda77c60f6cb5da541edd59ded9d003d96f8ef640928faab4a0b35bf997673499a194973da4f0c97f0935807a482 + checksum: d343dbe491f2b2ef953ce990761006b8f1f9231044b3c244529d34335ba8337829e6d55cae0e4e9ec6d4952bc4875097c8776eee01119cd45529bc49e90c085f languageName: node linkType: hard -"@babel/plugin-transform-regexp-modifiers@npm:^7.26.0": - version: 7.26.0 - resolution: "@babel/plugin-transform-regexp-modifiers@npm:7.26.0" +"@babel/plugin-transform-regexp-modifiers@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-regexp-modifiers@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: 726deca486bbd4b176f8a966eb0f4aabc19d9def3b8dabb8b3a656778eca0df1fda3f3c92b213aa5a184232fdafd5b7bd73b4e24ca4345c498ef6baff2bda4e1 + checksum: f6cb385fe0e798bff7e9b20cf5912bf40e180895ff3610b1ccdce260f3c20daaebb3a99dc087c8168a99151cd3e16b94f4689fd5a4b01cf1834b45c133e620b2 languageName: node linkType: hard -"@babel/plugin-transform-reserved-words@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-reserved-words@npm:7.25.9" +"@babel/plugin-transform-reserved-words@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-reserved-words@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 8beda04481b25767acbd1f6b9ef7b3a9c12fbd9dcb24df45a6ad120e1dc4b247c073db60ac742f9093657d6d8c050501fc0606af042f81a3bb6a3ff862cddc47 + checksum: dea0b66742d2863b369c06c053e11e15ba785892ea19cccf7aef3c1bdaa38b6ab082e19984c5ea7810d275d9445c5400fcc385ad71ce707ed9256fadb102af3b languageName: node linkType: hard -"@babel/plugin-transform-shorthand-properties@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-shorthand-properties@npm:7.25.9" +"@babel/plugin-transform-shorthand-properties@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-shorthand-properties@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: f774995d58d4e3a992b732cf3a9b8823552d471040e280264dd15e0735433d51b468fef04d75853d061309389c66bda10ce1b298297ce83999220eb0ad62741d + checksum: fbba6e2aef0b69681acb68202aa249c0598e470cc0853d7ff5bd0171fd6a7ec31d77cfabcce9df6360fc8349eded7e4a65218c32551bd3fc0caaa1ac899ac6d4 languageName: node linkType: hard -"@babel/plugin-transform-spread@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-spread@npm:7.25.9" +"@babel/plugin-transform-spread@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-spread@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 - "@babel/helper-skip-transparent-expression-wrappers": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-skip-transparent-expression-wrappers": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 2403a5d49171b7714d5e5ecb1f598c61575a4dbe5e33e5a5f08c0ea990b75e693ca1ea983b6a96b2e3e5e7da48c8238333f525e47498c53b577c5d094d964c06 + checksum: 58b08085ee9c29955ac3b68d61c1a79728d44d19a69cb5eb669794aeaf54c57c6647af7b979c1297e81ede3d08b3ddcb1936ef39a533f28ff3e399a9be54dab1 languageName: node linkType: hard -"@babel/plugin-transform-sticky-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-sticky-regex@npm:7.25.9" +"@babel/plugin-transform-sticky-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-sticky-regex@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 7454b00844dbe924030dd15e2b3615b36e196500c4c47e98dabc6b37a054c5b1038ecd437e910aabf0e43bf56b973cb148d3437d50f6e2332d8309568e3e979b + checksum: e1414a502efba92c7974681767e365a8cda6c5e9e5f33472a9eaa0ce2e75cea0a9bef881ff8dda37c7810ad902f98d3c00ead92a3ac3b73a79d011df85b5a189 languageName: node linkType: hard -"@babel/plugin-transform-template-literals@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-template-literals@npm:7.25.9" +"@babel/plugin-transform-template-literals@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-template-literals@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 92eb1d6e2d95bd24abbb74fa7640d02b66ff6214e0bb616d7fda298a7821ce15132a4265d576a3502a347a3c9e94b6c69ed265bb0784664592fa076785a3d16a + checksum: 93aad782503b691faef7c0893372d5243df3219b07f1f22cfc32c104af6a2e7acd6102c128439eab15336d048f1b214ca134b87b0630d8cd568bf447f78b25ce languageName: node linkType: hard -"@babel/plugin-transform-typeof-symbol@npm:^7.26.7": - version: 7.26.7 - resolution: "@babel/plugin-transform-typeof-symbol@npm:7.26.7" +"@babel/plugin-transform-typeof-symbol@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-typeof-symbol@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.26.5 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 1fcc48bde1426527d9905d561884e1ecaf3c03eb5abb507d33f71591f8da0c384e92097feaf91cc30692e04fb7f5e6ff1cb172acc5de7675d93fdb42db850d6a + checksum: ed8048c8de72c60969a64cf2273cc6d9275d8fa8db9bd25a1268273a00fb9cbd79931140311411bda1443aa56cb3961fb911d1795abacde7f0482f1d8fdf0356 languageName: node linkType: hard -"@babel/plugin-transform-unicode-escapes@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-unicode-escapes@npm:7.25.9" +"@babel/plugin-transform-unicode-escapes@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-unicode-escapes@npm:7.27.1" dependencies: - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: be067e07488d804e3e82d7771f23666539d2ae5af03bf6eb8480406adf3dabd776e60c1fd5c6078dc5714b73cd80bbaca70e71d4f5d154c5c57200581602ca2f + checksum: d817154bc10758ddd85b716e0bc1af1a1091e088400289ab6b78a1a4d609907ce3d2f1fd51a6fd0e0c8ecbb5f8e3aab4957e0747776d132d2379e85c3ef0520a languageName: node linkType: hard -"@babel/plugin-transform-unicode-property-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.25.9" +"@babel/plugin-transform-unicode-property-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-unicode-property-regex@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 201f6f46c1beb399e79aa208b94c5d54412047511795ce1e790edcd189cef73752e6a099fdfc01b3ad12205f139ae344143b62f21f44bbe02338a95e8506a911 + checksum: 5d99c89537d1ebaac3f526c04b162cf95a47d363d4829f78c6701a2c06ab78a48da66a94f853f85f44a3d72153410ba923e072bed4b7166fa097f503eb14131d languageName: node linkType: hard -"@babel/plugin-transform-unicode-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-unicode-regex@npm:7.25.9" +"@babel/plugin-transform-unicode-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-unicode-regex@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: e8baae867526e179467c6ef5280d70390fa7388f8763a19a27c21302dd59b121032568be080749514b097097ceb9af716bf4b90638f1b3cf689aa837ba20150f + checksum: a34d89a2b75fb78e66d97c3dc90d4877f7e31f43316b52176f95a5dee20e9bb56ecf158eafc42a001676ddf7b393d9e67650bad6b32f5405780f25fb83cd68e3 languageName: node linkType: hard -"@babel/plugin-transform-unicode-sets-regex@npm:^7.25.9": - version: 7.25.9 - resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.25.9" +"@babel/plugin-transform-unicode-sets-regex@npm:^7.27.1": + version: 7.27.1 + resolution: "@babel/plugin-transform-unicode-sets-regex@npm:7.27.1" dependencies: - "@babel/helper-create-regexp-features-plugin": ^7.25.9 - "@babel/helper-plugin-utils": ^7.25.9 + "@babel/helper-create-regexp-features-plugin": ^7.27.1 + "@babel/helper-plugin-utils": ^7.27.1 peerDependencies: "@babel/core": ^7.0.0 - checksum: 4445ef20de687cb4dcc95169742a8d9013d680aa5eee9186d8e25875bbfa7ee5e2de26a91177ccf70b1db518e36886abcd44750d28db5d7a9539f0efa6839f4b + checksum: 295126074c7388ab05c82ef3ed0907a1ee4666bbdd763477ead9aba6eb2c74bdf65669416861ac93d337a4a27640963bb214acadc2697275ce95aab14868d57f languageName: node linkType: hard "@babel/preset-env@npm:^7.10.2": - version: 7.26.7 - resolution: "@babel/preset-env@npm:7.26.7" - dependencies: - "@babel/compat-data": ^7.26.5 - "@babel/helper-compilation-targets": ^7.26.5 - "@babel/helper-plugin-utils": ^7.26.5 - "@babel/helper-validator-option": ^7.25.9 - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": ^7.25.9 - "@babel/plugin-bugfix-safari-class-field-initializer-scope": ^7.25.9 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.25.9 - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.25.9 - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.25.9 + version: 7.27.2 + resolution: "@babel/preset-env@npm:7.27.2" + dependencies: + "@babel/compat-data": ^7.27.2 + "@babel/helper-compilation-targets": ^7.27.2 + "@babel/helper-plugin-utils": ^7.27.1 + "@babel/helper-validator-option": ^7.27.1 + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": ^7.27.1 + "@babel/plugin-bugfix-safari-class-field-initializer-scope": ^7.27.1 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.27.1 + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.27.1 + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.27.1 "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2 - "@babel/plugin-syntax-import-assertions": ^7.26.0 - "@babel/plugin-syntax-import-attributes": ^7.26.0 + "@babel/plugin-syntax-import-assertions": ^7.27.1 + "@babel/plugin-syntax-import-attributes": ^7.27.1 "@babel/plugin-syntax-unicode-sets-regex": ^7.18.6 - "@babel/plugin-transform-arrow-functions": ^7.25.9 - "@babel/plugin-transform-async-generator-functions": ^7.25.9 - "@babel/plugin-transform-async-to-generator": ^7.25.9 - "@babel/plugin-transform-block-scoped-functions": ^7.26.5 - "@babel/plugin-transform-block-scoping": ^7.25.9 - "@babel/plugin-transform-class-properties": ^7.25.9 - "@babel/plugin-transform-class-static-block": ^7.26.0 - "@babel/plugin-transform-classes": ^7.25.9 - "@babel/plugin-transform-computed-properties": ^7.25.9 - "@babel/plugin-transform-destructuring": ^7.25.9 - "@babel/plugin-transform-dotall-regex": ^7.25.9 - "@babel/plugin-transform-duplicate-keys": ^7.25.9 - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": ^7.25.9 - "@babel/plugin-transform-dynamic-import": ^7.25.9 - "@babel/plugin-transform-exponentiation-operator": ^7.26.3 - "@babel/plugin-transform-export-namespace-from": ^7.25.9 - "@babel/plugin-transform-for-of": ^7.25.9 - "@babel/plugin-transform-function-name": ^7.25.9 - "@babel/plugin-transform-json-strings": ^7.25.9 - "@babel/plugin-transform-literals": ^7.25.9 - "@babel/plugin-transform-logical-assignment-operators": ^7.25.9 - "@babel/plugin-transform-member-expression-literals": ^7.25.9 - "@babel/plugin-transform-modules-amd": ^7.25.9 - "@babel/plugin-transform-modules-commonjs": ^7.26.3 - "@babel/plugin-transform-modules-systemjs": ^7.25.9 - "@babel/plugin-transform-modules-umd": ^7.25.9 - "@babel/plugin-transform-named-capturing-groups-regex": ^7.25.9 - "@babel/plugin-transform-new-target": ^7.25.9 - "@babel/plugin-transform-nullish-coalescing-operator": ^7.26.6 - "@babel/plugin-transform-numeric-separator": ^7.25.9 - "@babel/plugin-transform-object-rest-spread": ^7.25.9 - "@babel/plugin-transform-object-super": ^7.25.9 - "@babel/plugin-transform-optional-catch-binding": ^7.25.9 - "@babel/plugin-transform-optional-chaining": ^7.25.9 - "@babel/plugin-transform-parameters": ^7.25.9 - "@babel/plugin-transform-private-methods": ^7.25.9 - "@babel/plugin-transform-private-property-in-object": ^7.25.9 - "@babel/plugin-transform-property-literals": ^7.25.9 - "@babel/plugin-transform-regenerator": ^7.25.9 - "@babel/plugin-transform-regexp-modifiers": ^7.26.0 - "@babel/plugin-transform-reserved-words": ^7.25.9 - "@babel/plugin-transform-shorthand-properties": ^7.25.9 - "@babel/plugin-transform-spread": ^7.25.9 - "@babel/plugin-transform-sticky-regex": ^7.25.9 - "@babel/plugin-transform-template-literals": ^7.25.9 - "@babel/plugin-transform-typeof-symbol": ^7.26.7 - "@babel/plugin-transform-unicode-escapes": ^7.25.9 - "@babel/plugin-transform-unicode-property-regex": ^7.25.9 - "@babel/plugin-transform-unicode-regex": ^7.25.9 - "@babel/plugin-transform-unicode-sets-regex": ^7.25.9 + "@babel/plugin-transform-arrow-functions": ^7.27.1 + "@babel/plugin-transform-async-generator-functions": ^7.27.1 + "@babel/plugin-transform-async-to-generator": ^7.27.1 + "@babel/plugin-transform-block-scoped-functions": ^7.27.1 + "@babel/plugin-transform-block-scoping": ^7.27.1 + "@babel/plugin-transform-class-properties": ^7.27.1 + "@babel/plugin-transform-class-static-block": ^7.27.1 + "@babel/plugin-transform-classes": ^7.27.1 + "@babel/plugin-transform-computed-properties": ^7.27.1 + "@babel/plugin-transform-destructuring": ^7.27.1 + "@babel/plugin-transform-dotall-regex": ^7.27.1 + "@babel/plugin-transform-duplicate-keys": ^7.27.1 + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": ^7.27.1 + "@babel/plugin-transform-dynamic-import": ^7.27.1 + "@babel/plugin-transform-exponentiation-operator": ^7.27.1 + "@babel/plugin-transform-export-namespace-from": ^7.27.1 + "@babel/plugin-transform-for-of": ^7.27.1 + "@babel/plugin-transform-function-name": ^7.27.1 + "@babel/plugin-transform-json-strings": ^7.27.1 + "@babel/plugin-transform-literals": ^7.27.1 + "@babel/plugin-transform-logical-assignment-operators": ^7.27.1 + "@babel/plugin-transform-member-expression-literals": ^7.27.1 + "@babel/plugin-transform-modules-amd": ^7.27.1 + "@babel/plugin-transform-modules-commonjs": ^7.27.1 + "@babel/plugin-transform-modules-systemjs": ^7.27.1 + "@babel/plugin-transform-modules-umd": ^7.27.1 + "@babel/plugin-transform-named-capturing-groups-regex": ^7.27.1 + "@babel/plugin-transform-new-target": ^7.27.1 + "@babel/plugin-transform-nullish-coalescing-operator": ^7.27.1 + "@babel/plugin-transform-numeric-separator": ^7.27.1 + "@babel/plugin-transform-object-rest-spread": ^7.27.2 + "@babel/plugin-transform-object-super": ^7.27.1 + "@babel/plugin-transform-optional-catch-binding": ^7.27.1 + "@babel/plugin-transform-optional-chaining": ^7.27.1 + "@babel/plugin-transform-parameters": ^7.27.1 + "@babel/plugin-transform-private-methods": ^7.27.1 + "@babel/plugin-transform-private-property-in-object": ^7.27.1 + "@babel/plugin-transform-property-literals": ^7.27.1 + "@babel/plugin-transform-regenerator": ^7.27.1 + "@babel/plugin-transform-regexp-modifiers": ^7.27.1 + "@babel/plugin-transform-reserved-words": ^7.27.1 + "@babel/plugin-transform-shorthand-properties": ^7.27.1 + "@babel/plugin-transform-spread": ^7.27.1 + "@babel/plugin-transform-sticky-regex": ^7.27.1 + "@babel/plugin-transform-template-literals": ^7.27.1 + "@babel/plugin-transform-typeof-symbol": ^7.27.1 + "@babel/plugin-transform-unicode-escapes": ^7.27.1 + "@babel/plugin-transform-unicode-property-regex": ^7.27.1 + "@babel/plugin-transform-unicode-regex": ^7.27.1 + "@babel/plugin-transform-unicode-sets-regex": ^7.27.1 "@babel/preset-modules": 0.1.6-no-external-plugins babel-plugin-polyfill-corejs2: ^0.4.10 - babel-plugin-polyfill-corejs3: ^0.10.6 + babel-plugin-polyfill-corejs3: ^0.11.0 babel-plugin-polyfill-regenerator: ^0.6.1 - core-js-compat: ^3.38.1 + core-js-compat: ^3.40.0 semver: ^6.3.1 peerDependencies: "@babel/core": ^7.0.0-0 - checksum: 980bd2980cd476cb5cb764d4f8024e0de70cfce6279147ba3f8e27c985f37d5347747210d027ce6faff22fce41e88129378e7363c06bcae341c14ac10cea2421 + checksum: 318b123c8783ac3833bde5a5ff315970967ccd4c1e5c97e0843c0199fe9eab48a8cb40b367b784ae19a33667bee63eb8533eb924dab05bfc92ff9ef436109001 languageName: node linkType: hard @@ -1231,48 +1231,39 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.8.4": - version: 7.26.7 - resolution: "@babel/runtime@npm:7.26.7" - dependencies: - regenerator-runtime: ^0.14.0 - checksum: a1664a08f3f4854b895b540cca2f5f5c6c1993b5fb788c9615d70fc201e16bb254df8e0550c83eaf2749a14d87775e11a7c9ded6161203e9da7a4a323d546925 - languageName: node - linkType: hard - -"@babel/template@npm:^7.25.9, @babel/template@npm:^7.3.3": - version: 7.25.9 - resolution: "@babel/template@npm:7.25.9" +"@babel/template@npm:^7.27.1, @babel/template@npm:^7.27.2, @babel/template@npm:^7.3.3": + version: 7.27.2 + resolution: "@babel/template@npm:7.27.2" dependencies: - "@babel/code-frame": ^7.25.9 - "@babel/parser": ^7.25.9 - "@babel/types": ^7.25.9 - checksum: 103641fea19c7f4e82dc913aa6b6ac157112a96d7c724d513288f538b84bae04fb87b1f1e495ac1736367b1bc30e10f058b30208fb25f66038e1f1eb4e426472 + "@babel/code-frame": ^7.27.1 + "@babel/parser": ^7.27.2 + "@babel/types": ^7.27.1 + checksum: ff5628bc066060624afd970616090e5bba91c6240c2e4b458d13267a523572cbfcbf549391eec8217b94b064cf96571c6273f0c04b28a8567b96edc675c28e27 languageName: node linkType: hard -"@babel/traverse@npm:^7.25.9, @babel/traverse@npm:^7.26.5, @babel/traverse@npm:^7.26.7": - version: 7.26.7 - resolution: "@babel/traverse@npm:7.26.7" +"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.27.4": + version: 7.27.4 + resolution: "@babel/traverse@npm:7.27.4" dependencies: - "@babel/code-frame": ^7.26.2 - "@babel/generator": ^7.26.5 - "@babel/parser": ^7.26.7 - "@babel/template": ^7.25.9 - "@babel/types": ^7.26.7 + "@babel/code-frame": ^7.27.1 + "@babel/generator": ^7.27.3 + "@babel/parser": ^7.27.4 + "@babel/template": ^7.27.2 + "@babel/types": ^7.27.3 debug: ^4.3.1 globals: ^11.1.0 - checksum: 22ea8aed130e51db320ff7b3b1555f7dfb82fa860669e593e62990bff004cf09d3dca6fecb8afbac5e51973b703d0cdebf1dc0f6c0021901506f90443c40271b + checksum: ae0047fe786e200ffb048929347b074988e8b68decdb9fc0e2b36ca3e137d72462f349fa0e6193e44fb3cb99f9c639654515028995b44d7040707cef48ddb5c1 languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.5, @babel/types@npm:^7.26.7, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": - version: 7.26.7 - resolution: "@babel/types@npm:7.26.7" +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.6, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": + version: 7.27.6 + resolution: "@babel/types@npm:7.27.6" dependencies: - "@babel/helper-string-parser": ^7.25.9 - "@babel/helper-validator-identifier": ^7.25.9 - checksum: cfb12e8794ebda6c95c92f3b90f14a9ec87ab532a247d887233068f72f8c287c0fa2e8d3d6ed5a4e512729844f7f73a613cb87d86077ae60a63a2e870e697307 + "@babel/helper-string-parser": ^7.27.1 + "@babel/helper-validator-identifier": ^7.27.1 + checksum: c3bd0984d892b0edec38fd12cf63f620bb52fba8187ec7cbe2d1aff5bee5e185e0fd86a3fb90b4d8f18b072113d07901476d0e39f58d5c988db14b231a6ea735 languageName: node linkType: hard @@ -1283,27 +1274,27 @@ __metadata: languageName: node linkType: hard -"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.16.0, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": - version: 6.18.4 - resolution: "@codemirror/autocomplete@npm:6.18.4" +"@codemirror/autocomplete@npm:^6.0.0, @codemirror/autocomplete@npm:^6.18.6, @codemirror/autocomplete@npm:^6.3.2, @codemirror/autocomplete@npm:^6.7.1": + version: 6.18.6 + resolution: "@codemirror/autocomplete@npm:6.18.6" dependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.17.0 "@lezer/common": ^1.0.0 - checksum: 4216f45a17f6cfd8d33df53f940396f7d3707662570bf3a79d8d333f926e273a265fac13c362e29e3fa57ccdf444f1a047862f5f56c672cfc669c87ee975858f + checksum: 1d3657d5fbd2bbf983edf7fb14568b1f813a15f03848bef3833835dd3a30985d881e093842f7b3def23789b542db4eb81ec07bfa313d1ee1d54cb1b273027dea languageName: node linkType: hard -"@codemirror/commands@npm:^6.5.0": - version: 6.8.0 - resolution: "@codemirror/commands@npm:6.8.0" +"@codemirror/commands@npm:^6.8.1": + version: 6.8.1 + resolution: "@codemirror/commands@npm:6.8.1" dependencies: "@codemirror/language": ^6.0.0 "@codemirror/state": ^6.4.0 "@codemirror/view": ^6.27.0 "@lezer/common": ^1.1.0 - checksum: 7d819bab4830ec7b8c5dffdec4b035dfa664bfd1d2675e639e08a459df65f45be111e1b8b569b1a8a3253d5980cf2ecf4394d8a13509996cca1b65cc16d47a4e + checksum: 838365af4f12e985c35f4bc59e38eb809e951fd3e35d5ad43548e61c26deda050276346dd031b9c6ed7fe13a777d59c37b9b1e46609d1d79e622d908340a468e languageName: node linkType: hard @@ -1317,7 +1308,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-css@npm:^6.0.0, @codemirror/lang-css@npm:^6.2.1": +"@codemirror/lang-css@npm:^6.0.0, @codemirror/lang-css@npm:^6.3.1": version: 6.3.1 resolution: "@codemirror/lang-css@npm:6.3.1" dependencies: @@ -1357,9 +1348,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.2.2": - version: 6.2.2 - resolution: "@codemirror/lang-javascript@npm:6.2.2" +"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.2.3": + version: 6.2.4 + resolution: "@codemirror/lang-javascript@npm:6.2.4" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/language": ^6.6.0 @@ -1368,7 +1359,7 @@ __metadata: "@codemirror/view": ^6.17.0 "@lezer/common": ^1.0.0 "@lezer/javascript": ^1.0.0 - checksum: 66379942a8347dff2bd76d10ed7cf313bca83872f8336fdd3e14accfef23e7b690cd913c9d11a3854fba2b32299da07fc3275995327642c9ee43c2a8e538c19d + checksum: 0350e9ac2df155c4ecf75d556f40b677c284c1d320620dc7228e2aa458e258dd1145c86e5ebf3451347ed6ef528f72c2eb60f5d3f6bd10af8aabb2819109e21a languageName: node linkType: hard @@ -1382,9 +1373,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-markdown@npm:^6.2.5": - version: 6.3.2 - resolution: "@codemirror/lang-markdown@npm:6.3.2" +"@codemirror/lang-markdown@npm:^6.3.2": + version: 6.3.3 + resolution: "@codemirror/lang-markdown@npm:6.3.3" dependencies: "@codemirror/autocomplete": ^6.7.1 "@codemirror/lang-html": ^6.0.0 @@ -1393,7 +1384,7 @@ __metadata: "@codemirror/view": ^6.0.0 "@lezer/common": ^1.2.1 "@lezer/markdown": ^1.0.0 - checksum: f136d50156f13619d7ceb4fae28fc2342064be371a6cb057ba304658d885cf029d2d0d69b03b3c591c86a2c9b46bb2b3820549d5ff936a9b6aabaf692923c84a + checksum: bd4cebc3691b8522281202e88aa00633e8bf82c176b505aac69148b646f5dc37d1d3b99e12f26bd1b808eb1a09085bb3b3a7dccbfa367415dd50b5626a2651a5 languageName: node linkType: hard @@ -1410,16 +1401,16 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-python@npm:^6.1.6": - version: 6.1.7 - resolution: "@codemirror/lang-python@npm:6.1.7" +"@codemirror/lang-python@npm:^6.2.0": + version: 6.2.1 + resolution: "@codemirror/lang-python@npm:6.2.1" dependencies: "@codemirror/autocomplete": ^6.3.2 "@codemirror/language": ^6.8.0 "@codemirror/state": ^6.0.0 "@lezer/common": ^1.2.1 "@lezer/python": ^1.1.4 - checksum: a3015abf8035b0c30e5bfc1e8b1bd43c5d9d4ec908b9c3f1e293e755256b41f6e48ad19b2e39c9f91c67264b9061235d9dc293acfe39175d4c2edaab951ceae2 + checksum: 977ce444ab7c68261107c40e8a46d3480a239ac5a093f39fad7da0644fc08cb4b90552c8b7fad396f936e34b5bbac510533ea7b4229d3b8271774a1af1e717aa languageName: node linkType: hard @@ -1433,9 +1424,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-sql@npm:^6.6.4": - version: 6.8.0 - resolution: "@codemirror/lang-sql@npm:6.8.0" +"@codemirror/lang-sql@npm:^6.8.0": + version: 6.9.0 + resolution: "@codemirror/lang-sql@npm:6.9.0" dependencies: "@codemirror/autocomplete": ^6.0.0 "@codemirror/language": ^6.0.0 @@ -1443,7 +1434,7 @@ __metadata: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: 1b5a3c8129b09f24039d8c0906fc4cb8d0f706a424a1d56721057bd1e647797c2b1240bb53eed9bf2bac5806a4e0363e555a3963f04c478efa05829890c537f7 + checksum: aca08c11b519f962e9a59e14dc6f54102deaa7a15a390c2dc50401234d33a1fd0c5d2436e6f1810a0363b6f2649480d28eb16a10a7e3f4221ffa3f130ef0672e languageName: node linkType: hard @@ -1473,9 +1464,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/language@npm:^6.0.0, @codemirror/language@npm:^6.10.1, @codemirror/language@npm:^6.3.0, @codemirror/language@npm:^6.4.0, @codemirror/language@npm:^6.6.0, @codemirror/language@npm:^6.8.0": - version: 6.10.8 - resolution: "@codemirror/language@npm:6.10.8" +"@codemirror/language@npm:^6.0.0, @codemirror/language@npm:^6.11.0, @codemirror/language@npm:^6.3.0, @codemirror/language@npm:^6.4.0, @codemirror/language@npm:^6.6.0, @codemirror/language@npm:^6.8.0": + version: 6.11.1 + resolution: "@codemirror/language@npm:6.11.1" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.23.0 @@ -1483,58 +1474,59 @@ __metadata: "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 style-mod: ^4.0.0 - checksum: 679b69d69faa94f028f996a7005d0c6c2a2e4cd7a7a2614f615c23d7b642c31fc1837915248e864cb1ad59a2f032d1a7a8ef486b5f9904e5f6fbe6f7d2882c38 + checksum: 8ff27354f39fec45f2306322cd2069aeefd0162fdeec0e5b9215a3fc3fa7bc3212d133402c5f07022ee9de4bef9a69221111beed3abec42abfd246affd48ac42 languageName: node linkType: hard -"@codemirror/legacy-modes@npm:^6.4.0": - version: 6.4.2 - resolution: "@codemirror/legacy-modes@npm:6.4.2" +"@codemirror/legacy-modes@npm:^6.5.1": + version: 6.5.1 + resolution: "@codemirror/legacy-modes@npm:6.5.1" dependencies: "@codemirror/language": ^6.0.0 - checksum: fe55df97efe980a573ff5572f480eae323d7652a4a61435c654a90142def7102218023590112de7cd826c495ecaadae68a89fb5e5d4323d207af267bcce1d0c1 + checksum: ad92399fdd5f7342d2b8d1ef450ac01cee96f2266938ca09de5047998bf6ac7a085dfe9941feb9ef6a924fda80aa7a1dc0ddc5dd6ce9c3ceaa36bcc14c5b2264 languageName: node linkType: hard "@codemirror/lint@npm:^6.0.0": - version: 6.8.4 - resolution: "@codemirror/lint@npm:6.8.4" + version: 6.8.5 + resolution: "@codemirror/lint@npm:6.8.5" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.35.0 crelt: ^1.0.5 - checksum: 640e3dd44eb167d952eb5c5b8518919ba46e164aa3471776342f7f9361e676b4627a76a9f01d51b22127b97413f2bc9b8c60299d8dfdd5fc8ad0225d42de7669 + checksum: 76fa457c6664f333216aacb0112bce8a0e2fd7011c180b7c855027dbb871dc112a31bf828f5affc0e53973111dee3aac4c9c3b80ade8534ac9748f296fb77abc languageName: node linkType: hard -"@codemirror/search@npm:^6.5.6": - version: 6.5.8 - resolution: "@codemirror/search@npm:6.5.8" +"@codemirror/search@npm:^6.5.10": + version: 6.5.11 + resolution: "@codemirror/search@npm:6.5.11" dependencies: "@codemirror/state": ^6.0.0 "@codemirror/view": ^6.0.0 crelt: ^1.0.5 - checksum: 0f9633037492a7b647b606c30255ea42c4327319e643be7ea3aa2913ed8e4aa662589f457e376636521c7d4d1215fae0e8939f127db9c0790b19ae3b654c3bc4 + checksum: 4d418f176bd93705bc51c82a2f1c0e41fecc0368dc43c415635c4dfdd763aa05ebdf7f000bc9ca0083c1887e6d305b89482ec1f4db8b8765c6f38de324187476 languageName: node linkType: hard -"@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.4.0, @codemirror/state@npm:^6.4.1, @codemirror/state@npm:^6.5.0": - version: 6.5.1 - resolution: "@codemirror/state@npm:6.5.1" +"@codemirror/state@npm:^6.0.0, @codemirror/state@npm:^6.4.0, @codemirror/state@npm:^6.5.0, @codemirror/state@npm:^6.5.2": + version: 6.5.2 + resolution: "@codemirror/state@npm:6.5.2" dependencies: "@marijn/find-cluster-break": ^1.0.0 - checksum: b7d6de9a87d5b55dadfadaeb6e1c991e0a91845d3cdd0bd953391f05363fcbaf21de79a4eec2816ab8c3e31293faeca82cc2bb729d080779df94b14e28ae0d8a + checksum: 4473a79475070d73f2e72f2eaaee5b69d2833b5020faa9714609d95dd03f0e5ad02cad8031a541dcd748436842a300332a2925317b39ffa09e3b4831145d98bc languageName: node linkType: hard -"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.26.3, @codemirror/view@npm:^6.27.0, @codemirror/view@npm:^6.35.0": - version: 6.36.2 - resolution: "@codemirror/view@npm:6.36.2" +"@codemirror/view@npm:^6.0.0, @codemirror/view@npm:^6.17.0, @codemirror/view@npm:^6.23.0, @codemirror/view@npm:^6.27.0, @codemirror/view@npm:^6.35.0, @codemirror/view@npm:^6.36.6": + version: 6.37.2 + resolution: "@codemirror/view@npm:6.37.2" dependencies: "@codemirror/state": ^6.5.0 + crelt: ^1.0.6 style-mod: ^4.1.0 w3c-keyname: ^2.2.4 - checksum: a58c64b623ddc65bb864917297f3b37f8e95280deec442024c43a9513b26352c829665c5d98e4dfcae104e8ecdfdb774d94a395a29da98a919c83482d2c14152 + checksum: 7b203b09eac08ecd6f35604a631ddfb139c9edcff5ffc9be92a6bae3b7a2ce9998d135bb58800e7818941bb3a653e3788a4e547c438bf0c0c191a8baf9dc25d1 languageName: node linkType: hard @@ -1581,13 +1573,13 @@ __metadata: linkType: hard "@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0": - version: 4.4.1 - resolution: "@eslint-community/eslint-utils@npm:4.4.1" + version: 4.7.0 + resolution: "@eslint-community/eslint-utils@npm:4.7.0" dependencies: eslint-visitor-keys: ^3.4.3 peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - checksum: a7ffc838eb6a9ef594cda348458ccf38f34439ac77dc090fa1c120024bcd4eb911dfd74d5ef44d42063e7949fa7c5123ce714a015c4abb917d4124be1bd32bfe + checksum: b177e3b75c0b8d0e5d71f1c532edb7e40b31313db61f0c879f9bf19c3abb2783c6c372b5deb2396dab4432f2946b9972122ac682e77010376c029dfd0149c681 languageName: node linkType: hard @@ -1628,31 +1620,29 @@ __metadata: dependencies: "@fails-components/jupyter-interceptor": ^0.0.1-alpha.18 "@fails-components/jupyter-launcher": ^0.0.1-alpha.18 - "@jupyter-notebook/application": ^7.2.0 - "@jupyter-widgets/jupyterlab-manager": ^5.0.13 - "@jupyterlab/application": ^4.3.4 - "@jupyterlab/apputils": ^4.3.4 + "@jupyter-notebook/application": ^7.4.3 + "@jupyter-widgets/jupyterlab-manager": ^5.0.15 + "@jupyterlab/application": ^4.4.3 + "@jupyterlab/apputils": ^4.5.3 "@jupyterlab/builder": ^4.0.0 - "@jupyterlab/cells": ^4.3.4 - "@jupyterlab/docmanager": ^4.3.4 - "@jupyterlab/docregistry": ^4.3.4 - "@jupyterlab/notebook": ^4.3.4 - "@jupyterlab/observables": ^5.3.4 - "@jupyterlab/outputarea": ^4.3.4 - "@jupyterlab/statedb": ^4.3.4 + "@jupyterlab/cells": ^4.4.3 + "@jupyterlab/docmanager": ^4.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/notebook": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/outputarea": ^4.4.3 + "@jupyterlab/statedb": ^4.4.3 "@jupyterlab/testutils": ^4.0.0 - "@jupyterlab/translation": ^4.3.4 - "@jupyterlab/ui-components": ^4.3.4 - "@jupyterlite/application-extension": ^0.5.0 - "@jupyterlite/contents": ^0.5.0 - "@jupyterlite/server": ^0.5.0 - "@jupyterlite/settings": ^0.5.0 - "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.1.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@jupyterlite/application-extension": ^0.6.1 + "@jupyterlite/server": ^0.6.1 + "@lumino/algorithm": ^2.0.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 "@types/jest": ^29.2.0 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -1664,7 +1654,6 @@ __metadata: eslint-config-prettier: ^8.8.0 eslint-plugin-prettier: ^5.0.0 jest: ^29.2.0 - json5: ^2.2.3 modern-screenshot: ^4.5.5 npm-run-all: ^4.1.5 prettier: ^3.0.0 @@ -1681,21 +1670,17 @@ __metadata: languageName: unknown linkType: soft -"@fails-components/jupyter-filesystem-extension@workspace:packages/filesystem-extension": +"@fails-components/jupyter-filesystem-extension@^0.0.1-alpha.18, @fails-components/jupyter-filesystem-extension@workspace:packages/filesystem-extension": version: 0.0.0-use.local resolution: "@fails-components/jupyter-filesystem-extension@workspace:packages/filesystem-extension" dependencies: - "@fails-components/jupyter-launcher": ^0.0.1-alpha.18 - "@jupyter-widgets/jupyterlab-manager": ^5.0.11 - "@jupyterlab/application": ^4.3.4 "@jupyterlab/builder": ^4.0.0 - "@jupyterlab/services": ^7.3.4 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/settingregistry": ^4.4.3 "@jupyterlab/testutils": ^4.0.0 - "@jupyterlite/application-extension": ^0.5.0 - "@jupyterlite/contents": ^0.5.0 - "@jupyterlite/server": ^0.5.0 - "@jupyterlite/settings": ^0.5.0 - "@lumino/coreutils": ^2.2.0 + "@lumino/coreutils": ^2.2.1 + "@lumino/signaling": ^2.1.4 "@types/jest": ^29.2.0 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -1728,22 +1713,20 @@ __metadata: resolution: "@fails-components/jupyter-interceptor@workspace:packages/interceptor" dependencies: "@fails-components/jupyter-launcher": ^0.0.1-alpha.18 - "@jupyter-widgets/base": ^6.0.8 - "@jupyter-widgets/jupyterlab-manager": ^5.0.11 - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/application": ^4.3.4 + "@jupyter-widgets/base": ^6.0.11 + "@jupyter-widgets/jupyterlab-manager": ^5.0.15 + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/application": ^4.4.3 "@jupyterlab/builder": ^4.0.0 - "@jupyterlab/cells": ^4.3.4 - "@jupyterlab/nbformat": ^4.3.4 - "@jupyterlab/notebook": ^4.3.4 - "@jupyterlab/rendermime": ^4.3.4 - "@jupyterlab/services": ^7.3.4 + "@jupyterlab/cells": ^4.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/notebook": ^4.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/services": ^7.4.3 "@jupyterlab/testutils": ^4.0.0 - "@jupyterlite/application-extension": ^0.5.0 - "@jupyterlite/contents": ^0.5.0 - "@jupyterlite/server": ^0.5.0 - "@jupyterlite/settings": ^0.5.0 - "@lumino/coreutils": ^2.2.0 + "@jupyterlite/application-extension": ^0.6.1 + "@lumino/coreutils": ^2.2.1 + "@lumino/signaling": ^2.1.4 "@types/jest": ^29.2.0 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -1755,7 +1738,6 @@ __metadata: eslint-config-prettier: ^8.8.0 eslint-plugin-prettier: ^5.0.0 jest: ^29.2.0 - json5: ^2.2.3 npm-run-all: ^4.1.5 prettier: ^3.0.0 rimraf: ^5.0.1 @@ -1775,23 +1757,21 @@ __metadata: version: 0.0.0-use.local resolution: "@fails-components/jupyter-launcher@workspace:packages/launcher" dependencies: - "@jupyter-notebook/application": ^7.2.0 - "@jupyter-widgets/jupyterlab-manager": ^5.0.11 - "@jupyterlab/application": ^4.3.4 - "@jupyterlab/apputils": ^4.3.4 + "@fails-components/jupyter-filesystem-extension": ^0.0.1-alpha.18 + "@jupyter-notebook/application": ^7.4.3 + "@jupyterlab/application": ^4.4.3 + "@jupyterlab/apputils": ^4.5.3 "@jupyterlab/builder": ^4.0.0 - "@jupyterlab/coreutils": ^6.3.4 - "@jupyterlab/docmanager": ^4.3.4 - "@jupyterlab/docregistry": ^4.3.4 - "@jupyterlab/notebook": ^4.3.4 + "@jupyterlab/docmanager": ^4.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/notebook": ^4.4.3 + "@jupyterlab/services": ^7.4.3 "@jupyterlab/testutils": ^4.0.0 - "@jupyterlite/application-extension": ^0.4.4 - "@jupyterlite/contents": ^0.4.4 - "@jupyterlite/server": ^0.4.4 - "@jupyterlite/settings": ^0.4.4 - "@lumino/coreutils": ^2.2.0 - "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.2 + "@jupyterlite/application-extension": ^0.6.1 + "@jupyterlite/server": ^0.6.1 + "@lumino/coreutils": ^2.2.1 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 "@types/jest": ^29.2.0 "@types/json-schema": ^7.0.11 "@types/react": ^18.0.26 @@ -2261,81 +2241,81 @@ __metadata: languageName: node linkType: hard -"@jupyter-notebook/application@npm:^7.2.0": - version: 7.3.2 - resolution: "@jupyter-notebook/application@npm:7.3.2" +"@jupyter-notebook/application@npm:^7.4.3": + version: 7.4.3 + resolution: "@jupyter-notebook/application@npm:7.4.3" dependencies: - "@jupyterlab/application": ~4.3.4 - "@jupyterlab/coreutils": ~6.3.4 - "@jupyterlab/docregistry": ~4.3.4 - "@jupyterlab/rendermime-interfaces": ~3.11.4 - "@jupyterlab/ui-components": ~4.3.4 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - checksum: 1a83c4293118d8a256da5329dca210762e0607125c0e5d68f928d11d63d63ea45adb9b33fde6be98d33e7bcdc54a553e26ba177042ada7e4f45c00e738272bb3 + "@jupyterlab/application": ~4.4.3 + "@jupyterlab/coreutils": ~6.4.3 + "@jupyterlab/docregistry": ~4.4.3 + "@jupyterlab/rendermime-interfaces": ~3.12.3 + "@jupyterlab/ui-components": ~4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 + checksum: d55d63d1366876b6b2acce79b91f037ee190d50609a0d739b702de1ddcaa66afc633bb9f64e990e7ac6e1ab2a5732f35e44fb1e6bf44e4b555d988d2d38b676d languageName: node linkType: hard -"@jupyter-widgets/base-manager@npm:^1.0.11": - version: 1.0.11 - resolution: "@jupyter-widgets/base-manager@npm:1.0.11" +"@jupyter-widgets/base-manager@npm:^1.0.12": + version: 1.0.12 + resolution: "@jupyter-widgets/base-manager@npm:1.0.12" dependencies: - "@jupyter-widgets/base": ^6.0.10 - "@jupyterlab/services": ^6.0.0 || ^7.0.0 - "@lumino/coreutils": ^1.11.1 || ^2 + "@jupyter-widgets/base": ^6.0.11 + "@jupyterlab/services": ^6 || ^7 + "@lumino/coreutils": ^1 || ^2 base64-js: ^1.2.1 sanitize-html: ^2.3 - checksum: 04ef40b05f38ac081cae63c5201a09c30c587df8039671e4d11b16fd911171bd3507deb7b2bc7d7f0e7805bfedb7fee77ebd2560606d6570659c669abc19e374 + checksum: d043d84c349891658b103c2ec1f7420885914b5a5b23fa4e1c983f50c64a44da41286324c6df4bbdb701c91be8ec3d37310a837fa79f93f6d024b7d4ad8a8c96 languageName: node linkType: hard -"@jupyter-widgets/base@npm:^6.0.10, @jupyter-widgets/base@npm:^6.0.8": - version: 6.0.10 - resolution: "@jupyter-widgets/base@npm:6.0.10" +"@jupyter-widgets/base@npm:^6.0.11": + version: 6.0.11 + resolution: "@jupyter-widgets/base@npm:6.0.11" dependencies: - "@jupyterlab/services": ^6.0.0 || ^7.0.0 - "@lumino/coreutils": ^1.11.1 || ^2.1 - "@lumino/messaging": ^1.10.1 || ^2.1 - "@lumino/widgets": ^1.30.0 || ^2.1 + "@jupyterlab/services": ^6 || ^7 + "@lumino/coreutils": ^1 || ^2 + "@lumino/messaging": ^1 || ^2 + "@lumino/widgets": ^1 || ^2 "@types/backbone": 1.4.14 "@types/lodash": ^4.14.134 backbone: 1.4.0 jquery: ^3.1.1 lodash: ^4.17.4 - checksum: 423f96bf6bee953f9347e7fb85a89bbae5f4040a91ab6d6769bc72b1f9752b388cb3b9ede68032133c4c567fc411d06ced290e0bfb80d3c348caa0eaf81cab9b + checksum: 7ec558edd5519e76a4e1a6d5209927b34f19d4e4a3b76a4dba89f67784dd50fef8b536cd15694576fa1930e3c92822c7565ddb47d1b558444c596af24b78790b languageName: node linkType: hard -"@jupyter-widgets/controls@npm:^5.0.11": - version: 5.0.11 - resolution: "@jupyter-widgets/controls@npm:5.0.11" - dependencies: - "@jupyter-widgets/base": ^6.0.10 - "@lumino/algorithm": ^1.9.1 || ^2.1 - "@lumino/domutils": ^1.8.1 || ^2.1 - "@lumino/messaging": ^1.10.1 || ^2.1 - "@lumino/signaling": ^1.10.1 || ^2.1 - "@lumino/widgets": ^1.30.0 || ^2.1 +"@jupyter-widgets/controls@npm:^5.0.12": + version: 5.0.12 + resolution: "@jupyter-widgets/controls@npm:5.0.12" + dependencies: + "@jupyter-widgets/base": ^6.0.11 + "@lumino/algorithm": ^1 || ^2 + "@lumino/domutils": ^1 || ^2 + "@lumino/messaging": ^1 || ^2 + "@lumino/signaling": ^1 || ^2 + "@lumino/widgets": ^1 || ^2 d3-color: ^3.0.1 d3-format: ^3.0.1 jquery: ^3.1.1 nouislider: 15.4.0 - checksum: dd995d4a17898e7bca4fa1ec4bfa643ed705b9592fca847f870babd3db72cc6cc76c6b7dcf5d3bb421f952505a273332b9429294e2ffe4cfff289076802c0aef + checksum: 057a973b81dcfeb55d1f6bea4da984679b32df2dde670bab49864cd4884c923cd7e83e51f13f2a44e91a54da430514900c2d2a88447cb9509acb980ae9fb0304 languageName: node linkType: hard -"@jupyter-widgets/jupyterlab-manager@npm:^5.0.11, @jupyter-widgets/jupyterlab-manager@npm:^5.0.13": - version: 5.0.13 - resolution: "@jupyter-widgets/jupyterlab-manager@npm:5.0.13" +"@jupyter-widgets/jupyterlab-manager@npm:^5.0.15": + version: 5.0.15 + resolution: "@jupyter-widgets/jupyterlab-manager@npm:5.0.15" dependencies: - "@jupyter-widgets/base": ^6.0.10 - "@jupyter-widgets/base-manager": ^1.0.11 - "@jupyter-widgets/controls": ^5.0.11 - "@jupyter-widgets/output": ^6.0.10 + "@jupyter-widgets/base": ^6.0.11 + "@jupyter-widgets/base-manager": ^1.0.12 + "@jupyter-widgets/controls": ^5.0.12 + "@jupyter-widgets/output": ^6.0.11 "@jupyterlab/application": ^3.0.0 || ^4.0.0 "@jupyterlab/apputils": ^3.0.0 || ^4.0.0 "@jupyterlab/console": ^3.0.0 || ^4.0.0 @@ -2350,35 +2330,24 @@ __metadata: "@jupyterlab/services": ^6.0.0 || ^7.0.0 "@jupyterlab/settingregistry": ^3.0.0 || ^4.0.0 "@jupyterlab/translation": ^3.0.0 || ^4.0.0 - "@lumino/algorithm": ^1.11.1 || ^2.0.0 - "@lumino/coreutils": ^1.11.1 || ^2.1 - "@lumino/disposable": ^1.10.1 || ^2.1 - "@lumino/signaling": ^1.10.1 || ^2.1 - "@lumino/widgets": ^1.30.0 || ^2.1 + "@lumino/algorithm": ^1 || ^2 + "@lumino/coreutils": ^1 || ^2 + "@lumino/disposable": ^1 || ^2 + "@lumino/signaling": ^1 || ^2 + "@lumino/widgets": ^1 || ^2 "@types/backbone": 1.4.14 jquery: ^3.1.1 semver: ^7.3.5 - checksum: 3862f58e962386877e1e47563c92d23df4a55671c7e10974d424b08eeaca423b1f359dcc62c1c3c8bbe09cced790f3b1fd5180943d794ab3f521193a827c23dc - languageName: node - linkType: hard - -"@jupyter-widgets/output@npm:^6.0.10": - version: 6.0.10 - resolution: "@jupyter-widgets/output@npm:6.0.10" - dependencies: - "@jupyter-widgets/base": ^6.0.10 - checksum: ebe2173753b5a6c9aa62d47657f45ccd9baa41f374b5fa24aee67e235d73e0b99e4f2a4b9badd9e2461f3078b9e9261ccdd63fd03eda2ecf177e79b3b41a356e + checksum: dc4d9349b9750f3dea8528b284c9ababf474e3239c90a05397e41fe49f3a25d0f13de4b0a8019d6431e33759ed5d32359eecef78764646f83ee9c05c3239d786 languageName: node linkType: hard -"@jupyter/react-components@npm:^0.15.3": - version: 0.15.3 - resolution: "@jupyter/react-components@npm:0.15.3" +"@jupyter-widgets/output@npm:^6.0.11": + version: 6.0.11 + resolution: "@jupyter-widgets/output@npm:6.0.11" dependencies: - "@jupyter/web-components": ^0.15.3 - "@microsoft/fast-react-wrapper": ^0.3.22 - react: ">=17.0.0 <19.0.0" - checksum: 1a6b256314259c6465c4b6d958575710536b82234a7bf0fba3e889a07e1f19ff8ab321450be354359876f92c45dbcc9d21a840237ff4a619806d9de696f55496 + "@jupyter-widgets/base": ^6.0.11 + checksum: 6b91029d4bd086ec00298a3f330633f71f94d2e9e961b0087a7328b52a245274082a4001fe2a1954883c2a00a1beaec012e2701ba5116e3a4ac2e42bc3d6636c languageName: node linkType: hard @@ -2392,18 +2361,6 @@ __metadata: languageName: node linkType: hard -"@jupyter/web-components@npm:^0.15.3": - version: 0.15.3 - resolution: "@jupyter/web-components@npm:0.15.3" - dependencies: - "@microsoft/fast-colors": ^5.3.1 - "@microsoft/fast-element": ^1.12.0 - "@microsoft/fast-foundation": ^2.49.4 - "@microsoft/fast-web-utilities": ^5.4.1 - checksum: a0980af934157bfdbdb6cc169c0816c1b2e57602d524c56bdcef746a4c25dfeb8f505150d83207c8695ed89b5486cf53d35a3382584d25ef64db666e4e16e45b - languageName: node - linkType: hard - "@jupyter/web-components@npm:^0.16.6, @jupyter/web-components@npm:^0.16.7": version: 0.16.7 resolution: "@jupyter/web-components@npm:0.16.7" @@ -2416,23 +2373,9 @@ __metadata: languageName: node linkType: hard -"@jupyter/ydoc@npm:^2.0.1": - version: 2.1.5 - resolution: "@jupyter/ydoc@npm:2.1.5" - dependencies: - "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 - "@lumino/coreutils": ^1.11.0 || ^2.0.0 - "@lumino/disposable": ^1.10.0 || ^2.0.0 - "@lumino/signaling": ^1.10.0 || ^2.0.0 - y-protocols: ^1.0.5 - yjs: ^13.5.40 - checksum: 027c96d63e34c979f0d802e90f40a642d1a8521890c3ff7820b7f11146e71f958d6b797322221c201201c70613d2aab91c685e577c793c3b1d938b31bff2fd9d - languageName: node - linkType: hard - -"@jupyter/ydoc@npm:^3.0.0": - version: 3.0.3 - resolution: "@jupyter/ydoc@npm:3.0.3" +"@jupyter/ydoc@npm:^3.0.4": + version: 3.0.5 + resolution: "@jupyter/ydoc@npm:3.0.5" dependencies: "@jupyterlab/nbformat": ^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0 "@lumino/coreutils": ^1.11.0 || ^2.0.0 @@ -2440,154 +2383,97 @@ __metadata: "@lumino/signaling": ^1.10.0 || ^2.0.0 y-protocols: ^1.0.5 yjs: ^13.5.40 - checksum: e12f03689449053a2cd2a0b34b86b421794422f8dd74a9b5ffbb375ef65a2ee07ce973f3a01fb2d7d3357a01096c89e36e50c145c1e843374c4ce2cf16253daa + checksum: a4f8074790e34b649e581e093806ec84ccfdcd676735d35efdba74e93114c5ff3d40e5909322ce7fc7acd0faf379ecfb8979ab88af1db9705d74b0eff4e1c75c languageName: node linkType: hard -"@jupyterlab/application@npm:^3.0.0 || ^4.0.0, @jupyterlab/application@npm:^4.2.7, @jupyterlab/application@npm:^4.3.4, @jupyterlab/application@npm:^4.3.5, @jupyterlab/application@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/application@npm:4.3.5" +"@jupyterlab/application@npm:^3.0.0 || ^4.0.0, @jupyterlab/application@npm:^4.4.3, @jupyterlab/application@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/application@npm:4.4.3" dependencies: "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/docregistry": ^4.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/application": ^2.4.1 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - checksum: 2111efe2caafed74a78c2ddd6220baa6ccc459c27bde3cc80a0a53a403ad08ae2f0b3ea2e56e24b13440bc6fb3d254fc5519536127f47bd50a496bc44458aeb1 - languageName: node - linkType: hard - -"@jupyterlab/application@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/application@npm:4.2.7" - dependencies: - "@fortawesome/fontawesome-free": ^5.12.0 - "@jupyterlab/apputils": ^4.3.7 - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/docregistry": ^4.2.7 - "@jupyterlab/rendermime": ^4.2.7 - "@jupyterlab/rendermime-interfaces": ^3.10.7 - "@jupyterlab/services": ^7.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@jupyterlab/translation": ^4.2.7 - "@jupyterlab/ui-components": ^4.2.7 - "@lumino/algorithm": ^2.0.1 - "@lumino/application": ^2.3.1 - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/messaging": ^2.0.1 - "@lumino/polling": ^2.1.2 - "@lumino/properties": ^2.0.1 - "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.2 - checksum: 538cc550d9e2bf3c57e396391e76436a2600effb56ace94a5b5f0dbca3c6108853269e06e2c72738df04742e569c747d892f22320e3c1f200844c68f2f7e7ef7 - languageName: node - linkType: hard - -"@jupyterlab/apputils@npm:^3.0.0 || ^4.0.0, @jupyterlab/apputils@npm:^4.3.4, @jupyterlab/apputils@npm:^4.3.7, @jupyterlab/apputils@npm:^4.4.5, @jupyterlab/apputils@npm:~4.4.4": - version: 4.4.5 - resolution: "@jupyterlab/apputils@npm:4.4.5" - dependencies: - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/settingregistry": ^4.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@jupyterlab/statusbar": ^4.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/domutils": ^2.0.2 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/application": ^2.4.4 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 + checksum: 47fe9446f8bd541752cfd034243ee9da92bb8c166764fccf6d7334f0ef49135dd130831a32aa7506f72bbfc5625094fe27373151147486085c3645986ef24f4b + languageName: node + linkType: hard + +"@jupyterlab/apputils@npm:^3.0.0 || ^4.0.0, @jupyterlab/apputils@npm:^4.5.3, @jupyterlab/apputils@npm:~4.5.3": + version: 4.5.3 + resolution: "@jupyterlab/apputils@npm:4.5.3" + dependencies: + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/settingregistry": ^4.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@jupyterlab/statusbar": ^4.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/domutils": ^2.0.3 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + "@lumino/widgets": ^2.7.1 "@types/react": ^18.0.26 react: ^18.2.0 sanitize-html: ~2.12.1 - checksum: 541e063f820413294f08900e60b34a992bfb5ee29f3c9bc575b59518e2b9b82d9d38ed22e3ca7afa1a871db9873528d0830178d63884736477fcc2d777a78068 - languageName: node - linkType: hard - -"@jupyterlab/apputils@npm:~4.3.5": - version: 4.3.7 - resolution: "@jupyterlab/apputils@npm:4.3.7" - dependencies: - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/observables": ^5.2.7 - "@jupyterlab/rendermime-interfaces": ^3.10.7 - "@jupyterlab/services": ^7.2.7 - "@jupyterlab/settingregistry": ^4.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@jupyterlab/statusbar": ^4.2.7 - "@jupyterlab/translation": ^4.2.7 - "@jupyterlab/ui-components": ^4.2.7 - "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/domutils": ^2.0.1 - "@lumino/messaging": ^2.0.1 - "@lumino/signaling": ^2.1.2 - "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.2 - "@types/react": ^18.0.26 - react: ^18.2.0 - sanitize-html: ~2.12.1 - checksum: 87cef55397c3a3109f53647445b4374d7cbad354d624538af723cb127e6f73b9e73d65f72da1143a06dc68a23199652d41af7afa953548ff47863f9c428ca4a0 + checksum: 02a642db18a7efb2cff01e52d5ca52fb36fcecbed678ba9379455ff00ac6e6437d03439991f9312e0d1cf89eec3018e72065eb615d747642820c7dfa5af6a33a languageName: node linkType: hard -"@jupyterlab/attachments@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/attachments@npm:4.3.5" +"@jupyterlab/attachments@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/attachments@npm:4.4.3" dependencies: - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 - checksum: ed4d826174a4bd1223cf64691824c90162951cc6829d5c284c79eac6abc7cd04e4606591b9d1e8d874535639dcc3361d9aee428f9d9ead8bd83aaff2894ba699 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 + checksum: f5b40cfa76511c4d5c921fbf09a6931aa1a832865977e4f89fff390de7ffb23da3e568d8cc431af14b2240938d939316c069fdc046276ec5185191bb437cdae9 languageName: node linkType: hard "@jupyterlab/builder@npm:^4.0.0": - version: 4.3.5 - resolution: "@jupyterlab/builder@npm:4.3.5" - dependencies: - "@lumino/algorithm": ^2.0.2 - "@lumino/application": ^2.4.1 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/domutils": ^2.0.2 - "@lumino/dragdrop": ^2.1.5 - "@lumino/messaging": ^2.0.2 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + version: 4.4.3 + resolution: "@jupyterlab/builder@npm:4.4.3" + dependencies: + "@lumino/algorithm": ^2.0.3 + "@lumino/application": ^2.4.4 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/domutils": ^2.0.3 + "@lumino/dragdrop": ^2.1.6 + "@lumino/messaging": ^2.0.3 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + "@lumino/widgets": ^2.7.1 ajv: ^8.12.0 commander: ^9.4.1 css-loader: ^6.7.1 @@ -2609,689 +2495,494 @@ __metadata: worker-loader: ^3.0.2 bin: build-labextension: lib/build-labextension.js - checksum: 8f7e546d07deae7c624b208a9fecde1e7cc04e10aa47ac83fdfd4e37738642f3c41d766a6a04053d9d194bb512bc95ae2283298ccec57c36bbcb27b74efca90d - languageName: node - linkType: hard - -"@jupyterlab/cells@npm:^4.3.4, @jupyterlab/cells@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/cells@npm:4.3.5" - dependencies: - "@codemirror/state": ^6.4.1 - "@codemirror/view": ^6.26.3 - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/attachments": ^4.3.5 - "@jupyterlab/codeeditor": ^4.3.5 - "@jupyterlab/codemirror": ^4.3.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/documentsearch": ^4.3.5 - "@jupyterlab/filebrowser": ^4.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/outputarea": ^4.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/toc": ^6.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/domutils": ^2.0.2 - "@lumino/dragdrop": ^2.1.5 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + checksum: b6015eff6b79e29d82506c8e7f3fc2b3a1e3282bf06a4001be43329a78daceb7b13b1bb362997725828989419f35c905b3c9577a296f5beb8b808c2a4e6de849 + languageName: node + linkType: hard + +"@jupyterlab/cells@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/cells@npm:4.4.3" + dependencies: + "@codemirror/state": ^6.5.2 + "@codemirror/view": ^6.36.6 + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/attachments": ^4.4.3 + "@jupyterlab/codeeditor": ^4.4.3 + "@jupyterlab/codemirror": ^4.4.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/documentsearch": ^4.4.3 + "@jupyterlab/filebrowser": ^4.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/outputarea": ^4.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/toc": ^6.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/domutils": ^2.0.3 + "@lumino/dragdrop": ^2.1.6 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: 349d09e0edea165c4f7d490d91b65a135c1f7423601fd0642627449b69c5a8c2030d123e600ccb94603ae9ec145724a3c5168e149bf620d8100322b7ed5f80f1 - languageName: node - linkType: hard - -"@jupyterlab/codeeditor@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/codeeditor@npm:4.3.5" - dependencies: - "@codemirror/state": ^6.4.1 - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/statusbar": ^4.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/dragdrop": ^2.1.5 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 + checksum: 1212184a2df74971955af8787e63b576f65bfaa207ce171e860d39af3d5bbf243fd01d3cee0acaced95958d0f7ded7e1d9b2b74ed95509fdcfdc757bf30c7d8d + languageName: node + linkType: hard + +"@jupyterlab/codeeditor@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/codeeditor@npm:4.4.3" + dependencies: + "@codemirror/state": ^6.5.2 + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/statusbar": ^4.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/dragdrop": ^2.1.6 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: 6308f41523351ca6a2a24cf55094a1effcefaf11c00a3d297fe59237ce87ded8a1b54834661398d44666cbcbb6a134432adc01c4ef7857a4a94692c5093cb77d + checksum: edf0c26783e8db6d87805e0531557f3fe90aa4ca19d4b6c768510655f406f2cad98d06e0805e10dd1d3b94f2993fe0f2cd78fbf0d0b9005c39c1b97f57ffabb3 languageName: node linkType: hard -"@jupyterlab/codemirror@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/codemirror@npm:4.3.5" +"@jupyterlab/codemirror@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/codemirror@npm:4.4.3" dependencies: - "@codemirror/autocomplete": ^6.16.0 - "@codemirror/commands": ^6.5.0 + "@codemirror/autocomplete": ^6.18.6 + "@codemirror/commands": ^6.8.1 "@codemirror/lang-cpp": ^6.0.2 - "@codemirror/lang-css": ^6.2.1 + "@codemirror/lang-css": ^6.3.1 "@codemirror/lang-html": ^6.4.9 "@codemirror/lang-java": ^6.0.1 - "@codemirror/lang-javascript": ^6.2.2 + "@codemirror/lang-javascript": ^6.2.3 "@codemirror/lang-json": ^6.0.1 - "@codemirror/lang-markdown": ^6.2.5 + "@codemirror/lang-markdown": ^6.3.2 "@codemirror/lang-php": ^6.0.1 - "@codemirror/lang-python": ^6.1.6 + "@codemirror/lang-python": ^6.2.0 "@codemirror/lang-rust": ^6.0.1 - "@codemirror/lang-sql": ^6.6.4 + "@codemirror/lang-sql": ^6.8.0 "@codemirror/lang-wast": ^6.0.2 "@codemirror/lang-xml": ^6.1.0 - "@codemirror/language": ^6.10.1 - "@codemirror/legacy-modes": ^6.4.0 - "@codemirror/search": ^6.5.6 - "@codemirror/state": ^6.4.1 - "@codemirror/view": ^6.26.3 - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/codeeditor": ^4.3.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/documentsearch": ^4.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/translation": ^4.3.5 + "@codemirror/language": ^6.11.0 + "@codemirror/legacy-modes": ^6.5.1 + "@codemirror/search": ^6.5.10 + "@codemirror/state": ^6.5.2 + "@codemirror/view": ^6.36.6 + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/codeeditor": ^4.4.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/documentsearch": ^4.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/translation": ^4.4.3 "@lezer/common": ^1.2.1 "@lezer/generator": ^1.7.0 "@lezer/highlight": ^1.2.0 "@lezer/markdown": ^1.3.0 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 yjs: ^13.5.40 - checksum: 62d863a161c130a5b56872d8e67d75c1168323f60d389523490fd77a576ee731bc067b36a380e9652606671f29dc032399fcbab9a6d02e2c3901f1b0b03144f1 + checksum: add4b18844f5b2d03fcf9ba1e8a87ace361990e3b79d49e5ea4960f6fa18b498e3b719e881c78aef9c8f3475df2f3e79e1a4529ab8e631d39b50ca39da562d71 languageName: node linkType: hard "@jupyterlab/console@npm:^3.0.0 || ^4.0.0": - version: 4.3.5 - resolution: "@jupyterlab/console@npm:4.3.5" - dependencies: - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/cells": ^4.3.5 - "@jupyterlab/codeeditor": ^4.3.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/dragdrop": ^2.1.5 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - checksum: d6117a9061e8ebdbb63cb2af351f5a898f1d92da0c550fc59dab6832321ac20866f972f07b99205b9e0a36f3c82f3b6f6cbf0f4045fbf18c2f860aa28f8d739f - languageName: node - linkType: hard - -"@jupyterlab/coreutils@npm:^6.2.7, @jupyterlab/coreutils@npm:^6.3.4, @jupyterlab/coreutils@npm:^6.3.5, @jupyterlab/coreutils@npm:~6.3.4": - version: 6.3.5 - resolution: "@jupyterlab/coreutils@npm:6.3.5" - dependencies: - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 - minimist: ~1.2.0 - path-browserify: ^1.0.0 - url-parse: ~1.5.4 - checksum: a35a96821dccee732de01ade677d5e94b0620db74f3c0a56b71ffe8acf221d41e899ed3ea6c4e4653ec5e46d5eb8889b660e7560a8c1909dfeaeda4db95d855e - languageName: node - linkType: hard - -"@jupyterlab/coreutils@npm:~6.2.5": - version: 6.2.7 - resolution: "@jupyterlab/coreutils@npm:6.2.7" - dependencies: - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/signaling": ^2.1.2 + version: 4.4.3 + resolution: "@jupyterlab/console@npm:4.4.3" + dependencies: + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/cells": ^4.4.3 + "@jupyterlab/codeeditor": ^4.4.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/dragdrop": ^2.1.6 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 + checksum: 9a63c9aa2a7594c84d0cc54ebe902aa5216fbd5c2962243e7ee63eae0ca5a33ab4d9cfcfd506417ab095b0ad19eef3e7d067ebff703da88696da8293f85e7cbc + languageName: node + linkType: hard + +"@jupyterlab/coreutils@npm:^6.4.3, @jupyterlab/coreutils@npm:~6.4.3": + version: 6.4.3 + resolution: "@jupyterlab/coreutils@npm:6.4.3" + dependencies: + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 minimist: ~1.2.0 path-browserify: ^1.0.0 url-parse: ~1.5.4 - checksum: 9fcb25bf39b246ae108fdd60fd00ac4fca135e744753c2e881931eb8d7b6c7a97bbd4b2d1997e5265915804ec4abc5a076d2d4d90be83b8cc6827a513669da3e - languageName: node - linkType: hard - -"@jupyterlab/docmanager@npm:^4.2.7, @jupyterlab/docmanager@npm:^4.3.4, @jupyterlab/docmanager@npm:^4.3.5, @jupyterlab/docmanager@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/docmanager@npm:4.3.5" - dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/docregistry": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@jupyterlab/statusbar": ^4.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - react: ^18.2.0 - checksum: 49b904837d9ace4b4fd7445e5ca743aa29a2c7cb29cb888a9fb8a12649be4e69ede7a7f192b04909c672839c35ecf7eae2e584fb2ab8a6d51aab9519acaef3aa - languageName: node - linkType: hard - -"@jupyterlab/docmanager@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/docmanager@npm:4.2.7" - dependencies: - "@jupyterlab/apputils": ^4.3.7 - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/docregistry": ^4.2.7 - "@jupyterlab/services": ^7.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@jupyterlab/statusbar": ^4.2.7 - "@jupyterlab/translation": ^4.2.7 - "@jupyterlab/ui-components": ^4.2.7 - "@lumino/algorithm": ^2.0.1 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/messaging": ^2.0.1 - "@lumino/polling": ^2.1.2 - "@lumino/properties": ^2.0.1 - "@lumino/signaling": ^2.1.2 - "@lumino/widgets": ^2.3.2 - react: ^18.2.0 - checksum: 8953aa647eb661fb3e42a2eac0bc4d9a3cc7b9b6d98b22af15144cf3e37b42f2d98526e5208c3e5913eb93d7ce4826699a790e4cf1dc8d0d83348ead66e9bd51 - languageName: node - linkType: hard - -"@jupyterlab/docregistry@npm:^3.0.0 || ^4.0.0, @jupyterlab/docregistry@npm:^4.2.7, @jupyterlab/docregistry@npm:^4.3.4, @jupyterlab/docregistry@npm:^4.3.5, @jupyterlab/docregistry@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/docregistry@npm:4.3.5" - dependencies: - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/codeeditor": ^4.3.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - react: ^18.2.0 - checksum: d8503ed73737610d6b2d7bb26a9565547069bdf2e41413ede1d2b6d3bd8f1423681eae32388561897de3d457873ecdea382ad431952a61db0f8f6645154b21be - languageName: node - linkType: hard - -"@jupyterlab/documentsearch@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/documentsearch@npm:4.3.5" - dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - react: ^18.2.0 - checksum: c1a3c3277b5b114603e47c4e9f8091a9482f0a529db3adb0a864adf54549ad8a1e9332ddefc05dba628982b1a2f5f9f86680b50bb6bc1176e82edbbdf69a9fc1 - languageName: node - linkType: hard - -"@jupyterlab/filebrowser@npm:^4.3.5, @jupyterlab/filebrowser@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/filebrowser@npm:4.3.5" - dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/docmanager": ^4.3.5 - "@jupyterlab/docregistry": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@jupyterlab/statusbar": ^4.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/domutils": ^2.0.2 - "@lumino/dragdrop": ^2.1.5 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + checksum: f9ffd692d4e30f4813e4985972ff4323752dd30497877b58a8a791f71eda8655efe2297c38cb83b6b0ed057707c8bf50633d7bdd9c2d388a400d986458307cf4 + languageName: node + linkType: hard + +"@jupyterlab/docmanager@npm:^4.4.3, @jupyterlab/docmanager@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/docmanager@npm:4.4.3" + dependencies: + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@jupyterlab/statusbar": ^4.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: ad35532ef36c932e622254cb301f7a7881e317194c337f87c15b5a543eb7b9910920cb6713f3cf0d6d4413196e1f9c7fff805a4e13bbc075ff081bc13d201fc5 - languageName: node - linkType: hard - -"@jupyterlab/filebrowser@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/filebrowser@npm:4.2.7" - dependencies: - "@jupyterlab/apputils": ^4.3.7 - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/docmanager": ^4.2.7 - "@jupyterlab/docregistry": ^4.2.7 - "@jupyterlab/services": ^7.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@jupyterlab/statusbar": ^4.2.7 - "@jupyterlab/translation": ^4.2.7 - "@jupyterlab/ui-components": ^4.2.7 - "@lumino/algorithm": ^2.0.1 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/domutils": ^2.0.1 - "@lumino/dragdrop": ^2.1.4 - "@lumino/messaging": ^2.0.1 - "@lumino/polling": ^2.1.2 - "@lumino/signaling": ^2.1.2 - "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.2 + checksum: 7c0ca59e15ae65dfed8509feb4d4464a528cffac2717c63697321c7f4e5455d291d474c75df9b4151383bd2db701729e66cc504699c475f2464b47bc74449b06 + languageName: node + linkType: hard + +"@jupyterlab/docregistry@npm:^3.0.0 || ^4.0.0, @jupyterlab/docregistry@npm:^4.4.3, @jupyterlab/docregistry@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/docregistry@npm:4.4.3" + dependencies: + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/codeeditor": ^4.4.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: c0df1cba69901c572950364c67049dfa3d37323704fb307f58201d163132cc816757c810d03046f588d8ca49bb30a5b24e29cd10049cb2eb2471a4de09d1f437 + checksum: 100db7ed672fbbd8d7342fe554e34919d4d851f0728eb9da5c20043abf35f0f57cf6236f06d3ff7d106dc850f2de54ce273ca167272e1bf7e00bba308c968ca3 languageName: node linkType: hard -"@jupyterlab/help-extension@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/help-extension@npm:4.2.7" +"@jupyterlab/documentsearch@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/documentsearch@npm:4.4.3" dependencies: - "@jupyterlab/application": ^4.2.7 - "@jupyterlab/apputils": ^4.3.7 - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/mainmenu": ^4.2.7 - "@jupyterlab/services": ^7.2.7 - "@jupyterlab/translation": ^4.2.7 - "@jupyterlab/ui-components": ^4.2.7 - "@lumino/coreutils": ^2.1.2 - "@lumino/signaling": ^2.1.2 - "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.2 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: f8e1f728e196230c04a04ae1e38a68cea049361895d88ed07328772f970dd13773aabc1cfc3d01ee836031dc2d5b536e7a9e8e84b3062eb43f81cf5cdf1524ea - languageName: node - linkType: hard - -"@jupyterlab/help-extension@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/help-extension@npm:4.3.5" - dependencies: - "@jupyterlab/application": ^4.3.5 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/mainmenu": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + checksum: 65c5280184b2ff61f8efebad04ef9acfe13288aeb07bab52c090f99b6ec984db0337243a9fe11f7818a25922525ecc5135e74220b057f2a5ee512282546a3d2f + languageName: node + linkType: hard + +"@jupyterlab/filebrowser@npm:^4.4.3, @jupyterlab/filebrowser@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/filebrowser@npm:4.4.3" + dependencies: + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/docmanager": ^4.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@jupyterlab/statusbar": ^4.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/domutils": ^2.0.3 + "@lumino/dragdrop": ^2.1.6 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: f9524d188a89a8b42e6ea1292cdd7b951077eba1eae98d8d4f389e56c46df2c339cbcc91d55b8beb9690ff5124b3da362c5b591034834bc521715e1a10cbffe6 + checksum: 62792f55bb39d3dcfe03f5f095ab87d65695d8a3fdea5dd024c23fdadd8cc371894ccfb237819316cc91d915d044caa255ccfb86052e7e5a761910c7eebe2003 languageName: node linkType: hard "@jupyterlab/logconsole@npm:^3.0.0 || ^4.0.0": - version: 4.3.5 - resolution: "@jupyterlab/logconsole@npm:4.3.5" - dependencies: - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/outputarea": ^4.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - checksum: f1ad67aff5a60cd5ac3b27c9a5a9b87d3faa3fcee56dfe8dcc324f97a53d8c744b90a7f9228e0e35f97d5d6e35775cb62a2bb8305b8baedb647acd314db84dbb - languageName: node - linkType: hard - -"@jupyterlab/lsp@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/lsp@npm:4.3.5" - dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/codeeditor": ^4.3.5 - "@jupyterlab/codemirror": ^4.3.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/docregistry": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 + version: 4.4.3 + resolution: "@jupyterlab/logconsole@npm:4.4.3" + dependencies: + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/outputarea": ^4.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/translation": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 + checksum: 5737506ba3fca82005d82bc67ccf5cd931d20e18b9ba39b62d4b5fb9d7b5fcf18f9e307fa52491717abb27a3faa649a09e0e112a0a4927dcc991725603132afe + languageName: node + linkType: hard + +"@jupyterlab/lsp@npm:^4.4.3, @jupyterlab/lsp@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/lsp@npm:4.4.3" + dependencies: + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/codeeditor": ^4.4.3 + "@jupyterlab/codemirror": ^4.4.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/translation": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 lodash.mergewith: ^4.6.1 vscode-jsonrpc: ^6.0.0 vscode-languageserver-protocol: ^3.17.0 vscode-ws-jsonrpc: ~1.0.2 - checksum: 5cc155dc2a208b6064b99bbc0a58db15a746503221edee765233c4196a1e23a000824a597f4ae2eb64b7fe6e8365225ec957a554c8b9faa3e1a4b878f6074c01 - languageName: node - linkType: hard - -"@jupyterlab/mainmenu@npm:^3.0.0 || ^4.0.0, @jupyterlab/mainmenu@npm:^4.2.7, @jupyterlab/mainmenu@npm:^4.3.5, @jupyterlab/mainmenu@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/mainmenu@npm:4.3.5" - dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/widgets": ^2.5.0 - checksum: e671c979a4adaec49763d2fd76e52f40707eeedb105f86487864871b769e3741db76b52fb3493be3098f7ce047a560cc49f5462e039957684a5e875954214866 - languageName: node - linkType: hard - -"@jupyterlab/mainmenu@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/mainmenu@npm:4.2.7" - dependencies: - "@jupyterlab/apputils": ^4.3.7 - "@jupyterlab/translation": ^4.2.7 - "@jupyterlab/ui-components": ^4.2.7 - "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/widgets": ^2.3.2 - checksum: febdc8b60f673e3465c175018128c36302623592585f5fece97491b8a974441a736782951a79ecb997f9c46104c6414748986fc7272fa0257f1a53938a8e7aea - languageName: node - linkType: hard - -"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0, @jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.2.7, @jupyterlab/nbformat@npm:^4.3.4, @jupyterlab/nbformat@npm:^4.3.5, @jupyterlab/nbformat@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/nbformat@npm:4.3.5" - dependencies: - "@lumino/coreutils": ^2.2.0 - checksum: 2334846b3c3cf56f0c00dc046bb301f1463efa3f5ca6a79d1301cfe2b380a4050bc906520024ec4a11fc58b2510c12ec98eb021a417f126817623aad36a9f8d8 - languageName: node - linkType: hard - -"@jupyterlab/nbformat@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/nbformat@npm:4.2.7" - dependencies: - "@lumino/coreutils": ^2.1.2 - checksum: 087d65f105fc86670f0fd25909430bd6437220613bec2c3dbec23fba1d5c9a97d313f65963672546d7d2727a05fa938a0690c6917957cdbd08fc0468fb863515 - languageName: node - linkType: hard - -"@jupyterlab/notebook@npm:^3.0.0 || ^4.0.0, @jupyterlab/notebook@npm:^4.3.4, @jupyterlab/notebook@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/notebook@npm:4.3.5" - dependencies: - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/cells": ^4.3.5 - "@jupyterlab/codeeditor": ^4.3.5 - "@jupyterlab/codemirror": ^4.3.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/docregistry": ^4.3.5 - "@jupyterlab/documentsearch": ^4.3.5 - "@jupyterlab/lsp": ^4.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/settingregistry": ^4.3.5 - "@jupyterlab/statusbar": ^4.3.5 - "@jupyterlab/toc": ^6.3.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/domutils": ^2.0.2 - "@lumino/dragdrop": ^2.1.5 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + checksum: 598ed49b5f2c6ee65e2d08c55ed91fab722a040f074a35aa9b2ce517c84dd7b7fb0183bca7b14df427282be352642273fddc42fafceb227a40bd7d5e32f8921d + languageName: node + linkType: hard + +"@jupyterlab/mainmenu@npm:^3.0.0 || ^4.0.0, @jupyterlab/mainmenu@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/mainmenu@npm:4.4.3" + dependencies: + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/widgets": ^2.7.1 + checksum: 99c3efe7556c4a704813ad4d5ebef61caada4e1384214730b45b3666e6cc6c21e894be485582a25b2d4c39ed35f07274b8b848616e1dd2bc2c2ae216a3895e44 + languageName: node + linkType: hard + +"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0, @jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.4.3, @jupyterlab/nbformat@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/nbformat@npm:4.4.3" + dependencies: + "@lumino/coreutils": ^2.2.1 + checksum: 2e743fcf41fa7e0bbbe06fb417467b32b3679544f5b6ebf33623ce92e04e0d545c879e5eead6b201a83e2d8aa503df9c95050be67244cc4a6c65355120f9b0fe + languageName: node + linkType: hard + +"@jupyterlab/notebook@npm:^3.0.0 || ^4.0.0, @jupyterlab/notebook@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/notebook@npm:4.4.3" + dependencies: + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/cells": ^4.4.3 + "@jupyterlab/codeeditor": ^4.4.3 + "@jupyterlab/codemirror": ^4.4.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/documentsearch": ^4.4.3 + "@jupyterlab/lsp": ^4.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/settingregistry": ^4.4.3 + "@jupyterlab/statusbar": ^4.4.3 + "@jupyterlab/toc": ^6.4.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/domutils": ^2.0.3 + "@lumino/dragdrop": ^2.1.6 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: def635ef290186eb2d078e13758fe11cddb86246b141279c7f8e316d9b250d9536fd033f0b55144fc58ae81229edcced2c2c8dd9144f4fd7b8c265405488b3ff - languageName: node - linkType: hard - -"@jupyterlab/observables@npm:^5.2.7, @jupyterlab/observables@npm:^5.3.4, @jupyterlab/observables@npm:^5.3.5, @jupyterlab/observables@npm:~5.3.4": - version: 5.3.5 - resolution: "@jupyterlab/observables@npm:5.3.5" - dependencies: - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - checksum: eea903c1b6ebf869850b83172b4edb91caea4a3d0f3b2b3397af2aacbaaaa415dda4df09a0ece88c24e2ef4a3caf5680333cd639a16611c5c1625cc8dbeff1b1 + checksum: 690e50c878f41ebecfa7bc8e22df4fe34dda35816e0bd5dea1787b0c6e48b862012343f8584d4bfdc534e9b9723f77d5faca87b2075411ee63efc0de3c389282 languageName: node linkType: hard -"@jupyterlab/observables@npm:~5.2.5": - version: 5.2.7 - resolution: "@jupyterlab/observables@npm:5.2.7" +"@jupyterlab/observables@npm:^5.4.3, @jupyterlab/observables@npm:~5.4.3": + version: 5.4.3 + resolution: "@jupyterlab/observables@npm:5.4.3" dependencies: - "@lumino/algorithm": ^2.0.1 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/messaging": ^2.0.1 - "@lumino/signaling": ^2.1.2 - checksum: 98b9ed5504801f55d34146b508861065d26d4572a6922c046a5f6b03af87df2e7eeeb38fe348a04354bbb633b5e7efec66379b584e9064080f4a1a2414aab380 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + checksum: 97189f20cc95e3eaed94c4a2915e778be5282f7dbf04d99d1e0a348ee57601800b80244c5d7502f3c8d61ea496aeaa9d24c081deec8a6bd4c7f247d6a3c43fdc languageName: node linkType: hard -"@jupyterlab/outputarea@npm:^3.0.0 || ^4.0.0, @jupyterlab/outputarea@npm:^4.3.4, @jupyterlab/outputarea@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/outputarea@npm:4.3.5" +"@jupyterlab/outputarea@npm:^3.0.0 || ^4.0.0, @jupyterlab/outputarea@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/outputarea@npm:4.4.3" dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 - checksum: 078503d04ad1ecfa727abc50d79f40ee7d7cab2326ed84fdc823bf6a28ff92c9fe0de2a6d258f97ead47c802799c659d705daabe435a08b0fbd91475f1b79979 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/translation": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 + checksum: c623266ada920d793a63720fb5db871a31c7edec8e0052d10cd0e212641af6515649577f28ce39ff18779b1312212a3a73830d565d73cf13cf04471cc5bb0503 languageName: node linkType: hard -"@jupyterlab/rendermime-interfaces@npm:^3.0.0 || ^4.0.0, @jupyterlab/rendermime-interfaces@npm:^3.10.7, @jupyterlab/rendermime-interfaces@npm:^3.11.5, @jupyterlab/rendermime-interfaces@npm:~3.11.4": - version: 3.11.5 - resolution: "@jupyterlab/rendermime-interfaces@npm:3.11.5" +"@jupyterlab/rendermime-interfaces@npm:^3.0.0 || ^4.0.0, @jupyterlab/rendermime-interfaces@npm:^3.12.3, @jupyterlab/rendermime-interfaces@npm:~3.12.3": + version: 3.12.3 + resolution: "@jupyterlab/rendermime-interfaces@npm:3.12.3" dependencies: - "@lumino/coreutils": ^1.11.0 || ^2.2.0 - "@lumino/widgets": ^1.37.2 || ^2.5.0 - checksum: 99a9d90890f8f82f3f3d0761dbc972a7b836e8078f31b6a4de9db1d0710abb39ff8324867ab683cbf2c64786874f115168b827f4e0720eee9106cd70170a2ee1 + "@lumino/coreutils": ^1.11.0 || ^2.2.1 + "@lumino/widgets": ^1.37.2 || ^2.7.1 + checksum: 182560f1ba710a996d886a64c9b035a4a9da3bf65460ab451d0b4b0c1d46cba1339b682446d67f408bce32ae631a7090fba041777d4c93621249300522b9172d languageName: node linkType: hard -"@jupyterlab/rendermime@npm:^3.0.0 || ^4.0.0, @jupyterlab/rendermime@npm:^4.2.7, @jupyterlab/rendermime@npm:^4.3.4, @jupyterlab/rendermime@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/rendermime@npm:4.3.5" +"@jupyterlab/rendermime@npm:^3.0.0 || ^4.0.0, @jupyterlab/rendermime@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/rendermime@npm:4.4.3" dependencies: - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/translation": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/translation": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 lodash.escape: ^4.0.1 - checksum: a116a9a5964c89fd2ac350f44310636f3e97ff66ba8445395cf11147709b182bb2065034dffe4307938f903a5b33fea48e05034184a486514f1e4c7b5bdfb1c9 + checksum: 9c1b62b4a9f446f8820203fe4e347753e02e22ba7d95cd52ca504884cc1ad20e7456e1be4f6ad7d6c790ebb8e6c80f67ce2faed6573259f94cbb422536ce5386 languageName: node linkType: hard -"@jupyterlab/services@npm:^6.0.0 || ^7.0.0, @jupyterlab/services@npm:^7.2.7, @jupyterlab/services@npm:^7.3.4, @jupyterlab/services@npm:^7.3.5, @jupyterlab/services@npm:~7.3.4": - version: 7.3.5 - resolution: "@jupyterlab/services@npm:7.3.5" - dependencies: - "@jupyter/ydoc": ^3.0.0 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/settingregistry": ^4.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/polling": ^2.1.3 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - ws: ^8.11.0 - checksum: d347738a29463d7cfffa398a8df14487c018a45886e2b26d673800a23de3b303c75d43afc39e49c5ce0c20c169e925e97a85e3a3d62a72ec12b8db1aa85722e8 - languageName: node - linkType: hard - -"@jupyterlab/services@npm:~7.2.5": - version: 7.2.7 - resolution: "@jupyterlab/services@npm:7.2.7" - dependencies: - "@jupyter/ydoc": ^2.0.1 - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/nbformat": ^4.2.7 - "@jupyterlab/settingregistry": ^4.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/polling": ^2.1.2 - "@lumino/properties": ^2.0.1 - "@lumino/signaling": ^2.1.2 +"@jupyterlab/services@npm:^6 || ^7, @jupyterlab/services@npm:^6.0.0 || ^7.0.0, @jupyterlab/services@npm:^7.4.3, @jupyterlab/services@npm:~7.4.3": + version: 7.4.3 + resolution: "@jupyterlab/services@npm:7.4.3" + dependencies: + "@jupyter/ydoc": ^3.0.4 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/settingregistry": ^4.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/polling": ^2.1.4 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 ws: ^8.11.0 - checksum: edeee8c1f555ccf8f3dbe6ed801788d16e25c0c16a2c6885b79246df5e9b6feae50fce453ece9160bd5b3f8267378fa060f66610e57e34a0eac4a89d4ada3264 + checksum: 83c3e903c54e665e73d5beec7bf0de8785a124974eefce13b146fcd9afa5f353e5a379097d7913d87f92800097f95e104ce224061bd113776092d31bb07bd8b4 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:^3.0.0 || ^4.0.0, @jupyterlab/settingregistry@npm:^4.2.7, @jupyterlab/settingregistry@npm:^4.3.5, @jupyterlab/settingregistry@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/settingregistry@npm:4.3.5" +"@jupyterlab/settingregistry@npm:^3.0.0 || ^4.0.0, @jupyterlab/settingregistry@npm:^4.4.3, @jupyterlab/settingregistry@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/settingregistry@npm:4.4.3" dependencies: - "@jupyterlab/nbformat": ^4.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 + "@jupyterlab/nbformat": ^4.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 "@rjsf/utils": ^5.13.4 ajv: ^8.12.0 json5: ^2.2.3 peerDependencies: react: ">=16" - checksum: 7281807849ca03a836de8859ac92b38736fa4f8ab21e482c1888ed4c6e9a6832bcf163e5809d98addea17866175e12c480c4abde0fc25d1d7462c01e96e2b812 + checksum: d9a6a4d130d7e7190633d08bb9d28c8273aba967b350f6d55c6281f36cda8a3cd71942daee34b32f47b94b2a1cd215b3c434b9243af54c494be1b86c2eea39e9 languageName: node linkType: hard -"@jupyterlab/settingregistry@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/settingregistry@npm:4.2.7" +"@jupyterlab/statedb@npm:^4.4.3, @jupyterlab/statedb@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/statedb@npm:4.4.3" dependencies: - "@jupyterlab/nbformat": ^4.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/signaling": ^2.1.2 - "@rjsf/utils": ^5.13.4 - ajv: ^8.12.0 - json5: ^2.2.3 - peerDependencies: - react: ">=16" - checksum: 9e1f554df14cc2219ffe0cb24f2e8b4fa2110fb397c6263642173b4fa8cdfacf141b70032d53f27c1fcdcff9ca3690ba22f8c08c01852a9bd9bb255763633d1a - languageName: node - linkType: hard - -"@jupyterlab/statedb@npm:^4.2.7, @jupyterlab/statedb@npm:^4.3.4, @jupyterlab/statedb@npm:^4.3.5, @jupyterlab/statedb@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/statedb@npm:4.3.5" - dependencies: - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - checksum: f2387a89815866de9d748f18168b341fd250e0901b210db421383cceda9ad1c5e53dfd1ea45a53e3c4dd87a305c8fa23aa9a03980289f417bf1c70cb91c16171 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + checksum: ae50806cac848c752f4ecda6906d6566c626f28739a276438445a87a3f8a206ce920623486c499f433ae57d818a98e815b89bda34479c9d4bbfef86c784ad8b0 languageName: node linkType: hard -"@jupyterlab/statedb@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/statedb@npm:4.2.7" +"@jupyterlab/statusbar@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/statusbar@npm:4.4.3" dependencies: - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/properties": ^2.0.1 - "@lumino/signaling": ^2.1.2 - checksum: 09a9bdccf40006857b1994706bc4e39617874059bb448dc7adbbc66b89250a6f405a674ba5b2afacbc0d20e37aa8d46212be1a5e8eb4b7235e4f8cc28f1248b7 - languageName: node - linkType: hard - -"@jupyterlab/statusbar@npm:^4.2.7, @jupyterlab/statusbar@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/statusbar@npm:4.3.5" - dependencies: - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: d16699f85523a8e5bdbeaf2e1835badfd709886c48ac7efa6f8f4d2fa4572b237e41641f6730c3a247838d98edc3a7816864c25dfc87ba536c93edcacb7a8db0 + checksum: 9d9bf4de8222e93997a65969fe110ec7687b3948da01a788cc2685015d0fc56f7aaf8c5665e98c790426594db79a175f276984fa68ecfb0136e5fa65c9080bdd languageName: node linkType: hard -"@jupyterlab/testing@npm:^4.3.5": - version: 4.3.5 - resolution: "@jupyterlab/testing@npm:4.3.5" +"@jupyterlab/testing@npm:^4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/testing@npm:4.4.3" dependencies: "@babel/core": ^7.10.2 "@babel/preset-env": ^7.10.2 - "@jupyterlab/coreutils": ^6.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/signaling": ^2.1.3 + "@jupyterlab/coreutils": ^6.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/signaling": ^2.1.4 deepmerge: ^4.2.2 fs-extra: ^10.1.0 identity-obj-proxy: ^3.0.0 @@ -3302,92 +2993,79 @@ __metadata: ts-jest: ^29.1.0 peerDependencies: typescript: ">=4.3" - checksum: 560067f69f5778f11594609dff0aeca5326a91a48d870b807790b368bc7cb89bcb9d4c1c154a234fe6963bf230a01cd0cd52106c497b6b7f0ff67bb99e491424 + checksum: 502f1babb377cffa05ce2ccc52e17d8ebd110e874a458a9e90f28d6bacca64ffb94b92daca12817fb6696a730014d4a4af8e2ddba00573182bf5d25de5905750 languageName: node linkType: hard "@jupyterlab/testutils@npm:^4.0.0": - version: 4.3.5 - resolution: "@jupyterlab/testutils@npm:4.3.5" + version: 4.4.3 + resolution: "@jupyterlab/testutils@npm:4.4.3" dependencies: - "@jupyterlab/application": ^4.3.5 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/notebook": ^4.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/testing": ^4.3.5 - checksum: 23760c5f570d05fade6e36ff3b0db14bf7e00a9b43b3e89739b5af50a28f37d3f2a2b5ea7e2e96daa6e7e5d5bd1021dff497b0584ef4e0a4820e5bd072b560d2 + "@jupyterlab/application": ^4.4.3 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/notebook": ^4.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/testing": ^4.4.3 + checksum: a5f593c796418800c0b0ee46a00c9b740376b4dbd427bdcb48dc9a0d2536d6cd90b94a3526435b53226895ab1befeae31c5f659ae30db3ebd42b63f51fafe814 languageName: node linkType: hard -"@jupyterlab/toc@npm:^6.3.5": - version: 6.3.5 - resolution: "@jupyterlab/toc@npm:6.3.5" +"@jupyterlab/toc@npm:^6.4.3": + version: 6.4.3 + resolution: "@jupyterlab/toc@npm:6.4.3" dependencies: "@jupyter/react-components": ^0.16.6 - "@jupyterlab/apputils": ^4.4.5 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/docregistry": ^4.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime": ^4.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/translation": ^4.3.5 - "@jupyterlab/ui-components": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/widgets": ^2.5.0 + "@jupyterlab/apputils": ^4.5.3 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/docregistry": ^4.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime": ^4.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/translation": ^4.4.3 + "@jupyterlab/ui-components": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/widgets": ^2.7.1 react: ^18.2.0 - checksum: 378625dc3f647f524304e050da4bd753872b9d6cb2a4ff52f1846acd59d51c24fe935ea35c7bc758c3dfe66b5908955b5ed2ebeaa78fcf25b23ffdcde59d6b28 - languageName: node - linkType: hard - -"@jupyterlab/translation@npm:^3.0.0 || ^4.0.0, @jupyterlab/translation@npm:^4.2.7, @jupyterlab/translation@npm:^4.3.4, @jupyterlab/translation@npm:^4.3.5, @jupyterlab/translation@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/translation@npm:4.3.5" - dependencies: - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/services": ^7.3.5 - "@jupyterlab/statedb": ^4.3.5 - "@lumino/coreutils": ^2.2.0 - checksum: 390aeadcc0c82b660c58fb3e0910835e57f66a59220a9dc116650b78498330b8a3d516aca471e7f7b3e1f4176e4fa8f3185678bb50a4c99586a1e8490070178f + checksum: b972ba1e92bc2a850907da6f00f0c2e3262486c168081f07f5a9998df4490ab0062201d3551e800bacea2bed7de40b62c5e7817d5a3e5aec8ad3aa2dc8d3eb78 languageName: node linkType: hard -"@jupyterlab/translation@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/translation@npm:4.2.7" +"@jupyterlab/translation@npm:^3.0.0 || ^4.0.0, @jupyterlab/translation@npm:^4.4.3, @jupyterlab/translation@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/translation@npm:4.4.3" dependencies: - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/rendermime-interfaces": ^3.10.7 - "@jupyterlab/services": ^7.2.7 - "@jupyterlab/statedb": ^4.2.7 - "@lumino/coreutils": ^2.1.2 - checksum: bdcbd9e23279ef9448e64128086266a2f8e16e74ea9f28a97b401400e9b3371b8b4ea64ead5d587ee24b3a4c01e09e3d73026c728831910d485f7e2d130e5263 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/services": ^7.4.3 + "@jupyterlab/statedb": ^4.4.3 + "@lumino/coreutils": ^2.2.1 + checksum: 252eba345ca627c39e8253d4776677e1bb83e629cad09cd702b0cccd5c132f386c1bf68c9bfb976934960c355104c03f4ca94ad4f4b59c7123eb2566102e7c28 languageName: node linkType: hard -"@jupyterlab/ui-components@npm:^4.2.7, @jupyterlab/ui-components@npm:^4.3.4, @jupyterlab/ui-components@npm:^4.3.5, @jupyterlab/ui-components@npm:~4.3.4": - version: 4.3.5 - resolution: "@jupyterlab/ui-components@npm:4.3.5" +"@jupyterlab/ui-components@npm:^4.4.3, @jupyterlab/ui-components@npm:~4.4.3": + version: 4.4.3 + resolution: "@jupyterlab/ui-components@npm:4.4.3" dependencies: "@jupyter/react-components": ^0.16.6 "@jupyter/web-components": ^0.16.6 - "@jupyterlab/coreutils": ^6.3.5 - "@jupyterlab/observables": ^5.3.5 - "@jupyterlab/rendermime-interfaces": ^3.11.5 - "@jupyterlab/translation": ^4.3.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/messaging": ^2.0.2 - "@lumino/polling": ^2.1.3 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - "@lumino/widgets": ^2.5.0 + "@jupyterlab/coreutils": ^6.4.3 + "@jupyterlab/observables": ^5.4.3 + "@jupyterlab/rendermime-interfaces": ^3.12.3 + "@jupyterlab/translation": ^4.4.3 + "@lumino/algorithm": ^2.0.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/messaging": ^2.0.3 + "@lumino/polling": ^2.1.4 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + "@lumino/widgets": ^2.7.1 "@rjsf/core": ^5.13.4 "@rjsf/utils": ^5.13.4 react: ^18.2.0 @@ -3395,308 +3073,134 @@ __metadata: typestyle: ^2.0.4 peerDependencies: react: ^18.2.0 - checksum: 9d9ef4fdd0be710684393c4eb0ceaec6a644e14a14c6226a02ba28ee9168b28299d1824ab7b1308b328dee9f2f20208c196019714a5bb94c94516d918d273732 - languageName: node - linkType: hard - -"@jupyterlab/ui-components@npm:~4.2.5": - version: 4.2.7 - resolution: "@jupyterlab/ui-components@npm:4.2.7" - dependencies: - "@jupyter/react-components": ^0.15.3 - "@jupyter/web-components": ^0.15.3 - "@jupyterlab/coreutils": ^6.2.7 - "@jupyterlab/observables": ^5.2.7 - "@jupyterlab/rendermime-interfaces": ^3.10.7 - "@jupyterlab/translation": ^4.2.7 - "@lumino/algorithm": ^2.0.1 - "@lumino/commands": ^2.3.0 - "@lumino/coreutils": ^2.1.2 - "@lumino/disposable": ^2.1.2 - "@lumino/messaging": ^2.0.1 - "@lumino/polling": ^2.1.2 - "@lumino/properties": ^2.0.1 - "@lumino/signaling": ^2.1.2 - "@lumino/virtualdom": ^2.0.1 - "@lumino/widgets": ^2.3.2 - "@rjsf/core": ^5.13.4 - "@rjsf/utils": ^5.13.4 - react: ^18.2.0 - react-dom: ^18.2.0 - typestyle: ^2.0.4 - peerDependencies: - react: ^18.2.0 - checksum: b1f557161be899b7ad5d4c429cc4298ec46dee4cb8b0adf466501b29bf8834cb524d911466c0a8b19ce98c79ca4ee7fbbbebb2426d39a2ba438188107f72b57e - languageName: node - linkType: hard - -"@jupyterlite/application-extension@npm:^0.4.4": - version: 0.4.5 - resolution: "@jupyterlite/application-extension@npm:0.4.5" - dependencies: - "@jupyterlab/application": ~4.2.5 - "@jupyterlab/apputils": ~4.3.5 - "@jupyterlab/docmanager": ~4.2.5 - "@jupyterlab/filebrowser": ~4.2.5 - "@jupyterlab/help-extension": ~4.2.5 - "@jupyterlab/mainmenu": ~4.2.5 - "@jupyterlab/services": ~7.2.5 - "@jupyterlab/settingregistry": ~4.2.5 - "@jupyterlab/translation": ~4.2.5 - "@jupyterlab/ui-components": ~4.2.5 - "@jupyterlite/ui-components": ^0.4.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/widgets": ^2.5.0 - checksum: 601d5c682096ec2cc780a02b1c947c145332414c4a631ffe4ac974457f5e78f31c8f29763fce268ab97b9339406c1296eb2f381d123764169f5f3a872356ca85 - languageName: node - linkType: hard - -"@jupyterlite/application-extension@npm:^0.5.0": - version: 0.5.1 - resolution: "@jupyterlite/application-extension@npm:0.5.1" - dependencies: - "@jupyterlab/application": ~4.3.4 - "@jupyterlab/apputils": ~4.4.4 - "@jupyterlab/docmanager": ~4.3.4 - "@jupyterlab/filebrowser": ~4.3.4 - "@jupyterlab/help-extension": ~4.3.4 - "@jupyterlab/mainmenu": ~4.3.4 - "@jupyterlab/services": ~7.3.4 - "@jupyterlab/settingregistry": ~4.3.4 - "@jupyterlab/translation": ~4.3.4 - "@jupyterlab/ui-components": ~4.3.4 - "@jupyterlite/ui-components": ^0.5.1 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/widgets": ^2.5.0 - checksum: 73c9fe044a364947985fd2bf1cbcde005d91bb093d625fbd9565f4e992c147f5fa22ee30604de2d8eda5177f0848b6f00ef4567c85c374a0e9f0e2a5b1b82af7 - languageName: node - linkType: hard - -"@jupyterlite/contents@npm:^0.4.4, @jupyterlite/contents@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/contents@npm:0.4.5" - dependencies: - "@jupyterlab/nbformat": ~4.2.5 - "@jupyterlab/services": ~7.2.5 - "@jupyterlite/localforage": ^0.4.5 - "@lumino/coreutils": ^2.2.0 - "@types/emscripten": ^1.39.6 - localforage: ^1.9.0 - mime: ^3.0.0 - checksum: d23c90363d3c45760d541538a39a45d6f49f1009898bc4eaf0094897e7bb85df0a1df696baa727edf1766da6ce49039eaef13cee8e8087251238ab21c6dec7d4 + checksum: a7a1ef9e5a48754d4545fdbe1908c361604cabb5665541f3a1a42d7fcf0ec0c6bc78e9c3c83999fb356f3542a01666ba9e036dcef2819ae435f47e83628ae3ca languageName: node linkType: hard -"@jupyterlite/contents@npm:^0.5.0, @jupyterlite/contents@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/contents@npm:0.5.1" +"@jupyterlite/application-extension@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/application-extension@npm:0.6.1" + dependencies: + "@jupyterlab/application": ~4.4.3 + "@jupyterlab/apputils": ~4.5.3 + "@jupyterlab/docmanager": ~4.4.3 + "@jupyterlab/filebrowser": ~4.4.3 + "@jupyterlab/lsp": ~4.4.3 + "@jupyterlab/mainmenu": ~4.4.3 + "@jupyterlab/services": ~7.4.3 + "@jupyterlab/settingregistry": ~4.4.3 + "@jupyterlab/translation": ~4.4.3 + "@jupyterlab/ui-components": ~4.4.3 + "@jupyterlite/contents": ^0.6.1 + "@jupyterlite/server": ^0.6.1 + "@jupyterlite/ui-components": ^0.6.1 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/widgets": ^2.7.1 + checksum: a2ed7de36b053b6e2ec5a339dc9d92e8eda0fbe19abfedcdf5f7574802393713f2138e7771e2ec6e6ac8afede74a6f5e31c5ee6c0efcda31c2cb8006eeccc6e8 + languageName: node + linkType: hard + +"@jupyterlite/contents@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/contents@npm:0.6.1" dependencies: - "@jupyterlab/nbformat": ~4.3.4 - "@jupyterlab/services": ~7.3.4 - "@jupyterlite/localforage": ^0.5.1 - "@lumino/coreutils": ^2.2.0 + "@jupyterlab/nbformat": ~4.4.3 + "@jupyterlab/services": ~7.4.3 + "@jupyterlite/localforage": ^0.6.1 + "@lumino/coreutils": ^2.2.1 "@types/emscripten": ^1.39.6 localforage: ^1.9.0 mime: ^3.0.0 - checksum: f669757bb0e0d1eb593e0ac33651a00b48e1c0e595c0e95e25917c8905677ed3c6eb6768217a322ad4dfe6ac913b7f0adecfad690007bc06e23e4a7b281f1a41 + checksum: 2814a51b313685a86b9af77fe8be7a807ec898141ec9df03d7bd93f27784237bc460fbcb1c1514a8b20a72e51468f3eb4e34bce50c421fd65c71ebb403315b70 languageName: node linkType: hard -"@jupyterlite/kernel@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/kernel@npm:0.4.5" - dependencies: - "@jupyterlab/coreutils": ~6.2.5 - "@jupyterlab/observables": ~5.2.5 - "@jupyterlab/services": ~7.2.5 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 - async-mutex: ^0.3.1 - comlink: ^4.3.1 - mock-socket: ^9.1.0 - checksum: cec3ee0ce92cabd7e79a6d06e76673b72c938527c9321c9d56fd6af4beab30b8d40dcaec89b1be1e493d8d0dce0e5e0461b25ac85a4820917cdb9bbfa8e74d0b - languageName: node - linkType: hard - -"@jupyterlite/kernel@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/kernel@npm:0.5.1" - dependencies: - "@jupyterlab/coreutils": ~6.3.4 - "@jupyterlab/observables": ~5.3.4 - "@jupyterlab/services": ~7.3.4 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 +"@jupyterlite/kernel@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/kernel@npm:0.6.1" + dependencies: + "@jupyterlab/coreutils": ~6.4.3 + "@jupyterlab/observables": ~5.4.3 + "@jupyterlab/services": ~7.4.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 async-mutex: ^0.3.1 comlink: ^4.3.1 mock-socket: ^9.3.1 - checksum: 55f77b611ded13ca86a633b0afd701bb31c3832b64972eb5d34cfd1e72e2c027ad138baa4421dcb976465f49e941536d10b8b72811f456f5a7d9384cc0a33b5f + checksum: c0138a87607690ff457aea74ee48840f76049c7758b522f23646e15ace0957acc412807177c8d0b62376db22c54a1bebd49b6ce28bae9aa376f9a65df1163b3a languageName: node linkType: hard -"@jupyterlite/localforage@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/localforage@npm:0.4.5" +"@jupyterlite/localforage@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/localforage@npm:0.6.1" dependencies: - "@jupyterlab/coreutils": ~6.2.5 - "@lumino/coreutils": ^2.2.0 + "@jupyterlab/coreutils": ~6.4.3 + "@lumino/coreutils": ^2.2.1 localforage: ^1.9.0 localforage-memoryStorageDriver: ^0.9.2 - checksum: 3facad4e24c4fed0e904ac05343aa84f6a45129ad0a0fa6d893851918efb7af4adb2db46a4df70fbe3c8c2bd74354a88763a12a01a9aeecdec80908814fbfe3b + checksum: beaa814b781676858d1c526673776e5a925ccb8f7df7a090445fcb803ab19a0423bf56165cc3fef2395e7f85c0e6be8c3627a6e0d6c7cc6b1952f43b5150b4dd languageName: node linkType: hard -"@jupyterlite/localforage@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/localforage@npm:0.5.1" - dependencies: - "@jupyterlab/coreutils": ~6.3.4 - "@lumino/coreutils": ^2.2.0 - localforage: ^1.9.0 - localforage-memoryStorageDriver: ^0.9.2 - checksum: 0c4b99fc5b571142ce00b455d55cd6d33a470611910feac14b89808aad12c7c6c5e4f11740a0cb2a1473692cc1b676bd73c254f0301aa8933c3df75e34cf88a4 - languageName: node - linkType: hard - -"@jupyterlite/server@npm:^0.4.4": - version: 0.4.5 - resolution: "@jupyterlite/server@npm:0.4.5" - dependencies: - "@jupyterlab/coreutils": ~6.2.5 - "@jupyterlab/nbformat": ~4.2.5 - "@jupyterlab/observables": ~5.2.5 - "@jupyterlab/services": ~7.2.5 - "@jupyterlab/settingregistry": ~4.2.5 - "@jupyterlab/statedb": ~4.2.5 - "@jupyterlite/contents": ^0.4.5 - "@jupyterlite/kernel": ^0.4.5 - "@jupyterlite/session": ^0.4.5 - "@jupyterlite/settings": ^0.4.5 - "@jupyterlite/translation": ^0.4.5 - "@lumino/application": ^2.4.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/signaling": ^2.1.3 - mock-socket: ^9.1.0 - checksum: 4f89ccf278b80c9d3ca7752ecd3acf2f826cd854233f940934c118de69b8d684d7035a208f3449d0b52a7f5e0704590732692085fe2f95fe598159bbabebe24e - languageName: node - linkType: hard - -"@jupyterlite/server@npm:^0.5.0": - version: 0.5.1 - resolution: "@jupyterlite/server@npm:0.5.1" - dependencies: - "@jupyterlab/coreutils": ~6.3.4 - "@jupyterlab/nbformat": ~4.3.4 - "@jupyterlab/observables": ~5.3.4 - "@jupyterlab/services": ~7.3.4 - "@jupyterlab/settingregistry": ~4.3.4 - "@jupyterlab/statedb": ~4.3.4 - "@jupyterlite/contents": ^0.5.1 - "@jupyterlite/kernel": ^0.5.1 - "@jupyterlite/session": ^0.5.1 - "@jupyterlite/settings": ^0.5.1 - "@jupyterlite/translation": ^0.5.1 - "@lumino/application": ^2.4.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/signaling": ^2.1.3 +"@jupyterlite/server@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/server@npm:0.6.1" + dependencies: + "@jupyterlab/coreutils": ~6.4.3 + "@jupyterlab/nbformat": ~4.4.3 + "@jupyterlab/observables": ~5.4.3 + "@jupyterlab/services": ~7.4.3 + "@jupyterlab/settingregistry": ~4.4.3 + "@jupyterlab/statedb": ~4.4.3 + "@jupyterlite/contents": ^0.6.1 + "@jupyterlite/kernel": ^0.6.1 + "@jupyterlite/session": ^0.6.1 + "@jupyterlite/settings": ^0.6.1 + "@lumino/application": ^2.4.4 + "@lumino/coreutils": ^2.2.1 + "@lumino/signaling": ^2.1.4 + "@types/emscripten": ^1.39.6 mock-socket: ^9.3.1 - checksum: c12faaf4dcd4bbd51b2500bc3b69a0bc1a453d72aaa0cd2aca198041775360f7b83915a068a95070cd1e5dc8ecc268ae76bc4da7830420cb794631c50b5c0b37 - languageName: node - linkType: hard - -"@jupyterlite/session@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/session@npm:0.4.5" - dependencies: - "@jupyterlab/coreutils": ~6.2.5 - "@jupyterlab/services": ~7.2.5 - "@jupyterlite/kernel": ^0.4.5 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - checksum: 1de44faba90b0d5a3b97cf69a084a69ae652d664e4df69ed95038d29a640815cafd2faee5bd6d2c1facda9ec48dbb65b91abcb93d620e6baea0ce51122e8ccaa - languageName: node - linkType: hard - -"@jupyterlite/session@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/session@npm:0.5.1" - dependencies: - "@jupyterlab/coreutils": ~6.3.4 - "@jupyterlab/services": ~7.3.4 - "@jupyterlite/kernel": ^0.5.1 - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - checksum: b3a068003603d0ccf15270e984006af2d0a628df5add89ee4a56c2a682a5a9420af2232f8875fcd9fd1025a47b792c21085bc3dd3ac66830fb96fb6057fba38a + checksum: c2b7c77c1041db6bb18175954b76963852822700d7319efe017082a79c2124f407a88cfa62cc24de8da7d37be169869f2e210aab379dc0b5ce9b155149860104 languageName: node linkType: hard -"@jupyterlite/settings@npm:^0.4.4, @jupyterlite/settings@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/settings@npm:0.4.5" +"@jupyterlite/session@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/session@npm:0.6.1" dependencies: - "@jupyterlab/coreutils": ~6.2.5 - "@jupyterlab/settingregistry": ~4.2.5 - "@jupyterlite/localforage": ^0.4.5 - "@lumino/coreutils": ^2.2.0 - json5: ^2.2.0 - localforage: ^1.9.0 - checksum: 97d198f6543b8f16825b1b083b93b01e6bbcf9bf5450720d1957e9cae0a042eb06d4ace6114a194def9283e3e335c2099eca4e952d3d1e2c9558c9e5a118759b + "@jupyterlab/coreutils": ~6.4.3 + "@jupyterlab/services": ~7.4.3 + "@jupyterlite/kernel": ^0.6.1 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + checksum: e7cb7b9761b56fd9cfe7491a121228629d6ad7dfd18d8fcf2edec64dff55c2d94325176aee6e22db16a5e4544e8ee9b52f27b9fd4f761e35536e798dfddf9ea4 languageName: node linkType: hard -"@jupyterlite/settings@npm:^0.5.0, @jupyterlite/settings@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/settings@npm:0.5.1" +"@jupyterlite/settings@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/settings@npm:0.6.1" dependencies: - "@jupyterlab/coreutils": ~6.3.4 - "@jupyterlab/settingregistry": ~4.3.4 - "@jupyterlite/localforage": ^0.5.1 - "@lumino/coreutils": ^2.2.0 + "@jupyterlab/coreutils": ~6.4.3 + "@jupyterlab/settingregistry": ~4.4.3 + "@jupyterlite/localforage": ^0.6.1 + "@lumino/coreutils": ^2.2.1 json5: ^2.2.0 localforage: ^1.9.0 - checksum: b64d3fe96c548ccdb05fdd42cb8985eb4f40fc981f92976555d63744ae41acfb9a523e32abcf28b89363460d5eefbf194f462cbc8c6a52744b2ee92e8be80af7 - languageName: node - linkType: hard - -"@jupyterlite/translation@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/translation@npm:0.4.5" - dependencies: - "@jupyterlab/coreutils": ~6.2.5 - "@lumino/coreutils": ^2.2.0 - checksum: f24beb80926991fd9112dc879c39d10f0e1e8e66a5499a97043c37a69ed6819fd8310282c0a29abe82876e1c71d6e6244a8387d7cc701146e8c187af135e8732 + checksum: 16464d30b88efa5811a03825d26ff5e89551b2d3caca06432838c3b2a03b9cb7555688cd2a02369bcef5f7b000953bc0e6be5eb60f86bf83b2bc07446002f28c languageName: node linkType: hard -"@jupyterlite/translation@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/translation@npm:0.5.1" - dependencies: - "@jupyterlab/coreutils": ~6.3.4 - "@lumino/coreutils": ^2.2.0 - checksum: 94f8b83a839db296c5febef7fdd23237c4c243e671865a44d81cfdaf07694b9c175c3516d11a81ac9aaeb02dcb11d68b2fc06d8cdae91c7fe46da9a0120964bb - languageName: node - linkType: hard - -"@jupyterlite/ui-components@npm:^0.4.5": - version: 0.4.5 - resolution: "@jupyterlite/ui-components@npm:0.4.5" - dependencies: - "@jupyterlab/ui-components": ~4.2.5 - checksum: 102adfe00c0146012be3f690d5f05cc0799fd5810c0c1b2a2f2cf6b6749c03493560363eb294dad209489aa382e19b259951131838c96bf25c8ddce136857865 - languageName: node - linkType: hard - -"@jupyterlite/ui-components@npm:^0.5.1": - version: 0.5.1 - resolution: "@jupyterlite/ui-components@npm:0.5.1" +"@jupyterlite/ui-components@npm:^0.6.1": + version: 0.6.1 + resolution: "@jupyterlite/ui-components@npm:0.6.1" dependencies: - "@jupyterlab/ui-components": ~4.3.4 - checksum: 4e0aa986a003c41c4ed78507c6e4049b84f5021d9bc375b582db0e0157d293c36a610eab2de8d6a58b0e8b1972197143897993fb2c30e19c1779a0fef8361ff9 + "@jupyterlab/ui-components": ~4.4.3 + checksum: 640d0e4508935dd8a9f7f02596ef72ed2b35c8db6c61bcd7f4f74727fb0efcc282dd644d22e05e13fb54f553b74cf2867cbfc7f7532529a9b69f43006153e9e2 languageName: node linkType: hard @@ -3810,36 +3314,36 @@ __metadata: linkType: hard "@lezer/cpp@npm:^1.0.0": - version: 1.1.2 - resolution: "@lezer/cpp@npm:1.1.2" + version: 1.1.3 + resolution: "@lezer/cpp@npm:1.1.3" dependencies: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: a319cd46fd32affc07c9432e9b2b9954becf7766be0361176c525d03474bb794cc051aad9932f48c9df33833eee1d6bfdccab12e571f2b137b4ca765c60c75de + checksum: 87b48d89f3cd60c5a5c4368ea394fe7e27abb6ec9e6f8b7b4d005e3dd4d5268eb4e1c3a8a58807f63d18043ccfdc864965b9787c1274260999167d447cf562c3 languageName: node linkType: hard "@lezer/css@npm:^1.1.0, @lezer/css@npm:^1.1.7": - version: 1.1.10 - resolution: "@lezer/css@npm:1.1.10" + version: 1.2.1 + resolution: "@lezer/css@npm:1.2.1" dependencies: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 - "@lezer/lr": ^1.0.0 - checksum: 67f302f0b2c84adc8380e77635c225c8eb3a773402e89f85180eb9fdc90ba3fee19ee4ba915523bfbe346ea07746a1b5832e369adfcfb222eedd7b1b1556bf9a + "@lezer/lr": ^1.3.0 + checksum: da94af5100868127eb3902f9cf1960ac37369ffa12e39df3bdf02e51f7186b2c0e4be42e5901c45822a8fc076a2fd8a750e0483ff0a347d59a52062d8231c9f6 languageName: node linkType: hard "@lezer/generator@npm:^1.7.0": - version: 1.7.2 - resolution: "@lezer/generator@npm:1.7.2" + version: 1.7.3 + resolution: "@lezer/generator@npm:1.7.3" dependencies: "@lezer/common": ^1.1.0 "@lezer/lr": ^1.3.0 bin: lezer-generator: src/lezer-generator.cjs - checksum: b5d282c7c749d816f373478ebebbcad839125918ac2038d870d880fc0fb1c932b278b3652beb5854d9a0b5aa8e1a9ba24f8359c5ce4c2b9a5393f85c395a2a91 + checksum: 99d89b365490ad0aa486d3c86bf091bcf5472c7bb8a2116ed83110b3d0801af542d94bfe8d6190912290f921711627b9e6f4aefd712007cfa5733880cfb42a8d languageName: node linkType: hard @@ -3875,13 +3379,13 @@ __metadata: linkType: hard "@lezer/javascript@npm:^1.0.0": - version: 1.4.21 - resolution: "@lezer/javascript@npm:1.4.21" + version: 1.5.1 + resolution: "@lezer/javascript@npm:1.5.1" dependencies: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.1.3 "@lezer/lr": ^1.3.0 - checksum: 5ff9edaf53fe399d5e1c0c2196837325ca5cf81b59fda546e8ae81a4748f7cbcc4d258202fe77bbb3d5d9561ce8fb2b79cb87f0922c5f5d1117eb6f545fc1055 + checksum: 8de877c3f41a985211d0ef80c98966f1339f1a0ec1df0b199ce58d97cb4c0648cb3176d76ff426b9c5aa4a3bbb51bb6e673b5cc73763cb8dc4505f3853697fb5 languageName: node linkType: hard @@ -3906,12 +3410,12 @@ __metadata: linkType: hard "@lezer/markdown@npm:^1.0.0, @lezer/markdown@npm:^1.3.0": - version: 1.4.0 - resolution: "@lezer/markdown@npm:1.4.0" + version: 1.4.3 + resolution: "@lezer/markdown@npm:1.4.3" dependencies: "@lezer/common": ^1.0.0 "@lezer/highlight": ^1.0.0 - checksum: eb21dcea81be3121efaf8bb85fc3acf930720747d2ec22badbbaf6c3396f8b7940bf9417704ac00c47a337052bda067e41e28549b11c7b294a920ebeaf96b116 + checksum: d730c5b273f0fc9df0658c338f007e00838aa87d7ecdda181eb5def5253cf76aaac0671ef03e7459fd179128e77c2e8d74c2dc43402ee21cebb4fb9dd7db89c7 languageName: node linkType: hard @@ -3927,13 +3431,13 @@ __metadata: linkType: hard "@lezer/python@npm:^1.1.4": - version: 1.1.15 - resolution: "@lezer/python@npm:1.1.15" + version: 1.1.18 + resolution: "@lezer/python@npm:1.1.18" dependencies: "@lezer/common": ^1.2.0 "@lezer/highlight": ^1.0.0 "@lezer/lr": ^1.0.0 - checksum: 106ef0a56d0ccac6bcba02ee91770f6cd96fe599edc061300e2d0556ae53a68d32fb8f94e8baeaa34f06127dcb39513425e180966b1fd5cba78da2b78e9ee3c3 + checksum: 774d5bee83106b586159e3330452e9a3a72706d98d77929c44480a653ed560a80db2aa8f2f270858d176ac8e7187f0c585109fdac579deca115173dcaee13f9f languageName: node linkType: hard @@ -3959,186 +3463,153 @@ __metadata: languageName: node linkType: hard -"@lumino/algorithm@npm:^1.11.1 || ^2.0.0, @lumino/algorithm@npm:^2.0.1, @lumino/algorithm@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/algorithm@npm:2.0.2" - checksum: 34b25684b845f1bdbf78ca45ebd99a97b67b2992440c9643aafe5fc5a99fae1ddafa9e5890b246b233dc3a12d9f66aa84afe4a2aac44cf31071348ed217740db - languageName: node - linkType: hard - -"@lumino/algorithm@npm:^1.9.1 || ^2.1, @lumino/algorithm@npm:^1.9.2": - version: 1.9.2 - resolution: "@lumino/algorithm@npm:1.9.2" - checksum: a89e7c63504236119634858e271db1cc649684d30ced5a6ebe2788af7c0837f1e05a6fd3047d8525eb756c42ce137f76b3688f75fd3ef915b71cd4f213dfbb96 +"@lumino/algorithm@npm:^1 || ^2, @lumino/algorithm@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/algorithm@npm:2.0.3" + checksum: 03932cdc39d612a00579ee40bafb0b1d8bf5f8a12449f777a1ae7201843ddefb557bc3f9260aa6b9441d87bfc43e53cced854e71c4737de59e32cd00d4ac1394 languageName: node linkType: hard -"@lumino/application@npm:^2.3.1, @lumino/application@npm:^2.4.1": - version: 2.4.2 - resolution: "@lumino/application@npm:2.4.2" +"@lumino/application@npm:^2.4.4": + version: 2.4.4 + resolution: "@lumino/application@npm:2.4.4" dependencies: - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/widgets": ^2.6.0 - checksum: 210dce74beb528e94839b209c5bebb858b56c8c9d896359614a47ce9c5cb117736233d9d81b6009b9916b8ede480d6240f991f988b8bcf9c6a229ef86bf90a85 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/widgets": ^2.7.1 + checksum: 3223d145172d2d7a793e038631463fdb8c70d46f8343512d452a90f54ac70c6004462ded66edba3313038888f8271ad186feb63918620b27bde500eaa9f33d95 languageName: node linkType: hard -"@lumino/collections@npm:^1.9.3": - version: 1.9.3 - resolution: "@lumino/collections@npm:1.9.3" +"@lumino/collections@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/collections@npm:2.0.3" dependencies: - "@lumino/algorithm": ^1.9.2 - checksum: 1c87a12743eddd6f6b593e47945a5645e2f99ad61c5192499b0745e48ee9aff263c7145541e77dfeea4c9f50bdd017fddfa47bfc60e718de4f28533ce45bf8c3 + "@lumino/algorithm": ^2.0.3 + checksum: 1c7aca239731e6c7379ce593318fd3f646b38c1903e81e884e36ed01f61017498f6699ba58848c43191f4825a9968b7f9c94e9355f1614c9baee84ce9ea6221f languageName: node linkType: hard -"@lumino/collections@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/collections@npm:2.0.2" +"@lumino/commands@npm:^2.3.2": + version: 2.3.2 + resolution: "@lumino/commands@npm:2.3.2" dependencies: - "@lumino/algorithm": ^2.0.2 - checksum: e8bb2068a3741940e0dd396fa729c3c9d12458b41b7c2a9d171c5c034e69fb5834116a824094a8aa4182397e13abace06025ed5032a755ea85b976eae74ee9a9 + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/domutils": ^2.0.3 + "@lumino/keyboard": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + checksum: 090454bcc07aeb71f0791d6ca86ca4857b16bb6286a47ab6e59c3046e7f99cd3ef27c36d2dd35de7cf2bdeeaf5fc00ae8f29246a39e276eac2d186ae3cd7023e languageName: node linkType: hard -"@lumino/commands@npm:^2.1.2, @lumino/commands@npm:^2.3.0, @lumino/commands@npm:^2.3.1": - version: 2.3.1 - resolution: "@lumino/commands@npm:2.3.1" - dependencies: - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/domutils": ^2.0.2 - "@lumino/keyboard": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - checksum: 83bc6d66de37e58582b00f70ce66e797c9fcf84e36041c6881631ed0d281305e2a49927f5b2fe6c5c965733f3cd6fb4a233c7b7967fc050497024a941659bd65 - languageName: node - linkType: hard - -"@lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.0, @lumino/coreutils@npm:^1.11.1 || ^2, @lumino/coreutils@npm:^1.11.1 || ^2.1, @lumino/coreutils@npm:^2.1.2, @lumino/coreutils@npm:^2.2.0": - version: 2.2.0 - resolution: "@lumino/coreutils@npm:2.2.0" +"@lumino/coreutils@npm:^1 || ^2, @lumino/coreutils@npm:^1.11.0 || ^2.0.0, @lumino/coreutils@npm:^1.11.0 || ^2.2.1, @lumino/coreutils@npm:^2.2.1": + version: 2.2.1 + resolution: "@lumino/coreutils@npm:2.2.1" dependencies: - "@lumino/algorithm": ^2.0.2 - checksum: 345fcd5d7493d745831dd944edfbd8eda06cc59a117e71023fc97ce53badd697be2bd51671f071f5ff0064f75f104575d9695f116a07517bafbedd38e5c7a785 + "@lumino/algorithm": ^2.0.3 + checksum: d08570d1ebcf6bca973ba3af0836fb19a5a7a5b24979e90aab0fb4acb245e9619a0db356a78d67f618ae565435bb2aaf7c158c5bc0ae1ef9e9f1638ebfa05484 languageName: node linkType: hard -"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^1.10.1 || ^2.1, @lumino/disposable@npm:^2.1.2, @lumino/disposable@npm:^2.1.3": - version: 2.1.3 - resolution: "@lumino/disposable@npm:2.1.3" +"@lumino/disposable@npm:^1 || ^2, @lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.4": + version: 2.1.4 + resolution: "@lumino/disposable@npm:2.1.4" dependencies: - "@lumino/signaling": ^2.1.3 - checksum: b9a346fa2752b3cd1b053cb637ee173501d33082a73423429070e8acc508b034ea0babdae0549b923cbdd287ee1fc7f6159f0539c9fff7574393a214eef07c57 + "@lumino/signaling": ^2.1.4 + checksum: 0274c1cd81683f0d37c79795ed683fe49929452e6f075b9027b62dee376b5c6aa5f27b279236c4e1621bcbdcb844d5be0bbde3a065ab39159deb995244d1d2a7 languageName: node linkType: hard -"@lumino/domutils@npm:^1.8.1 || ^2.1": - version: 1.8.2 - resolution: "@lumino/domutils@npm:1.8.2" - checksum: 196f25316a17cd8df8f11dbe17f10cbd96e5ce166ea97aab6402307dc554382423d860859bb5d05226f05909748b781fb281bb9220690fe1f3ddc716072c2ed5 - languageName: node - linkType: hard - -"@lumino/domutils@npm:^2.0.1, @lumino/domutils@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/domutils@npm:2.0.2" - checksum: 037b8d0b62af43887fd7edd506fa551e2af104a4b46d62e6fef256e16754dba40d351513beb5083834d468b2c7806aae0fe205fd6aac8ef24759451ee998bbd9 +"@lumino/domutils@npm:^1 || ^2, @lumino/domutils@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/domutils@npm:2.0.3" + checksum: 46cbcbd38f6abb53eab1b6de0a2ea8a9fa5e28b0f5aa4b058c35f2380cb8ec881fe7616c7468ba200b785f95357ac8cbac6b64512f9945f5973d1d425864b163 languageName: node linkType: hard -"@lumino/dragdrop@npm:^2.1.4, @lumino/dragdrop@npm:^2.1.5": - version: 2.1.5 - resolution: "@lumino/dragdrop@npm:2.1.5" +"@lumino/dragdrop@npm:^2.1.6": + version: 2.1.6 + resolution: "@lumino/dragdrop@npm:2.1.6" dependencies: - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - checksum: 48e34bea73186dcde4565fa68cd25067b7f5fe910813d28da9ab3c5392bfaa0b26aab1290635dc953d85bbb139da7ac1ffc040a5d5777d58fd087975dd4b5ef7 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + checksum: 5a746ee0644e2fa02cba47d6ef45f3fb09ebc3391ac0f478f6f3073864a9637e13fcee666038c751ab8f17bc69c55299c85a88f526ea645cc3240a367490c8ca languageName: node linkType: hard -"@lumino/keyboard@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/keyboard@npm:2.0.2" - checksum: 198e8c17825c9a831fa0770f58a71574b936acb0f0bbbe7f8feb73d89686dda7ff41fcb02d12b401f5d462b45fe0bba24f7f38befb7cefe0826576559f0bee6d - languageName: node - linkType: hard - -"@lumino/messaging@npm:^1.10.1 || ^2.1": - version: 1.10.3 - resolution: "@lumino/messaging@npm:1.10.3" - dependencies: - "@lumino/algorithm": ^1.9.2 - "@lumino/collections": ^1.9.3 - checksum: 1131e80379fa9b8a9b5d3418c90e25d4be48e2c92ec711518190772f9e8845a695bef45daddd06a129168cf6f158c8ad80ae86cb245f566e9195bbd9a0843b7a +"@lumino/keyboard@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/keyboard@npm:2.0.3" + checksum: ca648cf978ddcf15fe3af2b8c8beb8aff153dfe616099df5a8bc7f43124420f77c358dbd33a988911b82f68debe07268d630c1777618b182ef7b520962d653e7 languageName: node linkType: hard -"@lumino/messaging@npm:^2.0.1, @lumino/messaging@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/messaging@npm:2.0.2" +"@lumino/messaging@npm:^1 || ^2, @lumino/messaging@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/messaging@npm:2.0.3" dependencies: - "@lumino/algorithm": ^2.0.2 - "@lumino/collections": ^2.0.2 - checksum: 66abd8c473026123589dc22f2ce8f85da10e0b1a05c05ed9b2011035721da5f751cc7ef63b628877f446a78a4287e26ad1450efbeaf0c2e03b1d08be9abaca4d + "@lumino/algorithm": ^2.0.3 + "@lumino/collections": ^2.0.3 + checksum: 9c2bea2a31d3922a29276df751b651e6bd41d1ed3a5f61ba94d3e90d454c53f07fc4dac7d435867fb8480415222a3d45d74188dd73e9c89c43110ebbee0ff301 languageName: node linkType: hard -"@lumino/polling@npm:^2.1.2, @lumino/polling@npm:^2.1.3": - version: 2.1.3 - resolution: "@lumino/polling@npm:2.1.3" +"@lumino/polling@npm:^2.1.4": + version: 2.1.4 + resolution: "@lumino/polling@npm:2.1.4" dependencies: - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/signaling": ^2.1.3 - checksum: 2c94dbc2339dd06b3b89a3a690d23576ce095f92bf1f614557dcaeb1c1a8a707b2a18d78c03e5fd7376a43e3f393cc4fec42a65580ae4b67c6630ea86cecbac6 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/signaling": ^2.1.4 + checksum: e08d07d11eb030fed83bea232dba91af4ea40ef8f6ec7b8fe61722ebbd29faba10c67d269596c19c515c920f607c73bb64cdc9319af9ecef4619cddfd92ea764 languageName: node linkType: hard -"@lumino/properties@npm:^2.0.1, @lumino/properties@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/properties@npm:2.0.2" - checksum: cbe802bd49ced7e13e50b1d89b82e0f03fb44a590c704e6b9343226498b21d8abfe119b024209e79876b4fc0938dbf85e964c6c4cd5bbdd4d7ba41ce0fb69f3f +"@lumino/properties@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/properties@npm:2.0.3" + checksum: a575d821f994090907abb567d3af21a828f528ae5f329ada92719eba9818bbb2b0955e675b91bd392043a5d835c345d7b500994a77157c5ea317f36442ce570e languageName: node linkType: hard -"@lumino/signaling@npm:^1.10.0 || ^2.0.0, @lumino/signaling@npm:^1.10.1 || ^2.1, @lumino/signaling@npm:^2.1.2, @lumino/signaling@npm:^2.1.3": - version: 2.1.3 - resolution: "@lumino/signaling@npm:2.1.3" +"@lumino/signaling@npm:^1 || ^2, @lumino/signaling@npm:^1.10.0 || ^2.0.0, @lumino/signaling@npm:^2.1.4": + version: 2.1.4 + resolution: "@lumino/signaling@npm:2.1.4" dependencies: - "@lumino/algorithm": ^2.0.2 - "@lumino/coreutils": ^2.2.0 - checksum: ce59383bd75fe30df5800e0442dbc4193cc6778e2530b9be0f484d159f1d8668be5c6ee92cee9df36d5a0c3dbd9126d0479a82581dee1df889d5c9f922d3328d + "@lumino/algorithm": ^2.0.3 + "@lumino/coreutils": ^2.2.1 + checksum: 554a5135c8742ed3f61a4923b1f26cb29b55447ca5939df70033449cfb654a37048d7a3e2fd0932497099cd24501a3819b85cd1fdf4e76023ba0af747c171d53 languageName: node linkType: hard -"@lumino/virtualdom@npm:^2.0.1, @lumino/virtualdom@npm:^2.0.2": - version: 2.0.2 - resolution: "@lumino/virtualdom@npm:2.0.2" +"@lumino/virtualdom@npm:^2.0.3": + version: 2.0.3 + resolution: "@lumino/virtualdom@npm:2.0.3" dependencies: - "@lumino/algorithm": ^2.0.2 - checksum: 0e1220d5b3b2441e7668f3542a6341e015bdbea0c8bd6d4be962009386c034336540732596d5dedcd54ca57fbde61c2942549129a3e1b0fccb1aa143685fcd15 + "@lumino/algorithm": ^2.0.3 + checksum: 66c18494fdfc1b87e76286140cd256b3616aede262641912646a18395226e200048ddeaa6d1644dff3f597b1cde8e583968cb973d64a9e9d4f45e2b24c1e2c7c languageName: node linkType: hard -"@lumino/widgets@npm:^1.30.0 || ^2.1, @lumino/widgets@npm:^1.37.2 || ^2.5.0, @lumino/widgets@npm:^2.3.2, @lumino/widgets@npm:^2.5.0, @lumino/widgets@npm:^2.6.0": - version: 2.6.0 - resolution: "@lumino/widgets@npm:2.6.0" +"@lumino/widgets@npm:^1 || ^2, @lumino/widgets@npm:^1.37.2 || ^2.7.1, @lumino/widgets@npm:^2.7.1": + version: 2.7.1 + resolution: "@lumino/widgets@npm:2.7.1" dependencies: - "@lumino/algorithm": ^2.0.2 - "@lumino/commands": ^2.3.1 - "@lumino/coreutils": ^2.2.0 - "@lumino/disposable": ^2.1.3 - "@lumino/domutils": ^2.0.2 - "@lumino/dragdrop": ^2.1.5 - "@lumino/keyboard": ^2.0.2 - "@lumino/messaging": ^2.0.2 - "@lumino/properties": ^2.0.2 - "@lumino/signaling": ^2.1.3 - "@lumino/virtualdom": ^2.0.2 - checksum: 925acbe8813af32a7d0bbfb4a91f848f9b840561fa48d26c6b08c041c2f5077c25f02424b82e793945b26de5d3137127f754a5e788239364c92bc2863218619e + "@lumino/algorithm": ^2.0.3 + "@lumino/commands": ^2.3.2 + "@lumino/coreutils": ^2.2.1 + "@lumino/disposable": ^2.1.4 + "@lumino/domutils": ^2.0.3 + "@lumino/dragdrop": ^2.1.6 + "@lumino/keyboard": ^2.0.3 + "@lumino/messaging": ^2.0.3 + "@lumino/properties": ^2.0.3 + "@lumino/signaling": ^2.1.4 + "@lumino/virtualdom": ^2.0.3 + checksum: c57f7e6cfbaddbd830e14db55242dcbdf531524cdf8641214ce737f43a6684004219eb58a572838f99f78af433bb8f9f19fd2ac6f0ffab4a635bd20164b75cec languageName: node linkType: hard @@ -4163,7 +3634,7 @@ __metadata: languageName: node linkType: hard -"@microsoft/fast-foundation@npm:^2.49.4, @microsoft/fast-foundation@npm:^2.50.0": +"@microsoft/fast-foundation@npm:^2.49.4": version: 2.50.0 resolution: "@microsoft/fast-foundation@npm:2.50.0" dependencies: @@ -4175,18 +3646,6 @@ __metadata: languageName: node linkType: hard -"@microsoft/fast-react-wrapper@npm:^0.3.22": - version: 0.3.25 - resolution: "@microsoft/fast-react-wrapper@npm:0.3.25" - dependencies: - "@microsoft/fast-element": ^1.14.0 - "@microsoft/fast-foundation": ^2.50.0 - peerDependencies: - react: ">=16.9.0" - checksum: 4c8e597eefd51c3091c25d0df28018b3283139178d6fd759532b40deb189f0422877308894fe55670edb82ed2a5b0138f2be8ef0b3df3ae518c14f75d6d0d577 - languageName: node - linkType: hard - "@microsoft/fast-web-utilities@npm:^5.4.1": version: 5.4.1 resolution: "@microsoft/fast-web-utilities@npm:5.4.1" @@ -4741,16 +4200,16 @@ __metadata: languageName: node linkType: hard -"@pkgr/core@npm:^0.1.0": - version: 0.1.1 - resolution: "@pkgr/core@npm:0.1.1" - checksum: 6f25fd2e3008f259c77207ac9915b02f1628420403b2630c92a07ff963129238c9262afc9e84344c7a23b5cc1f3965e2cd17e3798219f5fd78a63d144d3cceba +"@pkgr/core@npm:^0.2.4": + version: 0.2.7 + resolution: "@pkgr/core@npm:0.2.7" + checksum: b16959878940f3d3016b79a4b2c23fd518aaec6b47295baa3154fbcf6574fee644c51023bb69069fa3ea9cdcaca40432818f54695f11acc0ae326cf56676e4d1 languageName: node linkType: hard "@rjsf/core@npm:^5.13.4": - version: 5.24.2 - resolution: "@rjsf/core@npm:5.24.2" + version: 5.24.11 + resolution: "@rjsf/core@npm:5.24.11" dependencies: lodash: ^4.17.21 lodash-es: ^4.17.21 @@ -4760,15 +4219,14 @@ __metadata: peerDependencies: "@rjsf/utils": ^5.24.x react: ^16.14.0 || >=17 - checksum: 411d5b4570812d62480235430cac424f7f7cb315c2f2ddedb24fafdaa30b38f3d7955ab38658693648afe939ee16ccc26de4dcae44c6577458a599b750f88491 + checksum: 7bceac697e7a289fb88c6e88e78a6fc50628ebb3064d63fa7e3244a1189c6a42c582a779c52b828e8b60fdc9ff81b5468c5e60a28392061fa2eab022e6a3c2d4 languageName: node linkType: hard "@rjsf/utils@npm:^5.13.4": - version: 5.24.2 - resolution: "@rjsf/utils@npm:5.24.2" + version: 5.24.11 + resolution: "@rjsf/utils@npm:5.24.11" dependencies: - fast-equals: ^5.2.2 json-schema-merge-allof: ^0.8.1 jsonpointer: ^5.0.1 lodash: ^4.17.21 @@ -4776,7 +4234,7 @@ __metadata: react-is: ^18.2.0 peerDependencies: react: ^16.14.0 || >=17 - checksum: 9c913472a0f256f095ba8dae064f2d974f8dd3ea12075afe7846f3f487592cc3bb77c8ca49de98df26c09beaf722316069668d23d2f0878631e6398a1aa772bd + checksum: 81e716c5e34b5f194a384c75059aff2cb7c7f639f7998179c7648c280bf9c76b6e97ef22e3a99d4afaf8228f48acc499e39eca8574872ed75a97337c0e6072f6 languageName: node linkType: hard @@ -4880,11 +4338,11 @@ __metadata: linkType: hard "@types/babel__generator@npm:*": - version: 7.6.8 - resolution: "@types/babel__generator@npm:7.6.8" + version: 7.27.0 + resolution: "@types/babel__generator@npm:7.27.0" dependencies: "@babel/types": ^7.0.0 - checksum: 5b332ea336a2efffbdeedb92b6781949b73498606ddd4205462f7d96dafd45ff3618770b41de04c4881e333dd84388bfb8afbdf6f2764cbd98be550d85c6bb48 + checksum: e6739cacfa276c1ad38e1d8a6b4b1f816c2c11564e27f558b68151728489aaf0f4366992107ee4ed7615dfa303f6976dedcdce93df2b247116d1bcd1607ee260 languageName: node linkType: hard @@ -4899,11 +4357,11 @@ __metadata: linkType: hard "@types/babel__traverse@npm:*, @types/babel__traverse@npm:^7.0.6": - version: 7.20.6 - resolution: "@types/babel__traverse@npm:7.20.6" + version: 7.20.7 + resolution: "@types/babel__traverse@npm:7.20.7" dependencies: "@babel/types": ^7.20.7 - checksum: 2bdc65eb62232c2d5c1086adeb0c31e7980e6fd7e50a3483b4a724a1a1029c84d9cb59749cf8de612f9afa2bc14c85b8f50e64e21f8a4398fa77eb9059a4283c + checksum: 2a2e5ad29c34a8b776162b0fe81c9ccb6459b2b46bf230f756ba0276a0258fcae1cbcfdccbb93a1e8b1df44f4939784ee8a1a269f95afe0c78b24b9cb6d50dd1 languageName: node linkType: hard @@ -4927,9 +4385,9 @@ __metadata: linkType: hard "@types/emscripten@npm:^1.39.6": - version: 1.40.0 - resolution: "@types/emscripten@npm:1.40.0" - checksum: 5e8db08b0ad4eb4abca40897f1bf0df5bb2a96b8c9c46b5a7d032ffcbd406842a2817488b40dcbc2d0edaaabf136055a23570c898c5627a38cdfdcf816e92a5c + version: 1.40.1 + resolution: "@types/emscripten@npm:1.40.1" + checksum: 1bfa16565f7dc63b123756a2e6bd8e41d3cf2dff2dc51dd91f348f12bce94af000e8bd1d932bed8a06cbe306c1c17694c8b81b420c6d78009e26495b0489c31c languageName: node linkType: hard @@ -4954,9 +4412,9 @@ __metadata: linkType: hard "@types/estree@npm:*, @types/estree@npm:^1.0.6": - version: 1.0.6 - resolution: "@types/estree@npm:1.0.6" - checksum: 8825d6e729e16445d9a1dd2fb1db2edc5ed400799064cd4d028150701031af012ba30d6d03fe9df40f4d7a437d0de6d2b256020152b7b09bde9f2e420afdffd9 + version: 1.0.8 + resolution: "@types/estree@npm:1.0.8" + checksum: bd93e2e415b6f182ec4da1074e1f36c480f1d26add3e696d54fb30c09bc470897e41361c8fd957bf0985024f8fbf1e6e2aff977d79352ef7eb93a5c6dcff6c11 languageName: node linkType: hard @@ -5024,7 +4482,7 @@ __metadata: languageName: node linkType: hard -"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.11, @types/json-schema@npm:^7.0.12, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": +"@types/json-schema@npm:*, @types/json-schema@npm:^7.0.11, @types/json-schema@npm:^7.0.12, @types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.5, @types/json-schema@npm:^7.0.8, @types/json-schema@npm:^7.0.9": version: 7.0.15 resolution: "@types/json-schema@npm:7.0.15" checksum: 97ed0cb44d4070aecea772b7b2e2ed971e10c81ec87dd4ecc160322ffa55ff330dace1793489540e3e318d90942064bb697cc0f8989391797792d919737b3b98 @@ -5032,9 +4490,9 @@ __metadata: linkType: hard "@types/lodash@npm:^4.14.134": - version: 4.17.15 - resolution: "@types/lodash@npm:4.17.15" - checksum: 5037564154411f4ac0b187b914031c150520a7ca037dea007f774b7123c97c0da55b2e41ae81dc1bc80ff09e8d6a236455ea676d5062af12c592b8e81baec7bf + version: 4.17.17 + resolution: "@types/lodash@npm:4.17.17" + checksum: cfa34a752f3c540a196e9f92dbaff93ae15fe4058da8cce1918dd9219076dc19eec33b043aae45865e2b3ef8234a845bb57366144ec8e52551e2bc3f119e04a1 languageName: node linkType: hard @@ -5053,11 +4511,11 @@ __metadata: linkType: hard "@types/node@npm:*": - version: 22.13.0 - resolution: "@types/node@npm:22.13.0" + version: 24.0.1 + resolution: "@types/node@npm:24.0.1" dependencies: - undici-types: ~6.20.0 - checksum: 934122ad4c20bd583cae1cf5350f911350a99ca2fd2a4c1902c1db97af8bb4c496675d592a45f9ce8aced3006fe80ca075b7e9da030a61b2d9008b7259383a76 + undici-types: ~7.8.0 + checksum: 8ef7aeddb2583657513d570b743f5226e19196a779e36bacad0c4079814ebe8fe7c0e580e897e4c7ce43dd98e177bfd9cbe9ef1696f76640c4322d65678b5c8c languageName: node linkType: hard @@ -5076,9 +4534,9 @@ __metadata: linkType: hard "@types/prop-types@npm:*": - version: 15.7.14 - resolution: "@types/prop-types@npm:15.7.14" - checksum: d0c5407b9ccc3dd5fae0ccf9b1007e7622ba5e6f1c18399b4f24dff33619d469da4b9fa918a374f19dc0d9fe6a013362aab0b844b606cfc10676efba3f5f736d + version: 15.7.15 + resolution: "@types/prop-types@npm:15.7.15" + checksum: 31aa2f59b28f24da6fb4f1d70807dae2aedfce090ec63eaf9ea01727a9533ef6eaf017de5bff99fbccad7d1c9e644f52c6c2ba30869465dd22b1a7221c29f356 languageName: node linkType: hard @@ -5093,28 +4551,28 @@ __metadata: linkType: hard "@types/react@npm:*": - version: 19.0.8 - resolution: "@types/react@npm:19.0.8" + version: 19.1.8 + resolution: "@types/react@npm:19.1.8" dependencies: csstype: ^3.0.2 - checksum: 80dd2e7fa4b3e0ea2d883c21317563f4af1c4d90a6250c8bcbc052079304dc3335369267026004ed5d7cac09c7b0026e02e71ae5cca3150643507e353219fe47 + checksum: 17e0c74d9c01214938fa805aaa8b97925bf3c5514e88fdf94bec42c0a6d4abbc63d4e30255db176f46fd7f0aa89f8085b9b2b2fa5abaffbbf7e5009386ada892 languageName: node linkType: hard "@types/react@npm:^18.0.26": - version: 18.3.18 - resolution: "@types/react@npm:18.3.18" + version: 18.3.23 + resolution: "@types/react@npm:18.3.23" dependencies: "@types/prop-types": "*" csstype: ^3.0.2 - checksum: 5933597bc9f53e282f0438f0bb76d0f0fab60faabe760ea806e05ffe6f5c61b9b4d363e1a03a8fea47c510d493c6cf926cdeeba9f7074fa97b61940c350245e7 + checksum: d781257d42bf3c66f4bcd21e76a86cd9b6e21fbaf377fe0f840f1ff35049efa59491aa6a4dcf2b3db42af4ab085acebe185f0ae28b7c36d60be5e9094c707bdd languageName: node linkType: hard "@types/semver@npm:^7.5.0": - version: 7.5.8 - resolution: "@types/semver@npm:7.5.8" - checksum: ea6f5276f5b84c55921785a3a27a3cd37afee0111dfe2bcb3e03c31819c197c782598f17f0b150a69d453c9584cd14c4c4d7b9a55d2c5e6cacd4d66fdb3b3663 + version: 7.7.0 + resolution: "@types/semver@npm:7.7.0" + checksum: d488eaeddb23879a0a8a759bed667e1a76cb0dd4d23e3255538e24c189db387357953ca9e7a3bda2bb7f95e84cac8fe0db4fbe6b3456e893043337732d1d23cc languageName: node linkType: hard @@ -5570,9 +5028,9 @@ __metadata: linkType: hard "abbrev@npm:^3.0.0": - version: 3.0.0 - resolution: "abbrev@npm:3.0.0" - checksum: 2500075b5ef85e97c095ab6ab2ea640dcf90bb388f46398f4d347b296f53399f984ec9462c74bee81df6bba56ef5fd9dbc2fb29076b1feb0023e0f52d43eb984 + version: 3.0.1 + resolution: "abbrev@npm:3.0.1" + checksum: e70b209f5f408dd3a3bbd0eec4b10a2ffd64704a4a3821d0969d84928cc490a8eb60f85b78a95622c1841113edac10161c62e52f5e7d0027aa26786a8136e02e languageName: node linkType: hard @@ -5604,12 +5062,12 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.8.1, acorn@npm:^8.8.2, acorn@npm:^8.9.0": - version: 8.14.0 - resolution: "acorn@npm:8.14.0" +"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.8.1, acorn@npm:^8.9.0": + version: 8.15.0 + resolution: "acorn@npm:8.15.0" bin: acorn: bin/acorn - checksum: 8755074ba55fff94e84e81c72f1013c2d9c78e973c31231c8ae505a5f966859baf654bddd75046bffd73ce816b149298977fff5077a3033dedba0ae2aad152d4 + checksum: 309c6b49aedf1a2e34aaf266de06de04aab6eb097c02375c66fdeb0f64556a6a823540409914fb364d9a11bc30d79d485a2eba29af47992d3490e9886c4391c3 languageName: node linkType: hard @@ -5939,13 +5397,13 @@ __metadata: linkType: hard "axios@npm:^1.0.0": - version: 1.8.4 - resolution: "axios@npm:1.8.4" + version: 1.10.0 + resolution: "axios@npm:1.10.0" dependencies: follow-redirects: ^1.15.6 form-data: ^4.0.0 proxy-from-env: ^1.1.0 - checksum: e901dc1730bdcd769839b3d93ae6d6457a53d79b19a0eb623ebfea333441259ab51e63ca118baa47a5156567401466ac739f31087b4ee5e6770ab2e227484538 + checksum: b5fd840d499469bf968e44b8ac96f4b363c6aa4c791a50834c086a7cffbc2d77fe24f27af1aba46c3e1f4840aaf991461fc27537990596b93dea0f4df3245a86 languageName: node linkType: hard @@ -5992,38 +5450,38 @@ __metadata: linkType: hard "babel-plugin-polyfill-corejs2@npm:^0.4.10": - version: 0.4.12 - resolution: "babel-plugin-polyfill-corejs2@npm:0.4.12" + version: 0.4.13 + resolution: "babel-plugin-polyfill-corejs2@npm:0.4.13" dependencies: "@babel/compat-data": ^7.22.6 - "@babel/helper-define-polyfill-provider": ^0.6.3 + "@babel/helper-define-polyfill-provider": ^0.6.4 semver: ^6.3.1 peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: 6e6e6a8b85fec80a310ded2f5c151385e4ac59118909dd6a952e1025e4a478eb79dda45a5a6322cc2e598fd696eb07d4e2fa52418b4101f3dc370bdf8c8939ba + checksum: 553b64eb11bad2cfc220e94f1fb2449755b5c7d54886dca6d8053b13b6e910f349a38bbc75aafd610f88217699db499548919bb5df653d635b9cdeb39d34a68d languageName: node linkType: hard -"babel-plugin-polyfill-corejs3@npm:^0.10.6": - version: 0.10.6 - resolution: "babel-plugin-polyfill-corejs3@npm:0.10.6" +"babel-plugin-polyfill-corejs3@npm:^0.11.0": + version: 0.11.1 + resolution: "babel-plugin-polyfill-corejs3@npm:0.11.1" dependencies: - "@babel/helper-define-polyfill-provider": ^0.6.2 - core-js-compat: ^3.38.0 + "@babel/helper-define-polyfill-provider": ^0.6.3 + core-js-compat: ^3.40.0 peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: f762f29f7acca576897c63149c850f0a72babd3fb9ea436a2e36f0c339161c4b912a77828541d8188ce8a91e50965c6687120cf36071eabb1b7aa92f279e2164 + checksum: ee39440475ef377a1570ccbc06b1a1d274cbfbbe2e7c3d4c60f38781a47f00a28bd10d8e23430828b965820c41beb2c93c84596baf72583a2c9c3fdfa4397994 languageName: node linkType: hard "babel-plugin-polyfill-regenerator@npm:^0.6.1": - version: 0.6.3 - resolution: "babel-plugin-polyfill-regenerator@npm:0.6.3" + version: 0.6.4 + resolution: "babel-plugin-polyfill-regenerator@npm:0.6.4" dependencies: - "@babel/helper-define-polyfill-provider": ^0.6.3 + "@babel/helper-define-polyfill-provider": ^0.6.4 peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - checksum: d12696e6b3f280eb78fac551619ca4389262db62c7352cd54bf679d830df8b35596eef2de77cf00db6648eada1c99d49c4f40636dbc9c335a1e5420cfef96750 + checksum: f4d4a803834ffa72713579d696586d8cc654c0025cbd5ec775fc5d37faa00381dcb80e5b97d4b16059443352653585596d87848b5590b1d8670c235408e73fb3 languageName: node linkType: hard @@ -6132,21 +5590,21 @@ __metadata: linkType: hard "brace-expansion@npm:^1.1.7": - version: 1.1.11 - resolution: "brace-expansion@npm:1.1.11" + version: 1.1.12 + resolution: "brace-expansion@npm:1.1.12" dependencies: balanced-match: ^1.0.0 concat-map: 0.0.1 - checksum: faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 + checksum: 12cb6d6310629e3048cadb003e1aca4d8c9bb5c67c3c321bafdd7e7a50155de081f78ea3e0ed92ecc75a9015e784f301efc8132383132f4f7904ad1ac529c562 languageName: node linkType: hard "brace-expansion@npm:^2.0.1": - version: 2.0.1 - resolution: "brace-expansion@npm:2.0.1" + version: 2.0.2 + resolution: "brace-expansion@npm:2.0.2" dependencies: balanced-match: ^1.0.0 - checksum: a61e7cd2e8a8505e9f0036b3b6108ba5e926b4b55089eeb5550cd04a471fe216c96d4fe7e4c7f995c728c554ae20ddfc4244cad10aef255e72b62930afd233d1 + checksum: 01dff195e3646bc4b0d27b63d9bab84d2ebc06121ff5013ad6e5356daa5a9d6b60fa26cf73c74797f2dc3fbec112af13578d51f75228c1112b26c790a87b0488 languageName: node linkType: hard @@ -6159,17 +5617,17 @@ __metadata: languageName: node linkType: hard -"browserslist@npm:^4.24.0, browserslist@npm:^4.24.3": - version: 4.24.4 - resolution: "browserslist@npm:4.24.4" +"browserslist@npm:^4.24.0, browserslist@npm:^4.25.0": + version: 4.25.0 + resolution: "browserslist@npm:4.25.0" dependencies: - caniuse-lite: ^1.0.30001688 - electron-to-chromium: ^1.5.73 + caniuse-lite: ^1.0.30001718 + electron-to-chromium: ^1.5.160 node-releases: ^2.0.19 - update-browserslist-db: ^1.1.1 + update-browserslist-db: ^1.1.3 bin: browserslist: cli.js - checksum: 64074bf6cf0a9ae3094d753270e3eae9cf925149db45d646f0bc67bacc2e46d7ded64a4e835b95f5fdcf0350f63a83c3755b32f80831f643a47f0886deb8a065 + checksum: 0d34fa0c6e23e962598ba68ee9f4566a4b575ec550ff7e9e7287c5e94a6e0f208f75f4f7d578ccd060f843167e0e495bde8f6d278f353f0da783cd50f758e5c7 languageName: node linkType: hard @@ -6297,13 +5755,13 @@ __metadata: languageName: node linkType: hard -"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1": - version: 1.0.1 - resolution: "call-bind-apply-helpers@npm:1.0.1" +"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1, call-bind-apply-helpers@npm:^1.0.2": + version: 1.0.2 + resolution: "call-bind-apply-helpers@npm:1.0.2" dependencies: es-errors: ^1.3.0 function-bind: ^1.1.2 - checksum: 3c55343261bb387c58a4762d15ad9d42053659a62681ec5eb50690c6b52a4a666302a01d557133ce6533e8bd04530ee3b209f23dd06c9577a1925556f8fcccdf + checksum: b2863d74fcf2a6948221f65d95b91b4b2d90cfe8927650b506141e669f7d5de65cea191bf788838bc40d13846b7886c5bc5c84ab96c3adbcf88ad69a72fcdc6b languageName: node linkType: hard @@ -6319,13 +5777,13 @@ __metadata: languageName: node linkType: hard -"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3": - version: 1.0.3 - resolution: "call-bound@npm:1.0.3" +"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3, call-bound@npm:^1.0.4": + version: 1.0.4 + resolution: "call-bound@npm:1.0.4" dependencies: - call-bind-apply-helpers: ^1.0.1 - get-intrinsic: ^1.2.6 - checksum: a93bbe0f2d0a2d6c144a4349ccd0593d5d0d5d9309b69101710644af8964286420062f2cc3114dca120b9bc8cc07507952d4b1b3ea7672e0d7f6f1675efedb32 + call-bind-apply-helpers: ^1.0.2 + get-intrinsic: ^1.3.0 + checksum: 2f6399488d1c272f56306ca60ff696575e2b7f31daf23bc11574798c84d9f2759dceb0cb1f471a85b77f28962a7ac6411f51d283ea2e45319009a19b6ccab3b2 languageName: node linkType: hard @@ -6373,10 +5831,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001688": - version: 1.0.30001696 - resolution: "caniuse-lite@npm:1.0.30001696" - checksum: 079be180f364b63fb85415fa3948d1e9646aa655f8678a827e9b533712e14d727c2983397603ce7107b995226f6590d96bf26ef2032e756ef6ee09898feee5f9 +"caniuse-lite@npm:^1.0.30001718": + version: 1.0.30001723 + resolution: "caniuse-lite@npm:1.0.30001723" + checksum: 0acd7f33f15cfc6cf81a5155bb288afb34ce63cddd90bbf1740243b3c6c1de813ad10b393650f1c15e47f13ff4da61a8d14b02fac8e47e7367aede3ef162a1c6 languageName: node linkType: hard @@ -6861,12 +6319,12 @@ __metadata: languageName: node linkType: hard -"core-js-compat@npm:^3.38.0, core-js-compat@npm:^3.38.1": - version: 3.40.0 - resolution: "core-js-compat@npm:3.40.0" +"core-js-compat@npm:^3.40.0": + version: 3.43.0 + resolution: "core-js-compat@npm:3.43.0" dependencies: - browserslist: ^4.24.3 - checksum: 7ad00607c481ab2ded13d72be9ca5db5bbf42e221a175e905fb425e1ef520864aea28736c7283f57e9552d570eb6204bed87fbc8b9eab0fcfd9a7830dacccd43 + browserslist: ^4.25.0 + checksum: 32d1383c3d6bf84b8bb41b5a1e0a45bf8144ea3f7b913a7e83dd51f1252e9db9c187c4e34877b39ac5661be51a03655694c3a01e03637b895c39f7908f440c77 languageName: node linkType: hard @@ -6924,7 +6382,7 @@ __metadata: languageName: node linkType: hard -"crelt@npm:^1.0.5": +"crelt@npm:^1.0.5, crelt@npm:^1.0.6": version: 1.0.6 resolution: "crelt@npm:1.0.6" checksum: dad842093371ad702afbc0531bfca2b0a8dd920b23a42f26e66dabbed9aad9acd5b9030496359545ef3937c3aced0fd4ac39f7a2d280a23ddf9eb7fdcb94a69f @@ -6944,7 +6402,7 @@ __metadata: languageName: node linkType: hard -"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": +"cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.6": version: 7.0.6 resolution: "cross-spawn@npm:7.0.6" dependencies: @@ -7133,14 +6591,14 @@ __metadata: linkType: hard "debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.3, debug@npm:^4.3.4": - version: 4.4.0 - resolution: "debug@npm:4.4.0" + version: 4.4.1 + resolution: "debug@npm:4.4.1" dependencies: ms: ^2.1.3 peerDependenciesMeta: supports-color: optional: true - checksum: fb42df878dd0e22816fc56e1fdca9da73caa85212fbe40c868b1295a6878f9101ae684f4eeef516c13acfc700f5ea07f1136954f43d4cd2d477a811144136479 + checksum: a43826a01cda685ee4cec00fb2d3322eaa90ccadbef60d9287debc2a886be3e835d9199c80070ede75a409ee57828c4c6cd80e4b154f2843f0dc95a570dc0729 languageName: node linkType: hard @@ -7183,14 +6641,14 @@ __metadata: linkType: hard "dedent@npm:^1.0.0": - version: 1.5.3 - resolution: "dedent@npm:1.5.3" + version: 1.6.0 + resolution: "dedent@npm:1.6.0" peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: babel-plugin-macros: optional: true - checksum: 045b595557b2a8ea2eb9b0b4623d764e9a87326486fe2b61191b4342ed93dc01245644d8a09f3108a50c0ee7965f1eedd92e4a3a503ed89ea8e810566ea27f9a + checksum: ecaa83968b3db4ffeadf8f679c01280f8679ec79993d7e203c0281d7926e883bb79f42b263ba0df1f78e146e4b0be1b9a5b922b1fe040cb89b09977bc9c25b38 languageName: node linkType: hard @@ -7442,10 +6900,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.73": - version: 1.5.90 - resolution: "electron-to-chromium@npm:1.5.90" - checksum: 614d79b67e7b85f15d1228e7ef0e33d7ff7dd06e9319f8baed980971da56836cdd5b907aa97fe71642c045c5b4c5a33339b73a488313ff1f00ab241939f3ee81 +"electron-to-chromium@npm:^1.5.160": + version: 1.5.167 + resolution: "electron-to-chromium@npm:1.5.167" + checksum: 6c329894b61359c3d998736d493e0c9f9beb24533caf28d95e33340dc34b13467b09cf1a8e3c47240ee0e816c98f50d8f1e6cb7f2cdc18f910a5ee79fc1e316f languageName: node linkType: hard @@ -7496,12 +6954,12 @@ __metadata: linkType: hard "enhanced-resolve@npm:^5.17.1": - version: 5.18.0 - resolution: "enhanced-resolve@npm:5.18.0" + version: 5.18.1 + resolution: "enhanced-resolve@npm:5.18.1" dependencies: graceful-fs: ^4.2.4 tapable: ^2.2.0 - checksum: 77c6b11f0d19f21f52214e5a2c0dfb7070decb4045572f44be4cacf92b4be5e2c1d9a4c044a226d1003ca9daf9b71d498d256e7520ff5060f23d0284f814d392 + checksum: de5bea7debe3576e78173bcc409c4aee7fcb56580c602d5c47c533b92952e55d7da3d9f53b864846ba62c8bd3efb0f9ecfe5f865e57de2f3e9b6e5cda03b4e7e languageName: node linkType: hard @@ -7514,13 +6972,20 @@ __metadata: languageName: node linkType: hard -"entities@npm:^4.2.0, entities@npm:^4.4.0, entities@npm:^4.5.0": +"entities@npm:^4.2.0, entities@npm:^4.4.0": version: 4.5.0 resolution: "entities@npm:4.5.0" checksum: 853f8ebd5b425d350bffa97dd6958143179a5938352ccae092c62d1267c4e392a039be1bae7d51b6e4ffad25f51f9617531fedf5237f15df302ccfb452cbf2d7 languageName: node linkType: hard +"entities@npm:^6.0.0": + version: 6.0.1 + resolution: "entities@npm:6.0.1" + checksum: 937b952e81aca641660a6a07f70001c6821973dea3ae7f6a5013eadce94620f3ed2e9c745832d503c8811ce6e97704d8a0396159580c0e567d815234de7fdecf + languageName: node + linkType: hard + "env-paths@npm:^2.2.0": version: 2.2.1 resolution: "env-paths@npm:2.2.1" @@ -7554,25 +7019,25 @@ __metadata: linkType: hard "es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.5, es-abstract@npm:^1.23.9": - version: 1.23.9 - resolution: "es-abstract@npm:1.23.9" + version: 1.24.0 + resolution: "es-abstract@npm:1.24.0" dependencies: array-buffer-byte-length: ^1.0.2 arraybuffer.prototype.slice: ^1.0.4 available-typed-arrays: ^1.0.7 call-bind: ^1.0.8 - call-bound: ^1.0.3 + call-bound: ^1.0.4 data-view-buffer: ^1.0.2 data-view-byte-length: ^1.0.2 data-view-byte-offset: ^1.0.1 es-define-property: ^1.0.1 es-errors: ^1.3.0 - es-object-atoms: ^1.0.0 + es-object-atoms: ^1.1.1 es-set-tostringtag: ^2.1.0 es-to-primitive: ^1.3.0 function.prototype.name: ^1.1.8 - get-intrinsic: ^1.2.7 - get-proto: ^1.0.0 + get-intrinsic: ^1.3.0 + get-proto: ^1.0.1 get-symbol-description: ^1.1.0 globalthis: ^1.0.4 gopd: ^1.2.0 @@ -7584,21 +7049,24 @@ __metadata: is-array-buffer: ^3.0.5 is-callable: ^1.2.7 is-data-view: ^1.0.2 + is-negative-zero: ^2.0.3 is-regex: ^1.2.1 + is-set: ^2.0.3 is-shared-array-buffer: ^1.0.4 is-string: ^1.1.1 is-typed-array: ^1.1.15 - is-weakref: ^1.1.0 + is-weakref: ^1.1.1 math-intrinsics: ^1.1.0 - object-inspect: ^1.13.3 + object-inspect: ^1.13.4 object-keys: ^1.1.1 object.assign: ^4.1.7 own-keys: ^1.0.1 - regexp.prototype.flags: ^1.5.3 + regexp.prototype.flags: ^1.5.4 safe-array-concat: ^1.1.3 safe-push-apply: ^1.0.0 safe-regex-test: ^1.1.0 set-proto: ^1.0.0 + stop-iteration-iterator: ^1.1.0 string.prototype.trim: ^1.2.10 string.prototype.trimend: ^1.0.9 string.prototype.trimstart: ^1.0.8 @@ -7607,8 +7075,8 @@ __metadata: typed-array-byte-offset: ^1.0.4 typed-array-length: ^1.0.7 unbox-primitive: ^1.1.0 - which-typed-array: ^1.1.18 - checksum: f3ee2614159ca197f97414ab36e3f406ee748ce2f97ffbf09e420726db5a442ce13f1e574601468bff6e6eb81588e6c9ce1ac6c03868a37c7cd48ac679f8485a + which-typed-array: ^1.1.19 + checksum: 06b3d605e56e3da9d16d4db2629a42dac1ca31f2961a41d15c860422a266115e865b43e82d6b9da81a0fabbbb65ebc12fb68b0b755bc9dbddacb6bf7450e96df languageName: node linkType: hard @@ -7627,13 +7095,13 @@ __metadata: linkType: hard "es-module-lexer@npm:^1.2.1": - version: 1.6.0 - resolution: "es-module-lexer@npm:1.6.0" - checksum: 4413a9aed9bf581de62b98174f3eea3f23ce2994fb6832df64bdd6504f6977da1a3b5ebd3c10f75e3c2f214dcf1a1d8b54be5e62c71b7110e6ccedbf975d2b7d + version: 1.7.0 + resolution: "es-module-lexer@npm:1.7.0" + checksum: 7858bb76ae387fdbf8a6fccc951bf18919768309850587553eca34698b9193fbc65fab03d3d9f69163d860321fbf66adf89d5821e7f4148c7cb7d7b997259211 languageName: node linkType: hard -"es-object-atoms@npm:^1.0.0": +"es-object-atoms@npm:^1.0.0, es-object-atoms@npm:^1.1.1": version: 1.1.1 resolution: "es-object-atoms@npm:1.1.1" dependencies: @@ -7723,22 +7191,22 @@ __metadata: linkType: hard "eslint-plugin-prettier@npm:^5.0.0": - version: 5.2.3 - resolution: "eslint-plugin-prettier@npm:5.2.3" + version: 5.4.1 + resolution: "eslint-plugin-prettier@npm:5.4.1" dependencies: prettier-linter-helpers: ^1.0.0 - synckit: ^0.9.1 + synckit: ^0.11.7 peerDependencies: "@types/eslint": ">=8.0.0" eslint: ">=8.0.0" - eslint-config-prettier: "*" + eslint-config-prettier: ">= 7.0.0 <10.0.0 || >=10.1.0" prettier: ">=3.0.0" peerDependenciesMeta: "@types/eslint": optional: true eslint-config-prettier: optional: true - checksum: 3f3210ed6a52eb2e7cd10a635857328136149c79240627b8f5dbc6c5271d5020b17ab2e7067acc0a82fec686fa35ed182dd8d67feca41818d6a7810bf6dad2b6 + checksum: ddbfc60e478dd78602b1f1594db539bfc686161eba4531e4c59580c9cf5746919878beabfe31b559d783ad3ed753af158bfa16bd35bd05382c7d2d86c894c81b languageName: node linkType: hard @@ -7953,9 +7421,9 @@ __metadata: linkType: hard "exponential-backoff@npm:^3.1.1": - version: 3.1.1 - resolution: "exponential-backoff@npm:3.1.1" - checksum: 3d21519a4f8207c99f7457287291316306255a328770d320b401114ec8481986e4e467e854cb9914dd965e0a1ca810a23ccb559c642c88f4c7f55c55778a9b48 + version: 3.1.2 + resolution: "exponential-backoff@npm:3.1.2" + checksum: 7e191e3dd6edd8c56c88f2c8037c98fbb8034fe48778be53ed8cb30ccef371a061a4e999a469aab939b92f8f12698f3b426d52f4f76b7a20da5f9f98c3cbc862 languageName: node linkType: hard @@ -7984,13 +7452,6 @@ __metadata: languageName: node linkType: hard -"fast-equals@npm:^5.2.2": - version: 5.2.2 - resolution: "fast-equals@npm:5.2.2" - checksum: 7156bcade0be5ee4dc335969d255a5815348d57080e1876fa1584451eafd0c92588de5f5840e55f81841b6d907ade2a49a46e4ec33e6f7a283a209c0fd8f8a59 - languageName: node - linkType: hard - "fast-glob@npm:3.2.7": version: 3.2.7 resolution: "fast-glob@npm:3.2.7" @@ -8046,11 +7507,11 @@ __metadata: linkType: hard "fastq@npm:^1.6.0": - version: 1.19.0 - resolution: "fastq@npm:1.19.0" + version: 1.19.1 + resolution: "fastq@npm:1.19.1" dependencies: reusify: ^1.0.4 - checksum: c9203c9e485f5d1c5243e8807b15054533338242af632817f8d65bed6e46488e5b27cea75dfc110cc4c029137381e4d650449428bc42cc8712180f27a6bace9f + checksum: 7691d1794fb84ad0ec2a185f10e00f0e1713b894e2c9c4d42f0bc0ba5f8c00e6e655a202074ca0b91b9c3d977aab7c30c41a8dc069fb5368576ac0054870a0e6 languageName: node linkType: hard @@ -8063,6 +7524,18 @@ __metadata: languageName: node linkType: hard +"fdir@npm:^6.4.4": + version: 6.4.6 + resolution: "fdir@npm:6.4.6" + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + checksum: fe9f3014901d023cf631831dcb9eae5447f4d7f69218001dd01ecf007eccc40f6c129a04411b5cc273a5f93c14e02e971e17270afc9022041c80be924091eb6f + languageName: node + linkType: hard + "figures@npm:3.2.0, figures@npm:^3.0.0": version: 3.2.0 resolution: "figures@npm:3.2.0" @@ -8172,9 +7645,9 @@ __metadata: linkType: hard "flatted@npm:^3.2.9": - version: 3.3.2 - resolution: "flatted@npm:3.3.2" - checksum: ac3c159742e01d0e860a861164bcfd35bb567ccbebb8a0dd041e61cf3c64a435b917dd1e7ed1c380c2ebca85735fb16644485ec33665bc6aafc3b316aa1eed44 + version: 3.3.3 + resolution: "flatted@npm:3.3.3" + checksum: 8c96c02fbeadcf4e8ffd0fa24983241e27698b0781295622591fc13585e2f226609d95e422bcf2ef044146ffacb6b68b1f20871454eddf75ab3caa6ee5f4a1fe languageName: node linkType: hard @@ -8188,33 +7661,35 @@ __metadata: languageName: node linkType: hard -"for-each@npm:^0.3.3": - version: 0.3.4 - resolution: "for-each@npm:0.3.4" +"for-each@npm:^0.3.3, for-each@npm:^0.3.5": + version: 0.3.5 + resolution: "for-each@npm:0.3.5" dependencies: is-callable: ^1.2.7 - checksum: 7c094a28f9edd56ad92db03a7c1197032edad18df5dc8bad0351c725e929b70a6a54b3af3301845aadf2ee407ef7e242fa49d31fce56ad3822e6ff6ee50de356 + checksum: 3c986d7e11f4381237cc98baa0a2f87eabe74719eee65ed7bed275163082b940ede19268c61d04c6260e0215983b12f8d885e3c8f9aa8c2113bf07c37051745c languageName: node linkType: hard "foreground-child@npm:^3.1.0": - version: 3.3.0 - resolution: "foreground-child@npm:3.3.0" + version: 3.3.1 + resolution: "foreground-child@npm:3.3.1" dependencies: - cross-spawn: ^7.0.0 + cross-spawn: ^7.0.6 signal-exit: ^4.0.1 - checksum: 1989698488f725b05b26bc9afc8a08f08ec41807cd7b92ad85d96004ddf8243fd3e79486b8348c64a3011ae5cc2c9f0936af989e1f28339805d8bc178a75b451 + checksum: b2c1a6fc0bf0233d645d9fefdfa999abf37db1b33e5dab172b3cbfb0662b88bfbd2c9e7ab853533d199050ec6b65c03fcf078fc212d26e4990220e98c6930eef languageName: node linkType: hard "form-data@npm:^4.0.0": - version: 4.0.1 - resolution: "form-data@npm:4.0.1" + version: 4.0.3 + resolution: "form-data@npm:4.0.3" dependencies: asynckit: ^0.4.0 combined-stream: ^1.0.8 + es-set-tostringtag: ^2.1.0 + hasown: ^2.0.2 mime-types: ^2.1.12 - checksum: ccee458cd5baf234d6b57f349fe9cc5f9a2ea8fd1af5ecda501a18fd1572a6dd3bf08a49f00568afd995b6a65af34cb8dec083cf9d582c4e621836499498dd84 + checksum: b8e2568c0853ce167b2b9c9c4b81fe563f9ade647178baf6b6381cf8a11e3c01dd2b78a63ba367e6f5eab59afab8284a9438bb5ae768133f9d9fce6567fbc26a languageName: node linkType: hard @@ -8384,21 +7859,21 @@ __metadata: languageName: node linkType: hard -"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7": - version: 1.2.7 - resolution: "get-intrinsic@npm:1.2.7" +"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7, get-intrinsic@npm:^1.3.0": + version: 1.3.0 + resolution: "get-intrinsic@npm:1.3.0" dependencies: - call-bind-apply-helpers: ^1.0.1 + call-bind-apply-helpers: ^1.0.2 es-define-property: ^1.0.1 es-errors: ^1.3.0 - es-object-atoms: ^1.0.0 + es-object-atoms: ^1.1.1 function-bind: ^1.1.2 - get-proto: ^1.0.0 + get-proto: ^1.0.1 gopd: ^1.2.0 has-symbols: ^1.1.0 hasown: ^2.0.2 math-intrinsics: ^1.1.0 - checksum: a1597b3b432074f805b6a0ba1182130dd6517c0ea0c4eecc4b8834c803913e1ea62dfc412865be795b3dacb1555a21775b70cf9af7a18b1454ff3414e5442d4a + checksum: 301008e4482bb9a9cb49e132b88fee093bff373b4e6def8ba219b1e96b60158a6084f273ef5cafe832e42cd93462f4accb46a618d35fe59a2b507f2388c5b79d languageName: node linkType: hard @@ -8569,7 +8044,7 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.7": +"glob@npm:^10.2.2, glob@npm:^10.3.7": version: 10.4.5 resolution: "glob@npm:10.4.5" dependencies: @@ -8915,9 +8390,9 @@ __metadata: linkType: hard "http-cache-semantics@npm:^4.1.0, http-cache-semantics@npm:^4.1.1": - version: 4.1.1 - resolution: "http-cache-semantics@npm:4.1.1" - checksum: 83ac0bc60b17a3a36f9953e7be55e5c8f41acc61b22583060e8dedc9dd5e3607c823a88d0926f9150e571f90946835c7fe150732801010845c72cd8bbff1a236 + version: 4.2.0 + resolution: "http-cache-semantics@npm:4.2.0" + checksum: 7a7246ddfce629f96832791176fd643589d954e6f3b49548dadb4290451961237fab8fcea41cd2008fe819d95b41c1e8b97f47d088afc0a1c81705287b4ddbcc languageName: node linkType: hard @@ -9054,12 +8529,12 @@ __metadata: linkType: hard "import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0": - version: 3.3.0 - resolution: "import-fresh@npm:3.3.0" + version: 3.3.1 + resolution: "import-fresh@npm:3.3.1" dependencies: parent-module: ^1.0.0 resolve-from: ^4.0.0 - checksum: 2cacfad06e652b1edc50be650f7ec3be08c5e5a6f6d12d035c440a42a8cc028e60a5b99ca08a77ab4d6b1346da7d971915828f33cdab730d3d42f08242d09baa + checksum: a06b19461b4879cc654d46f8a6244eb55eb053437afd4cbb6613cad6be203811849ed3e4ea038783092879487299fda24af932b86bdfff67c9055ba3612b8c87 languageName: node linkType: hard @@ -9264,12 +8739,12 @@ __metadata: linkType: hard "is-boolean-object@npm:^1.2.1": - version: 1.2.1 - resolution: "is-boolean-object@npm:1.2.1" + version: 1.2.2 + resolution: "is-boolean-object@npm:1.2.2" dependencies: - call-bound: ^1.0.2 + call-bound: ^1.0.3 has-tostringtag: ^1.0.2 - checksum: 2672609f0f2536172873810a38ec006a415e43ddc6a240f7638a1659cb20dfa91cc75c8a1bed36247bb046aa8f0eab945f20d1203bc69606418bd129c745f861 + checksum: 0415b181e8f1bfd5d3f8a20f8108e64d372a72131674eea9c2923f39d065b6ad08d654765553bdbffbd92c3746f1007986c34087db1bd89a31f71be8359ccdaa languageName: node linkType: hard @@ -9402,6 +8877,13 @@ __metadata: languageName: node linkType: hard +"is-negative-zero@npm:^2.0.3": + version: 2.0.3 + resolution: "is-negative-zero@npm:2.0.3" + checksum: c1e6b23d2070c0539d7b36022d5a94407132411d01aba39ec549af824231f3804b1aea90b5e4e58e807a65d23ceb538ed6e355ce76b267bdd86edb757ffcbdcd + languageName: node + linkType: hard + "is-number-object@npm:^1.1.1": version: 1.1.1 resolution: "is-number-object@npm:1.1.1" @@ -9499,11 +8981,11 @@ __metadata: linkType: hard "is-ssh@npm:^1.4.0": - version: 1.4.0 - resolution: "is-ssh@npm:1.4.0" + version: 1.4.1 + resolution: "is-ssh@npm:1.4.1" dependencies: protocols: ^2.0.1 - checksum: 75eaa17b538bee24b661fbeb0f140226ac77e904a6039f787bea418431e2162f1f9c4c4ccad3bd169e036cd701cc631406e8c505d9fa7e20164e74b47f86f40f + checksum: 005b461ac444398eb8b7cd2f489288e49dd18c8b6cbf1eb20767f9b79f330ab6e3308b2dac8ec6ca2a950d2a368912e0e992e2474bc1b5204693abb6226c1431 languageName: node linkType: hard @@ -9574,12 +9056,12 @@ __metadata: languageName: node linkType: hard -"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.0": - version: 1.1.0 - resolution: "is-weakref@npm:1.1.0" +"is-weakref@npm:^1.0.2, is-weakref@npm:^1.1.1": + version: 1.1.1 + resolution: "is-weakref@npm:1.1.1" dependencies: - call-bound: ^1.0.2 - checksum: 2a2f3a1746ee1baecf9ac6483d903cd3f8ef3cca88e2baa42f2e85ea064bd246d218eed5f6d479fc1c76dae2231e71133b6b86160e821d176932be9fae3da4da + call-bound: ^1.0.3 + checksum: 1769b9aed5d435a3a989ffc18fc4ad1947d2acdaf530eb2bd6af844861b545047ea51102f75901f89043bed0267ed61d914ee21e6e8b9aa734ec201cdfc0726f languageName: node linkType: hard @@ -10133,7 +9615,7 @@ __metadata: languageName: node linkType: hard -"jest-util@npm:^29.0.0, jest-util@npm:^29.7.0": +"jest-util@npm:^29.7.0": version: 29.7.0 resolution: "jest-util@npm:29.7.0" dependencies: @@ -10594,15 +10076,15 @@ __metadata: linkType: hard "lib0@npm:^0.2.85, lib0@npm:^0.2.99": - version: 0.2.99 - resolution: "lib0@npm:0.2.99" + version: 0.2.108 + resolution: "lib0@npm:0.2.108" dependencies: isomorphic.js: ^0.2.4 bin: 0ecdsa-generate-keypair: bin/0ecdsa-generate-keypair.js 0gentesthtml: bin/gentesthtml.js 0serve: bin/0serve.js - checksum: 240e91bd3098daf310a320f0f662b1532787329a070b7522a1f784358f915eedcd4b57e3c12749f257a4104939f6eb2af3f90311adadc1a01bfc05ca7de71da7 + checksum: 0a0c26e4f0ad0c7f9296ece0279cf2d93b7529e6e48bee0599316de2d98ad4cfea23ecd967713d09c50d33f1eea7fa1ff245ae347598bf38701afab5f4e7a2af languageName: node linkType: hard @@ -10999,11 +10481,11 @@ __metadata: linkType: hard "markdown-to-jsx@npm:^7.4.1": - version: 7.7.3 - resolution: "markdown-to-jsx@npm:7.7.3" + version: 7.7.7 + resolution: "markdown-to-jsx@npm:7.7.7" peerDependencies: react: ">= 0.14.0" - checksum: 3eef59b3447c52eb2ee6691b879d3a283f48bc69d3c787a4eb8d0484fa4220bbe84135081458d205f152b33c128cf838d6431a24629c47e5e737d7a17edafccd + checksum: c79ddf588b635b73c1a5798b41b42cd85992aaf476218e5a2cd8233731596b1a52e0a10a0b5fd401c90ba276babbc7da7e8934f7a35962ef0b134c6cb85a8f42 languageName: node linkType: hard @@ -11288,8 +10770,8 @@ __metadata: linkType: hard "minipass-fetch@npm:^4.0.0": - version: 4.0.0 - resolution: "minipass-fetch@npm:4.0.0" + version: 4.0.1 + resolution: "minipass-fetch@npm:4.0.1" dependencies: encoding: ^0.1.13 minipass: ^7.0.3 @@ -11298,7 +10780,7 @@ __metadata: dependenciesMeta: encoding: optional: true - checksum: 7d59a31011ab9e4d1af6562dd4c4440e425b2baf4c5edbdd2e22fb25a88629e1cdceca39953ff209da504a46021df520f18fd9a519f36efae4750ff724ddadea + checksum: 3dfca705ce887ca9ff14d73e8d8593996dea1a1ecd8101fdbb9c10549d1f9670bc8fb66ad0192769ead4c2dc01b4f9ca1cf567ded365adff17827a303b948140 languageName: node linkType: hard @@ -11380,12 +10862,11 @@ __metadata: linkType: hard "minizlib@npm:^3.0.1": - version: 3.0.1 - resolution: "minizlib@npm:3.0.1" + version: 3.0.2 + resolution: "minizlib@npm:3.0.2" dependencies: - minipass: ^7.0.4 - rimraf: ^5.0.5 - checksum: da0a53899252380475240c587e52c824f8998d9720982ba5c4693c68e89230718884a209858c156c6e08d51aad35700a3589987e540593c36f6713fe30cd7338 + minipass: ^7.1.2 + checksum: 493bed14dcb6118da7f8af356a8947cf1473289c09658e5aabd69a737800a8c3b1736fb7d7931b722268a9c9bc038a6d53c049b6a6af24b34a121823bb709996 languageName: node linkType: hard @@ -11418,7 +10899,7 @@ __metadata: languageName: node linkType: hard -"mock-socket@npm:^9.1.0, mock-socket@npm:^9.3.1": +"mock-socket@npm:^9.3.1": version: 9.3.1 resolution: "mock-socket@npm:9.3.1" checksum: cb2dde4fc5dde280dd5ccb78eaaa223382ee16437f46b86558017655584ad08c22e733bde2dd5cc86927def506b6caeb0147e3167b9a62d70d5cf19d44103853 @@ -11426,9 +10907,9 @@ __metadata: linkType: hard "modern-screenshot@npm:^4.5.5": - version: 4.5.5 - resolution: "modern-screenshot@npm:4.5.5" - checksum: 947408f24aed7ed961383cceb1cea13648d4350d8894d81774154e1f76efe34b860892e9603c02a325a81b6fb0e97c585041ca718610fc5ee36de26ad90962e6 + version: 4.6.4 + resolution: "modern-screenshot@npm:4.6.4" + checksum: 5d5d1da3c5b05d24ccfb6fce12295c13a62cc4e6adf6452d65fa678b8edd4ffc6297f3ac3ccd760b3bbfa061ce95ee83dd29525b6502747903031bd4732ff26a languageName: node linkType: hard @@ -11466,12 +10947,12 @@ __metadata: languageName: node linkType: hard -"nanoid@npm:^3.3.7, nanoid@npm:^3.3.8": - version: 3.3.8 - resolution: "nanoid@npm:3.3.8" +"nanoid@npm:^3.3.11, nanoid@npm:^3.3.7": + version: 3.3.11 + resolution: "nanoid@npm:3.3.11" bin: nanoid: bin/nanoid.cjs - checksum: dfe0adbc0c77e9655b550c333075f51bb28cfc7568afbf3237249904f9c86c9aaaed1f113f0fddddba75673ee31c758c30c43d4414f014a52a7a626efc5958c9 + checksum: 3be20d8866a57a6b6d218e82549711c8352ed969f9ab3c45379da28f405363ad4c9aeb0b39e9abc101a529ca65a72ff9502b00bf74a912c4b64a9d62dfd26c29 languageName: node linkType: hard @@ -11580,22 +11061,22 @@ __metadata: linkType: hard "node-gyp@npm:latest": - version: 11.0.0 - resolution: "node-gyp@npm:11.0.0" + version: 11.2.0 + resolution: "node-gyp@npm:11.2.0" dependencies: env-paths: ^2.2.0 exponential-backoff: ^3.1.1 - glob: ^10.3.10 graceful-fs: ^4.2.6 make-fetch-happen: ^14.0.3 nopt: ^8.0.0 proc-log: ^5.0.0 semver: ^7.3.5 tar: ^7.4.3 + tinyglobby: ^0.2.12 which: ^5.0.0 bin: node-gyp: bin/node-gyp.js - checksum: d7d5055ccc88177f721c7cd4f8f9440c29a0eb40e7b79dba89ef882ec957975dfc1dcb8225e79ab32481a02016eb13bbc051a913ea88d482d3cbdf2131156af4 + checksum: 2536282ba81f8a94b29482d3622b6ab298611440619e46de4512a6f32396a68b5530357c474b859787069d84a4c537d99e0c71078cce5b9f808bf84eeb78e8fb languageName: node linkType: hard @@ -11926,9 +11407,9 @@ __metadata: linkType: hard "nwsapi@npm:^2.2.2": - version: 2.2.16 - resolution: "nwsapi@npm:2.2.16" - checksum: 467b36a74b7b8647d53fd61d05ca7d6c73a4a5d1b94ea84f770c03150b00ef46d38076cf8e708936246ae450c42a1f21e28e153023719784dc4d1a19b1737d47 + version: 2.2.20 + resolution: "nwsapi@npm:2.2.20" + checksum: 37100d6023b278d85fc6893fb9f8c13172ced31f6cfd1de8d67d15229526ab51991dfd6b863163a9df684d339a359abe9d34b953676c68c062e2f12dcd39ac47 languageName: node linkType: hard @@ -12020,10 +11501,10 @@ __metadata: languageName: node linkType: hard -"object-inspect@npm:^1.13.3": - version: 1.13.3 - resolution: "object-inspect@npm:1.13.3" - checksum: 8c962102117241e18ea403b84d2521f78291b774b03a29ee80a9863621d88265ffd11d0d7e435c4c2cea0dc2a2fbf8bbc92255737a05536590f2df2e8756f297 +"object-inspect@npm:^1.13.3, object-inspect@npm:^1.13.4": + version: 1.13.4 + resolution: "object-inspect@npm:1.13.4" + checksum: 582810c6a8d2ef988ea0a39e69e115a138dad8f42dd445383b394877e5816eb4268489f316a6f74ee9c4e0a984b3eab1028e3e79d62b1ed67c726661d55c7a8b languageName: node linkType: hard @@ -12372,11 +11853,11 @@ __metadata: linkType: hard "parse-path@npm:^7.0.0": - version: 7.0.0 - resolution: "parse-path@npm:7.0.0" + version: 7.1.0 + resolution: "parse-path@npm:7.1.0" dependencies: protocols: ^2.0.0 - checksum: 244b46523a58181d251dda9b888efde35d8afb957436598d948852f416d8c76ddb4f2010f9fc94218b4be3e5c0f716aa0d2026194a781e3b8981924142009302 + checksum: 1da6535a967b14911837bba98e5f8d16acb415b28753ff6225e3121dce71167a96c79278fbb631d695210dadae37462a9eff40d93b9c659cf1ce496fd5db9bb6 languageName: node linkType: hard @@ -12397,11 +11878,11 @@ __metadata: linkType: hard "parse5@npm:^7.0.0, parse5@npm:^7.1.1": - version: 7.2.1 - resolution: "parse5@npm:7.2.1" + version: 7.3.0 + resolution: "parse5@npm:7.3.0" dependencies: - entities: ^4.5.0 - checksum: 11253cf8aa2e7fc41c004c64cba6f2c255f809663365db65bd7ad0e8cf7b89e436a563c20059346371cc543a6c1b567032088883ca6a2cbc88276c666b68236d + entities: ^6.0.0 + checksum: ffd040c4695d93f0bc370e3d6d75c1b352178514af41be7afa212475ea5cead1d6e377cd9d4cec6a5e2bcf497ca50daf9e0088eadaa37dbc271f60def08fdfcd languageName: node linkType: hard @@ -12494,6 +11975,13 @@ __metadata: languageName: node linkType: hard +"picomatch@npm:^4.0.2": + version: 4.0.2 + resolution: "picomatch@npm:4.0.2" + checksum: a7a5188c954f82c6585720e9143297ccd0e35ad8072231608086ca950bee672d51b0ef676254af0788205e59bd4e4deb4e7708769226bed725bf13370a7d1464 + languageName: node + linkType: hard + "pidtree@npm:^0.3.0": version: 0.3.1 resolution: "pidtree@npm:0.3.1" @@ -12532,9 +12020,9 @@ __metadata: linkType: hard "pirates@npm:^4.0.4": - version: 4.0.6 - resolution: "pirates@npm:4.0.6" - checksum: 46a65fefaf19c6f57460388a5af9ab81e3d7fd0e7bc44ca59d753cb5c4d0df97c6c6e583674869762101836d68675f027d60f841c105d72734df9dfca97cbcc6 + version: 4.0.7 + resolution: "pirates@npm:4.0.7" + checksum: 3dcbaff13c8b5bc158416feb6dc9e49e3c6be5fddc1ea078a05a73ef6b85d79324bbb1ef59b954cdeff000dbf000c1d39f32dc69310c7b78fbada5171b583e40 languageName: node linkType: hard @@ -12548,9 +12036,9 @@ __metadata: linkType: hard "possible-typed-array-names@npm:^1.0.0": - version: 1.0.0 - resolution: "possible-typed-array-names@npm:1.0.0" - checksum: b32d403ece71e042385cc7856385cecf1cd8e144fa74d2f1de40d1e16035dba097bc189715925e79b67bdd1472796ff168d3a90d296356c9c94d272d5b95f3ae + version: 1.1.0 + resolution: "possible-typed-array-names@npm:1.1.0" + checksum: cfcd4f05264eee8fd184cd4897a17890561d1d473434b43ab66ad3673d9c9128981ec01e0cb1d65a52cd6b1eebfb2eae1e53e39b2e0eca86afc823ede7a4f41b languageName: node linkType: hard @@ -12625,12 +12113,12 @@ __metadata: linkType: hard "postcss-selector-parser@npm:^7.0.0": - version: 7.0.0 - resolution: "postcss-selector-parser@npm:7.0.0" + version: 7.1.0 + resolution: "postcss-selector-parser@npm:7.1.0" dependencies: cssesc: ^3.0.0 util-deprecate: ^1.0.2 - checksum: f906b7449fcbe9fa6ae739b6fc324ee3c6201aaf5224f26da27de64ccba68d878d734dd182a467881e463f7ede08972d0129b0cc4d6b671d78c6492cddcef154 + checksum: 1300e7871dd60a5132ee5462cc6e94edd4f3df28462b2495ca9ff025bd83768a908e892a18fde62cae63ff63524641baa6d58c64120f04fe6884b916663ce737 languageName: node linkType: hard @@ -12642,13 +12130,13 @@ __metadata: linkType: hard "postcss@npm:^8.3.11, postcss@npm:^8.4.28, postcss@npm:^8.4.33": - version: 8.5.1 - resolution: "postcss@npm:8.5.1" + version: 8.5.5 + resolution: "postcss@npm:8.5.5" dependencies: - nanoid: ^3.3.8 + nanoid: ^3.3.11 picocolors: ^1.1.1 source-map-js: ^1.2.1 - checksum: cfdcfcd019fca78160341080ba8986cf80cd6e9ca327ba61b86c03e95043e9bce56ad2e018851858039fd7264781797360bfba718dd216b17b3cd803a5134f2f + checksum: 980c13ce7f94d7eec3e28a7f2910c0094d877e080c3b7ecd04f043994fea68c035eddfa2ec02fa56e4ef5717c820d46525f47aac9d6146ca9230f43b50b8c54e languageName: node linkType: hard @@ -12669,11 +12157,11 @@ __metadata: linkType: hard "prettier@npm:^3.0.0": - version: 3.4.2 - resolution: "prettier@npm:3.4.2" + version: 3.5.3 + resolution: "prettier@npm:3.5.3" bin: prettier: bin/prettier.cjs - checksum: 061c84513db62d3944c8dc8df36584dad82883ce4e49efcdbedd8703dce5b173c33fd9d2a4e1725d642a3b713c932b55418342eaa347479bc4a9cca114a04cd0 + checksum: 61e97bb8e71a95d8f9c71f1fd5229c9aaa9d1e184dedb12399f76aa802fb6fdc8954ecac9df25a7f82ee7311cf8ddbd06baf5507388fc98e5b44036cc6a88a1b languageName: node linkType: hard @@ -12803,9 +12291,9 @@ __metadata: linkType: hard "protocols@npm:^2.0.0, protocols@npm:^2.0.1": - version: 2.0.1 - resolution: "protocols@npm:2.0.1" - checksum: 4a9bef6aa0449a0245ded319ac3cbfd032c3e76ebb562777037a3a832c99253d0e8bc2847f7be350236df620a11f7d4fe683ea7f59a2cc14c69f746b6259eda4 + version: 2.0.2 + resolution: "protocols@npm:2.0.2" + checksum: 031cc068eb800468a50eb7c1e1c528bf142fb8314f5df9b9ea3c3f9df1697a19f97b9915b1229cef694d156812393172d9c3051ef7878d26eaa8c6faa5cccec4 languageName: node linkType: hard @@ -13151,23 +12639,7 @@ __metadata: languageName: node linkType: hard -"regenerator-runtime@npm:^0.14.0": - version: 0.14.1 - resolution: "regenerator-runtime@npm:0.14.1" - checksum: 9f57c93277b5585d3c83b0cf76be47b473ae8c6d9142a46ce8b0291a04bb2cf902059f0f8445dcabb3fb7378e5fe4bb4ea1e008876343d42e46d3b484534ce38 - languageName: node - linkType: hard - -"regenerator-transform@npm:^0.15.2": - version: 0.15.2 - resolution: "regenerator-transform@npm:0.15.2" - dependencies: - "@babel/runtime": ^7.8.4 - checksum: 20b6f9377d65954980fe044cfdd160de98df415b4bff38fbade67b3337efaf078308c4fed943067cd759827cc8cfeca9cb28ccda1f08333b85d6a2acbd022c27 - languageName: node - linkType: hard - -"regexp.prototype.flags@npm:^1.5.3": +"regexp.prototype.flags@npm:^1.5.4": version: 1.5.4 resolution: "regexp.prototype.flags@npm:1.5.4" dependencies: @@ -13308,9 +12780,9 @@ __metadata: linkType: hard "reusify@npm:^1.0.4": - version: 1.0.4 - resolution: "reusify@npm:1.0.4" - checksum: c3076ebcc22a6bc252cb0b9c77561795256c22b757f40c0d8110b1300723f15ec0fc8685e8d4ea6d7666f36c79ccc793b1939c748bf36f18f542744a4e379fcc + version: 1.1.0 + resolution: "reusify@npm:1.1.0" + checksum: 64cb3142ac5e9ad689aca289585cb41d22521f4571f73e9488af39f6b1bd62f0cbb3d65e2ecc768ec6494052523f473f1eb4b55c3e9014b3590c17fc6a03e22a languageName: node linkType: hard @@ -13336,7 +12808,7 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^5.0.1, rimraf@npm:^5.0.5": +"rimraf@npm:^5.0.1": version: 5.0.10 resolution: "rimraf@npm:5.0.10" dependencies: @@ -13364,11 +12836,11 @@ __metadata: linkType: hard "rxjs@npm:^7.5.5": - version: 7.8.1 - resolution: "rxjs@npm:7.8.1" + version: 7.8.2 + resolution: "rxjs@npm:7.8.2" dependencies: tslib: ^2.1.0 - checksum: de4b53db1063e618ec2eca0f7965d9137cabe98cf6be9272efe6c86b47c17b987383df8574861bcced18ebd590764125a901d5506082be84a8b8e364bf05f119 + checksum: 2f233d7c832a6c255dabe0759014d7d9b1c9f1cb2f2f0d59690fd11c883c9826ea35a51740c06ab45b6ade0d9087bde9192f165cba20b6730d344b831ef80744 languageName: node linkType: hard @@ -13428,8 +12900,8 @@ __metadata: linkType: hard "sanitize-html@npm:^2.3": - version: 2.14.0 - resolution: "sanitize-html@npm:2.14.0" + version: 2.17.0 + resolution: "sanitize-html@npm:2.17.0" dependencies: deepmerge: ^4.2.2 escape-string-regexp: ^4.0.0 @@ -13437,7 +12909,7 @@ __metadata: is-plain-object: ^5.0.0 parse-srcset: ^1.0.2 postcss: ^8.3.11 - checksum: e8eb9ac1bd4d5d41cfbe647c506bdecaebb19932dc9acd044e6322a31ebdf2abc43213384d518f855d19b54782e136f1aa14b0e1ac79ffc9bdea9d47d2d5a812 + checksum: 15de8f6dd1f093330fd156cfbb8f8fcee24073869ce55ab07c20c09e21e98619679566ff45670e1e8ef17acc761e7be8429add20b42c5d6208f997a6dcd25a6d languageName: node linkType: hard @@ -13484,7 +12956,7 @@ __metadata: languageName: node linkType: hard -"schema-utils@npm:^3.0.0, schema-utils@npm:^3.2.0": +"schema-utils@npm:^3.0.0": version: 3.3.0 resolution: "schema-utils@npm:3.3.0" dependencies: @@ -13495,15 +12967,15 @@ __metadata: languageName: node linkType: hard -"schema-utils@npm:^4.0.0, schema-utils@npm:^4.3.0": - version: 4.3.0 - resolution: "schema-utils@npm:4.3.0" +"schema-utils@npm:^4.0.0, schema-utils@npm:^4.3.0, schema-utils@npm:^4.3.2": + version: 4.3.2 + resolution: "schema-utils@npm:4.3.2" dependencies: "@types/json-schema": ^7.0.9 ajv: ^8.9.0 ajv-formats: ^2.1.1 ajv-keywords: ^5.1.0 - checksum: 3dbd9056727c871818eaf3cabeeb5c9e173ae2b17bbf2a9c7a2e49c220fa1a580e44df651c876aea3b4926cecf080730a39e28202cb63f2b68d99872b49cd37a + checksum: d798b341ffa1371f8471629e8861af3aa99e8e15b89da2c0db28c5a80a02ee8c6ffc7daefbe28a2b8c1bc8e3f3e02d028775145d7ab3d9d1a413a9651a835466 languageName: node linkType: hard @@ -13547,12 +13019,12 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.3": - version: 7.7.0 - resolution: "semver@npm:7.7.0" +"semver@npm:^7.0.0, semver@npm:^7.1.1, semver@npm:^7.3.4, semver@npm:^7.3.5, semver@npm:^7.3.7, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.7.2": + version: 7.7.2 + resolution: "semver@npm:7.7.2" bin: semver: bin/semver.js - checksum: a4eefdada9c40df120935b73b0b86080d22f375ed9b950403a4b6a90cc036e552d903ff3c7c3e865823c434ee6c6473908b13d64c84aa307423d3a998e654652 + checksum: dd94ba8f1cbc903d8eeb4dd8bf19f46b3deb14262b6717d0de3c804b594058ae785ef2e4b46c5c3b58733c99c83339068203002f9e37cfe44f7e2cc5e3d2f621 languageName: node linkType: hard @@ -13651,9 +13123,9 @@ __metadata: linkType: hard "shell-quote@npm:^1.6.1": - version: 1.8.2 - resolution: "shell-quote@npm:1.8.2" - checksum: 1e97b62ced1c4c5135015978ebf273bed1f425a68cf84163e83fbb0f34b3ff9471e656720dab2b7cbb4ae0f58998e686d17d166c28dfb3662acd009e8bd7faed + version: 1.8.3 + resolution: "shell-quote@npm:1.8.3" + checksum: 550dd84e677f8915eb013d43689c80bb114860649ec5298eb978f40b8f3d4bc4ccb072b82c094eb3548dc587144bb3965a8676f0d685c1cf4c40b5dc27166242 languageName: node linkType: hard @@ -13798,12 +13270,12 @@ __metadata: linkType: hard "socks@npm:^2.6.2, socks@npm:^2.8.3": - version: 2.8.3 - resolution: "socks@npm:2.8.3" + version: 2.8.5 + resolution: "socks@npm:2.8.5" dependencies: ip-address: ^9.0.5 smart-buffer: ^4.2.0 - checksum: 7a6b7f6eedf7482b9e4597d9a20e09505824208006ea8f2c49b71657427f3c137ca2ae662089baa73e1971c62322d535d9d0cf1c9235cf6f55e315c18203eadd + checksum: d39a77a8c91cfacafc75c67dba45925eccfd884a8a4a68dcda6fb9ab7f37de6e250bb6db3721e8a16a066a8e1ebe872d4affc26f3eb763f4befedcc7b733b7ed languageName: node linkType: hard @@ -13990,6 +13462,16 @@ __metadata: languageName: node linkType: hard +"stop-iteration-iterator@npm:^1.1.0": + version: 1.1.0 + resolution: "stop-iteration-iterator@npm:1.1.0" + dependencies: + es-errors: ^1.3.0 + internal-slot: ^1.1.0 + checksum: be944489d8829fb3bdec1a1cc4a2142c6b6eb317305eeace1ece978d286d6997778afa1ae8cb3bd70e2b274b9aa8c69f93febb1e15b94b1359b11058f9d3c3a1 + languageName: node + linkType: hard + "string-length@npm:^4.0.1": version: 4.0.2 resolution: "string-length@npm:4.0.2" @@ -14341,13 +13823,12 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.9.1": - version: 0.9.2 - resolution: "synckit@npm:0.9.2" +"synckit@npm:^0.11.7": + version: 0.11.8 + resolution: "synckit@npm:0.11.8" dependencies: - "@pkgr/core": ^0.1.0 - tslib: ^2.6.2 - checksum: 3a30e828efbdcf3b50fccab4da6e90ea7ca24d8c5c2ad3ffe98e07d7c492df121e0f75227c6e510f96f976aae76f1fa4710cb7b1d69db881caf66ef9de89360e + "@pkgr/core": ^0.2.4 + checksum: dd7193736e0b5eb209192e280649b98b539537bf23bef20c8a2b24cd12ccde47bcf4e77773ff9cb66c35960d2cb41e28c05e0b19124488abbfb6423258b56275 languageName: node linkType: hard @@ -14372,9 +13853,9 @@ __metadata: linkType: hard "tapable@npm:^2.1.1, tapable@npm:^2.2.0, tapable@npm:^2.2.1": - version: 2.2.1 - resolution: "tapable@npm:2.2.1" - checksum: 3b7a1b4d86fa940aad46d9e73d1e8739335efd4c48322cb37d073eb6f80f5281889bf0320c6d8ffcfa1a0dd5bfdbd0f9d037e252ef972aca595330538aac4d51 + version: 2.2.2 + resolution: "tapable@npm:2.2.2" + checksum: 781b3666f4454eb506fd2bcd985c1994f2b93884ea88a7a2a5be956cad8337b31128a7591e771f7aab8e247993b2a0887d360a2d4f54382902ed89994c102740 languageName: node linkType: hard @@ -14460,9 +13941,9 @@ __metadata: languageName: node linkType: hard -"terser-webpack-plugin@npm:^5.3.10, terser-webpack-plugin@npm:^5.3.7": - version: 5.3.11 - resolution: "terser-webpack-plugin@npm:5.3.11" +"terser-webpack-plugin@npm:^5.3.11, terser-webpack-plugin@npm:^5.3.7": + version: 5.3.14 + resolution: "terser-webpack-plugin@npm:5.3.14" dependencies: "@jridgewell/trace-mapping": ^0.3.25 jest-worker: ^27.4.5 @@ -14478,21 +13959,21 @@ __metadata: optional: true uglify-js: optional: true - checksum: c84c005d4041ad2e2eed0c9059b52a50ffd27f1e2afca7d34864a2b4b2bb1295405bc7578eeb25bae732e358339954d8cb6fbf6d83df52e8aa9333e8bf409ebe + checksum: 13a1e67f1675a473b18d25cb0ce65c3f0a19b5e9a93213a99ea61dc4ca996ea93aa17a221965b526f5788d242836a8249ad00538fbb322e25cb69076eb55feab languageName: node linkType: hard "terser@npm:^5.31.1": - version: 5.37.0 - resolution: "terser@npm:5.37.0" + version: 5.42.0 + resolution: "terser@npm:5.42.0" dependencies: "@jridgewell/source-map": ^0.3.3 - acorn: ^8.8.2 + acorn: ^8.14.0 commander: ^2.20.0 source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 70c06a8ce1288ff4370a7e481beb6fc8b22fc4995371479f49df1552aa9cf8e794ace66e1da6e87057eda1745644311213f5043bda9a06cf55421eff68b3ac06 + checksum: 1fde6c60d490a58ba92551f524b81a541fd75c41f97aef3e6a12262447b3da66c7d71cf475e0990f82b4decc1a30c3ba3663dc5e940bcbd0db1d263932d2cace languageName: node linkType: hard @@ -14547,6 +14028,16 @@ __metadata: languageName: node linkType: hard +"tinyglobby@npm:^0.2.12": + version: 0.2.14 + resolution: "tinyglobby@npm:0.2.14" + dependencies: + fdir: ^6.4.4 + picomatch: ^4.0.2 + checksum: 261e986e3f2062dec3a582303bad2ce31b4634b9348648b46828c000d464b012cf474e38f503312367d4117c3f2f18611992738fca684040758bba44c24de522 + languageName: node + linkType: hard + "tmp@npm:^0.0.33": version: 0.0.33 resolution: "tmp@npm:0.0.33" @@ -14647,24 +14138,25 @@ __metadata: linkType: hard "ts-jest@npm:^29.1.0": - version: 29.2.5 - resolution: "ts-jest@npm:29.2.5" + version: 29.4.0 + resolution: "ts-jest@npm:29.4.0" dependencies: bs-logger: ^0.2.6 ejs: ^3.1.10 fast-json-stable-stringify: ^2.1.0 - jest-util: ^29.0.0 json5: ^2.2.3 lodash.memoize: ^4.1.2 make-error: ^1.3.6 - semver: ^7.6.3 + semver: ^7.7.2 + type-fest: ^4.41.0 yargs-parser: ^21.1.1 peerDependencies: "@babel/core": ">=7.0.0-beta.0 <8" - "@jest/transform": ^29.0.0 - "@jest/types": ^29.0.0 - babel-jest: ^29.0.0 - jest: ^29.0.0 + "@jest/transform": ^29.0.0 || ^30.0.0 + "@jest/types": ^29.0.0 || ^30.0.0 + babel-jest: ^29.0.0 || ^30.0.0 + jest: ^29.0.0 || ^30.0.0 + jest-util: ^29.0.0 || ^30.0.0 typescript: ">=4.3 <6" peerDependenciesMeta: "@babel/core": @@ -14677,9 +14169,11 @@ __metadata: optional: true esbuild: optional: true + jest-util: + optional: true bin: ts-jest: cli.js - checksum: d60d1e1d80936f6002b1bb27f7e062408bc733141b9d666565503f023c340a3196d506c836a4316c5793af81a5f910ab49bb9c13f66e2dc66de4e0f03851dbca + checksum: 4083840a71c89fa41a75afd8a48329e9138bc2856ce86fe0de4f25b9417bbd1595d5fa18c9f6fa77161629a2cabcaf6ed9db8f5441c6890a466cc62da4ba8da4 languageName: node linkType: hard @@ -14701,7 +14195,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0, tslib@npm:^2.6.2": +"tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.3.1, tslib@npm:^2.4.0": version: 2.8.1 resolution: "tslib@npm:2.8.1" checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a @@ -14791,6 +14285,13 @@ __metadata: languageName: node linkType: hard +"type-fest@npm:^4.41.0": + version: 4.41.0 + resolution: "type-fest@npm:4.41.0" + checksum: 7055c0e3eb188425d07403f1d5dc175ca4c4f093556f26871fe22041bc93d137d54bef5851afa320638ca1379106c594f5aa153caa654ac1a7f22c71588a4e80 + languageName: node + linkType: hard + "typed-array-buffer@npm:^1.0.3": version: 1.0.3 resolution: "typed-array-buffer@npm:1.0.3" @@ -14929,10 +14430,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~6.20.0": - version: 6.20.0 - resolution: "undici-types@npm:6.20.0" - checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b +"undici-types@npm:~7.8.0": + version: 7.8.0 + resolution: "undici-types@npm:7.8.0" + checksum: 59521a5b9b50e72cb838a29466b3557b4eacbc191a83f4df5a2f7b156bc8263072b145dc4bb8ec41da7d56a7e9b178892458da02af769243d57f801a50ac5751 languageName: node linkType: hard @@ -15058,9 +14559,9 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.1.1": - version: 1.1.2 - resolution: "update-browserslist-db@npm:1.1.2" +"update-browserslist-db@npm:^1.1.3": + version: 1.1.3 + resolution: "update-browserslist-db@npm:1.1.3" dependencies: escalade: ^3.2.0 picocolors: ^1.1.1 @@ -15068,7 +14569,7 @@ __metadata: browserslist: ">= 4.21.0" bin: update-browserslist-db: cli.js - checksum: 088d2bad8ddeaeccd82d87d3f6d736d5256d697b725ffaa2b601dfd0ec16ba5fad20db8dcdccf55396e1a36194236feb69e3f5cce772e5be15a5e4261ff2815d + checksum: 7b6d8d08c34af25ee435bccac542bedcb9e57c710f3c42421615631a80aa6dd28b0a81c9d2afbef53799d482fb41453f714b8a7a0a8003e3b4ec8fb1abb819af languageName: node linkType: hard @@ -15280,12 +14781,12 @@ __metadata: linkType: hard "watchpack@npm:^2.4.1": - version: 2.4.2 - resolution: "watchpack@npm:2.4.2" + version: 2.4.4 + resolution: "watchpack@npm:2.4.4" dependencies: glob-to-regexp: ^0.4.1 graceful-fs: ^4.1.2 - checksum: 92d9d52ce3d16fd83ed6994d1dd66a4d146998882f4c362d37adfea9ab77748a5b4d1e0c65fa104797928b2d40f635efa8f9b925a6265428a69f1e1852ca3441 + checksum: 469514a04bcdd7ea77d4b3c62d1f087eafbce64cbc728c89355d5710ee01311533456122da7c585d3654d5bfcf09e6085db1a6eb274c4762a18e370526d17561 languageName: node linkType: hard @@ -15373,18 +14874,19 @@ __metadata: linkType: hard "webpack-sources@npm:^3.2.3": - version: 3.2.3 - resolution: "webpack-sources@npm:3.2.3" - checksum: 989e401b9fe3536529e2a99dac8c1bdc50e3a0a2c8669cbafad31271eadd994bc9405f88a3039cd2e29db5e6d9d0926ceb7a1a4e7409ece021fe79c37d9c4607 + version: 3.3.2 + resolution: "webpack-sources@npm:3.3.2" + checksum: c0760437165b241376838b20d682f8cc6aaa4f9cf3787d3063bdb997eaf823ac3300f2b1b14a48bbebde7ce4386cabf78e5d17d632dfdef55e84c59c99c68be0 languageName: node linkType: hard "webpack@npm:^5.76.1": - version: 5.97.1 - resolution: "webpack@npm:5.97.1" + version: 5.99.9 + resolution: "webpack@npm:5.99.9" dependencies: "@types/eslint-scope": ^3.7.7 "@types/estree": ^1.0.6 + "@types/json-schema": ^7.0.15 "@webassemblyjs/ast": ^1.14.1 "@webassemblyjs/wasm-edit": ^1.14.1 "@webassemblyjs/wasm-parser": ^1.14.1 @@ -15401,9 +14903,9 @@ __metadata: loader-runner: ^4.2.0 mime-types: ^2.1.27 neo-async: ^2.6.2 - schema-utils: ^3.2.0 + schema-utils: ^4.3.2 tapable: ^2.1.1 - terser-webpack-plugin: ^5.3.10 + terser-webpack-plugin: ^5.3.11 watchpack: ^2.4.1 webpack-sources: ^3.2.3 peerDependenciesMeta: @@ -15411,7 +14913,7 @@ __metadata: optional: true bin: webpack: bin/webpack.js - checksum: 649065e2258b495ae41a4088be804b4be2ec07d280aa514ebef43da79caf96fa973d26a08826c3902b5676a098d9b37c589f16be7b4da17b68b08b6c76441196 + checksum: 5fd25e64b8d5a31919087834af3678eaee62dbf8990024fb4c71584d4beb2c3e75ecbabbcc654fa2536e0aa7900172512c674c6650acd7088e534716faa8449d languageName: node linkType: hard @@ -15515,17 +15017,18 @@ __metadata: languageName: node linkType: hard -"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.18": - version: 1.1.18 - resolution: "which-typed-array@npm:1.1.18" +"which-typed-array@npm:^1.1.16, which-typed-array@npm:^1.1.19": + version: 1.1.19 + resolution: "which-typed-array@npm:1.1.19" dependencies: available-typed-arrays: ^1.0.7 call-bind: ^1.0.8 - call-bound: ^1.0.3 - for-each: ^0.3.3 + call-bound: ^1.0.4 + for-each: ^0.3.5 + get-proto: ^1.0.1 gopd: ^1.2.0 has-tostringtag: ^1.0.2 - checksum: d2feea7f51af66b3a240397aa41c796585033e1069f18e5b6d4cd3878538a1e7780596fd3ea9bf347c43d9e98e13be09b37d9ea3887cef29b11bc291fd47bb52 + checksum: 162d2a07f68ea323f88ed9419861487ce5d02cb876f2cf9dd1e428d04a63133f93a54f89308f337b27cabd312ee3d027cae4a79002b2f0a85b79b9ef4c190670 languageName: node linkType: hard @@ -15722,8 +15225,8 @@ __metadata: linkType: hard "ws@npm:^8.11.0": - version: 8.18.0 - resolution: "ws@npm:8.18.0" + version: 8.18.2 + resolution: "ws@npm:8.18.2" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -15732,7 +15235,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 91d4d35bc99ff6df483bdf029b9ea4bfd7af1f16fc91231a96777a63d263e1eabf486e13a2353970efc534f9faa43bdbf9ee76525af22f4752cbc5ebda333975 + checksum: e38beae19ba4d68577ec24eb34fbfab376333fedd10f99b07511a8e842e22dbc102de39adac333a18e4c58868d0703cd5f239b04b345e22402d0ed8c34ea0aa0 languageName: node linkType: hard @@ -15862,11 +15365,11 @@ __metadata: linkType: hard "yjs@npm:^13.5.0, yjs@npm:^13.5.40": - version: 13.6.23 - resolution: "yjs@npm:13.6.23" + version: 13.6.27 + resolution: "yjs@npm:13.6.27" dependencies: lib0: ^0.2.99 - checksum: ef6b948db0adebaf20968a4ed198a36e807d19f18f56bac5354a4dd9160ef11adeb49f1cf371cb99b6cc4006eeb3e0d8c2d92f266b185ed01605bee106b6c042 + checksum: 3c934464cf28027278fa0d000568148d02af04d89d9debae7781aa50f09e20895de071120f9bd2b40faa115322a7ed8933518537344d78fb2a470e6d06df95a0 languageName: node linkType: hard