From 628919b562f209fa6fc4c28ec1d8265fe0fb19d2 Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Fri, 15 Aug 2025 11:47:24 +0800 Subject: [PATCH] chore: update dependencies and remove unused patches - Updated various package versions in yarn.lock for improved compatibility and performance. - Removed obsolete patches for antd and openai, streamlining the dependency management. - Adjusted icon imports in Dropdown and useIcons to utilize Lucide icons for better visual consistency. --- .../patches/antd-npm-5.24.7-356a553ae5.patch | 69 - .../patches/openai-npm-5.1.0-0e7b3ccb07.patch | 279 - src/renderer/src/services/ApiService.ts | 3 +- yarn.lock | 5504 ++++++++++------- 4 files changed, 3255 insertions(+), 2600 deletions(-) delete mode 100644 .yarn/patches/antd-npm-5.24.7-356a553ae5.patch delete mode 100644 .yarn/patches/openai-npm-5.1.0-0e7b3ccb07.patch diff --git a/.yarn/patches/antd-npm-5.24.7-356a553ae5.patch b/.yarn/patches/antd-npm-5.24.7-356a553ae5.patch deleted file mode 100644 index d5f7a89edb..0000000000 --- a/.yarn/patches/antd-npm-5.24.7-356a553ae5.patch +++ /dev/null @@ -1,69 +0,0 @@ -diff --git a/es/dropdown/dropdown.js b/es/dropdown/dropdown.js -index 986877a762b9ad0aca596a8552732cd12d2eaabb..1f18aa2ea745e68950e4cee16d4d655f5c835fd5 100644 ---- a/es/dropdown/dropdown.js -+++ b/es/dropdown/dropdown.js -@@ -2,7 +2,7 @@ - - import * as React from 'react'; - import LeftOutlined from "@ant-design/icons/es/icons/LeftOutlined"; --import RightOutlined from "@ant-design/icons/es/icons/RightOutlined"; -+import { ChevronRight } from 'lucide-react'; - import classNames from 'classnames'; - import RcDropdown from 'rc-dropdown'; - import useEvent from "rc-util/es/hooks/useEvent"; -@@ -158,8 +158,10 @@ const Dropdown = props => { - className: `${prefixCls}-menu-submenu-arrow` - }, direction === 'rtl' ? (/*#__PURE__*/React.createElement(LeftOutlined, { - className: `${prefixCls}-menu-submenu-arrow-icon` -- })) : (/*#__PURE__*/React.createElement(RightOutlined, { -- className: `${prefixCls}-menu-submenu-arrow-icon` -+ })) : (/*#__PURE__*/React.createElement(ChevronRight, { -+ size: 16, -+ strokeWidth: 1.8, -+ className: `${prefixCls}-menu-submenu-arrow-icon lucide-custom` - }))), - mode: "vertical", - selectable: false, -diff --git a/es/dropdown/style/index.js b/es/dropdown/style/index.js -index 768c01783002c6901c85a73061ff6b3e776a60ce..39b1b95a56cdc9fb586a193c3adad5141f5cf213 100644 ---- a/es/dropdown/style/index.js -+++ b/es/dropdown/style/index.js -@@ -240,7 +240,8 @@ const genBaseStyle = token => { - marginInlineEnd: '0 !important', - color: token.colorTextDescription, - fontSize: fontSizeIcon, -- fontStyle: 'normal' -+ fontStyle: 'normal', -+ marginTop: 3, - } - } - }), -diff --git a/es/select/useIcons.js b/es/select/useIcons.js -index 959115be936ef8901548af2658c5dcfdc5852723..c812edd52123eb0faf4638b1154fcfa1b05b513b 100644 ---- a/es/select/useIcons.js -+++ b/es/select/useIcons.js -@@ -4,10 +4,10 @@ import * as React from 'react'; - import CheckOutlined from "@ant-design/icons/es/icons/CheckOutlined"; - import CloseCircleFilled from "@ant-design/icons/es/icons/CloseCircleFilled"; - import CloseOutlined from "@ant-design/icons/es/icons/CloseOutlined"; --import DownOutlined from "@ant-design/icons/es/icons/DownOutlined"; - import LoadingOutlined from "@ant-design/icons/es/icons/LoadingOutlined"; - import SearchOutlined from "@ant-design/icons/es/icons/SearchOutlined"; - import { devUseWarning } from '../_util/warning'; -+import { ChevronDown } from 'lucide-react'; - export default function useIcons(_ref) { - let { - suffixIcon, -@@ -56,8 +56,10 @@ export default function useIcons(_ref) { - className: iconCls - })); - } -- return getSuffixIconNode(/*#__PURE__*/React.createElement(DownOutlined, { -- className: iconCls -+ return getSuffixIconNode(/*#__PURE__*/React.createElement(ChevronDown, { -+ size: 16, -+ strokeWidth: 1.8, -+ className: `${iconCls} lucide-custom` - })); - }; - } diff --git a/.yarn/patches/openai-npm-5.1.0-0e7b3ccb07.patch b/.yarn/patches/openai-npm-5.1.0-0e7b3ccb07.patch deleted file mode 100644 index ef9e74c73a..0000000000 --- a/.yarn/patches/openai-npm-5.1.0-0e7b3ccb07.patch +++ /dev/null @@ -1,279 +0,0 @@ -diff --git a/client.js b/client.js -index 33b4ff6309d5f29187dab4e285d07dac20340bab..8f568637ee9e4677585931fb0284c8165a933f69 100644 ---- a/client.js -+++ b/client.js -@@ -433,7 +433,7 @@ class OpenAI { - 'User-Agent': this.getUserAgent(), - 'X-Stainless-Retry-Count': String(retryCount), - ...(options.timeout ? { 'X-Stainless-Timeout': String(Math.trunc(options.timeout / 1000)) } : {}), -- ...(0, detect_platform_1.getPlatformHeaders)(), -+ // ...(0, detect_platform_1.getPlatformHeaders)(), - 'OpenAI-Organization': this.organization, - 'OpenAI-Project': this.project, - }, -diff --git a/client.mjs b/client.mjs -index c34c18213073540ebb296ea540b1d1ad39527906..1ce1a98256d7e90e26ca963582f235b23e996e73 100644 ---- a/client.mjs -+++ b/client.mjs -@@ -430,7 +430,7 @@ export class OpenAI { - 'User-Agent': this.getUserAgent(), - 'X-Stainless-Retry-Count': String(retryCount), - ...(options.timeout ? { 'X-Stainless-Timeout': String(Math.trunc(options.timeout / 1000)) } : {}), -- ...getPlatformHeaders(), -+ // ...getPlatformHeaders(), - 'OpenAI-Organization': this.organization, - 'OpenAI-Project': this.project, - }, -diff --git a/core/error.js b/core/error.js -index a12d9d9ccd242050161adeb0f82e1b98d9e78e20..fe3a5462480558bc426deea147f864f12b36f9bd 100644 ---- a/core/error.js -+++ b/core/error.js -@@ -40,7 +40,7 @@ class APIError extends OpenAIError { - if (!status || !headers) { - return new APIConnectionError({ message, cause: (0, errors_1.castToError)(errorResponse) }); - } -- const error = errorResponse?.['error']; -+ const error = errorResponse?.['error'] || errorResponse; - if (status === 400) { - return new BadRequestError(status, error, message, headers); - } -diff --git a/core/error.mjs b/core/error.mjs -index 83cefbaffeb8c657536347322d8de9516af479a2..63334b7972ec04882aa4a0800c1ead5982345045 100644 ---- a/core/error.mjs -+++ b/core/error.mjs -@@ -36,7 +36,7 @@ export class APIError extends OpenAIError { - if (!status || !headers) { - return new APIConnectionError({ message, cause: castToError(errorResponse) }); - } -- const error = errorResponse?.['error']; -+ const error = errorResponse?.['error'] || errorResponse; - if (status === 400) { - return new BadRequestError(status, error, message, headers); - } -diff --git a/resources/embeddings.js b/resources/embeddings.js -index 2404264d4ba0204322548945ebb7eab3bea82173..8f1bc45cc45e0797d50989d96b51147b90ae6790 100644 ---- a/resources/embeddings.js -+++ b/resources/embeddings.js -@@ -5,52 +5,64 @@ exports.Embeddings = void 0; - const resource_1 = require("../core/resource.js"); - const utils_1 = require("../internal/utils.js"); - class Embeddings extends resource_1.APIResource { -- /** -- * Creates an embedding vector representing the input text. -- * -- * @example -- * ```ts -- * const createEmbeddingResponse = -- * await client.embeddings.create({ -- * input: 'The quick brown fox jumped over the lazy dog', -- * model: 'text-embedding-3-small', -- * }); -- * ``` -- */ -- create(body, options) { -- const hasUserProvidedEncodingFormat = !!body.encoding_format; -- // No encoding_format specified, defaulting to base64 for performance reasons -- // See https://github.com/openai/openai-node/pull/1312 -- let encoding_format = hasUserProvidedEncodingFormat ? body.encoding_format : 'base64'; -- if (hasUserProvidedEncodingFormat) { -- (0, utils_1.loggerFor)(this._client).debug('embeddings/user defined encoding_format:', body.encoding_format); -- } -- const response = this._client.post('/embeddings', { -- body: { -- ...body, -- encoding_format: encoding_format, -- }, -- ...options, -- }); -- // if the user specified an encoding_format, return the response as-is -- if (hasUserProvidedEncodingFormat) { -- return response; -- } -- // in this stage, we are sure the user did not specify an encoding_format -- // and we defaulted to base64 for performance reasons -- // we are sure then that the response is base64 encoded, let's decode it -- // the returned result will be a float32 array since this is OpenAI API's default encoding -- (0, utils_1.loggerFor)(this._client).debug('embeddings/decoding base64 embeddings from base64'); -- return response._thenUnwrap((response) => { -- if (response && response.data) { -- response.data.forEach((embeddingBase64Obj) => { -- const embeddingBase64Str = embeddingBase64Obj.embedding; -- embeddingBase64Obj.embedding = (0, utils_1.toFloat32Array)(embeddingBase64Str); -- }); -- } -- return response; -- }); -- } -+ /** -+ * Creates an embedding vector representing the input text. -+ * -+ * @example -+ * ```ts -+ * const createEmbeddingResponse = -+ * await client.embeddings.create({ -+ * input: 'The quick brown fox jumped over the lazy dog', -+ * model: 'text-embedding-3-small', -+ * }); -+ * ``` -+ */ -+ create(body, options) { -+ const hasUserProvidedEncodingFormat = !!body.encoding_format; -+ // No encoding_format specified, defaulting to base64 for performance reasons -+ // See https://github.com/openai/openai-node/pull/1312 -+ let encoding_format = hasUserProvidedEncodingFormat -+ ? body.encoding_format -+ : "base64"; -+ if (body.model.includes("jina")) { -+ encoding_format = undefined; -+ } -+ if (hasUserProvidedEncodingFormat) { -+ (0, utils_1.loggerFor)(this._client).debug( -+ "embeddings/user defined encoding_format:", -+ body.encoding_format -+ ); -+ } -+ const response = this._client.post("/embeddings", { -+ body: { -+ ...body, -+ encoding_format: encoding_format, -+ }, -+ ...options, -+ }); -+ // if the user specified an encoding_format, return the response as-is -+ if (hasUserProvidedEncodingFormat || body.model.includes("jina")) { -+ return response; -+ } -+ // in this stage, we are sure the user did not specify an encoding_format -+ // and we defaulted to base64 for performance reasons -+ // we are sure then that the response is base64 encoded, let's decode it -+ // the returned result will be a float32 array since this is OpenAI API's default encoding -+ (0, utils_1.loggerFor)(this._client).debug( -+ "embeddings/decoding base64 embeddings from base64" -+ ); -+ return response._thenUnwrap((response) => { -+ if (response && response.data && typeof response.data[0]?.embedding === 'string') { -+ response.data.forEach((embeddingBase64Obj) => { -+ const embeddingBase64Str = embeddingBase64Obj.embedding; -+ embeddingBase64Obj.embedding = (0, utils_1.toFloat32Array)( -+ embeddingBase64Str -+ ); -+ }); -+ } -+ return response; -+ }); -+ } - } - exports.Embeddings = Embeddings; - //# sourceMappingURL=embeddings.js.map -diff --git a/resources/embeddings.mjs b/resources/embeddings.mjs -index 19dcaef578c194a89759c4360073cfd4f7dd2cbf..0284e9cc615c900eff508eb595f7360a74bd9200 100644 ---- a/resources/embeddings.mjs -+++ b/resources/embeddings.mjs -@@ -2,51 +2,61 @@ - import { APIResource } from "../core/resource.mjs"; - import { loggerFor, toFloat32Array } from "../internal/utils.mjs"; - export class Embeddings extends APIResource { -- /** -- * Creates an embedding vector representing the input text. -- * -- * @example -- * ```ts -- * const createEmbeddingResponse = -- * await client.embeddings.create({ -- * input: 'The quick brown fox jumped over the lazy dog', -- * model: 'text-embedding-3-small', -- * }); -- * ``` -- */ -- create(body, options) { -- const hasUserProvidedEncodingFormat = !!body.encoding_format; -- // No encoding_format specified, defaulting to base64 for performance reasons -- // See https://github.com/openai/openai-node/pull/1312 -- let encoding_format = hasUserProvidedEncodingFormat ? body.encoding_format : 'base64'; -- if (hasUserProvidedEncodingFormat) { -- loggerFor(this._client).debug('embeddings/user defined encoding_format:', body.encoding_format); -- } -- const response = this._client.post('/embeddings', { -- body: { -- ...body, -- encoding_format: encoding_format, -- }, -- ...options, -- }); -- // if the user specified an encoding_format, return the response as-is -- if (hasUserProvidedEncodingFormat) { -- return response; -- } -- // in this stage, we are sure the user did not specify an encoding_format -- // and we defaulted to base64 for performance reasons -- // we are sure then that the response is base64 encoded, let's decode it -- // the returned result will be a float32 array since this is OpenAI API's default encoding -- loggerFor(this._client).debug('embeddings/decoding base64 embeddings from base64'); -- return response._thenUnwrap((response) => { -- if (response && response.data) { -- response.data.forEach((embeddingBase64Obj) => { -- const embeddingBase64Str = embeddingBase64Obj.embedding; -- embeddingBase64Obj.embedding = toFloat32Array(embeddingBase64Str); -- }); -- } -- return response; -- }); -- } -+ /** -+ * Creates an embedding vector representing the input text. -+ * -+ * @example -+ * ```ts -+ * const createEmbeddingResponse = -+ * await client.embeddings.create({ -+ * input: 'The quick brown fox jumped over the lazy dog', -+ * model: 'text-embedding-3-small', -+ * }); -+ * ``` -+ */ -+ create(body, options) { -+ const hasUserProvidedEncodingFormat = !!body.encoding_format; -+ // No encoding_format specified, defaulting to base64 for performance reasons -+ // See https://github.com/openai/openai-node/pull/1312 -+ let encoding_format = hasUserProvidedEncodingFormat -+ ? body.encoding_format -+ : "base64"; -+ if (body.model.includes("jina")) { -+ encoding_format = undefined; -+ } -+ if (hasUserProvidedEncodingFormat) { -+ loggerFor(this._client).debug( -+ "embeddings/user defined encoding_format:", -+ body.encoding_format -+ ); -+ } -+ const response = this._client.post("/embeddings", { -+ body: { -+ ...body, -+ encoding_format: encoding_format, -+ }, -+ ...options, -+ }); -+ // if the user specified an encoding_format, return the response as-is -+ if (hasUserProvidedEncodingFormat || body.model.includes("jina")) { -+ return response; -+ } -+ // in this stage, we are sure the user did not specify an encoding_format -+ // and we defaulted to base64 for performance reasons -+ // we are sure then that the response is base64 encoded, let's decode it -+ // the returned result will be a float32 array since this is OpenAI API's default encoding -+ loggerFor(this._client).debug( -+ "embeddings/decoding base64 embeddings from base64" -+ ); -+ return response._thenUnwrap((response) => { -+ if (response && response.data && typeof response.data[0]?.embedding === 'string') { -+ response.data.forEach((embeddingBase64Obj) => { -+ const embeddingBase64Str = embeddingBase64Obj.embedding; -+ embeddingBase64Obj.embedding = toFloat32Array(embeddingBase64Str); -+ }); -+ } -+ return response; -+ }); -+ } - } - //# sourceMappingURL=embeddings.mjs.map diff --git a/src/renderer/src/services/ApiService.ts b/src/renderer/src/services/ApiService.ts index 39476c0423..8449b41db9 100644 --- a/src/renderer/src/services/ApiService.ts +++ b/src/renderer/src/services/ApiService.ts @@ -12,7 +12,7 @@ import { getStoreSetting } from '@renderer/hooks/useSettings' import i18n from '@renderer/i18n' import store from '@renderer/store' import { Assistant, MCPServer, MCPTool, Model, Provider } from '@renderer/types' -import { type Chunk } from '@renderer/types/chunk' +import { type Chunk, ChunkType } from '@renderer/types/chunk' import { Message } from '@renderer/types/newMessage' import { SdkModel } from '@renderer/types/sdk' import { removeSpecialCharactersForTopicName } from '@renderer/utils' @@ -157,6 +157,7 @@ export async function fetchChatCompletion({ // onChunkReceived({ type: ChunkType.LLM_WEB_SEARCH_IN_PROGRESS }) // } // --- Call AI Completions --- + onChunkReceived({ type: ChunkType.LLM_RESPONSE_CREATED }) // 在 AI SDK 调用时设置正确的 OpenTelemetry 上下文 if (topicId) { diff --git a/yarn.lock b/yarn.lock index 03c6fe7dbc..653c9c8e49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13,64 +13,64 @@ __metadata: linkType: hard "@adobe/css-tools@npm:^4.0.1, @adobe/css-tools@npm:^4.4.0": - version: 4.4.4 - resolution: "@adobe/css-tools@npm:4.4.4" - checksum: 10c0/8f3e6cfaa5e6286e6f05de01d91d060425be2ebaef490881f5fe6da8bbdb336835c5d373ea337b0c3b0a1af4be048ba18780f0f6021d30809b4545922a7e13d9 + version: 4.4.2 + resolution: "@adobe/css-tools@npm:4.4.2" + checksum: 10c0/19433666ad18536b0ed05d4b53fbb3dd6ede266996796462023ec77a90b484890ad28a3e528cdf3ab8a65cb2fcdff5d8feb04db6bc6eed6ca307c40974239c94 languageName: node linkType: hard -"@agentic/core@npm:7.6.9": - version: 7.6.9 - resolution: "@agentic/core@npm:7.6.9" +"@agentic/core@npm:7.6.4": + version: 7.6.4 + resolution: "@agentic/core@npm:7.6.4" dependencies: - dedent: "npm:^1.6.0" + dedent: "npm:^1.5.3" delay: "npm:^6.0.0" jsonrepair: "npm:^3.12.0" - ky: "npm:^1.8.1" + ky: "npm:^1.8.0" openai-zod-to-json-schema: "npm:^1.0.3" p-throttle: "npm:6.2.0" - type-fest: "npm:^4.41.0" - zod-validation-error: "npm:^3.5.2" + type-fest: "npm:^4.39.1" + zod-validation-error: "npm:^3.4.0" peerDependencies: - zod: ^3.25.67 - checksum: 10c0/697509cc905dfcfe1f3850e1f4c664e8af6bd0aaf36d34bb26bf9888cd0a2a51a642fa486e6a2117dd4862138a0f90dd4be095ea21759138105b6b3a343b7930 + zod: ^3.24.2 + checksum: 10c0/64e10f9157134d9d8c6fcec54dced649ef044416e2a4c966cf7c7905852dfa5dfe44fd78a3118e199478be8197a9f0016ebb7fe683a9d25cba0ae25544cba9c3 languageName: node linkType: hard "@agentic/exa@npm:^7.3.3": - version: 7.6.9 - resolution: "@agentic/exa@npm:7.6.9" + version: 7.6.4 + resolution: "@agentic/exa@npm:7.6.4" dependencies: - "@agentic/core": "npm:7.6.9" - ky: "npm:^1.8.1" + "@agentic/core": "npm:7.6.4" + ky: "npm:^1.8.0" peerDependencies: - zod: ^3.25.67 - checksum: 10c0/359b9ff93f4340ab89c52598e0b8979a0fa7490fd1b5568a80eff3f85320c3d1afc1dc2e16d1ad38a74a69db7d306cf9435446253e4809a9c1943db85eed253f + zod: ^3.24.2 + checksum: 10c0/85ca4831f4e9f83d55c8bbe42c0104085e0a07034c8abde9c24368bb4447caf42ded6b9e89a6c2c4f5e128b3152feedcf6fe311edd9cc884d7399cd2d3fb9668 languageName: node linkType: hard "@agentic/searxng@npm:^7.3.3": - version: 7.6.9 - resolution: "@agentic/searxng@npm:7.6.9" + version: 7.6.4 + resolution: "@agentic/searxng@npm:7.6.4" dependencies: - "@agentic/core": "npm:7.6.9" - ky: "npm:^1.8.1" + "@agentic/core": "npm:7.6.4" + ky: "npm:^1.8.0" peerDependencies: - zod: ^3.25.67 - checksum: 10c0/32e62ef44f82f237909b6f2a0fbcad33da3b2648ce74726c0e5bbe93d32f986a2f6e41a92b4434d9b5ca9b38e9b0e4fb646d3fc6d540ebb71dd21ceec20527f8 + zod: ^3.24.2 + checksum: 10c0/59ee1af246c5d9001504b8e2180f7fc0810f5add7ce646041d1d1c2f3244faae160a0c3f0ddb7b27b3c9c37bb8272524228937d0d431fe7ab4e3cf4c46e0402a languageName: node linkType: hard "@agentic/tavily@npm:^7.3.3": - version: 7.6.9 - resolution: "@agentic/tavily@npm:7.6.9" + version: 7.6.4 + resolution: "@agentic/tavily@npm:7.6.4" dependencies: - "@agentic/core": "npm:7.6.9" - ky: "npm:^1.8.1" + "@agentic/core": "npm:7.6.4" + ky: "npm:^1.8.0" p-throttle: "npm:6.2.0" peerDependencies: - zod: ^3.25.67 - checksum: 10c0/e01ae02bf770d1f4a8c9fc7b381914b19722ddf7d997d991d43745bcf94322a1932082b464251c0c1b10df0f51ede8ce4916eca19c7d387d1f527def2e439fed + zod: ^3.24.2 + checksum: 10c0/ce2b45cdcc907c58ae9aaf139fe99d04a6f783095b68502ffb8291f60c079dde02f637d19f42a17b1a671d0b70d9b903d94a8c940dded35d479c56d44409f893 languageName: node linkType: hard @@ -287,7 +287,16 @@ __metadata: languageName: node linkType: hard -"@ant-design/colors@npm:^7.0.0, @ant-design/colors@npm:^7.2.1": +"@ant-design/colors@npm:^7.0.0": + version: 7.2.0 + resolution: "@ant-design/colors@npm:7.2.0" + dependencies: + "@ant-design/fast-color": "npm:^2.0.6" + checksum: 10c0/3c495e2380aa2acc2a1c5e12aa8427f71f146fddb93548129b0aaaa4e06b8b1a8c03e3d394519070092f782ed1b29655b055cb6efbba014f348de4a9176e10ca + languageName: node + linkType: hard + +"@ant-design/colors@npm:^7.2.1": version: 7.2.1 resolution: "@ant-design/colors@npm:7.2.1" dependencies: @@ -311,8 +320,8 @@ __metadata: linkType: hard "@ant-design/cssinjs@npm:^1.21.0, @ant-design/cssinjs@npm:^1.23.0": - version: 1.24.0 - resolution: "@ant-design/cssinjs@npm:1.24.0" + version: 1.23.0 + resolution: "@ant-design/cssinjs@npm:1.23.0" dependencies: "@babel/runtime": "npm:^7.11.1" "@emotion/hash": "npm:^0.8.0" @@ -324,7 +333,7 @@ __metadata: peerDependencies: react: ">=16.0.0" react-dom: ">=16.0.0" - checksum: 10c0/e84bc33bd74d386f87813641287ad3ba7494adcde944277bbec3745ea14cc19bb430c0723d8e86058d23c450a4c22e7fe63281e0d5e50d3a0e94ea55185305b4 + checksum: 10c0/c06877e6d005af86c3ce3c4d61ac3331801ad2e8d4ca4a6b1b34c401c13bfbf36afbe3b5459c415d92bcba60602662d7ae100baf74a1786cd47b27ef579126df languageName: node linkType: hard @@ -404,11 +413,11 @@ __metadata: linkType: hard "@anthropic-ai/sdk@npm:>=0.50.3 <1": - version: 0.60.0 - resolution: "@anthropic-ai/sdk@npm:0.60.0" + version: 0.56.0 + resolution: "@anthropic-ai/sdk@npm:0.56.0" bin: anthropic-ai-sdk: bin/cli - checksum: 10c0/1e82f0fde6d2e6f94df959d6cf23675b15c3e1b40e3b3b647dde5f864eeb99b27694f9f4936c09f275e0d273c3628c19e14b66a30b6ca4e3d527e14c0291f0dc + checksum: 10c0/b8506daa740b3700c56cf7e7cd16c5f3c092b96ad0bca893530d3e12ed543bdae174ea5e34b270ba86958f193a8ac31559f17ed4a79ba9219771d3c457e15c06 languageName: node linkType: hard @@ -447,16 +456,16 @@ __metadata: languageName: node linkType: hard -"@asamuzakjp/css-color@npm:^3.2.0": - version: 3.2.0 - resolution: "@asamuzakjp/css-color@npm:3.2.0" +"@asamuzakjp/css-color@npm:^3.1.1": + version: 3.1.2 + resolution: "@asamuzakjp/css-color@npm:3.1.2" dependencies: - "@csstools/css-calc": "npm:^2.1.3" - "@csstools/css-color-parser": "npm:^3.0.9" + "@csstools/css-calc": "npm:^2.1.2" + "@csstools/css-color-parser": "npm:^3.0.8" "@csstools/css-parser-algorithms": "npm:^3.0.4" "@csstools/css-tokenizer": "npm:^3.0.3" lru-cache: "npm:^10.4.3" - checksum: 10c0/a4bf1c831751b1fae46b437e37e8a38c0b5bd58d23230157ae210bd1e905fe509b89b7c243e63d1522d852668a6292ed730a160e21342772b4e5b7b8ea14c092 + checksum: 10c0/aa3c0dc03ba630e0e1c9cbb54b650301773faa8613794d236e2132fe38f1329f68eec92d8b2c4f0f8aa19ce554a3c4be9ea874224d1472d9d9cb410cbd43683d languageName: node linkType: hard @@ -543,65 +552,65 @@ __metadata: linkType: hard "@aws-sdk/client-bedrock-runtime@npm:^3.840.0": - version: 3.864.0 - resolution: "@aws-sdk/client-bedrock-runtime@npm:3.864.0" + version: 3.848.0 + resolution: "@aws-sdk/client-bedrock-runtime@npm:3.848.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.864.0" - "@aws-sdk/credential-provider-node": "npm:3.864.0" - "@aws-sdk/eventstream-handler-node": "npm:3.862.0" - "@aws-sdk/middleware-eventstream": "npm:3.862.0" - "@aws-sdk/middleware-host-header": "npm:3.862.0" - "@aws-sdk/middleware-logger": "npm:3.862.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" - "@aws-sdk/middleware-user-agent": "npm:3.864.0" - "@aws-sdk/middleware-websocket": "npm:3.862.0" - "@aws-sdk/region-config-resolver": "npm:3.862.0" - "@aws-sdk/token-providers": "npm:3.864.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.862.0" - "@aws-sdk/util-user-agent-browser": "npm:3.862.0" - "@aws-sdk/util-user-agent-node": "npm:3.864.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.8.0" - "@smithy/eventstream-serde-browser": "npm:^4.0.5" - "@smithy/eventstream-serde-config-resolver": "npm:^4.1.3" - "@smithy/eventstream-serde-node": "npm:^4.0.5" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.18" - "@smithy/middleware-retry": "npm:^4.1.19" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.4.10" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/eventstream-handler-node": "npm:3.840.0" + "@aws-sdk/middleware-eventstream": "npm:3.840.0" + "@aws-sdk/middleware-host-header": "npm:3.840.0" + "@aws-sdk/middleware-logger": "npm:3.840.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" + "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-websocket": "npm:3.844.0" + "@aws-sdk/region-config-resolver": "npm:3.840.0" + "@aws-sdk/token-providers": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.848.0" + "@aws-sdk/util-user-agent-browser": "npm:3.840.0" + "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.7.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.4" + "@smithy/eventstream-serde-config-resolver": "npm:^4.1.2" + "@smithy/eventstream-serde-node": "npm:^4.0.4" + "@smithy/fetch-http-handler": "npm:^5.1.0" + "@smithy/hash-node": "npm:^4.0.4" + "@smithy/invalid-dependency": "npm:^4.0.4" + "@smithy/middleware-content-length": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.15" + "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.26" - "@smithy/util-defaults-mode-node": "npm:^4.0.26" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-stream": "npm:^4.2.4" + "@smithy/util-defaults-mode-browser": "npm:^4.0.23" + "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/450ee0541c94008d008a7c6850bb7bfb7f631a98f05c468f6e7cc6415ba212a321d4a45eeb2e5ec2fd0f7235672453b4ec28ff463919a25db2e71a892ef58056 + checksum: 10c0/6aae8b8a8970f55605c89aa15d7efc189120cb54b64a9f57348ac4085b422d4d839fa5ed8b0d2d8ca4efc4a5326bf6988f61ded8f2b1cde79455c3bd4705ece6 languageName: node linkType: hard "@aws-sdk/client-bedrock@npm:^3.840.0": - version: 3.865.0 - resolution: "@aws-sdk/client-bedrock@npm:3.865.0" + version: 3.864.0 + resolution: "@aws-sdk/client-bedrock@npm:3.864.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" @@ -645,73 +654,165 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/024ef03a407335c92aeefe0e0f7d2238d71377f0d9c3c59ea81f03acb6dd41ea0d635188db463df6a5ec36edab6f09a3200eb706c005a2c6999b84f98f116392 + checksum: 10c0/ab2d473f3b7d7d95baa03f25117eb70314c2904554b10163a0b63d1f1abba858c2791aa7565832289104a277d51196e1c1cfea6b9ce2628c20fffd607d09bb79 languageName: node linkType: hard "@aws-sdk/client-s3@npm:^3.840.0": - version: 3.864.0 - resolution: "@aws-sdk/client-s3@npm:3.864.0" + version: 3.840.0 + resolution: "@aws-sdk/client-s3@npm:3.840.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.864.0" - "@aws-sdk/credential-provider-node": "npm:3.864.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.862.0" - "@aws-sdk/middleware-expect-continue": "npm:3.862.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.864.0" - "@aws-sdk/middleware-host-header": "npm:3.862.0" - "@aws-sdk/middleware-location-constraint": "npm:3.862.0" - "@aws-sdk/middleware-logger": "npm:3.862.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.862.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.864.0" - "@aws-sdk/middleware-ssec": "npm:3.862.0" - "@aws-sdk/middleware-user-agent": "npm:3.864.0" - "@aws-sdk/region-config-resolver": "npm:3.862.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.864.0" - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-endpoints": "npm:3.862.0" - "@aws-sdk/util-user-agent-browser": "npm:3.862.0" - "@aws-sdk/util-user-agent-node": "npm:3.864.0" - "@aws-sdk/xml-builder": "npm:3.862.0" - "@smithy/config-resolver": "npm:^4.1.5" - "@smithy/core": "npm:^3.8.0" - "@smithy/eventstream-serde-browser": "npm:^4.0.5" - "@smithy/eventstream-serde-config-resolver": "npm:^4.1.3" - "@smithy/eventstream-serde-node": "npm:^4.0.5" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/hash-blob-browser": "npm:^4.0.5" - "@smithy/hash-node": "npm:^4.0.5" - "@smithy/hash-stream-node": "npm:^4.0.5" - "@smithy/invalid-dependency": "npm:^4.0.5" - "@smithy/md5-js": "npm:^4.0.5" - "@smithy/middleware-content-length": "npm:^4.0.5" - "@smithy/middleware-endpoint": "npm:^4.1.18" - "@smithy/middleware-retry": "npm:^4.1.19" - "@smithy/middleware-serde": "npm:^4.0.9" - "@smithy/middleware-stack": "npm:^4.0.5" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/node-http-handler": "npm:^4.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.4.10" - "@smithy/types": "npm:^4.3.2" - "@smithy/url-parser": "npm:^4.0.5" + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/credential-provider-node": "npm:3.840.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.840.0" + "@aws-sdk/middleware-expect-continue": "npm:3.840.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.840.0" + "@aws-sdk/middleware-host-header": "npm:3.840.0" + "@aws-sdk/middleware-location-constraint": "npm:3.840.0" + "@aws-sdk/middleware-logger": "npm:3.840.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.840.0" + "@aws-sdk/middleware-ssec": "npm:3.840.0" + "@aws-sdk/middleware-user-agent": "npm:3.840.0" + "@aws-sdk/region-config-resolver": "npm:3.840.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.840.0" + "@aws-sdk/util-user-agent-browser": "npm:3.840.0" + "@aws-sdk/util-user-agent-node": "npm:3.840.0" + "@aws-sdk/xml-builder": "npm:3.821.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.6.0" + "@smithy/eventstream-serde-browser": "npm:^4.0.4" + "@smithy/eventstream-serde-config-resolver": "npm:^4.1.2" + "@smithy/eventstream-serde-node": "npm:^4.0.4" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/hash-blob-browser": "npm:^4.0.4" + "@smithy/hash-node": "npm:^4.0.4" + "@smithy/hash-stream-node": "npm:^4.0.4" + "@smithy/invalid-dependency": "npm:^4.0.4" + "@smithy/md5-js": "npm:^4.0.4" + "@smithy/middleware-content-length": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.13" + "@smithy/middleware-retry": "npm:^4.1.14" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.26" - "@smithy/util-defaults-mode-node": "npm:^4.0.26" - "@smithy/util-endpoints": "npm:^3.0.7" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-retry": "npm:^4.0.7" - "@smithy/util-stream": "npm:^4.2.4" + "@smithy/util-defaults-mode-browser": "npm:^4.0.21" + "@smithy/util-defaults-mode-node": "npm:^4.0.21" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" - "@smithy/util-waiter": "npm:^4.0.7" + "@smithy/util-waiter": "npm:^4.0.6" "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/b9b01fc486e574be97360719c607b9d4cc8be0d12e76c74b9ffa8cdabb395bc3b300a54029a8403bad98f32c4f3653190f8fb7a570c5b57283248327b70a8fa5 + checksum: 10c0/c923c8a0b6743f81478758641190b7c1da8306e7f6bf81d7f9df722be183f7ad506ad47e1b9de0807961fffec6b36074385d4c611c0c2fb08c8e5b1d47948a48 + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/client-sso@npm:3.840.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/middleware-host-header": "npm:3.840.0" + "@aws-sdk/middleware-logger": "npm:3.840.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" + "@aws-sdk/middleware-user-agent": "npm:3.840.0" + "@aws-sdk/region-config-resolver": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.840.0" + "@aws-sdk/util-user-agent-browser": "npm:3.840.0" + "@aws-sdk/util-user-agent-node": "npm:3.840.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.6.0" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/hash-node": "npm:^4.0.4" + "@smithy/invalid-dependency": "npm:^4.0.4" + "@smithy/middleware-content-length": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.13" + "@smithy/middleware-retry": "npm:^4.1.14" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.21" + "@smithy/util-defaults-mode-node": "npm:^4.0.21" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/6d83d3dfefaab731818eade68f08f563906e9bee37c0836da262f47b15be8b1885e813a67927dd2549b1a043dffb551a2ec39a963ef335b9df54e8b9faf534e5 + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/client-sso@npm:3.848.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/middleware-host-header": "npm:3.840.0" + "@aws-sdk/middleware-logger": "npm:3.840.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" + "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/region-config-resolver": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.848.0" + "@aws-sdk/util-user-agent-browser": "npm:3.840.0" + "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.7.0" + "@smithy/fetch-http-handler": "npm:^5.1.0" + "@smithy/hash-node": "npm:^4.0.4" + "@smithy/invalid-dependency": "npm:^4.0.4" + "@smithy/middleware-content-length": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.15" + "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.23" + "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/758d98cec61ee94f90e476584955409800368346ce9cafaad9d2012579655ddd7500ec31e6e4f409d4d14365ed44379b248a47b2d5a7c4dfde6658d17efea25a languageName: node linkType: hard @@ -761,6 +862,52 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/core@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/core@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/xml-builder": "npm:3.821.0" + "@smithy/core": "npm:^3.6.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-utf8": "npm:^4.0.0" + fast-xml-parser: "npm:4.4.1" + tslib: "npm:^2.6.2" + checksum: 10c0/6bd10d86a85c2f52d1a6ca3fe4e45fb8b8ba43abb0f52d2cd14b8d3fb9908f2e1ec0cd9dcf7980df847cfb3dbcd329679a6fe7d029fbc57840d716d1120bc445 + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.846.0": + version: 3.846.0 + resolution: "@aws-sdk/core@npm:3.846.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/xml-builder": "npm:3.821.0" + "@smithy/core": "npm:^3.7.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-utf8": "npm:^4.0.0" + fast-xml-parser: "npm:5.2.5" + tslib: "npm:^2.6.2" + checksum: 10c0/b23115868854939ec4d2eefcedd0fe6a2dbaa8bca83e4b757c21e5c8a153c99b61ea4b645e763257b2031717dfcc9c92264f83aa4f9d0071c806895eea6722fa + languageName: node + linkType: hard + "@aws-sdk/core@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/core@npm:3.864.0" @@ -784,6 +931,32 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-env@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/ed12ee47f67980b2a434a168de12401312d995428f33e487ea64420a670fdfec59324318eb02e630ef779336723499ca13533cec2b64f1f9d9f48fe9c7e138ef + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-env@npm:3.846.0": + version: 3.846.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.846.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/21640b6eec50de4fa3a7e2ac1c4505c0cf27f2f7540781d2892b2aa281f28d7c4214bd385e11cdbfd5e3309cd12219c05d26adf7cad4c881c995a20b8bc4dbcd + languageName: node + linkType: hard + "@aws-sdk/credential-provider-env@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-env@npm:3.864.0" @@ -797,6 +970,42 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-http@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.2.2" + tslib: "npm:^2.6.2" + checksum: 10c0/21892b9252b4f7692f9a3e9999a5991e476a8ef7541674c230e94d6a5a1fa7381e643e69d1f7e77dd3bbcee952fa9f4bf45793abf8e5a9c60c0ecb407f10ad4f + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-http@npm:3.846.0": + version: 3.846.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.846.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/fetch-http-handler": "npm:^5.1.0" + "@smithy/node-http-handler": "npm:^4.1.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.2.3" + tslib: "npm:^2.6.2" + checksum: 10c0/5fbc05c5b0e622ce473dda41d5402982508e63496d36cb22ee6039caf563bb5d1c5633ced6901fe8c134090818400b865202c619288979132ba635f09aa98a97 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-http@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-http@npm:3.864.0" @@ -815,6 +1024,48 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-ini@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/credential-provider-env": "npm:3.840.0" + "@aws-sdk/credential-provider-http": "npm:3.840.0" + "@aws-sdk/credential-provider-process": "npm:3.840.0" + "@aws-sdk/credential-provider-sso": "npm:3.840.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.840.0" + "@aws-sdk/nested-clients": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/credential-provider-imds": "npm:^4.0.6" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/963c9a675b327f70c7123c392ce0e96ee9e451e118b3af7ba1ea65921965718f96896c29992448c4d5f7739c499e66007aed03be28e094fab0728b8b2bb19731 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.848.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/credential-provider-env": "npm:3.846.0" + "@aws-sdk/credential-provider-http": "npm:3.846.0" + "@aws-sdk/credential-provider-process": "npm:3.846.0" + "@aws-sdk/credential-provider-sso": "npm:3.848.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.848.0" + "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/credential-provider-imds": "npm:^4.0.6" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/af3f7aa9816618a4be600f4feeeb737cf5bd11db4f3f7e96cc30e45e93386a2e3ab4a2f9c40b2eb738b4d4e66dbe0db5086062846a8a75dfa2fd42acfb349b33 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-ini@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-ini@npm:3.864.0" @@ -836,6 +1087,46 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-node@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.840.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.840.0" + "@aws-sdk/credential-provider-http": "npm:3.840.0" + "@aws-sdk/credential-provider-ini": "npm:3.840.0" + "@aws-sdk/credential-provider-process": "npm:3.840.0" + "@aws-sdk/credential-provider-sso": "npm:3.840.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/credential-provider-imds": "npm:^4.0.6" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/cef45e1d12aee1e05aae0498a03eafe6b0f18aa612cb7b49965dcb535bb7bc91339f33de299afb235d20e557a9a2ce16ab1ff2ddf9babec3860cc217437106b7 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-node@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.848.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.846.0" + "@aws-sdk/credential-provider-http": "npm:3.846.0" + "@aws-sdk/credential-provider-ini": "npm:3.848.0" + "@aws-sdk/credential-provider-process": "npm:3.846.0" + "@aws-sdk/credential-provider-sso": "npm:3.848.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/credential-provider-imds": "npm:^4.0.6" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/9887a7a32dfc687c4cfb9aacf9fbc9468916dc6022802a1ddfccc6d948202e6cf6f2d15c3e526806714edd365490a828c18ec67de977a66d83b37ab75d170d56 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-node@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-node@npm:3.864.0" @@ -856,6 +1147,34 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-process@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/c4278d64dd3a4c3072b30483fb723c6fabf811989f4f434f6573c729fed94e6851ff339275fe207e6aeab83a672d57dca70b1385c8c2dca731cae87fcec59319 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-process@npm:3.846.0": + version: 3.846.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.846.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/3be6d4547cabd1fa71aa0acacc64f7996f6154aff01e7e5aa6f1cece3d89399c4f500b74db8f0173cf0c9c89275d8803970cb815d45c769808d339bdfae186fe + languageName: node + linkType: hard + "@aws-sdk/credential-provider-process@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-process@npm:3.864.0" @@ -870,6 +1189,38 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-sso@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.840.0" + dependencies: + "@aws-sdk/client-sso": "npm:3.840.0" + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/token-providers": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/4b0398be1d148bcab6e228016fead4c14d0fa6c6d0a7bc59b1b3e937534070f9a99c2147a897a24e83de4601e406d47d8a1a5b19fa59a5d35beb2474b1b41087 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-sso@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.848.0" + dependencies: + "@aws-sdk/client-sso": "npm:3.848.0" + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/token-providers": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/3ac50af20ff6646388175581cafab03b590eb5fccd1743ef45eeab3b3bb843a681e6c9e88d06c031a2886f77f649ab1a5df18cf7fb088dc8b34a7b225614ebaf + languageName: node + linkType: hard + "@aws-sdk/credential-provider-sso@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-sso@npm:3.864.0" @@ -886,6 +1237,34 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-web-identity@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/nested-clients": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/a68d4b09d9c1869383372c105ed78c5b2c5442e783f8a2fa5f8ca3e9f84e4041d7eaf854a74f867b9f4bfa9f7288093b71e2789494e77ae04e8f77ef280ffdab + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-web-identity@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.848.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/bd1729dc05426d86c4feb4093b6c57eb2f11a8c10d6bd9a9b81d795bd4de1fa03f9c92c85ca35e6121c4814ba6a3416fa6bb7b3bf8171735de28999a1a239aa6 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-web-identity@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/credential-provider-web-identity@npm:3.864.0" @@ -900,75 +1279,87 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/eventstream-handler-node@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/eventstream-handler-node@npm:3.862.0" +"@aws-sdk/eventstream-handler-node@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/eventstream-handler-node@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/eventstream-codec": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/eventstream-codec": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/ea1f9e500f7f87483bb09259cc2b42b9d739e904d7202f34dbe92118276357970b2e5fb706a9b6c00484961d4250dbfbe5f62cebd390dd78eccd2a9b0aa1642a + checksum: 10c0/a95bc35719ed519d692d50983195ae1648edfa8c5da6750edf861e6f179daac75ab75b1235225efceae913eeebf438efb467409785aca989852adbb32637c255 languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.862.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2c87ca9a621ad99b280b8f1a997092d252cd442904aecbce66bc6295e3c7189beeb2f22441c20524ead6a429848c4c17e791231ac11d76b3ec964cd2aa2ee7f2 + checksum: 10c0/371f6e30b16821e1a9c17efcbe6436616eb2bcbfe1757d5f70c56d5eca8452d8dddd42f26f53635b87f927b4da541dc36156e4d3529bb0eb0705969365dce8fc languageName: node linkType: hard -"@aws-sdk/middleware-eventstream@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/middleware-eventstream@npm:3.862.0" +"@aws-sdk/middleware-eventstream@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-eventstream@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/fef48b32a75f81aa5e9dde886037d4f6b6409ea00caf7b0e367f6ab0244f1e1aa79359c907f7720b4a9efba5263c1c4589b36dd6bbe35fca8bc90c3ae2f93683 + checksum: 10c0/887e92906c5b026f01d292d4ebc58483da5676a19a63f34c33fc7d6e4ca00b2df9c4336d0afa141a2f231fb6e01c45851facdef1f531589629e7da7bcbbee02a languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.862.0" +"@aws-sdk/middleware-expect-continue@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/6d8a1e9c46bd46c2e327767e7b828f25fde7b4b977be29192d335c208673df4867d46ab8cba940676b49058411f4f2fc4087d3cafa703665438d476aecaa94da + checksum: 10c0/73099d06d044f5d82cf172398939c8776c966bf88466288270d80a4e93f451c9e620c92252b0b5c8086b22429f6a69137a21d81bbac66e573c36241859f0739b languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.864.0": - version: 3.864.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.864.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.840.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.864.0" - "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" "@smithy/is-array-buffer": "npm:^4.0.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-stream": "npm:^4.2.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/6ddfde3bc904915304062f88843666d7dff7154cc11a4bc671002127c13c10d22c5e6b85de8ed68a293eb8044c4f4a1d61f85245c6d5f04a8e4fee587df6076f + checksum: 10c0/55f31563a9811cc0b49c00d3c24e719416f51be31ac3d2af87425850d1c4ea2abb9a2dfc2f853ca6c3e10b837640e189c5cd37369476951dd0eab286e5abacbf + languageName: node + linkType: hard + +"@aws-sdk/middleware-host-header@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/aae5964c39118815293f3f1d42c6b5131ff44862d33af9c8d44eb98fb5b8db0e6191cceba59c487a2b89b70b2e7ad710b174a14506bc6d99d333af42fd6b3d07 languageName: node linkType: hard @@ -984,14 +1375,25 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.862.0" +"@aws-sdk/middleware-location-constraint@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/1f65c71ea1aa91f3dca9655d3388e2551e10c0fbb4bbc38726196587601882905cf241cda8c123c76ce736d99f6449c4e62955f628ef9b6d711930a862c7063d + checksum: 10c0/4520274c5b350881df39e28b1732b482ee8023801e8cc6fe1da4b11856ea9660af5036dc6144cefce20338ed0cf5622cc03d10dddf67f95354447d3d0448d987 + languageName: node + linkType: hard + +"@aws-sdk/middleware-logger@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-logger@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/5cc4eec656ec9811b64e504a96812f05f1b57e3542ea1dae6710505f81f8dfb36119709538b736a55792f02565818ab71f803e91b00bc4f0652ab198fce153fd languageName: node linkType: hard @@ -1006,6 +1408,18 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-recursion-detection@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/88b1dfbf487d86b2aa26761b08e3de2fd1edd8d09abffd88f5d31b77215fd0852c74deba38802a15cc7015a716d990c2925523af88577890311958f53ef739e7 + languageName: node + linkType: hard + "@aws-sdk/middleware-recursion-detection@npm:3.862.0": version: 3.862.0 resolution: "@aws-sdk/middleware-recursion-detection@npm:3.862.0" @@ -1018,36 +1432,66 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.864.0": - version: 3.864.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.864.0" +"@aws-sdk/middleware-sdk-s3@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.840.0" dependencies: - "@aws-sdk/core": "npm:3.864.0" - "@aws-sdk/types": "npm:3.862.0" + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/core": "npm:^3.8.0" - "@smithy/node-config-provider": "npm:^4.1.4" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/smithy-client": "npm:^4.4.10" - "@smithy/types": "npm:^4.3.2" + "@smithy/core": "npm:^3.6.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.5" - "@smithy/util-stream": "npm:^4.2.4" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.2" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/b204859f54d693e9de8cc33049449e018329bb6fb724710b649212a85b6eb24e4acc6e1cea8f5010ea34b20d596def62c09f1db2533296a80c376ac3aba9221c + checksum: 10c0/8ef8413028e710a5cee96af80b545d578c3c385dbcb87d2e2b61772b81813f700d7ca503305305af9819462c354e131e8aef692f58eeb08164279701ca1e67ef languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.862.0" +"@aws-sdk/middleware-ssec@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/2d2ae6b6fcd9ef053430e7072a0ec159ae7f4f90addb236f1f96f7ce1a1d15d6286cc0bac14fcd30e6f08a9abe6c5861040b70dd88049ed1b6109757d3d3fb49 + checksum: 10c0/22cdded72582d15adb266e5f65b5756c129b7104535765ff5c67eedc24609bface9eebb1fa3b74ed41e7b8fade57940195810bbbe2e44b8283104849894ec658 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.840.0" + "@smithy/core": "npm:^3.6.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/68822bc24d1311ba47a1e3b2ff194376f3923b39379aa29e6be658ee7e1b809bfea5ea07335c696ca581b42665f30899e25bbe8d9b3216003f602622b4326140 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.848.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.848.0" + "@smithy/core": "npm:^3.7.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/2ec977bd69711022a162e287584c04c66a6481ecc331ed8fe13b6fd334a9d2c3ebe13709933dd5b224915cf7fa6e196870077e428c853b772a4b841162e71752 languageName: node linkType: hard @@ -1066,21 +1510,113 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-websocket@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/middleware-websocket@npm:3.862.0" +"@aws-sdk/middleware-websocket@npm:3.844.0": + version: 3.844.0 + resolution: "@aws-sdk/middleware-websocket@npm:3.844.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@aws-sdk/util-format-url": "npm:3.862.0" - "@smithy/eventstream-codec": "npm:^4.0.5" - "@smithy/eventstream-serde-browser": "npm:^4.0.5" - "@smithy/fetch-http-handler": "npm:^5.1.1" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-format-url": "npm:3.840.0" + "@smithy/eventstream-codec": "npm:^4.0.4" + "@smithy/eventstream-serde-browser": "npm:^4.0.4" + "@smithy/fetch-http-handler": "npm:^5.1.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c8df1f47f01bce351399f973f6036c954801a856fbd7b14be43a0ca26c39a9d1ffb46c27d0ec271680efb907a1d6341052b2bc4fd6b4e2f831a8a349f0fdf756 + checksum: 10c0/ff626f40f2d7369cc96ac139548bfb51b04056097ac5ad06ef20776973030e50990e7b8d218955ab1ef4caf90cc55b6a7bc34e9b01ae04a7e29dd6e6d60223be + languageName: node + linkType: hard + +"@aws-sdk/nested-clients@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/nested-clients@npm:3.840.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/middleware-host-header": "npm:3.840.0" + "@aws-sdk/middleware-logger": "npm:3.840.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" + "@aws-sdk/middleware-user-agent": "npm:3.840.0" + "@aws-sdk/region-config-resolver": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.840.0" + "@aws-sdk/util-user-agent-browser": "npm:3.840.0" + "@aws-sdk/util-user-agent-node": "npm:3.840.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.6.0" + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/hash-node": "npm:^4.0.4" + "@smithy/invalid-dependency": "npm:^4.0.4" + "@smithy/middleware-content-length": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.13" + "@smithy/middleware-retry": "npm:^4.1.14" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.21" + "@smithy/util-defaults-mode-node": "npm:^4.0.21" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1b9ee866f37f433723e472ed194629155de2b1fb7d464bf772727c5140bcb6ad5fbc5d4ae911a19b319f55614239bb1935304fa3ec5a881038a577c32a96b238 + languageName: node + linkType: hard + +"@aws-sdk/nested-clients@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/nested-clients@npm:3.848.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/middleware-host-header": "npm:3.840.0" + "@aws-sdk/middleware-logger": "npm:3.840.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" + "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/region-config-resolver": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@aws-sdk/util-endpoints": "npm:3.848.0" + "@aws-sdk/util-user-agent-browser": "npm:3.840.0" + "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/core": "npm:^3.7.0" + "@smithy/fetch-http-handler": "npm:^5.1.0" + "@smithy/hash-node": "npm:^4.0.4" + "@smithy/invalid-dependency": "npm:^4.0.4" + "@smithy/middleware-content-length": "npm:^4.0.4" + "@smithy/middleware-endpoint": "npm:^4.1.15" + "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^4.1.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-body-length-node": "npm:^4.0.0" + "@smithy/util-defaults-mode-browser": "npm:^4.0.23" + "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-endpoints": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/77057a60ce0f86bee16e1daa5214385720aa433f1ff097350b41a85dab2da2ac0a6f196f17b94d51631448adeed9dabfd8b984976771d9cfd4bb27a449f26bc6 languageName: node linkType: hard @@ -1130,6 +1666,20 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/region-config-resolver@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + tslib: "npm:^2.6.2" + checksum: 10c0/27d72bb9657efd79637a4c4aa895004d29c66eefce083fa84050f092f68bcba8cb9bf0e4c16c11c132a5fa01f1841e878fa903bc837c4e1e6904d1b2d2c3dd37 + languageName: node + linkType: hard + "@aws-sdk/region-config-resolver@npm:3.862.0": version: 3.862.0 resolution: "@aws-sdk/region-config-resolver@npm:3.862.0" @@ -1144,17 +1694,47 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.864.0": - version: 3.864.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.864.0" +"@aws-sdk/signature-v4-multi-region@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.840.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.864.0" - "@aws-sdk/types": "npm:3.862.0" - "@smithy/protocol-http": "npm:^5.1.3" - "@smithy/signature-v4": "npm:^5.1.3" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/middleware-sdk-s3": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/signature-v4": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/d13fbd612805b0842de2ea0d93415d111854c6f3f5c11cf276f909051a0b1d550ba344148f91aeb09ea10e028c5d3f3333ec6c7562032599e268f7d15a27117e + checksum: 10c0/224e17e624925ba5972f698d92e92289912f9e1ca1fd0525bbc62e6965a9e0585abb309fdb6b7e304fddeb4301e5c832d4370b324c55cbfd42922e73c1abc70c + languageName: node + linkType: hard + +"@aws-sdk/token-providers@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/token-providers@npm:3.840.0" + dependencies: + "@aws-sdk/core": "npm:3.840.0" + "@aws-sdk/nested-clients": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/a172666169fd8164ce48a3a0ea242405d8437119c8fbcf259223badf8ad04cf68a1ebba54c09c22cbee5c16775e885733788978aa99c9a27241036e967ea2fa5 + languageName: node + linkType: hard + +"@aws-sdk/token-providers@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/token-providers@npm:3.848.0" + dependencies: + "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/c37329f6f3f41c32464d4ca512baa0aa1cd8694964af4391eebb14e7a4980316041579745bc35930caf973aa5595326da95f652b26ebb8f167cea078fb893d10 languageName: node linkType: hard @@ -1173,7 +1753,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:3.862.0, @aws-sdk/types@npm:^3.222.0": +"@aws-sdk/types@npm:3.840.0, @aws-sdk/types@npm:^3.222.0": + version: 3.840.0 + resolution: "@aws-sdk/types@npm:3.840.0" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/292d38f5087c3aa925addd890f8ae2bf650282c2cf4997d971a341dc0249dfca7ce02d69a4af09da2562b78a4232232d2a3b88105f34f66aee608d52aac238d1 + languageName: node + linkType: hard + +"@aws-sdk/types@npm:3.862.0": version: 3.862.0 resolution: "@aws-sdk/types@npm:3.862.0" dependencies: @@ -1192,6 +1782,31 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-endpoints@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/util-endpoints@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-endpoints": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 10c0/822fe59c003b433c955756daf47736a17c42c25f449b9ca96c2c2bb79964866ee0a0a657824da6289588d689e76712a7058d70e42c3fad2b78bfb23f905643d9 + languageName: node + linkType: hard + +"@aws-sdk/util-endpoints@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/util-endpoints@npm:3.848.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-endpoints": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 10c0/84567b4152ea823274855cdab4acdde1ca60b4ba0be265408da13ad59b9f5ec2f16578402ca0430748b57b57f3a457466517bf434d0e9cec79abf855a0468b49 + languageName: node + linkType: hard + "@aws-sdk/util-endpoints@npm:3.862.0": version: 3.862.0 resolution: "@aws-sdk/util-endpoints@npm:3.862.0" @@ -1205,15 +1820,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.862.0": - version: 3.862.0 - resolution: "@aws-sdk/util-format-url@npm:3.862.0" +"@aws-sdk/util-format-url@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/util-format-url@npm:3.840.0" dependencies: - "@aws-sdk/types": "npm:3.862.0" - "@smithy/querystring-builder": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/8221c019bd5e21b4364ad598099df6bbddb82097abeeacb6b75b8a9b42f44fdd885640883c4f1c8741dca041003aed190e6756f832980cea0d2d5942e9c7e702 + checksum: 10c0/9f1d55e00bc10523d786e9a7c4b387ceb38170a870a1c5c8772bd3cd7d0ab1f352ca1c49a52cbf751acee65091ae9e58f079e6ee94bbe104b8989bff26f40a63 languageName: node linkType: hard @@ -1226,6 +1841,18 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-user-agent-browser@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.840.0" + dependencies: + "@aws-sdk/types": "npm:3.840.0" + "@smithy/types": "npm:^4.3.1" + bowser: "npm:^2.11.0" + tslib: "npm:^2.6.2" + checksum: 10c0/873d5e3218958aa935127b05dad5a1d8cf26c9b7726584eb424a5958e7e205786dd99e4fa053b65f3b956261a7f8a3746e48e9b7dc47c3149792ff525da97631 + languageName: node + linkType: hard + "@aws-sdk/util-user-agent-browser@npm:3.862.0": version: 3.862.0 resolution: "@aws-sdk/util-user-agent-browser@npm:3.862.0" @@ -1238,6 +1865,42 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-user-agent-node@npm:3.840.0": + version: 3.840.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.840.0" + dependencies: + "@aws-sdk/middleware-user-agent": "npm:3.840.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 10c0/862fc435d8a25f3e299e5c92c5ba51ef287a75f18cb0a529797a42a72de1481e3c92458a5569eeeab09fddfb5a75db1c59aa766d95b0e832c32c6c1bd7745644 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-node@npm:3.848.0": + version: 3.848.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.848.0" + dependencies: + "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/types": "npm:3.840.0" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 10c0/165308d1323ed0f56f4366e235674a73606c9d32a47c1572541c4befc6ce5ecca2d2334981f0d77791def22dad0a722773b1540f60f2d329710f2ade361801a6 + languageName: node + linkType: hard + "@aws-sdk/util-user-agent-node@npm:3.864.0": version: 3.864.0 resolution: "@aws-sdk/util-user-agent-node@npm:3.864.0" @@ -1256,6 +1919,16 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/xml-builder@npm:3.821.0": + version: 3.821.0 + resolution: "@aws-sdk/xml-builder@npm:3.821.0" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/316e0eb04bcec0bb0897f67718629deab29adb9664ce78743ad854df772472c02332ab12627d74b96ebe2205adc51b1cb7fb01fcb4251e80a7af405e56cfa135 + languageName: node + linkType: hard + "@aws-sdk/xml-builder@npm:3.862.0": version: 3.862.0 resolution: "@aws-sdk/xml-builder@npm:3.862.0" @@ -1285,38 +1958,38 @@ __metadata: linkType: hard "@babel/core@npm:^7.27.7": - version: 7.28.3 - resolution: "@babel/core@npm:7.28.3" + version: 7.28.0 + resolution: "@babel/core@npm:7.28.0" dependencies: "@ampproject/remapping": "npm:^2.2.0" "@babel/code-frame": "npm:^7.27.1" - "@babel/generator": "npm:^7.28.3" + "@babel/generator": "npm:^7.28.0" "@babel/helper-compilation-targets": "npm:^7.27.2" - "@babel/helper-module-transforms": "npm:^7.28.3" - "@babel/helpers": "npm:^7.28.3" - "@babel/parser": "npm:^7.28.3" + "@babel/helper-module-transforms": "npm:^7.27.3" + "@babel/helpers": "npm:^7.27.6" + "@babel/parser": "npm:^7.28.0" "@babel/template": "npm:^7.27.2" - "@babel/traverse": "npm:^7.28.3" - "@babel/types": "npm:^7.28.2" + "@babel/traverse": "npm:^7.28.0" + "@babel/types": "npm:^7.28.0" convert-source-map: "npm:^2.0.0" debug: "npm:^4.1.0" gensync: "npm:^1.0.0-beta.2" json5: "npm:^2.2.3" semver: "npm:^6.3.1" - checksum: 10c0/e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b + checksum: 10c0/423302e7c721e73b1c096217880272e02020dfb697a55ccca60ad01bba90037015f84d0c20c6ce297cf33a19bb704bc5c2b3d3095f5284dfa592bd1de0b9e8c3 languageName: node linkType: hard -"@babel/generator@npm:^7.28.0, @babel/generator@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/generator@npm:7.28.3" +"@babel/generator@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/generator@npm:7.28.0" dependencies: - "@babel/parser": "npm:^7.28.3" - "@babel/types": "npm:^7.28.2" + "@babel/parser": "npm:^7.28.0" + "@babel/types": "npm:^7.28.0" "@jridgewell/gen-mapping": "npm:^0.3.12" "@jridgewell/trace-mapping": "npm:^0.3.28" jsesc: "npm:^3.0.2" - checksum: 10c0/0ff58bcf04f8803dcc29479b547b43b9b0b828ec1ee0668e92d79f9e90f388c28589056637c5ff2fd7bcf8d153c990d29c448d449d852bf9d1bc64753ca462bc + checksum: 10c0/1b3d122268ea3df50fde707ad864d9a55c72621357d5cebb972db3dd76859c45810c56e16ad23123f18f80cc2692f5a015d2858361300f0f224a05dc43d36a92 languageName: node linkType: hard @@ -1350,16 +2023,16 @@ __metadata: languageName: node linkType: hard -"@babel/helper-module-transforms@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/helper-module-transforms@npm:7.28.3" +"@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": "npm:^7.27.1" "@babel/helper-validator-identifier": "npm:^7.27.1" - "@babel/traverse": "npm:^7.28.3" + "@babel/traverse": "npm:^7.27.3" peerDependencies: "@babel/core": ^7.0.0 - checksum: 10c0/549be62515a6d50cd4cfefcab1b005c47f89bd9135a22d602ee6a5e3a01f27571868ada10b75b033569f24dc4a2bb8d04bfa05ee75c16da7ade2d0db1437fcdb + checksum: 10c0/fccb4f512a13b4c069af51e1b56b20f54024bcf1591e31e978a30f3502567f34f90a80da6a19a6148c249216292a8074a0121f9e52602510ef0f32dbce95ca01 languageName: node linkType: hard @@ -1391,24 +2064,24 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/helpers@npm:7.28.3" +"@babel/helpers@npm:^7.27.6": + version: 7.27.6 + resolution: "@babel/helpers@npm:7.27.6" dependencies: "@babel/template": "npm:^7.27.2" - "@babel/types": "npm:^7.28.2" - checksum: 10c0/03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce + "@babel/types": "npm:^7.27.6" + checksum: 10c0/448bac96ef8b0f21f2294a826df9de6bf4026fd023f8a6bb6c782fe3e61946801ca24381490b8e58d861fee75cd695a1882921afbf1f53b0275ee68c938bd6d3 languageName: node linkType: hard -"@babel/parser@npm:^7.25.4, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.28.0, @babel/parser@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/parser@npm:7.28.3" +"@babel/parser@npm:^7.25.4, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.5, @babel/parser@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/parser@npm:7.28.0" dependencies: - "@babel/types": "npm:^7.28.2" + "@babel/types": "npm:^7.28.0" bin: parser: ./bin/babel-parser.js - checksum: 10c0/1f41eb82623b0ca0f94521b57f4790c6c457cd922b8e2597985b36bdec24114a9ccf54640286a760ceb60f11fe9102d192bf60477aee77f5d45f1029b9b72729 + checksum: 10c0/c2ef81d598990fa949d1d388429df327420357cb5200271d0d0a2784f1e6d54afc8301eb8bdf96d8f6c77781e402da93c7dc07980fcc136ac5b9d5f1fce701b5 languageName: node linkType: hard @@ -1423,10 +2096,17 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.10.4, @babel/runtime@npm:^7.11.1, @babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.18.0, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.6, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.1, @babel/runtime@npm:^7.24.4, @babel/runtime@npm:^7.24.7, @babel/runtime@npm:^7.24.8, @babel/runtime@npm:^7.25.7, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.7, @babel/runtime@npm:^7.9.2": - version: 7.28.3 - resolution: "@babel/runtime@npm:7.28.3" - checksum: 10c0/b360f82c2c5114f2a062d4d143d7b4ec690094764853937110585a9497977aed66c102166d0e404766c274e02a50ffb8f6d77fef7251ecf3f607f0e03e6397bc +"@babel/runtime@npm:^7.10.1, @babel/runtime@npm:^7.10.4, @babel/runtime@npm:^7.11.1, @babel/runtime@npm:^7.11.2, @babel/runtime@npm:^7.12.1, @babel/runtime@npm:^7.12.5, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.18.0, @babel/runtime@npm:^7.18.3, @babel/runtime@npm:^7.18.6, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.20.13, @babel/runtime@npm:^7.20.7, @babel/runtime@npm:^7.21.0, @babel/runtime@npm:^7.22.5, @babel/runtime@npm:^7.23.2, @babel/runtime@npm:^7.23.6, @babel/runtime@npm:^7.23.9, @babel/runtime@npm:^7.24.1, @babel/runtime@npm:^7.24.4, @babel/runtime@npm:^7.24.7, @babel/runtime@npm:^7.24.8, @babel/runtime@npm:^7.25.7, @babel/runtime@npm:^7.26.0, @babel/runtime@npm:^7.9.2": + version: 7.27.4 + resolution: "@babel/runtime@npm:7.27.4" + checksum: 10c0/ca99e964179c31615e1352e058cc9024df7111c829631c90eec84caba6703cc32acc81503771847c306b3c70b815609fe82dde8682936debe295b0b283b2dc6e + languageName: node + linkType: hard + +"@babel/runtime@npm:^7.5.5, @babel/runtime@npm:^7.8.7": + version: 7.28.2 + resolution: "@babel/runtime@npm:7.28.2" + checksum: 10c0/c20afe253629d53a405a610b12a62ac74d341a2c1e0fb202bbef0c118f6b5c84f94bf16039f58fd0483dd256901259930a43976845bdeb180cab1f882c21b6e0 languageName: node linkType: hard @@ -1441,22 +2121,32 @@ __metadata: languageName: node linkType: hard -"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.28.3": - version: 7.28.3 - resolution: "@babel/traverse@npm:7.28.3" +"@babel/traverse@npm:^7.27.1, @babel/traverse@npm:^7.27.3, @babel/traverse@npm:^7.28.0": + version: 7.28.0 + resolution: "@babel/traverse@npm:7.28.0" dependencies: "@babel/code-frame": "npm:^7.27.1" - "@babel/generator": "npm:^7.28.3" + "@babel/generator": "npm:^7.28.0" "@babel/helper-globals": "npm:^7.28.0" - "@babel/parser": "npm:^7.28.3" + "@babel/parser": "npm:^7.28.0" "@babel/template": "npm:^7.27.2" - "@babel/types": "npm:^7.28.2" + "@babel/types": "npm:^7.28.0" debug: "npm:^4.3.1" - checksum: 10c0/26e95b29a46925b7b41255e03185b7e65b2c4987e14bbee7bbf95867fb19c69181f301bbe1c7b201d4fe0cce6aa0cbea0282dad74b3a0fef3d9058f6c76fdcb3 + checksum: 10c0/32794402457827ac558173bcebdcc0e3a18fa339b7c41ca35621f9f645f044534d91bb923ff385f5f960f2e495f56ce18d6c7b0d064d2f0ccb55b285fa6bc7b9 languageName: node linkType: hard -"@babel/types@npm:^7.25.4, @babel/types@npm:^7.27.1, @babel/types@npm:^7.28.1, @babel/types@npm:^7.28.2": +"@babel/types@npm:^7.25.4, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.6, @babel/types@npm:^7.28.0": + version: 7.28.1 + resolution: "@babel/types@npm:7.28.1" + dependencies: + "@babel/helper-string-parser": "npm:^7.27.1" + "@babel/helper-validator-identifier": "npm:^7.27.1" + checksum: 10c0/5e99b346c11ee42ffb0cadc28159fe0b184d865a2cc1593df79b199772a534f6453969b4942aa5e4a55a3081863096e1cc3fc1c724d826926dc787cf229b845d + languageName: node + linkType: hard + +"@babel/types@npm:^7.28.1": version: 7.28.2 resolution: "@babel/types@npm:7.28.2" dependencies: @@ -1520,6 +2210,18 @@ __metadata: languageName: unknown linkType: soft +"@cherrystudio/embedjs-interfaces@npm:0.1.30": + version: 0.1.30 + resolution: "@cherrystudio/embedjs-interfaces@npm:0.1.30" + dependencies: + "@langchain/core": "npm:^0.3.26" + debug: "npm:^4.4.0" + md5: "npm:^2.3.0" + uuid: "npm:^11.0.3" + checksum: 10c0/1d0eca816d89df25adfa15eb0b6ce67e8b3446966886c4e5e84f4c657daf3b5cad728c953479e8f317136a3c86ca512ebf13ceb070462da733eaab02937bc460 + languageName: node + linkType: hard + "@cherrystudio/embedjs-interfaces@npm:0.1.31": version: 0.1.31 resolution: "@cherrystudio/embedjs-interfaces@npm:0.1.31" @@ -1533,14 +2235,14 @@ __metadata: linkType: hard "@cherrystudio/embedjs-libsql@npm:^0.1.31": - version: 0.1.32 - resolution: "@cherrystudio/embedjs-libsql@npm:0.1.32" + version: 0.1.31 + resolution: "@cherrystudio/embedjs-libsql@npm:0.1.31" dependencies: - "@cherrystudio/embedjs-interfaces": "npm:0.1.31" - "@cherrystudio/embedjs-utils": "npm:0.1.31" + "@cherrystudio/embedjs-interfaces": "npm:0.1.30" + "@cherrystudio/embedjs-utils": "npm:0.1.30" "@libsql/client": "npm:^0.14.0" debug: "npm:^4.4.0" - checksum: 10c0/ef55605032886c4f94c19525dc3ab9d166ce88d11f3d5f9ba2494f2591723adaa75cd515375ff78242c0581e027cafeec4a070f708997bef0eab1f0f30306462 + checksum: 10c0/248453e07b7ff1661f18213f69d74a0ab2e5d722d3ae5409240fd38cf3c263da5c8a224635f6ec4cf823cdaa91846ba0f4890d64872133950810afcfd8512498 languageName: node linkType: hard @@ -1677,6 +2379,15 @@ __metadata: languageName: node linkType: hard +"@cherrystudio/embedjs-utils@npm:0.1.30": + version: 0.1.30 + resolution: "@cherrystudio/embedjs-utils@npm:0.1.30" + dependencies: + "@cherrystudio/embedjs-interfaces": "npm:0.1.30" + checksum: 10c0/1bd6151a69b6e4db6c93528622ff4f7834f80834681f28758d19f9780e8da36f29c21737d49809021ba5b6b1127dd7d2891e26864e2d696f83f577966d1cbf2c + languageName: node + linkType: hard + "@cherrystudio/embedjs-utils@npm:0.1.31": version: 0.1.31 resolution: "@cherrystudio/embedjs-utils@npm:0.1.31" @@ -1783,12 +2494,12 @@ __metadata: linkType: hard "@codemirror/lang-cpp@npm:^6.0.0": - version: 6.0.3 - resolution: "@codemirror/lang-cpp@npm:6.0.3" + version: 6.0.2 + resolution: "@codemirror/lang-cpp@npm:6.0.2" dependencies: "@codemirror/language": "npm:^6.0.0" "@lezer/cpp": "npm:^1.0.0" - checksum: 10c0/cd4c76f60509761bc8375cd702696777e241bba451b9b31f52568be4c9f093732e5a32fa7c384646c2334ce4f92067c90e31ad4673e8c2049c3a0c9c2494c215 + checksum: 10c0/afce320324a1536aa9c86f2bd0709d1cfb7e3c5fc5349027e146354cae566319f6d5bfada77067b26b5111bab6c3e747cc818bda926d218e261e208e36185e60 languageName: node linkType: hard @@ -1818,7 +2529,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-html@npm:^6.0.0": +"@codemirror/lang-html@npm:^6.0.0, @codemirror/lang-html@npm:^6.4.0": version: 6.4.9 resolution: "@codemirror/lang-html@npm:6.4.9" dependencies: @@ -1836,16 +2547,16 @@ __metadata: linkType: hard "@codemirror/lang-java@npm:^6.0.0": - version: 6.0.2 - resolution: "@codemirror/lang-java@npm:6.0.2" + version: 6.0.1 + resolution: "@codemirror/lang-java@npm:6.0.1" dependencies: "@codemirror/language": "npm:^6.0.0" "@lezer/java": "npm:^1.0.0" - checksum: 10c0/ee9d5f87e8d38c26149b3ac3c3a7a98fbb11b2b84f90de46018977132153b84165af4e563455d5961b802c748744fa2fda0c7c5db278de2877219af6e8c8a450 + checksum: 10c0/d8526423f8e33019ad9095d5c4a857f5ef5f842f926f37cff4f95a99e7e28e0b27def0098e5ecb4abbafe358854d49232dc143c3a909d34eca5f9cf5c6a355fb languageName: node linkType: hard -"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.1.2": +"@codemirror/lang-javascript@npm:^6.0.0, @codemirror/lang-javascript@npm:^6.1.0, @codemirror/lang-javascript@npm:^6.1.2": version: 6.2.4 resolution: "@codemirror/lang-javascript@npm:6.2.4" dependencies: @@ -1861,16 +2572,16 @@ __metadata: linkType: hard "@codemirror/lang-json@npm:^6.0.0": - version: 6.0.2 - resolution: "@codemirror/lang-json@npm:6.0.2" + version: 6.0.1 + resolution: "@codemirror/lang-json@npm:6.0.1" dependencies: "@codemirror/language": "npm:^6.0.0" "@lezer/json": "npm:^1.0.0" - checksum: 10c0/4a36022226557d0571c143f907638eb2d46c0f7cf96c6d9a86dac397a789efa2b387e3dd3df94bac21e27692892443b24f8129c044c9012df66e68f5080745b0 + checksum: 10c0/c70301ba43d44dbd1ff0ccab6ec6e3fb9825d61d4854b4839441a8144a9c96997acdad16d93199d157308dd80088a5e9f14b66f395c7e79f4dadc6b4e70ce8a8 languageName: node linkType: hard -"@codemirror/lang-less@npm:^6.0.0": +"@codemirror/lang-less@npm:^6.0.0, @codemirror/lang-less@npm:^6.0.1": version: 6.0.2 resolution: "@codemirror/lang-less@npm:6.0.2" dependencies: @@ -1883,7 +2594,19 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-liquid@npm:^6.0.0": +"@codemirror/lang-lezer@npm:^6.0.0": + version: 6.0.1 + resolution: "@codemirror/lang-lezer@npm:6.0.1" + dependencies: + "@codemirror/language": "npm:^6.0.0" + "@codemirror/state": "npm:^6.0.0" + "@lezer/common": "npm:^1.0.0" + "@lezer/lezer": "npm:^1.0.0" + checksum: 10c0/2ca832683e071ccc41ff9a290a782cef3f6c172a99668eaee9e90f75b419433c477dd84629da12c0572234ab9de438d640c055e30ee534dddc6ef51cc5c82d24 + languageName: node + linkType: hard + +"@codemirror/lang-liquid@npm:^6.0.0, @codemirror/lang-liquid@npm:^6.0.1": version: 6.2.3 resolution: "@codemirror/lang-liquid@npm:6.2.3" dependencies: @@ -1899,9 +2622,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-markdown@npm:^6.0.0": - version: 6.3.4 - resolution: "@codemirror/lang-markdown@npm:6.3.4" +"@codemirror/lang-markdown@npm:^6.0.0, @codemirror/lang-markdown@npm:^6.1.0": + version: 6.3.2 + resolution: "@codemirror/lang-markdown@npm:6.3.2" dependencies: "@codemirror/autocomplete": "npm:^6.7.1" "@codemirror/lang-html": "npm:^6.0.0" @@ -1910,24 +2633,24 @@ __metadata: "@codemirror/view": "npm:^6.0.0" "@lezer/common": "npm:^1.2.1" "@lezer/markdown": "npm:^1.0.0" - checksum: 10c0/4d8fcbab4f21b56e88d8df951a1717d32618606bca90426005e81d0a0b0600061db3bb728c6170c6475c3655563175cff3409a9b989c5511f1987faf407203ed + checksum: 10c0/dc1c8449cf320def12d2d9bbcba24a697513431650cc5a97413de9b70fc514521e1a677351f45cc73081ac1ff58812554ba580929a1f722d21ae66233f944499 languageName: node linkType: hard "@codemirror/lang-php@npm:^6.0.0": - version: 6.0.2 - resolution: "@codemirror/lang-php@npm:6.0.2" + version: 6.0.1 + resolution: "@codemirror/lang-php@npm:6.0.1" dependencies: "@codemirror/lang-html": "npm:^6.0.0" "@codemirror/language": "npm:^6.0.0" "@codemirror/state": "npm:^6.0.0" "@lezer/common": "npm:^1.0.0" "@lezer/php": "npm:^1.0.0" - checksum: 10c0/8c1315561e8ae3fc9c45442a7d90fb2ccee7024a6c2acd67b74be2340fa4bc3996d1f3044c54470f403a5d478ff0cc97cea341eda94bdce518d7514e24d54019 + checksum: 10c0/1dd34674ca0dc8d1d0616efc080ef98cbe998b023d434b24a923369c78e46bad839e8c45d7d2cbe86379b410b328f0aa79a4bccd7739a2bdfd9fd47071a8b521 languageName: node linkType: hard -"@codemirror/lang-python@npm:^6.0.0": +"@codemirror/lang-python@npm:^6.0.0, @codemirror/lang-python@npm:^6.1.0": version: 6.2.1 resolution: "@codemirror/lang-python@npm:6.2.1" dependencies: @@ -1941,16 +2664,16 @@ __metadata: linkType: hard "@codemirror/lang-rust@npm:^6.0.0": - version: 6.0.2 - resolution: "@codemirror/lang-rust@npm:6.0.2" + version: 6.0.1 + resolution: "@codemirror/lang-rust@npm:6.0.1" dependencies: "@codemirror/language": "npm:^6.0.0" "@lezer/rust": "npm:^1.0.0" - checksum: 10c0/f0f3345c279a84572d29ee9284ac6b96abcb8521db7c2247b561dc59823adeabd529280e5313e304e11bce6f3fb57386e7859e183fb0404bd8d8a81751587695 + checksum: 10c0/688763c130c973471fadd1932db12e60bffa5e18e0e69c00a415a154e727e141cf4cc554575f193440f80347be039cc4c21e0857bd651db7421633ca4fa612b6 languageName: node linkType: hard -"@codemirror/lang-sass@npm:^6.0.0": +"@codemirror/lang-sass@npm:^6.0.0, @codemirror/lang-sass@npm:^6.0.1": version: 6.0.2 resolution: "@codemirror/lang-sass@npm:6.0.2" dependencies: @@ -1963,9 +2686,9 @@ __metadata: languageName: node linkType: hard -"@codemirror/lang-sql@npm:^6.0.0": - version: 6.9.1 - resolution: "@codemirror/lang-sql@npm:6.9.1" +"@codemirror/lang-sql@npm:^6.0.0, @codemirror/lang-sql@npm:^6.4.0": + version: 6.8.0 + resolution: "@codemirror/lang-sql@npm:6.8.0" dependencies: "@codemirror/autocomplete": "npm:^6.0.0" "@codemirror/language": "npm:^6.0.0" @@ -1973,7 +2696,7 @@ __metadata: "@lezer/common": "npm:^1.2.0" "@lezer/highlight": "npm:^1.0.0" "@lezer/lr": "npm:^1.0.0" - checksum: 10c0/a1b8aaa64cc219c1e3f14b2100e521f84d13640c7c04240ab27de003de98242d6f5176bfd5b5f1a24accfef626d548246470d983dda000d0b1d2cd9788bd471f + checksum: 10c0/a2500e4cebf6c074c89338a020332c44094e7a6eead04ad6d7e423173a4f4637a6021fdbf68935a2f23550eb7b1d1d078855b3d3bf84b50ab7ad1ff01a95d463 languageName: node linkType: hard @@ -2032,7 +2755,7 @@ __metadata: languageName: node linkType: hard -"@codemirror/language-data@npm:^6.5.1": +"@codemirror/language-data@npm:>=6.0.0": version: 6.5.1 resolution: "@codemirror/language-data@npm:6.5.1" dependencies: @@ -2063,8 +2786,8 @@ __metadata: linkType: hard "@codemirror/language@npm:^6.0.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, @codemirror/language@npm:^6.9.0": - version: 6.11.2 - resolution: "@codemirror/language@npm:6.11.2" + version: 6.11.0 + resolution: "@codemirror/language@npm:6.11.0" dependencies: "@codemirror/state": "npm:^6.0.0" "@codemirror/view": "npm:^6.23.0" @@ -2072,11 +2795,11 @@ __metadata: "@lezer/highlight": "npm:^1.0.0" "@lezer/lr": "npm:^1.0.0" style-mod: "npm:^4.0.0" - checksum: 10c0/ed03a8d452a92a01be1b5dd3c65199d0c4559e004a4d2399c16cac3226c879fbe4ea46e6884b442a8033392ea78b658da2c3926b827598a1e5de8f62b5991251 + checksum: 10c0/a8e45ef6dbccc5a7389f277b026412eeecc4ce3dfd806f77f34a8d85df20e257b3b5d0da26c59d9f024e7109542614c62cfa708158da447b0ae97b8fd8476fa9 languageName: node linkType: hard -"@codemirror/legacy-modes@npm:^6.4.0": +"@codemirror/legacy-modes@npm:>=6.0.0, @codemirror/legacy-modes@npm:^6.4.0": version: 6.5.1 resolution: "@codemirror/legacy-modes@npm:6.5.1" dependencies: @@ -2117,26 +2840,25 @@ __metadata: linkType: hard "@codemirror/theme-one-dark@npm:^6.0.0": - version: 6.1.3 - resolution: "@codemirror/theme-one-dark@npm:6.1.3" + version: 6.1.2 + resolution: "@codemirror/theme-one-dark@npm:6.1.2" dependencies: "@codemirror/language": "npm:^6.0.0" "@codemirror/state": "npm:^6.0.0" "@codemirror/view": "npm:^6.0.0" "@lezer/highlight": "npm:^1.0.0" - checksum: 10c0/de8483c69911bcd61a19679384de663ced9c8bed3c776f08581a8b724e9f456a17053b1cf6e9d1f2a475fa6bc42e905ec8ba1ee0a8b55213d18087d9d9150317 + checksum: 10c0/d0d70ce1e03fa7e5d51cc72d8bdef043f30e14a5aee88f4dd71b64e176c3d68629c82390b9cfdab8cc1ac20d35703b65fe9160051fddc873aa67c613d9525a3d 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.27.0, @codemirror/view@npm:^6.35.0": - version: 6.38.1 - resolution: "@codemirror/view@npm:6.38.1" + version: 6.36.8 + resolution: "@codemirror/view@npm:6.36.8" dependencies: "@codemirror/state": "npm:^6.5.0" - crelt: "npm:^1.0.6" style-mod: "npm:^4.1.0" w3c-keyname: "npm:^2.2.4" - checksum: 10c0/dfb4253275b62c95f2fd0410bd09de102122c56137bdf3c3b03fd3fc894a194d474449191d7a435a459c222b1afcef9fba6c6f38594424e3fce875872139f96d + checksum: 10c0/0ec264fb6f3e72b45c5a4f94bc3d6bf4c281e5ff087254afae7213b8c401403bbc73cf56c741ba0ed74e524b915878198d2aaaf4a641e375d458c622738f49d4 languageName: node linkType: hard @@ -2154,42 +2876,42 @@ __metadata: languageName: node linkType: hard -"@csstools/css-calc@npm:^2.1.3, @csstools/css-calc@npm:^2.1.4": - version: 2.1.4 - resolution: "@csstools/css-calc@npm:2.1.4" +"@csstools/css-calc@npm:^2.1.2": + version: 2.1.2 + resolution: "@csstools/css-calc@npm:2.1.2" peerDependencies: - "@csstools/css-parser-algorithms": ^3.0.5 - "@csstools/css-tokenizer": ^3.0.4 - checksum: 10c0/42ce5793e55ec4d772083808a11e9fb2dfe36db3ec168713069a276b4c3882205b3507c4680224c28a5d35fe0bc2d308c77f8f2c39c7c09aad8747708eb8ddd8 + "@csstools/css-parser-algorithms": ^3.0.4 + "@csstools/css-tokenizer": ^3.0.3 + checksum: 10c0/34ced30553968ef5d5f9e00e3b90b48c47480cf130e282e99d57ec9b09f803aab8bc06325683e72a1518b5e7180a3da8b533f1b462062757c21989a53b482e1a languageName: node linkType: hard -"@csstools/css-color-parser@npm:^3.0.9": - version: 3.0.10 - resolution: "@csstools/css-color-parser@npm:3.0.10" +"@csstools/css-color-parser@npm:^3.0.8": + version: 3.0.8 + resolution: "@csstools/css-color-parser@npm:3.0.8" dependencies: "@csstools/color-helpers": "npm:^5.0.2" - "@csstools/css-calc": "npm:^2.1.4" + "@csstools/css-calc": "npm:^2.1.2" peerDependencies: - "@csstools/css-parser-algorithms": ^3.0.5 - "@csstools/css-tokenizer": ^3.0.4 - checksum: 10c0/8f8a2395b117c2f09366b5c9bf49bc740c92a65b6330fe3cc1e76abafd0d1000e42a657d7b0a3814846a66f1d69896142f7e36d7a4aca77de977e5cc5f944747 + "@csstools/css-parser-algorithms": ^3.0.4 + "@csstools/css-tokenizer": ^3.0.3 + checksum: 10c0/90722c5a62ca94e9d578ddf59be604a76400b932bd3d4bd23cb1ae9b7ace8fcf83c06995d2b31f96f4afef24a7cefba79beb11ed7ee4999d7ecfec3869368359 languageName: node linkType: hard "@csstools/css-parser-algorithms@npm:^3.0.4": - version: 3.0.5 - resolution: "@csstools/css-parser-algorithms@npm:3.0.5" + version: 3.0.4 + resolution: "@csstools/css-parser-algorithms@npm:3.0.4" peerDependencies: - "@csstools/css-tokenizer": ^3.0.4 - checksum: 10c0/d9a1c888bd43849ae3437ca39251d5c95d2c8fd6b5ccdb7c45491dfd2c1cbdc3075645e80901d120e4d2c1993db9a5b2d83793b779dbbabcfb132adb142eb7f7 + "@csstools/css-tokenizer": ^3.0.3 + checksum: 10c0/d411f07765e14eede17bccc6bd4f90ff303694df09aabfede3fd104b2dfacfd4fe3697cd25ddad14684c850328f3f9420ebfa9f78380892492974db24ae47dbd languageName: node linkType: hard "@csstools/css-tokenizer@npm:^3.0.3": - version: 3.0.4 - resolution: "@csstools/css-tokenizer@npm:3.0.4" - checksum: 10c0/3b589f8e9942075a642213b389bab75a2d50d05d203727fcdac6827648a5572674caff07907eff3f9a2389d86a4ee47308fafe4f8588f4a77b7167c588d2559f + version: 3.0.3 + resolution: "@csstools/css-tokenizer@npm:3.0.3" + checksum: 10c0/c31bf410e1244b942e71798e37c54639d040cb59e0121b21712b40015fced2b0fb1ffe588434c5f8923c9cd0017cfc1c1c8f3921abc94c96edf471aac2eba5e5 languageName: node linkType: hard @@ -2245,11 +2967,11 @@ __metadata: linkType: hard "@electron-toolkit/preload@npm:^3.0.0": - version: 3.0.2 - resolution: "@electron-toolkit/preload@npm:3.0.2" + version: 3.0.1 + resolution: "@electron-toolkit/preload@npm:3.0.1" peerDependencies: electron: ">=13.0.0" - checksum: 10c0/aee97d7ebb49b1e5c97afc988e69b283482cd55643e70c05c9783190f22b482c3187df25ecc066a83f7a29d741ffae8159182195906fedee8f4f7dc85b2cb98d + checksum: 10c0/7ebc3738dbdbc7295f37fa5cfc4dbc0b60576405c04a017aa121f6b3377674fc38871c030f0506cf9c7dc61c96f944576731dd8ae1aac471b8b63f4651b9451f languageName: node linkType: hard @@ -2485,196 +3207,196 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/aix-ppc64@npm:0.25.9" +"@esbuild/aix-ppc64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/aix-ppc64@npm:0.25.8" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/android-arm64@npm:0.25.9" +"@esbuild/android-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/android-arm64@npm:0.25.8" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@esbuild/android-arm@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/android-arm@npm:0.25.9" +"@esbuild/android-arm@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/android-arm@npm:0.25.8" conditions: os=android & cpu=arm languageName: node linkType: hard -"@esbuild/android-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/android-x64@npm:0.25.9" +"@esbuild/android-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/android-x64@npm:0.25.8" conditions: os=android & cpu=x64 languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/darwin-arm64@npm:0.25.9" +"@esbuild/darwin-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/darwin-arm64@npm:0.25.8" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/darwin-x64@npm:0.25.9" +"@esbuild/darwin-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/darwin-x64@npm:0.25.8" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/freebsd-arm64@npm:0.25.9" +"@esbuild/freebsd-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/freebsd-arm64@npm:0.25.8" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/freebsd-x64@npm:0.25.9" +"@esbuild/freebsd-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/freebsd-x64@npm:0.25.8" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-arm64@npm:0.25.9" +"@esbuild/linux-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-arm64@npm:0.25.8" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-arm@npm:0.25.9" +"@esbuild/linux-arm@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-arm@npm:0.25.8" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-ia32@npm:0.25.9" +"@esbuild/linux-ia32@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-ia32@npm:0.25.8" conditions: os=linux & cpu=ia32 languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-loong64@npm:0.25.9" +"@esbuild/linux-loong64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-loong64@npm:0.25.8" conditions: os=linux & cpu=loong64 languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-mips64el@npm:0.25.9" +"@esbuild/linux-mips64el@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-mips64el@npm:0.25.8" conditions: os=linux & cpu=mips64el languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-ppc64@npm:0.25.9" +"@esbuild/linux-ppc64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-ppc64@npm:0.25.8" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-riscv64@npm:0.25.9" +"@esbuild/linux-riscv64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-riscv64@npm:0.25.8" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-s390x@npm:0.25.9" +"@esbuild/linux-s390x@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-s390x@npm:0.25.8" conditions: os=linux & cpu=s390x languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/linux-x64@npm:0.25.9" +"@esbuild/linux-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/linux-x64@npm:0.25.8" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@esbuild/netbsd-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/netbsd-arm64@npm:0.25.9" +"@esbuild/netbsd-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/netbsd-arm64@npm:0.25.8" conditions: os=netbsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/netbsd-x64@npm:0.25.9" +"@esbuild/netbsd-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/netbsd-x64@npm:0.25.8" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/openbsd-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/openbsd-arm64@npm:0.25.9" +"@esbuild/openbsd-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/openbsd-arm64@npm:0.25.8" conditions: os=openbsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/openbsd-x64@npm:0.25.9" +"@esbuild/openbsd-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/openbsd-x64@npm:0.25.8" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/openharmony-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/openharmony-arm64@npm:0.25.9" +"@esbuild/openharmony-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/openharmony-arm64@npm:0.25.8" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/sunos-x64@npm:0.25.9" +"@esbuild/sunos-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/sunos-x64@npm:0.25.8" conditions: os=sunos & cpu=x64 languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/win32-arm64@npm:0.25.9" +"@esbuild/win32-arm64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/win32-arm64@npm:0.25.8" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/win32-ia32@npm:0.25.9" +"@esbuild/win32-ia32@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/win32-ia32@npm:0.25.8" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.25.9": - version: 0.25.9 - resolution: "@esbuild/win32-x64@npm:0.25.9" +"@esbuild/win32-x64@npm:0.25.8": + version: 0.25.8 + resolution: "@esbuild/win32-x64@npm:0.25.8" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.7.0": - version: 4.7.0 - resolution: "@eslint-community/eslint-utils@npm:4.7.0" +"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0": + version: 4.6.0 + resolution: "@eslint-community/eslint-utils@npm:4.6.0" dependencies: eslint-visitor-keys: "npm:^3.4.3" peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf + checksum: 10c0/a64131c1b43021e3a84267f6011fd678a936718097c9be169c37a40ada2c7016bec7d6685ecc88112737d57733f36837bb90d9425ad48d2e2aa351d999d32443 languageName: node linkType: hard @@ -2685,63 +3407,63 @@ __metadata: languageName: node linkType: hard -"@eslint-react/ast@npm:1.52.4": - version: 1.52.4 - resolution: "@eslint-react/ast@npm:1.52.4" +"@eslint-react/ast@npm:1.48.1": + version: 1.48.1 + resolution: "@eslint-react/ast@npm:1.48.1" dependencies: - "@eslint-react/eff": "npm:1.52.4" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/typescript-estree": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/eff": "npm:1.48.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/typescript-estree": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" - checksum: 10c0/a0099bc78b726d9fead679154a9af98585baefadf6e79912cb53f8cc8ed65a42d40f96513b4a5e8781cf37416b524aecb21225467a6793a61517ed7f93d32870 + ts-pattern: "npm:^5.7.0" + checksum: 10c0/7eb815c067da5449b1e6b8ed2b89a5ad6ee13206e2dba01a454616fc7c395a7f5a394c68527778efe08307bcf54ee596d092774d56088ba068156bed4e9caea9 languageName: node linkType: hard -"@eslint-react/core@npm:1.52.4": - version: 1.52.4 - resolution: "@eslint-react/core@npm:1.52.4" +"@eslint-react/core@npm:1.48.1": + version: 1.48.1 + resolution: "@eslint-react/core@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/type-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/type-utils": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" birecord: "npm:^0.1.1" - ts-pattern: "npm:^5.8.0" - checksum: 10c0/78784acf27978e8ba3cb2e81ef7e6a6e8607a173d2e48b9b0d9b52e4af1161b2b9b5f4c32b1575f1e626267ec11edfe57811b150b5e32526113474ec053c3c99 + ts-pattern: "npm:^5.7.0" + checksum: 10c0/0215e5613bfd118b16e88e9be1b7ad5d7784fc373b72ff48be687d8029bd6f0660d16cccb60156124a13129eee3003b8e224118d758f74939bb41c8af6693af9 languageName: node linkType: hard -"@eslint-react/eff@npm:1.52.4": - version: 1.52.4 - resolution: "@eslint-react/eff@npm:1.52.4" - checksum: 10c0/a0412e2aa1131a4acee96a6d467f3cfb672bdd5ee68dc2b974bb1282ade86c4ec5bc8b07bc6b0872b90e36e8894d64cb83aba3d21df993f4e905591b6a219e00 +"@eslint-react/eff@npm:1.48.1": + version: 1.48.1 + resolution: "@eslint-react/eff@npm:1.48.1" + checksum: 10c0/f99f5cbf09b1b317a1689502e0a3e7a1e26c46f23f602139673556f2b7e2abefe8b3ecfc32f8afc1476432e592a38646f7c57b890fdfb01dc0a507bbb0304a90 languageName: node linkType: hard "@eslint-react/eslint-plugin@npm:^1.36.1": - version: 1.52.4 - resolution: "@eslint-react/eslint-plugin@npm:1.52.4" + version: 1.48.1 + resolution: "@eslint-react/eslint-plugin@npm:1.48.1" dependencies: - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/type-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" - eslint-plugin-react-debug: "npm:1.52.4" - eslint-plugin-react-dom: "npm:1.52.4" - eslint-plugin-react-hooks-extra: "npm:1.52.4" - eslint-plugin-react-naming-convention: "npm:1.52.4" - eslint-plugin-react-web-api: "npm:1.52.4" - eslint-plugin-react-x: "npm:1.52.4" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/type-utils": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" + eslint-plugin-react-debug: "npm:1.48.1" + eslint-plugin-react-dom: "npm:1.48.1" + eslint-plugin-react-hooks-extra: "npm:1.48.1" + eslint-plugin-react-naming-convention: "npm:1.48.1" + eslint-plugin-react-web-api: "npm:1.48.1" + eslint-plugin-react-x: "npm:1.48.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -2750,74 +3472,83 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/9bea29608a2e56d7e9f73866bceba8e347956530e8233a28631e64491fd535f2a6beeb8746514ba81d014e173682da407e261c56e4dd8b9ac0bc6e043a80fe36 + checksum: 10c0/99db8460d94c91567f2ba63f7c517b56eec88b88acd256e58dee1ab808a099f5679e568e11288c25afbbd5fcc16909cb758216d44a18a1e3847d181d8dc66c2e languageName: node linkType: hard -"@eslint-react/kit@npm:1.52.4": - version: 1.52.4 - resolution: "@eslint-react/kit@npm:1.52.4" +"@eslint-react/kit@npm:1.48.1": + version: 1.48.1 + resolution: "@eslint-react/kit@npm:1.48.1" dependencies: - "@eslint-react/eff": "npm:1.52.4" - "@typescript-eslint/utils": "npm:^8.39.1" - ts-pattern: "npm:^5.8.0" - zod: "npm:^4.0.17" - checksum: 10c0/f13a20f0c780bd3e1c9cb2a579541d84798b75f5b68d5dc24e330596c673e3611cab47b2a0ade61cfba2e7f38cd8e2d225f1733e7ea0cd23468acc003398e9f9 + "@eslint-react/eff": "npm:1.48.1" + "@typescript-eslint/utils": "npm:^8.30.1" + "@zod/mini": "npm:^4.0.0-beta.0" + ts-pattern: "npm:^5.7.0" + checksum: 10c0/4d59b433371871ac8913c60296f41b0770a6e11f3094a79cf8aa5bcd07dae75b69196e078ce5cd91c0afec11b69d4108bde4e09ff5508823e63d55a149ebd896 languageName: node linkType: hard -"@eslint-react/shared@npm:1.52.4": - version: 1.52.4 - resolution: "@eslint-react/shared@npm:1.52.4" +"@eslint-react/shared@npm:1.48.1": + version: 1.48.1 + resolution: "@eslint-react/shared@npm:1.48.1" dependencies: - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@typescript-eslint/utils": "npm:^8.39.1" - ts-pattern: "npm:^5.8.0" - zod: "npm:^4.0.17" - checksum: 10c0/0d094ab6ea1a802da03f145ca2d8f3e7077641719593411e1665ff960cd5ec5fd0f1b38d1b2c014a75e8a61305e015890d794b4c00b5e90bbca1548527bbbeee + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@typescript-eslint/utils": "npm:^8.30.1" + "@zod/mini": "npm:^4.0.0-beta.0" + ts-pattern: "npm:^5.7.0" + checksum: 10c0/bb0fdbe362fd1f63c3d9b8416fc99b66a5f66a7757c0a3eb4cb9108d99296ee6ebbc78f812c8db68487f80c6cc5ca4ba6464421964ea488409b006b9891525b2 languageName: node linkType: hard -"@eslint-react/var@npm:1.52.4": - version: 1.52.4 - resolution: "@eslint-react/var@npm:1.52.4" +"@eslint-react/var@npm:1.48.1": + version: 1.48.1 + resolution: "@eslint-react/var@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" - checksum: 10c0/4208d81377968e81f1ba55100a1bd4b0cf30a5dfa7c9b22924b6e57ed945d1d7fce95b97f53d04af25168c8d929a50c0906185d05a29900e10cd13526eeadf70 + ts-pattern: "npm:^5.7.0" + checksum: 10c0/c5e0e23ef90da4f0e0df5cc006ce7b48e91478772d49f97f7d6214f8d4330b0d14af7f95a80ddece384f27c2a0439c4b62be5af0b12b5f2b23401abf290997bb languageName: node linkType: hard -"@eslint/config-array@npm:^0.21.0": - version: 0.21.0 - resolution: "@eslint/config-array@npm:0.21.0" +"@eslint/config-array@npm:^0.20.0": + version: 0.20.0 + resolution: "@eslint/config-array@npm:0.20.0" dependencies: "@eslint/object-schema": "npm:^2.1.6" debug: "npm:^4.3.1" minimatch: "npm:^3.1.2" - checksum: 10c0/0ea801139166c4aa56465b309af512ef9b2d3c68f9198751bbc3e21894fe70f25fbf26e1b0e9fffff41857bc21bfddeee58649ae6d79aadcd747db0c5dca771f + checksum: 10c0/94bc5d0abb96dc5295ff559925242ff75a54eacfb3576677e95917e42f7175e1c4b87bf039aa2a872f949b4852ad9724bf2f7529aaea6b98f28bb3fca7f1d659 languageName: node linkType: hard -"@eslint/config-helpers@npm:^0.3.1": - version: 0.3.1 - resolution: "@eslint/config-helpers@npm:0.3.1" - checksum: 10c0/f6c5b3a0b76a0d7d84cc93e310c259e6c3e0792ddd0a62c5fc0027796ffae44183432cb74b2c2b1162801ee1b1b34a6beb5d90a151632b4df7349f994146a856 +"@eslint/config-helpers@npm:^0.2.0": + version: 0.2.1 + resolution: "@eslint/config-helpers@npm:0.2.1" + checksum: 10c0/3e829a78b0bb4f7c44384ba1df3986e5de24b7f440ad5c6bb3cfc366ded773a869ca9ee8d212b5a563ae94596c5940dea6fd2ea1ee53a84c6241ac953dcb8bb7 languageName: node linkType: hard -"@eslint/core@npm:^0.15.2": - version: 0.15.2 - resolution: "@eslint/core@npm:0.15.2" +"@eslint/core@npm:^0.12.0": + version: 0.12.0 + resolution: "@eslint/core@npm:0.12.0" dependencies: "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/c17a6dc4f5a6006ecb60165cc38bcd21fefb4a10c7a2578a0cfe5813bbd442531a87ed741da5adab5eb678e8e693fda2e2b14555b035355537e32bcec367ea17 + checksum: 10c0/d032af81195bb28dd800c2b9617548c6c2a09b9490da3c5537fd2a1201501666d06492278bb92cfccac1f7ac249e58601dd87f813ec0d6a423ef0880434fa0c3 + languageName: node + linkType: hard + +"@eslint/core@npm:^0.13.0": + version: 0.13.0 + resolution: "@eslint/core@npm:0.13.0" + dependencies: + "@types/json-schema": "npm:^7.0.15" + checksum: 10c0/ba724a7df7ed9dab387481f11d0d0f708180f40be93acce2c21dacca625c5867de3528760c42f1c457ccefe6a669d525ff87b779017eabc0d33479a36300797b languageName: node linkType: hard @@ -2838,10 +3569,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.33.0, @eslint/js@npm:^9.22.0, @eslint/js@npm:^9.24.0": - version: 9.33.0 - resolution: "@eslint/js@npm:9.33.0" - checksum: 10c0/4c42c9abde76a183b8e47205fd6c3116b058f82f07b6ad4de40de56cdb30a36e9ecd40efbea1b63a84d08c206aadbb0aa39a890197e1ad6455a8e542df98f186 +"@eslint/js@npm:9.24.0, @eslint/js@npm:^9.22.0, @eslint/js@npm:^9.24.0": + version: 9.24.0 + resolution: "@eslint/js@npm:9.24.0" + checksum: 10c0/efe22e29469e4140ac3e2916be8143b1bcfd1084a6edf692b7a58a3e54949d53c67f7f979bc0a811db134d9cc1e7bff8aa71ef1376b47eecd7e226b71206bb36 languageName: node linkType: hard @@ -2852,13 +3583,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.3.5": - version: 0.3.5 - resolution: "@eslint/plugin-kit@npm:0.3.5" +"@eslint/plugin-kit@npm:^0.2.7": + version: 0.2.8 + resolution: "@eslint/plugin-kit@npm:0.2.8" dependencies: - "@eslint/core": "npm:^0.15.2" + "@eslint/core": "npm:^0.13.0" levn: "npm:^0.4.1" - checksum: 10c0/c178c1b58c574200c0fd125af3e4bc775daba7ce434ba6d1eeaf9bcb64b2e9fea75efabffb3ed3ab28858e55a016a5efa95f509994ee4341b341199ca630b89e + checksum: 10c0/554847c8f2b6bfe0e634f317fc43d0b54771eea0015c4f844f75915fdb9e6170c830c004291bad57db949d61771732e459f36ed059f45cf750af223f77357c5c languageName: node linkType: hard @@ -2897,39 +3628,6 @@ __metadata: languageName: node linkType: hard -"@graphql-typed-document-node/core@npm:^3.2.0": - version: 3.2.0 - resolution: "@graphql-typed-document-node/core@npm:3.2.0" - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - checksum: 10c0/94e9d75c1f178bbae8d874f5a9361708a3350c8def7eaeb6920f2c820e82403b7d4f55b3735856d68e145e86c85cbfe2adc444fdc25519cd51f108697e99346c - languageName: node - linkType: hard - -"@grpc/grpc-js@npm:^1.13.1": - version: 1.13.4 - resolution: "@grpc/grpc-js@npm:1.13.4" - dependencies: - "@grpc/proto-loader": "npm:^0.7.13" - "@js-sdsl/ordered-map": "npm:^4.4.2" - checksum: 10c0/ecdb99efbe540d8b261ca53e4be224fb4683fb22c6ab1b575d2f4ca34471fc7f221b58f718001a6d157c54237cc482514766233968f5de50e358f061600a885b - languageName: node - linkType: hard - -"@grpc/proto-loader@npm:^0.7.13": - version: 0.7.15 - resolution: "@grpc/proto-loader@npm:0.7.15" - dependencies: - lodash.camelcase: "npm:^4.3.0" - long: "npm:^5.0.0" - protobufjs: "npm:^7.2.5" - yargs: "npm:^17.7.2" - bin: - proto-loader-gen-types: build/bin/proto-loader-gen-types.js - checksum: 10c0/514a134a724b56d73d0a202b7e02c84479da21e364547bacb2f4995ebc0d52412a1a21653add9f004ebd146c1e6eb4bcb0b8846fdfe1bfa8a98ed8f3d203da4a - languageName: node - linkType: hard - "@hello-pangea/dnd@npm:^16.6.0": version: 16.6.0 resolution: "@hello-pangea/dnd@npm:16.6.0" @@ -2980,9 +3678,9 @@ __metadata: linkType: hard "@humanwhocodes/retry@npm:^0.4.2": - version: 0.4.3 - resolution: "@humanwhocodes/retry@npm:0.4.3" - checksum: 10c0/3775bb30087d4440b3f7406d5a057777d90e4b9f435af488a4923ef249e93615fb78565a85f173a186a076c7706a81d0d57d563a2624e4de2c5c9c66c486ce42 + version: 0.4.2 + resolution: "@humanwhocodes/retry@npm:0.4.2" + checksum: 10c0/0235525d38f243bee3bf8b25ed395fbf957fb51c08adae52787e1325673071abe856c7e18e530922ed2dd3ce12ed82ba01b8cee0279ac52a3315fcdc3a69ef0c languageName: node linkType: hard @@ -3009,22 +3707,6 @@ __metadata: languageName: node linkType: hard -"@isaacs/balanced-match@npm:^4.0.1": - version: 4.0.1 - resolution: "@isaacs/balanced-match@npm:4.0.1" - checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420 - languageName: node - linkType: hard - -"@isaacs/brace-expansion@npm:^5.0.0": - version: 5.0.0 - resolution: "@isaacs/brace-expansion@npm:5.0.0" - dependencies: - "@isaacs/balanced-match": "npm:^4.0.1" - checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977 - languageName: node - linkType: hard - "@isaacs/cliui@npm:^8.0.2": version: 8.0.2 resolution: "@isaacs/cliui@npm:8.0.2" @@ -3065,12 +3747,12 @@ __metadata: linkType: hard "@jridgewell/gen-mapping@npm:^0.3.12, @jridgewell/gen-mapping@npm:^0.3.5": - version: 0.3.13 - resolution: "@jridgewell/gen-mapping@npm:0.3.13" + version: 0.3.12 + resolution: "@jridgewell/gen-mapping@npm:0.3.12" dependencies: "@jridgewell/sourcemap-codec": "npm:^1.5.0" "@jridgewell/trace-mapping": "npm:^0.3.24" - checksum: 10c0/9a7d65fb13bd9aec1fbab74cda08496839b7e2ceb31f5ab922b323e94d7c481ce0fc4fd7e12e2610915ed8af51178bdc61e168e92a8c8b8303b030b03489b13b + checksum: 10c0/32f771ae2467e4d440be609581f7338d786d3d621bac3469e943b9d6d116c23c4becb36f84898a92bbf2f3c0511365c54a945a3b86a83141547a2a360a5ec0c7 languageName: node linkType: hard @@ -3082,26 +3764,19 @@ __metadata: linkType: hard "@jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.5.0": - version: 1.5.5 - resolution: "@jridgewell/sourcemap-codec@npm:1.5.5" - checksum: 10c0/f9e538f302b63c0ebc06eecb1dd9918dd4289ed36147a0ddce35d6ea4d7ebbda243cda7b2213b6a5e1d8087a298d5cf630fb2bd39329cdecb82017023f6081a0 + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18 languageName: node linkType: hard -"@jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.28, @jridgewell/trace-mapping@npm:^0.3.29": - version: 0.3.30 - resolution: "@jridgewell/trace-mapping@npm:0.3.30" +"@jridgewell/trace-mapping@npm:^0.3.23, @jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25, @jridgewell/trace-mapping@npm:^0.3.28": + version: 0.3.29 + resolution: "@jridgewell/trace-mapping@npm:0.3.29" dependencies: "@jridgewell/resolve-uri": "npm:^3.1.0" "@jridgewell/sourcemap-codec": "npm:^1.4.14" - checksum: 10c0/3a1516c10f44613b9ba27c37a02ff8f410893776b2b3dad20a391b51b884dd60f97bbb56936d65d2ff8fe978510a0000266654ab8426bdb9ceb5fb4585b19e23 - languageName: node - linkType: hard - -"@js-sdsl/ordered-map@npm:^4.4.2": - version: 4.4.2 - resolution: "@js-sdsl/ordered-map@npm:4.4.2" - checksum: 10c0/cc7e15dc4acf6d9ef663757279600bab70533d847dcc1ab01332e9e680bd30b77cdf9ad885cc774276f51d98b05a013571c940e5b360985af5eb798dc1a2ee2b + checksum: 10c0/fb547ba31658c4d74eb17e7389f4908bf7c44cef47acb4c5baa57289daf68e6fe53c639f41f751b3923aca67010501264f70e7b49978ad1f040294b22c37b333 languageName: node linkType: hard @@ -3113,19 +3788,19 @@ __metadata: linkType: hard "@langchain/community@npm:^0.3.36": - version: 0.3.50 - resolution: "@langchain/community@npm:0.3.50" + version: 0.3.40 + resolution: "@langchain/community@npm:0.3.40" dependencies: - "@langchain/openai": "npm:>=0.2.0 <0.7.0" - "@langchain/weaviate": "npm:^0.2.0" + "@langchain/openai": "npm:>=0.2.0 <0.6.0" binary-extensions: "npm:^2.2.0" expr-eval: "npm:^2.0.2" flat: "npm:^5.0.2" js-yaml: "npm:^4.1.0" langchain: "npm:>=0.2.3 <0.3.0 || >=0.3.4 <0.4.0" - langsmith: "npm:^0.3.46" + langsmith: "npm:>=0.2.8 <0.4.0" uuid: "npm:^10.0.0" - zod: "npm:^3.25.32" + zod: "npm:^3.22.3" + zod-to-json-schema: "npm:^3.22.5" peerDependencies: "@arcjet/redact": ^v1.0.0-alpha.23 "@aws-crypto/sha256-js": ^5.0.0 @@ -3154,11 +3829,11 @@ __metadata: "@google-ai/generativelanguage": "*" "@google-cloud/storage": ^6.10.1 || ^7.7.0 "@gradientai/nodejs-sdk": ^1.2.0 - "@huggingface/inference": ^4.0.5 - "@huggingface/transformers": ^3.5.2 + "@huggingface/inference": ^2.6.4 + "@huggingface/transformers": ^3.2.3 "@ibm-cloud/watsonx-ai": "*" "@lancedb/lancedb": ^0.12.0 - "@langchain/core": ">=0.3.58 <0.4.0" + "@langchain/core": ">=0.2.21 <0.4.0" "@layerup/layerup-security": ^1.5.12 "@libsql/client": ^0.14.0 "@mendable/firecrawl-js": ^1.4.3 @@ -3170,7 +3845,7 @@ __metadata: "@pinecone-database/pinecone": "*" "@planetscale/database": ^1.8.0 "@premai/prem-sdk": ^0.3.25 - "@qdrant/js-client-rest": ^1.15.0 + "@qdrant/js-client-rest": ^1.8.2 "@raycast/api": ^1.55.2 "@rockset/client": ^0.9.1 "@smithy/eventstream-codec": ^2.0.5 @@ -3228,7 +3903,7 @@ __metadata: mammoth: ^1.6.0 mariadb: ^3.4.0 mem0ai: ^2.1.8 - mongodb: ^6.17.0 + mongodb: ">=5.2.0" mysql2: ^3.9.8 neo4j-driver: "*" notion-to-md: ^3.1.0 @@ -3250,7 +3925,7 @@ __metadata: typesense: ^1.5.3 usearch: ^1.1.1 voy-search: 0.6.2 - weaviate-client: ^3.5.2 + weaviate-ts-client: "*" web-auth-library: ^1.0.3 word-extractor: "*" ws: ^8.14.2 @@ -3494,7 +4169,7 @@ __metadata: optional: true voy-search: optional: true - weaviate-client: + weaviate-ts-client: optional: true web-auth-library: optional: true @@ -3504,7 +4179,7 @@ __metadata: optional: true youtubei.js: optional: true - checksum: 10c0/48a9ed37ded17c4a957c2f16d5ddcc5b0e3c607199d15afe6118bc60516b2d181098e09e6ebdf409813ad858871321a1d86116f1b99e035a26af2fa5d3833ddb + checksum: 10c0/5ece515520fea34c19f9cf8d672a3afe86ffa55b5ccfb780ff2df743f7ab1bbea96875df9bb34857916cfac9ef9577b6d85b7288676ffb4ad5af84380451e190 languageName: node linkType: hard @@ -3563,14 +4238,16 @@ __metadata: linkType: hard "@langchain/ollama@npm:^0.2.1": - version: 0.2.3 - resolution: "@langchain/ollama@npm:0.2.3" + version: 0.2.1 + resolution: "@langchain/ollama@npm:0.2.1" dependencies: ollama: "npm:^0.5.12" uuid: "npm:^10.0.0" + zod: "npm:^3.24.1" + zod-to-json-schema: "npm:^3.24.1" peerDependencies: - "@langchain/core": ">=0.3.58 <0.4.0" - checksum: 10c0/9a62022c06d99ea9515555622d8b989594721f82731d529f86f6300824d67101357208209d2b9b98f2b2d7ca46cbe54c49a20d69ac39fda2f7322115c65a9dea + "@langchain/core": ">=0.2.21 <0.4.0" + checksum: 10c0/be3083a15e879f2c19d0a51aafb88a3ba4ea69f9fdd90e6069b84edd92649c00a29a34cb885746e099f5cab0791b55df3776cd582cba7de299b8bd574d32b8c1 languageName: node linkType: hard @@ -3588,16 +4265,17 @@ __metadata: languageName: node linkType: hard -"@langchain/openai@npm:>=0.1.0 <0.7.0, @langchain/openai@npm:>=0.2.0 <0.7.0": - version: 0.6.7 - resolution: "@langchain/openai@npm:0.6.7" +"@langchain/openai@npm:>=0.1.0 <0.6.0, @langchain/openai@npm:>=0.2.0 <0.6.0": + version: 0.5.5 + resolution: "@langchain/openai@npm:0.5.5" dependencies: js-tiktoken: "npm:^1.0.12" - openai: "npm:^5.12.1" - zod: "npm:^3.25.32" + openai: "npm:^4.87.3" + zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.22.3" peerDependencies: - "@langchain/core": ">=0.3.68 <0.4.0" - checksum: 10c0/6483070e0715af62b896c3b16860fa02e8579eb0a30bdd1e289eebc5c90e92e347d218a45746865ca13f41618ffda80c0e25751ba53e074b8582c82aa70b9d68 + "@langchain/core": ">=0.3.39 <0.4.0" + checksum: 10c0/475c040f473f9c9270e8130c86d480f68834af5723e7e9b761c60152cafe5bc162e87856a4c654b12d6fe8f0cf99b27247b3869e4c0c79797847263523e045d4 languageName: node linkType: hard @@ -3626,18 +4304,6 @@ __metadata: languageName: node linkType: hard -"@langchain/weaviate@npm:^0.2.0": - version: 0.2.1 - resolution: "@langchain/weaviate@npm:0.2.1" - dependencies: - uuid: "npm:^10.0.0" - weaviate-client: "npm:^3.5.2" - peerDependencies: - "@langchain/core": ">=0.2.21 <0.4.0" - checksum: 10c0/34a3d4c386f3fd0d1fbde857e8815feb8dca9de5f6607cc4b10ffd580dcdc7247cb13caaf824e7b99210717e8767f7407e809e2aa90d1902e4af764a973b227b - languageName: node - linkType: hard - "@lezer/common@npm:^1.0.0, @lezer/common@npm:^1.0.2, @lezer/common@npm:^1.0.3, @lezer/common@npm:^1.1.0, @lezer/common@npm:^1.2.0, @lezer/common@npm:^1.2.1": version: 1.2.3 resolution: "@lezer/common@npm:1.2.3" @@ -3657,13 +4323,13 @@ __metadata: linkType: hard "@lezer/css@npm:^1.1.0, @lezer/css@npm:^1.1.7": - version: 1.3.0 - resolution: "@lezer/css@npm:1.3.0" + version: 1.2.1 + resolution: "@lezer/css@npm:1.2.1" dependencies: "@lezer/common": "npm:^1.2.0" "@lezer/highlight": "npm:^1.0.0" "@lezer/lr": "npm:^1.3.0" - checksum: 10c0/ca63614cbc1b3d884b80de86a76acfd35b19a0134ebeb0fb93f677f6dc034b79fb493168c3ef17143642264b59011dd28a26c6909861f02c8fd715e298477577 + checksum: 10c0/3248bd25e973b88208e50b0881f553ed29451ea7351ae0aed99d0217bda342c5e20173d43a2bbe8f1996a60a05a5986089d61714eecf490c9c67015cbdb297db languageName: node linkType: hard @@ -3731,6 +4397,16 @@ __metadata: languageName: node linkType: hard +"@lezer/lezer@npm:^1.0.0": + version: 1.1.2 + resolution: "@lezer/lezer@npm:1.1.2" + dependencies: + "@lezer/highlight": "npm:^1.0.0" + "@lezer/lr": "npm:^1.0.0" + checksum: 10c0/7e769be79fe59eb0616880ad7b14ac184544baa512316a8ab4c7b5b66de616858f5ebeb426598440ee95b4df586a80bba6bfb51affecfb270809eefd7f7ebb17 + languageName: node + linkType: hard + "@lezer/lr@npm:^1.0.0, @lezer/lr@npm:^1.1.0, @lezer/lr@npm:^1.3.0, @lezer/lr@npm:^1.3.1, @lezer/lr@npm:^1.3.10, @lezer/lr@npm:^1.3.3, @lezer/lr@npm:^1.4.0, @lezer/lr@npm:^1.4.2": version: 1.4.2 resolution: "@lezer/lr@npm:1.4.2" @@ -3751,13 +4427,13 @@ __metadata: linkType: hard "@lezer/php@npm:^1.0.0": - version: 1.0.4 - resolution: "@lezer/php@npm:1.0.4" + version: 1.0.2 + resolution: "@lezer/php@npm:1.0.2" dependencies: "@lezer/common": "npm:^1.2.0" "@lezer/highlight": "npm:^1.0.0" "@lezer/lr": "npm:^1.1.0" - checksum: 10c0/c0780f0718673cf9afeb0c683826745bf9da4d542bf6ef4fcf0d060bd53d5b6665e63a18a39bd082291206332d60b8c89b97f1470d5e133797d4ceb28e0349fe + checksum: 10c0/55525c3cc4a769ddbc2af3acc45c088cdbdacdf6491ed5f63e0cadac307b500e004a70c03797ba552c9047083155a0a1a90ef2966d460ba03d1d093bd7abd0d7 languageName: node linkType: hard @@ -3973,8 +4649,8 @@ __metadata: linkType: hard "@modelcontextprotocol/sdk@npm:^1.17.0": - version: 1.17.3 - resolution: "@modelcontextprotocol/sdk@npm:1.17.3" + version: 1.17.0 + resolution: "@modelcontextprotocol/sdk@npm:1.17.0" dependencies: ajv: "npm:^6.12.6" content-type: "npm:^1.0.5" @@ -3988,7 +4664,7 @@ __metadata: raw-body: "npm:^3.0.0" zod: "npm:^3.23.8" zod-to-json-schema: "npm:^3.24.1" - checksum: 10c0/23df0949724279eaa620f2780e3c731dcf746311f3175e3cba602643aacf9ee6dbcf99daeab3fa848296fe9ac971456fc031c79c1b55870dd019baf0263fd080 + checksum: 10c0/ac497edeb05a434bf8092475e4354ec602644b0197735d3bcd809ee1922f2078ab71e7d8d9dbe1c42765978fa3f2f807df01a2a3ad421c986f0b2207c3a40a68 languageName: node linkType: hard @@ -4010,14 +4686,14 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^1.0.3": - version: 1.0.3 - resolution: "@napi-rs/wasm-runtime@npm:1.0.3" +"@napi-rs/wasm-runtime@npm:^1.0.1": + version: 1.0.1 + resolution: "@napi-rs/wasm-runtime@npm:1.0.1" dependencies: "@emnapi/core": "npm:^1.4.5" "@emnapi/runtime": "npm:^1.4.5" "@tybys/wasm-util": "npm:^0.10.0" - checksum: 10c0/7918d82477e75931b6e35bb003464382eb93e526362f81a98bf8610407a67b10f4d041931015ad48072c89db547deb7e471dfb91f4ab11ac63a24d8580297f75 + checksum: 10c0/3244105b75637d8d39e76782921fe46e48105bcd390db01a10dc7b596ee99af0f06b7f2b841d7632e756bd3220a5d595b9d426a5453da1ccc895900b894d098f languageName: node linkType: hard @@ -4028,6 +4704,25 @@ __metadata: languageName: node linkType: hard +"@nextjournal/lang-clojure@npm:^1.0.0": + version: 1.0.0 + resolution: "@nextjournal/lang-clojure@npm:1.0.0" + dependencies: + "@codemirror/language": "npm:^6.0.0" + "@nextjournal/lezer-clojure": "npm:1.0.0" + checksum: 10c0/a454e6bfe600bf758bb8bab0a479f3df8fa1eb52a3744d6d1508ebdd801e703af66e7e9f5c61b6f7080ab5178ce0c53792d402145445656c6e0afdaa4dd63a83 + languageName: node + linkType: hard + +"@nextjournal/lezer-clojure@npm:1.0.0": + version: 1.0.0 + resolution: "@nextjournal/lezer-clojure@npm:1.0.0" + dependencies: + "@lezer/lr": "npm:^1.0.0" + checksum: 10c0/a37584d8a95a3d96a310954ce9ee821855d8b23e616af12fa1223c900602300727ac22b55b5366ec5404969f4f4f4daa50453d3057de27e21d6a863c2f0a9299 + languageName: node + linkType: hard + "@nodelib/fs.scandir@npm:2.1.5": version: 2.1.5 resolution: "@nodelib/fs.scandir@npm:2.1.5" @@ -4319,9 +5014,9 @@ __metadata: linkType: hard "@opentelemetry/semantic-conventions@npm:^1.29.0": - version: 1.36.0 - resolution: "@opentelemetry/semantic-conventions@npm:1.36.0" - checksum: 10c0/edc8a6fe3ec4fc0c67ba3a92b86fb3dcc78fe1eb4f19838d8013c3232b9868540a034dd25cfe0afdd5eae752c5f0e9f42272ff46da144a2d5b35c644478e1c62 + version: 1.34.0 + resolution: "@opentelemetry/semantic-conventions@npm:1.34.0" + checksum: 10c0/a51a32a5cf5c803bd2125a680d0abacbff632f3b255d0fe52379dac191114a0e8d72a34f9c46c5483ccfe91c4061c309f3cf61a19d11347e2a69779e82cfefd0 languageName: node linkType: hard @@ -4332,10 +5027,10 @@ __metadata: languageName: node linkType: hard -"@oxc-project/runtime@npm:=0.81.0": - version: 0.81.0 - resolution: "@oxc-project/runtime@npm:0.81.0" - checksum: 10c0/735d9f29499ef613d3ad45dc81616c627c9f0cf827f2dbe7fabcfbce7006d49bd6e79fd008dc5b9eba4a8a65fdd510eb7e6c07ee839721bf6e381cd97f092343 +"@oxc-project/runtime@npm:=0.77.3": + version: 0.77.3 + resolution: "@oxc-project/runtime@npm:0.77.3" + checksum: 10c0/e2e9d64c9af481c4cad78240f8d5bf252567b026cf857c93bbc43a296b15f2b71cdf99e8890184cc60e26ec9178de4b209ba2729dbe99dab8dc09f8cfa592820 languageName: node linkType: hard @@ -4346,10 +5041,10 @@ __metadata: languageName: node linkType: hard -"@oxc-project/types@npm:=0.81.0": - version: 0.81.0 - resolution: "@oxc-project/types@npm:0.81.0" - checksum: 10c0/10a96658d007c16e0b65b5f058f2a4affee29511330ca6abcb7d542aa381b2c2aa313fa34dec246816303836ed30f812418f732de836cd8d7beacf326f898ab4 +"@oxc-project/types@npm:=0.77.3": + version: 0.77.3 + resolution: "@oxc-project/types@npm:0.77.3" + checksum: 10c0/aaccfccd59605a46b605b9c2dd966dc470f593ccb66c2a89c189ccbe90fc768e9bf9abfa82f4302addf9881d372ea9c4e634597ad078cf4f76219ce4d9886119 languageName: node linkType: hard @@ -4522,21 +5217,21 @@ __metadata: languageName: node linkType: hard -"@pkgr/core@npm:^0.2.9": - version: 0.2.9 - resolution: "@pkgr/core@npm:0.2.9" - checksum: 10c0/ac8e4e8138b1a7a4ac6282873aef7389c352f1f8b577b4850778f5182e4a39a5241facbe48361fec817f56d02b51691b383010843fb08b34a8e8ea3614688fd5 +"@pkgr/core@npm:^0.2.3": + version: 0.2.4 + resolution: "@pkgr/core@npm:0.2.4" + checksum: 10c0/2528a443bbbef5d4686614e1d73f834f19ccbc975f62b2a64974a6b97bcdf677b9c5e8948e04808ac4f0d853e2f422adfaae2a06e9e9f4f5cf8af76f1adf8dc1 languageName: node linkType: hard "@playwright/test@npm:^1.52.0": - version: 1.54.2 - resolution: "@playwright/test@npm:1.54.2" + version: 1.52.0 + resolution: "@playwright/test@npm:1.52.0" dependencies: - playwright: "npm:1.54.2" + playwright: "npm:1.52.0" bin: playwright: cli.js - checksum: 10c0/a032d9714a91d6dc40405575ca65ec52f95b0ca95974cd0140e2c12b6c39fbe5311239b2d581b289acaa1e227dd871cf5c43a537f32457f6329723e4add6e6f1 + checksum: 10c0/1c428b421593eb4f79b7c99783a389c3ab3526c9051ec772749f4fca61414dfa9f2344eba846faac5f238084aa96c836364a91d81d3034ac54924f239a93e247 languageName: node linkType: hard @@ -4733,7 +5428,24 @@ __metadata: languageName: node linkType: hard -"@rc-component/trigger@npm:^2.0.0, @rc-component/trigger@npm:^2.1.1, @rc-component/trigger@npm:^2.3.0": +"@rc-component/trigger@npm:^2.0.0, @rc-component/trigger@npm:^2.1.1": + version: 2.2.6 + resolution: "@rc-component/trigger@npm:2.2.6" + dependencies: + "@babel/runtime": "npm:^7.23.2" + "@rc-component/portal": "npm:^1.1.0" + classnames: "npm:^2.3.2" + rc-motion: "npm:^2.0.0" + rc-resize-observer: "npm:^1.3.1" + rc-util: "npm:^5.44.0" + peerDependencies: + react: ">=16.9.0" + react-dom: ">=16.9.0" + checksum: 10c0/e7ef14099fac74a58301ccf65a003ddaefb6f2a410c950c8354e0d63fd13e21e3a1f32dd4e73a11c7c0c6199e66629f7f3e31c09d887198b974d35805c4de8e1 + languageName: node + linkType: hard + +"@rc-component/trigger@npm:^2.3.0": version: 2.3.0 resolution: "@rc-component/trigger@npm:2.3.0" dependencies: @@ -4751,11 +5463,9 @@ __metadata: linkType: hard "@reduxjs/toolkit@npm:^2.2.5": - version: 2.8.2 - resolution: "@reduxjs/toolkit@npm:2.8.2" + version: 2.6.1 + resolution: "@reduxjs/toolkit@npm:2.6.1" dependencies: - "@standard-schema/spec": "npm:^1.0.0" - "@standard-schema/utils": "npm:^0.3.0" immer: "npm:^10.0.3" redux: "npm:^5.0.1" redux-thunk: "npm:^3.1.0" @@ -4768,7 +5478,7 @@ __metadata: optional: true react-redux: optional: true - checksum: 10c0/6a7a33bad5f1100340757151ff86ca0c4c248f030ae56ce0e6f1d98b39fa87c8f193e9faa2ebd6d5a4c0416921e9f9f7a2bbdd81156c39f08f6bf5ce70c2b927 + checksum: 10c0/6ae5db267f2b0a9da8b59080797c5adb1b92b50c0f2bdd933470206285d684b79ed2b1c4e2d7a0fb4aa9e3772d0e215fdcd3a8e4a4a2aac81400fcd790dbd6cd languageName: node linkType: hard @@ -4779,6 +5489,21 @@ __metadata: languageName: node linkType: hard +"@replit/codemirror-lang-csharp@npm:^6.1.0": + version: 6.2.0 + resolution: "@replit/codemirror-lang-csharp@npm:6.2.0" + peerDependencies: + "@codemirror/autocomplete": ^6.0.0 + "@codemirror/language": ^6.0.0 + "@codemirror/state": ^6.0.0 + "@codemirror/view": ^6.0.0 + "@lezer/common": ^1.0.0 + "@lezer/highlight": ^1.0.0 + "@lezer/lr": ^1.0.0 + checksum: 10c0/c379968e07939a0605376ca607dd1736733083e927fa514c64180093421c92e2e5061c94cbe31e78555fb8fd7f161cd2b581e03a68d107ad338dfa7c2bbb0c72 + languageName: node + linkType: hard + "@replit/codemirror-lang-nix@npm:^6.0.1": version: 6.0.1 resolution: "@replit/codemirror-lang-nix@npm:6.0.1" @@ -4824,16 +5549,16 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-android-arm64@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-android-arm64@npm:1.0.0-beta.32" +"@rolldown/binding-android-arm64@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-android-arm64@npm:1.0.0-beta.29" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rolldown/binding-darwin-arm64@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-beta.32" +"@rolldown/binding-darwin-arm64@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-darwin-arm64@npm:1.0.0-beta.29" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -4845,9 +5570,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-darwin-x64@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-beta.32" +"@rolldown/binding-darwin-x64@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-darwin-x64@npm:1.0.0-beta.29" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -4859,9 +5584,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-freebsd-x64@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-beta.32" +"@rolldown/binding-freebsd-x64@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-freebsd-x64@npm:1.0.0-beta.29" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -4873,9 +5598,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.32" +"@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-linux-arm-gnueabihf@npm:1.0.0-beta.29" conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -4887,9 +5612,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.32" +"@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-linux-arm64-gnu@npm:1.0.0-beta.29" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -4901,9 +5626,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.32" +"@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-linux-arm64-musl@npm:1.0.0-beta.29" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -4915,9 +5640,16 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.32" +"@rolldown/binding-linux-arm64-ohos@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-linux-arm64-ohos@npm:1.0.0-beta.29" + conditions: os=openharmony & cpu=arm64 + languageName: node + linkType: hard + +"@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-linux-x64-gnu@npm:1.0.0-beta.29" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -4929,9 +5661,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.32" +"@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-linux-x64-musl@npm:1.0.0-beta.29" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -4943,18 +5675,11 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-openharmony-arm64@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-openharmony-arm64@npm:1.0.0-beta.32" - conditions: os=openharmony & cpu=arm64 - languageName: node - linkType: hard - -"@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.32" +"@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-wasm32-wasi@npm:1.0.0-beta.29" dependencies: - "@napi-rs/wasm-runtime": "npm:^1.0.3" + "@napi-rs/wasm-runtime": "npm:^1.0.1" conditions: cpu=wasm32 languageName: node linkType: hard @@ -4968,9 +5693,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.32" +"@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-win32-arm64-msvc@npm:1.0.0-beta.29" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -4982,9 +5707,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.32" +"@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-win32-ia32-msvc@npm:1.0.0-beta.29" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -4996,9 +5721,9 @@ __metadata: languageName: node linkType: hard -"@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.32" +"@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/binding-win32-x64-msvc@npm:1.0.0-beta.29" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -5017,10 +5742,10 @@ __metadata: languageName: node linkType: hard -"@rolldown/pluginutils@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "@rolldown/pluginutils@npm:1.0.0-beta.32" - checksum: 10c0/ba3582fc3c35c8eb57b0df2d22d0733b1be83d37edcc258203364773f094f58fc0cb7a056d604603573a69dd0105a466506cad467f59074e1e53d0dc26191f06 +"@rolldown/pluginutils@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "@rolldown/pluginutils@npm:1.0.0-beta.29" + checksum: 10c0/6b53011bb93c83be617a5511197656991b06a2ffa8eb869af211cbb0aed8cc9a6cf48f0a6d0ec92c0daadb912fd74808a635a6a6477f97ca9effaf5606c77deb languageName: node linkType: hard @@ -5041,79 +5766,79 @@ __metadata: languageName: node linkType: hard -"@shikijs/core@npm:3.9.2": - version: 3.9.2 - resolution: "@shikijs/core@npm:3.9.2" +"@shikijs/core@npm:3.9.1": + version: 3.9.1 + resolution: "@shikijs/core@npm:3.9.1" dependencies: - "@shikijs/types": "npm:3.9.2" + "@shikijs/types": "npm:3.9.1" "@shikijs/vscode-textmate": "npm:^10.0.2" "@types/hast": "npm:^3.0.4" hast-util-to-html: "npm:^9.0.5" - checksum: 10c0/0d0720a775baf00a61e73ae781b4fea55f8ac4cb413a4508db9dff17892f0fc2c61544198173ddba54e3fa7acf470a7d88237dea22af3de015672aa99bf85644 + checksum: 10c0/2267cb9b056f29d93d60b5591340161db614719f1cee8e0050af8ca048eb8ee32bac51fcfe536de65dcaeadae8697fba1157c178803daae33771a2baf6bf9672 languageName: node linkType: hard -"@shikijs/engine-javascript@npm:3.9.2": - version: 3.9.2 - resolution: "@shikijs/engine-javascript@npm:3.9.2" +"@shikijs/engine-javascript@npm:3.9.1": + version: 3.9.1 + resolution: "@shikijs/engine-javascript@npm:3.9.1" dependencies: - "@shikijs/types": "npm:3.9.2" + "@shikijs/types": "npm:3.9.1" "@shikijs/vscode-textmate": "npm:^10.0.2" oniguruma-to-es: "npm:^4.3.3" - checksum: 10c0/7ac95da9bc8bc2e1d97dbc3c250363e79b8d00642fe99d63bdf9e13ff359b6e7b04fb19587874289f22b41fdad8adb246733edc9057281e657fc5f5f68df7e3f + checksum: 10c0/9d5e5e0fde46c9fc3813363f61b75cee9b06df10a676609b2006df344123993af94444f7564e44adb877c8299a33fa144c0bf35688370d0a70077249c2a5836b languageName: node linkType: hard -"@shikijs/engine-oniguruma@npm:3.9.2": - version: 3.9.2 - resolution: "@shikijs/engine-oniguruma@npm:3.9.2" +"@shikijs/engine-oniguruma@npm:3.9.1": + version: 3.9.1 + resolution: "@shikijs/engine-oniguruma@npm:3.9.1" dependencies: - "@shikijs/types": "npm:3.9.2" + "@shikijs/types": "npm:3.9.1" "@shikijs/vscode-textmate": "npm:^10.0.2" - checksum: 10c0/0955ea1fcbfefe077a1db44b0706b098b2fc74b532c402e225b2567692a371a7bc830a96d2fb7cf71e4dc3de6e140d9d41f0200f365a2fe50a5e68779e646955 + checksum: 10c0/70eb64cccb043d01f82804a0c630ce1861ab9cb0f79eca31ea550c1f9c6e7de2f37094c4c28f0fca81b26d78b77287d11c110809e7f76a59829c443abd88ef2c languageName: node linkType: hard -"@shikijs/langs@npm:3.9.2": - version: 3.9.2 - resolution: "@shikijs/langs@npm:3.9.2" +"@shikijs/langs@npm:3.9.1": + version: 3.9.1 + resolution: "@shikijs/langs@npm:3.9.1" dependencies: - "@shikijs/types": "npm:3.9.2" - checksum: 10c0/8adfe2fe3d874db69912d349cf03a0544d9b555987a421436b86b09795135688dbb915726fbaa8c6cd645e18b3b304c9857e32ed43853b3431b5e3694a446a73 + "@shikijs/types": "npm:3.9.1" + checksum: 10c0/94351ef82e0a7a26351eaf70e33a5c0a48727ef052b907cb3c09ebbd3bb8fb1ef7825ae27c0ff2829888d5fb9da24eeca86c914178c354754eefd7fab70a613f languageName: node linkType: hard "@shikijs/markdown-it@npm:^3.9.1": - version: 3.9.2 - resolution: "@shikijs/markdown-it@npm:3.9.2" + version: 3.9.1 + resolution: "@shikijs/markdown-it@npm:3.9.1" dependencies: markdown-it: "npm:^14.1.0" - shiki: "npm:3.9.2" + shiki: "npm:3.9.1" peerDependencies: markdown-it-async: ^2.2.0 peerDependenciesMeta: markdown-it-async: optional: true - checksum: 10c0/d721d68f169155494ea05e7edee6e438c7598d9b4a8c68bc8de1f32a81a5c3555021f81938f9f8ee1e4a3a628c2f11ef02dca31fdf59621f4d61ecb1863db97a + checksum: 10c0/54b7acbf1e12b8686a71fe22b988e1a1475d70bdca5434824f2cb75efc5fc929d9be793c7118e3d9a112589d39197e954b8d47dddbfc1e6981b05b5b1a28d98a languageName: node linkType: hard -"@shikijs/themes@npm:3.9.2": - version: 3.9.2 - resolution: "@shikijs/themes@npm:3.9.2" +"@shikijs/themes@npm:3.9.1": + version: 3.9.1 + resolution: "@shikijs/themes@npm:3.9.1" dependencies: - "@shikijs/types": "npm:3.9.2" - checksum: 10c0/36f31d715955b692bd1c7a907133c7ea573dd898748ccec2b28f25d3cf113641ddc33a8e46b387d1d0c8c3daf523cdbf4d36575a08375f5a1e3ef3c16480f9f4 + "@shikijs/types": "npm:3.9.1" + checksum: 10c0/a061eec4d9dd147d83cda9c41b296263fab92d6113146279a244751b9f016f8af543f91c37dcefe33f47cff9f1a1d7898f78a80169947ac119617b32d16766d4 languageName: node linkType: hard -"@shikijs/types@npm:3.9.2": - version: 3.9.2 - resolution: "@shikijs/types@npm:3.9.2" +"@shikijs/types@npm:3.9.1": + version: 3.9.1 + resolution: "@shikijs/types@npm:3.9.1" dependencies: "@shikijs/vscode-textmate": "npm:^10.0.2" "@types/hast": "npm:^3.0.4" - checksum: 10c0/16375f354ce0cfbe8cf2a83c9d2271f149bb97680b87ec2303837a672d9377b7550cf1e4ae098ea141b5901f786e604761940ee4cc359d0f4747116e4c612304 + checksum: 10c0/c726478ae36ca078a8b9d61a9b51b83fe32b7af2cfe7ae597828b2ffccbd24858d955c49d0786af13ebd04cfbb9d192067499c410a05c41eb38da57928424076 languageName: node linkType: hard @@ -5145,6 +5870,16 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/abort-controller@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/eb172b002fb92406c69b83460f949ace73247e6abd85d0d3714de2765c5db7b98070b9abfb630e2c591dd7b2ff770cc24f7737c1c207581f716c402b16bf46f9 + languageName: node + linkType: hard + "@smithy/abort-controller@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/abort-controller@npm:4.0.5" @@ -5174,6 +5909,19 @@ __metadata: languageName: node linkType: hard +"@smithy/config-resolver@npm:^4.1.4": + version: 4.1.4 + resolution: "@smithy/config-resolver@npm:4.1.4" + dependencies: + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + tslib: "npm:^2.6.2" + checksum: 10c0/41832a42f8da7143732c71098b410f4ddcb096066126f7e8f45bae8d9aeb95681bd0d0d54886f46244c945c63829ca5d23373d4de31a038487aa07159722ef4e + languageName: node + linkType: hard + "@smithy/config-resolver@npm:^4.1.5": version: 4.1.5 resolution: "@smithy/config-resolver@npm:4.1.5" @@ -5187,6 +5935,40 @@ __metadata: languageName: node linkType: hard +"@smithy/core@npm:^3.6.0": + version: 3.6.0 + resolution: "@smithy/core@npm:3.6.0" + dependencies: + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.2" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/015874e1c44815b6e50594f2983a1a88e3c4f777760d062b2e31b402e8d145ce5c64b33065eaa97fd37867ef6c95493ddc62f3775cd7102e6fd41c9808be219a + languageName: node + linkType: hard + +"@smithy/core@npm:^3.7.0, @smithy/core@npm:^3.7.1": + version: 3.7.1 + resolution: "@smithy/core@npm:3.7.1" + dependencies: + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-stream": "npm:^4.2.3" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/3828f48b776a50ee58896fd8fdcd2ae28e2142114118b5ee78892c6e40f74c63f7dbb39199a324f9858d87ca3362e72563e47ddd81c38895da070c9503325405 + languageName: node + linkType: hard + "@smithy/core@npm:^3.8.0": version: 3.8.0 resolution: "@smithy/core@npm:3.8.0" @@ -5206,6 +5988,19 @@ __metadata: languageName: node linkType: hard +"@smithy/credential-provider-imds@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/credential-provider-imds@npm:4.0.6" + dependencies: + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + tslib: "npm:^2.6.2" + checksum: 10c0/b1f3157d0a7b9f9155ac80aeac70d7db896d23d0322a6b38f0e848f1e53864ba1bca6d3dc5dd9af86446c371ebc5bffe01f0712ad562e7635e7d13e532622aa4 + languageName: node + linkType: hard + "@smithy/credential-provider-imds@npm:^4.0.7": version: 4.0.7 resolution: "@smithy/credential-provider-imds@npm:4.0.7" @@ -5219,7 +6014,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^4.0.1, @smithy/eventstream-codec@npm:^4.0.5": +"@smithy/eventstream-codec@npm:^4.0.1": version: 4.0.5 resolution: "@smithy/eventstream-codec@npm:4.0.5" dependencies: @@ -5231,46 +6026,84 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-serde-browser@npm:4.0.5" +"@smithy/eventstream-codec@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-codec@npm:4.0.4" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@aws-crypto/crc32": "npm:5.2.0" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-hex-encoding": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/352c6b73482d844f8184d6e6ffd28b1f69b376b59a3246a0ab967c990c15b11507323ff6362b27478062865e131739b27bafa7c6dedfa4c52ac8d795ce0cf8f5 + checksum: 10c0/89b76826d4d3bf97317e3539ece105b9a03552144ad816a687b0b2cbca60e2b3513062c04b6cfacaffb270d616ffc8ac8bf549afc4aa676a6d7465df5a3215ba languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^4.1.3": - version: 4.1.3 - resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.3" +"@smithy/eventstream-serde-browser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-serde-browser@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/eventstream-serde-universal": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/bfe98977649bcbfbe93cdbfb118c363759da6910ca8fa462870427dbc6f1f2f835103831147eee7eef27ace1bc58b65a40969c4630cf76be1eedfcd36996fd28 + checksum: 10c0/b2444538555c54ac96d4049b0be3a65d959914bcd5198a8059edc838c7ffac5a1db225290194f85ea8805c47c1edc95484dfeb415cb2004ec3e572880f4fc8c5 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-serde-node@npm:4.0.5" +"@smithy/eventstream-serde-config-resolver@npm:^4.1.2": + version: 4.1.2 + resolution: "@smithy/eventstream-serde-config-resolver@npm:4.1.2" dependencies: - "@smithy/eventstream-serde-universal": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/21c389202d2db2bcff23166b220ff3ba6c178f2b9eff1918317cca24c49cb6e0a53ab7f43fb8039f776f63ffd3a2bf69c909dafa5199d5d4278797cb121d3daa + checksum: 10c0/54184a29d1e42f1b972292efc3a5cbbe3ca237cd9ab76132bad40e8426fa62d0b7f6fdac01f23e3a9cac69919107ddfd9d2f2873f83ae1f65470d3052c67cefc languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/eventstream-serde-universal@npm:4.0.5" +"@smithy/eventstream-serde-node@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-serde-node@npm:4.0.4" dependencies: - "@smithy/eventstream-codec": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/eventstream-serde-universal": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/183c6d4895395bbea34d12d3a87e9c69cc598c19e0cf51ba0036277ab520230fdc4b27026d1e438304b3ac4624a4408df15fc037f5c6a96bec0c71c400711170 + checksum: 10c0/e6d0765a73332c79b69531ed20c27e49475173da09ce21e4c011a64d8a61d7c5c328c9bc1cab991e145fc969b16071ffd6a33ab11291c0fa2a46e8dae28da23b + languageName: node + linkType: hard + +"@smithy/eventstream-serde-universal@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/eventstream-serde-universal@npm:4.0.4" + dependencies: + "@smithy/eventstream-codec": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/f0c18efa6cafa111ed20c8c53b4a7b6a0f8e25ccb0d2cafdf83282ebc6f96e47f26daf24b5b810ea83a02e03c994c35419d94fad76871f2cc6cb01d2aed277d9 + languageName: node + linkType: hard + +"@smithy/fetch-http-handler@npm:^5.0.4": + version: 5.0.4 + resolution: "@smithy/fetch-http-handler@npm:5.0.4" + dependencies: + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/ce57acfcd40a6ff3965c5f14b432c5ab87f0b0766766960224d4af79af85e37d61da2db6dc5cfa16bf4b8f2d8966a2838d2ee6eef8d5cd5a837aacbc01517851 + languageName: node + linkType: hard + +"@smithy/fetch-http-handler@npm:^5.1.0": + version: 5.1.0 + resolution: "@smithy/fetch-http-handler@npm:5.1.0" + dependencies: + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/9bd54f40f00f35a4eee3c359e5942fc5c6ea1c43d7c708e5dd2cd74e8291c55fc6f1ce043d66eea7c1ca687dda682899058967c5b92df75ab56e44a773bb8679 languageName: node linkType: hard @@ -5287,15 +6120,27 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/hash-blob-browser@npm:4.0.5" +"@smithy/hash-blob-browser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/hash-blob-browser@npm:4.0.4" dependencies: "@smithy/chunked-blob-reader": "npm:^5.0.0" "@smithy/chunked-blob-reader-native": "npm:^4.0.0" - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/d44a12847dabe3ba33b52306ef8f0f61ed22943d12a1fe2d669a5425d9e7b97fc1fd52b78bd362ba56a24c8f0723630e579f2de5362cddc9c8060854150545d9 + checksum: 10c0/f970058c2e04e86427e1474355199027fc84dc1d96d9a2278ed37904458d37b020472541390558bd3fb071bbd177b2850b18ceb1beb39d387fead06a2912f974 + languageName: node + linkType: hard + +"@smithy/hash-node@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/hash-node@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/07beb38643990f6c055457765d65af2aedd5944d819025df90d1f2f59596d1a1394cd8c9035ac6d343bc55e3afeb186b51b0ac91938024da8687120fc0b436dc languageName: node linkType: hard @@ -5311,14 +6156,24 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/hash-stream-node@npm:4.0.5" +"@smithy/hash-stream-node@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/hash-stream-node@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.3.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/19c7ce086eb86c3a8660a587c70278ab8e201aed10157e6c2f1a7d8071967429bf70b3cd6e81fb29042b3c3ffcf40866bc94ada34b86a1688dc28527884f10de + checksum: 10c0/4899132433f520e45972bbacb6a999da8d7ccf4c813f2fb28b1af65eaf268ba549b2c37dd54a586cd7bcd82f6e4cec914651a6446b3fb3e1f226ca1864051535 + languageName: node + linkType: hard + +"@smithy/invalid-dependency@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/invalid-dependency@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/5e5a6282c17a7310f8e866c7e34fa07479d42c650cf3c1875bdb0ec38d5280eeac82a269605a3521b8fa455b92673d8fd5e97eb997acf81a80da82d6f501d651 languageName: node linkType: hard @@ -5350,14 +6205,25 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^4.0.5": - version: 4.0.5 - resolution: "@smithy/md5-js@npm:4.0.5" +"@smithy/md5-js@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/md5-js@npm:4.0.4" dependencies: - "@smithy/types": "npm:^4.3.2" + "@smithy/types": "npm:^4.3.1" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/30f015e5846963189aef4204029506c145e7c6106983bf0cb0ace88fcfc90c8a97094d65b73a79a86406bfcf70932bab9b7a6074fcac481afd0e078955bc95eb + checksum: 10c0/7c66405dca5d7df6694367dbb4a3d9f13fdfe2589abc81f85d5fb7bf876e1382578d9c477d2256d4b5bc59951c3c534e51eb65c53c2fb3251080f16d1d7ea82c + languageName: node + linkType: hard + +"@smithy/middleware-content-length@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/middleware-content-length@npm:4.0.4" + dependencies: + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/fde43ff13f0830c4608b83cf6e2bd3ae142aa6eb3df6f6c190c2564dd00c2c98f4f95da9146c69bc09115ad87ffc9dc24935d1a3d6d3b2383a9c8558d9177dd6 languageName: node linkType: hard @@ -5372,6 +6238,38 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-endpoint@npm:^4.1.13": + version: 4.1.13 + resolution: "@smithy/middleware-endpoint@npm:4.1.13" + dependencies: + "@smithy/core": "npm:^3.6.0" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-middleware": "npm:^4.0.4" + tslib: "npm:^2.6.2" + checksum: 10c0/a4f605ba95d59e5afbad326ed0a1417fb33cb1c6085a9c13f765520d3732e223ab501033457eab72ed223d41ce0a079d6895ebb3954935b2a6d25b223c4ef72c + languageName: node + linkType: hard + +"@smithy/middleware-endpoint@npm:^4.1.15, @smithy/middleware-endpoint@npm:^4.1.16": + version: 4.1.16 + resolution: "@smithy/middleware-endpoint@npm:4.1.16" + dependencies: + "@smithy/core": "npm:^3.7.1" + "@smithy/middleware-serde": "npm:^4.0.8" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + "@smithy/url-parser": "npm:^4.0.4" + "@smithy/util-middleware": "npm:^4.0.4" + tslib: "npm:^2.6.2" + checksum: 10c0/9f19d65ec1ed88e6a7a214821087286304199bbc613b157cca9dd7eab12f3ab6554fb38b9681759c75285210b21b4cc1527add1eafd46f9f5bfb8ca5679eebeb + languageName: node + linkType: hard + "@smithy/middleware-endpoint@npm:^4.1.18": version: 4.1.18 resolution: "@smithy/middleware-endpoint@npm:4.1.18" @@ -5388,6 +6286,40 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-retry@npm:^4.1.14": + version: 4.1.14 + resolution: "@smithy/middleware-retry@npm:4.1.14" + dependencies: + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/service-error-classification": "npm:^4.0.6" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + tslib: "npm:^2.6.2" + uuid: "npm:^9.0.1" + checksum: 10c0/a720f366f3c8b5ea9d35bf38718d3885492fe896288623f9e5b3c293bfea14bc530b9107da100abdac3ff45bebbe1335f6da928c005fc78dbdefab2d65f1269d + languageName: node + linkType: hard + +"@smithy/middleware-retry@npm:^4.1.16": + version: 4.1.17 + resolution: "@smithy/middleware-retry@npm:4.1.17" + dependencies: + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/service-error-classification": "npm:^4.0.6" + "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-retry": "npm:^4.0.6" + tslib: "npm:^2.6.2" + uuid: "npm:^9.0.1" + checksum: 10c0/d8b8ce6180a1b9bef099c95a0f8bfcd232f12fc662a65f7ac2d65839009678af33665284c29b8abdb92de47f20f40ec95307a5f1d74623a3374158d800598b43 + languageName: node + linkType: hard + "@smithy/middleware-retry@npm:^4.1.19": version: 4.1.19 resolution: "@smithy/middleware-retry@npm:4.1.19" @@ -5406,6 +6338,17 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-serde@npm:^4.0.8": + version: 4.0.8 + resolution: "@smithy/middleware-serde@npm:4.0.8" + dependencies: + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/11414e584780716b2b0487fe748da9927943d4d810b5b0161e73df6ab24a4d17f675773287f95868c57a71013385f7b027eb2afbab1eed3dbaafef754b482b27 + languageName: node + linkType: hard + "@smithy/middleware-serde@npm:^4.0.9": version: 4.0.9 resolution: "@smithy/middleware-serde@npm:4.0.9" @@ -5417,6 +6360,16 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-stack@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/middleware-stack@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/b29b6430e31f11683f0ce0e06d21a4bfe6cb791ce1eb5686533559baa81698f617bfbfdac06f569e13f077ce177cb70e55f4db20701906b3e344d9294817f382 + languageName: node + linkType: hard + "@smithy/middleware-stack@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/middleware-stack@npm:4.0.5" @@ -5427,6 +6380,18 @@ __metadata: languageName: node linkType: hard +"@smithy/node-config-provider@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/node-config-provider@npm:4.1.3" + dependencies: + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/shared-ini-file-loader": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/bea20b3f92290fbefa32d30c4ac7632f94d4e89b5432dfe5a2d0c6261bfd90e882d62dd02e0a4e65f3bc89f815b19e44d7bb103a78b6c77941cc186450ad79f1 + languageName: node + linkType: hard + "@smithy/node-config-provider@npm:^4.1.4": version: 4.1.4 resolution: "@smithy/node-config-provider@npm:4.1.4" @@ -5439,6 +6404,32 @@ __metadata: languageName: node linkType: hard +"@smithy/node-http-handler@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/node-http-handler@npm:4.0.6" + dependencies: + "@smithy/abort-controller": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/bde23701b6166b76958cbc194d551a139e3dcc1d05a6c7de3d5b14f54934ca5a49a28d13d8ec4b012716aae816cd0c8c4735c959d5ef697a7a1932fbcfc5d7f2 + languageName: node + linkType: hard + +"@smithy/node-http-handler@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/node-http-handler@npm:4.1.0" + dependencies: + "@smithy/abort-controller": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/querystring-builder": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/6212b86b62dc44d0d8eb3949428b2ddbb5d064e722979fc5384ec52367b8246b19619732822514e0be9d6455b8c2c41d29f46a74bf43548cc2713ea7552c07a8 + languageName: node + linkType: hard + "@smithy/node-http-handler@npm:^4.1.1": version: 4.1.1 resolution: "@smithy/node-http-handler@npm:4.1.1" @@ -5452,6 +6443,16 @@ __metadata: languageName: node linkType: hard +"@smithy/property-provider@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/property-provider@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/c370efbb43ab01fb6050fbf4c231bbe2fb7d660256adeee40c0c4c14b7af1b9b75c36f6924aeacdd2885fad1aaf0655047cafe5f0d22f5e371cbd25ff2f04b27 + languageName: node + linkType: hard + "@smithy/property-provider@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/property-provider@npm:4.0.5" @@ -5462,6 +6463,16 @@ __metadata: languageName: node linkType: hard +"@smithy/protocol-http@npm:^5.1.2": + version: 5.1.2 + resolution: "@smithy/protocol-http@npm:5.1.2" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/50fb026efa321e65a77f9747312eeb428ff2196095c15ed5937efe807a4734c47746759ccf2dbc84a45719effcbc81221662289be6d4d5ec122afb0e3cd66fd9 + languageName: node + linkType: hard + "@smithy/protocol-http@npm:^5.1.3": version: 5.1.3 resolution: "@smithy/protocol-http@npm:5.1.3" @@ -5472,6 +6483,17 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-builder@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/querystring-builder@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + "@smithy/util-uri-escape": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/30ec0301fbc2212101391841000a3117ab6c3ae2b6b2a1db230cc1dfcf97738f527b23f859f0a5e843f2a983793b58cdcd21a0ce11ef93fcdf5d8a1ee0d70fbc + languageName: node + linkType: hard + "@smithy/querystring-builder@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/querystring-builder@npm:4.0.5" @@ -5483,6 +6505,16 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-parser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/querystring-parser@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/36bc93732a1628be5dd53748f6f36237bad26de2da810195213541dd35b20eee0b0264160a0de734b9333ca747e0229253d6729d1a8ddc26d176c0b1cce309e0 + languageName: node + linkType: hard + "@smithy/querystring-parser@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/querystring-parser@npm:4.0.5" @@ -5493,6 +6525,15 @@ __metadata: languageName: node linkType: hard +"@smithy/service-error-classification@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/service-error-classification@npm:4.0.6" + dependencies: + "@smithy/types": "npm:^4.3.1" + checksum: 10c0/b67f5ef633fa803f6b9f81f53dcc361253f33e01ffefbcb1beaf29c578834b1381e5f979e25b38985d351142e1ab4ee638cf132a2ba9f6f7a0a806a35da76d86 + languageName: node + linkType: hard + "@smithy/service-error-classification@npm:^4.0.7": version: 4.0.7 resolution: "@smithy/service-error-classification@npm:4.0.7" @@ -5502,6 +6543,16 @@ __metadata: languageName: node linkType: hard +"@smithy/shared-ini-file-loader@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/a3ecabadda13ff6fca99585e7e0086a04c4d2350b8c783b3a23493c2ae0a599f397d3cb80a7e171b7123889340995cada866d320726fa6a03f3063d60d5d0207 + languageName: node + linkType: hard + "@smithy/shared-ini-file-loader@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/shared-ini-file-loader@npm:4.0.5" @@ -5512,6 +6563,22 @@ __metadata: languageName: node linkType: hard +"@smithy/signature-v4@npm:^5.1.2": + version: 5.1.2 + resolution: "@smithy/signature-v4@npm:5.1.2" + dependencies: + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.4" + "@smithy/util-uri-escape": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/83d3870668a6c080c1d0cbecf2e7d1a86c0298cc3a3df9fba21bd942e2a9bcae81eb50960c66bba00c6f9820ef9e5ab3e5ddba67b2d7914a09a82c7887621c0c + languageName: node + linkType: hard + "@smithy/signature-v4@npm:^5.1.3": version: 5.1.3 resolution: "@smithy/signature-v4@npm:5.1.3" @@ -5543,6 +6610,45 @@ __metadata: languageName: node linkType: hard +"@smithy/smithy-client@npm:^4.4.5": + version: 4.4.5 + resolution: "@smithy/smithy-client@npm:4.4.5" + dependencies: + "@smithy/core": "npm:^3.6.0" + "@smithy/middleware-endpoint": "npm:^4.1.13" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.2.2" + tslib: "npm:^2.6.2" + checksum: 10c0/180115cf186a0984db9110b3763db2f84451b65c353ae8e908cc6b6941ad4ad13de690192e7ee50281c83694ab09a7f282bcf4c81a2d839497f515c951d86b38 + languageName: node + linkType: hard + +"@smithy/smithy-client@npm:^4.4.7, @smithy/smithy-client@npm:^4.4.8": + version: 4.4.8 + resolution: "@smithy/smithy-client@npm:4.4.8" + dependencies: + "@smithy/core": "npm:^3.7.1" + "@smithy/middleware-endpoint": "npm:^4.1.16" + "@smithy/middleware-stack": "npm:^4.0.4" + "@smithy/protocol-http": "npm:^5.1.2" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-stream": "npm:^4.2.3" + tslib: "npm:^2.6.2" + checksum: 10c0/2e7a0138dcf8afed63e998254f75d90fdb8da34f96cd09f84c7736eb5118f2b539b1ccb1dce697fdd7df7653d9c34b663731b22bfd1e0cb5dbdd8f797a01dfd9 + languageName: node + linkType: hard + +"@smithy/types@npm:^4.3.1": + version: 4.3.1 + resolution: "@smithy/types@npm:4.3.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/8b350562b9ed4ff97465025b4ae77a34bb07b9d47fb6f9781755aac9401b0355a63c2fef307393e2dae3fa0277149dd7d83f5bc2a63d4ad3519ea32fd56b5cda + languageName: node + linkType: hard + "@smithy/types@npm:^4.3.2": version: 4.3.2 resolution: "@smithy/types@npm:4.3.2" @@ -5552,6 +6658,17 @@ __metadata: languageName: node linkType: hard +"@smithy/url-parser@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/url-parser@npm:4.0.4" + dependencies: + "@smithy/querystring-parser": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/5f4649d9ff618c683e339fa826b1d722419bf8e20d72726fc5fe3cd479ec8c161d4b09b6e24e49b0143a6fb4f9a950d35410db1834e143c28e377b9c529a3657 + languageName: node + linkType: hard + "@smithy/url-parser@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/url-parser@npm:4.0.5" @@ -5621,6 +6738,32 @@ __metadata: languageName: node linkType: hard +"@smithy/util-defaults-mode-browser@npm:^4.0.21": + version: 4.0.21 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.21" + dependencies: + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + bowser: "npm:^2.11.0" + tslib: "npm:^2.6.2" + checksum: 10c0/401d5f83aa0c054755e18742a6f35de50268174d93ad05bd95123fe176870153da3bfc2344ebad23a2a159bd0668f2c0c758a94e3d5696dd59990d5e881c4c1b + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-browser@npm:^4.0.23": + version: 4.0.24 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.24" + dependencies: + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/types": "npm:^4.3.1" + bowser: "npm:^2.11.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f0738ae262dd79c17cfa060a26cfd84de6b51d7a238f3d48bc960f2e9888e68af719b825243c99ec65828edda52883bd70361cedd7224f290981d71963edbc07 + languageName: node + linkType: hard + "@smithy/util-defaults-mode-browser@npm:^4.0.26": version: 4.0.26 resolution: "@smithy/util-defaults-mode-browser@npm:4.0.26" @@ -5634,6 +6777,36 @@ __metadata: languageName: node linkType: hard +"@smithy/util-defaults-mode-node@npm:^4.0.21": + version: 4.0.21 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.21" + dependencies: + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/credential-provider-imds": "npm:^4.0.6" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/smithy-client": "npm:^4.4.5" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/936399758fdecf68b14f7adfcb6a9dbc50b62edeabc6c146affe5f7dc40ccfc42df0c6af882748a8ccc32a54834bcf1d22fd42ec8589242dcabe5b983b67e40c + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-node@npm:^4.0.23": + version: 4.0.24 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.24" + dependencies: + "@smithy/config-resolver": "npm:^4.1.4" + "@smithy/credential-provider-imds": "npm:^4.0.6" + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/property-provider": "npm:^4.0.4" + "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/4ca648d7d660bf62c096d2a4b7639e0178898def45aa5e9d0b5ddd4cd6f49478155465145a44c1634e8e3149b7e6f79a19f91f93e584d765118504bac81225c0 + languageName: node + linkType: hard + "@smithy/util-defaults-mode-node@npm:^4.0.26": version: 4.0.26 resolution: "@smithy/util-defaults-mode-node@npm:4.0.26" @@ -5649,6 +6822,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-endpoints@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/util-endpoints@npm:3.0.6" + dependencies: + "@smithy/node-config-provider": "npm:^4.1.3" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/d7d583c73a0c1ce38188569616cd4d7c95c36c0393516117043962b932f8c743e8cd672d2edd23ea8a9da0e30b84ee0f0ced0709cc8024b70ea8e5f17f505811 + languageName: node + linkType: hard + "@smithy/util-endpoints@npm:^3.0.7": version: 3.0.7 resolution: "@smithy/util-endpoints@npm:3.0.7" @@ -5669,6 +6853,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-middleware@npm:^4.0.4": + version: 4.0.4 + resolution: "@smithy/util-middleware@npm:4.0.4" + dependencies: + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/39530add63ec13dac555846c30e98128316136f7f57bfd8fe876a8c15a7677cb64d0a33fd1f08b671096d769ab3f025d4d8c785a9d7a7cdf42fd0188236b0f32 + languageName: node + linkType: hard + "@smithy/util-middleware@npm:^4.0.5": version: 4.0.5 resolution: "@smithy/util-middleware@npm:4.0.5" @@ -5679,6 +6873,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-retry@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/util-retry@npm:4.0.6" + dependencies: + "@smithy/service-error-classification": "npm:^4.0.6" + "@smithy/types": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/b1d3a5875769300bb74d63243868eba8a8f3567a9b22776cfb11700cfdd10bf10b2ed96bffdc9527d9130daf1be2482ea9217e1865a94efed01fe66e688768f4 + languageName: node + linkType: hard + "@smithy/util-retry@npm:^4.0.7": version: 4.0.7 resolution: "@smithy/util-retry@npm:4.0.7" @@ -5690,6 +6895,38 @@ __metadata: languageName: node linkType: hard +"@smithy/util-stream@npm:^4.2.2": + version: 4.2.2 + resolution: "@smithy/util-stream@npm:4.2.2" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.0.4" + "@smithy/node-http-handler": "npm:^4.0.6" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5e4ef783e41185d291a72e8503d02fd5a5f7bd23f3d30198f3d738c0f27dd6d7ea131fe6fbe36a6ac69b8bd4207f7dfc75a15329764e6aa52f62c45bc5442619 + languageName: node + linkType: hard + +"@smithy/util-stream@npm:^4.2.3": + version: 4.2.3 + resolution: "@smithy/util-stream@npm:4.2.3" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.1.0" + "@smithy/node-http-handler": "npm:^4.1.0" + "@smithy/types": "npm:^4.3.1" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/3321f944a36c7a9a8ef17f5c58b29ef06107c9bc682d7932f2ea9e1b6f839174d07d053e81285bad8b29c11848e799795e6c016648a6e3a8636d8acfe24183ef + languageName: node + linkType: hard + "@smithy/util-stream@npm:^4.2.4": version: 4.2.4 resolution: "@smithy/util-stream@npm:4.2.4" @@ -5735,14 +6972,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^4.0.7": - version: 4.0.7 - resolution: "@smithy/util-waiter@npm:4.0.7" +"@smithy/util-waiter@npm:^4.0.6": + version: 4.0.6 + resolution: "@smithy/util-waiter@npm:4.0.6" dependencies: - "@smithy/abort-controller": "npm:^4.0.5" - "@smithy/types": "npm:^4.3.2" + "@smithy/abort-controller": "npm:^4.0.4" + "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/14caffd913b9b18ff4f33d6bb1f05eef2e354104a6db2b69654d7db4582c4be46b202d46af87a66177a8a3a99082fa8b0948195de8aeb63998c6ed5b04f2bd3d + checksum: 10c0/4027aed03515dfb627c09e0d490f001b912def1142865d0ec8de1fc0422e7c71e96df3efc7b92c7fdfff9030105b2b4213120506d064ad346cc79124708c1b17 languageName: node linkType: hard @@ -5753,13 +6990,6 @@ __metadata: languageName: node linkType: hard -"@standard-schema/utils@npm:^0.3.0": - version: 0.3.0 - resolution: "@standard-schema/utils@npm:0.3.0" - checksum: 10c0/6eb74cd13e52d5fc74054df51e37d947ef53f3ab9e02c085665dcca3c38c60ece8d735cebbdf18fbb13c775fbcb9becb3f53109b0e092a63f0f7389ce0993fd0 - languageName: node - linkType: hard - "@strongtz/win32-arm64-msvc@npm:^0.4.7": version: 0.4.7 resolution: "@strongtz/win32-arm64-msvc@npm:0.4.7" @@ -5927,21 +7157,21 @@ __metadata: languageName: node linkType: hard -"@tanstack/query-core@npm:5.85.3": - version: 5.85.3 - resolution: "@tanstack/query-core@npm:5.85.3" - checksum: 10c0/7db9e78c3648a3d5bc295fff14e7afdf061e38ca55b0004e3f6e6f1f44596f564bf8b59c97b2d1f7ce851792c8eac7008608ccd4de0dfcd6349a4e0943b7d247 +"@tanstack/query-core@npm:5.75.5": + version: 5.75.5 + resolution: "@tanstack/query-core@npm:5.75.5" + checksum: 10c0/3627f9580df5b4a032ff830c1b1f6fa55ae754962a6aaab4ee79607917c9fbd98ce8f7302cc4c88e5b19fd6378689163eb42f32a83c05fe2dc81e7899c94d0df languageName: node linkType: hard "@tanstack/react-query@npm:^5.27.0": - version: 5.85.3 - resolution: "@tanstack/react-query@npm:5.85.3" + version: 5.75.5 + resolution: "@tanstack/react-query@npm:5.75.5" dependencies: - "@tanstack/query-core": "npm:5.85.3" + "@tanstack/query-core": "npm:5.75.5" peerDependencies: react: ^18 || ^19 - checksum: 10c0/3588a6997c5f5302d999f98230894ad3ed5d24b0b063b62c34300e2cd3a715afc7edd97eb8a99408f2f7f85e76812fa87d035dbbc340c95adecade80d1e44ae0 + checksum: 10c0/658e6b36577c531659e19da19ce46005ae36e17517409f4105c4e9181b7ec2ac21bd6d1e2415b8e16004fdd4f7c51b724af1327834b16f1d037edabeaf9b1cbc languageName: node linkType: hard @@ -5965,32 +7195,33 @@ __metadata: linkType: hard "@testing-library/dom@npm:^10.4.0": - version: 10.4.1 - resolution: "@testing-library/dom@npm:10.4.1" + version: 10.4.0 + resolution: "@testing-library/dom@npm:10.4.0" dependencies: "@babel/code-frame": "npm:^7.10.4" "@babel/runtime": "npm:^7.12.5" "@types/aria-query": "npm:^5.0.1" aria-query: "npm:5.3.0" + chalk: "npm:^4.1.0" dom-accessibility-api: "npm:^0.5.9" lz-string: "npm:^1.5.0" - picocolors: "npm:1.1.1" pretty-format: "npm:^27.0.2" - checksum: 10c0/19ce048012d395ad0468b0dbcc4d0911f6f9e39464d7a8464a587b29707eed5482000dad728f5acc4ed314d2f4d54f34982999a114d2404f36d048278db815b1 + checksum: 10c0/0352487720ecd433400671e773df0b84b8268fb3fe8e527cdfd7c11b1365b398b4e0eddba6e7e0c85e8d615f48257753283fccec41f6b986fd6c85f15eb5f84f languageName: node linkType: hard "@testing-library/jest-dom@npm:^6.6.3": - version: 6.7.0 - resolution: "@testing-library/jest-dom@npm:6.7.0" + version: 6.6.3 + resolution: "@testing-library/jest-dom@npm:6.6.3" dependencies: "@adobe/css-tools": "npm:^4.4.0" aria-query: "npm:^5.0.0" + chalk: "npm:^3.0.0" css.escape: "npm:^1.5.1" dom-accessibility-api: "npm:^0.6.3" - picocolors: "npm:^1.1.1" + lodash: "npm:^4.17.21" redent: "npm:^3.0.0" - checksum: 10c0/e6c5be7a49895b152f78727220064397eff4b5232d13a6206296d837c7a783e5add232219d3333962292002b846fc4909482d299ab92db94d5580f84dc5c1a8a + checksum: 10c0/5566b6c0b7b0709bc244aec3aa3dc9e5f4663e8fb2b99d8cd456fc07279e59db6076cbf798f9d3099a98fca7ef4cd50e4e1f4c4dec5a60a8fad8d24a638a5bf6 languageName: node linkType: hard @@ -6160,9 +7391,9 @@ __metadata: linkType: hard "@types/d3-dispatch@npm:*": - version: 3.0.7 - resolution: "@types/d3-dispatch@npm:3.0.7" - checksum: 10c0/38c6605ebf0bf0099dfb70eafe0dd4ae8213368b40b8f930b72a909ff2e7259d2bd8a54d100bb5a44eb4b36f4f2a62dcb37f8be59613ca6b507c7a2f910b3145 + version: 3.0.6 + resolution: "@types/d3-dispatch@npm:3.0.6" + checksum: 10c0/405eb7d0ec139fbf72fa6a43b0f3ca8a1f913bb2cb38f607827e63fca8d4393f021f32f3b96b33c93ddbd37789453a0b3624f14f504add5308fd9aec8a46dda0 languageName: node linkType: hard @@ -6228,7 +7459,7 @@ __metadata: languageName: node linkType: hard -"@types/d3-interpolate@npm:*, @types/d3-interpolate@npm:^3.0.4": +"@types/d3-interpolate@npm:*": version: 3.0.4 resolution: "@types/d3-interpolate@npm:3.0.4" dependencies: @@ -6408,9 +7639,9 @@ __metadata: linkType: hard "@types/estree@npm:*, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.6": - version: 1.0.8 - resolution: "@types/estree@npm:1.0.8" - checksum: 10c0/39d34d1afaa338ab9763f37ad6066e3f349444f9052b9676a7cc0252ef9485a41c6d81c9c4e0d26e9077993354edf25efc853f3224dd4b447175ef62bdcc86a5 + version: 1.0.7 + resolution: "@types/estree@npm:1.0.7" + checksum: 10c0/be815254316882f7c40847336cd484c3bc1c3e34f710d197160d455dc9d6d050ffbf4c3bc76585dba86f737f020ab20bdb137ebe0e9116b0c86c7c0342221b8c languageName: node linkType: hard @@ -6450,13 +7681,12 @@ __metadata: linkType: hard "@types/hoist-non-react-statics@npm:^3.3.1": - version: 3.3.7 - resolution: "@types/hoist-non-react-statics@npm:3.3.7" + version: 3.3.6 + resolution: "@types/hoist-non-react-statics@npm:3.3.6" dependencies: + "@types/react": "npm:*" hoist-non-react-statics: "npm:^3.3.0" - peerDependencies: - "@types/react": "*" - checksum: 10c0/ed8f4e88338f7d021d0f956adf6089d2a12b2e254a03c05292324f2e986d2376eb9efdb8a4f04596823e8fca88c9d06361d20dab4a2a00dc935fb36ac911de55 + checksum: 10c0/149a4c217d81f21f8a1e152160a59d5b99b6a9aa6d354385d5f5bc02760cbf1e170a8442ba92eb653befff44b0c5bc2234bb77ce33e0d11a65f779e8bab5c321 languageName: node linkType: hard @@ -6507,9 +7737,9 @@ __metadata: linkType: hard "@types/lodash@npm:^4.17.5": - version: 4.17.20 - resolution: "@types/lodash@npm:4.17.20" - checksum: 10c0/98cdd0faae22cbb8079a01a3bb65aa8f8c41143367486c1cbf5adc83f16c9272a2a5d2c1f541f61d0d73da543c16ee1d21cf2ef86cb93cd0cc0ac3bced6dd88f + version: 4.17.16 + resolution: "@types/lodash@npm:4.17.16" + checksum: 10c0/cf017901b8ab1d7aabc86d5189d9288f4f99f19a75caf020c0e2c77b8d4cead4db0d0b842d009b029339f92399f49f34377dd7c2721053388f251778b4c23534 languageName: node linkType: hard @@ -6570,39 +7800,30 @@ __metadata: linkType: hard "@types/node-fetch@npm:^2.5.10, @types/node-fetch@npm:^2.6.4": - version: 2.6.13 - resolution: "@types/node-fetch@npm:2.6.13" + version: 2.6.12 + resolution: "@types/node-fetch@npm:2.6.12" dependencies: "@types/node": "npm:*" - form-data: "npm:^4.0.4" - checksum: 10c0/6313c89f62c50bd0513a6839cdff0a06727ac5495ccbb2eeda51bb2bbbc4f3c0a76c0393a491b7610af703d3d2deb6cf60e37e59c81ceeca803ffde745dbf309 + form-data: "npm:^4.0.0" + checksum: 10c0/7693acad5499b7df2d1727d46cff092a63896dc04645f36b973dd6dd754a59a7faba76fcb777bdaa35d80625c6a9dd7257cca9c401a4bab03b04480cda7fd1af languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^24.0.1": - version: 24.2.1 - resolution: "@types/node@npm:24.2.1" +"@types/node@npm:*, @types/node@npm:>=13.7.0, @types/node@npm:^22.7.5, @types/node@npm:^22.7.7": + version: 22.15.29 + resolution: "@types/node@npm:22.15.29" dependencies: - undici-types: "npm:~7.10.0" - checksum: 10c0/439a3c7edf88a298e0c92e46f670234070b892589c3b06e82cc86c47a7e1cf220f4a4b4736ec6ac7e4b9e1c40d7b6d443a1e22f99dd17f13f9dd15de3b32011b + undici-types: "npm:~6.21.0" + checksum: 10c0/602cc88c6150780cd9b5b44604754e0ce13983ae876a538861d6ecfb1511dff289e5576fffd26c841cde2142418d4bb76e2a72a382b81c04557ccb17cff29e1d languageName: node linkType: hard "@types/node@npm:^18.11.18, @types/node@npm:^18.19.9": - version: 18.19.122 - resolution: "@types/node@npm:18.19.122" + version: 18.19.86 + resolution: "@types/node@npm:18.19.86" dependencies: undici-types: "npm:~5.26.4" - checksum: 10c0/1fa545ff27866bd4e39c96e28c622cc354fe4fff0594a39e138eca96e706a30eba6f5cd7a49f13d9223dd93bb189ae9125fdab6604a8c4badade337b2d00d900 - languageName: node - linkType: hard - -"@types/node@npm:^22.7.7": - version: 22.17.1 - resolution: "@types/node@npm:22.17.1" - dependencies: - undici-types: "npm:~6.21.0" - checksum: 10c0/b04063bdabfc4146af05d14d4fd23ee68615194473d0ef971ddef549b80b791f52c8f93abdd8d1092ee0257f3dea862fa233519244fd051e79233cdce614de14 + checksum: 10c0/1017c4ba61661ab30e4b4a78040cb66980919549f56d85755326dcccbe7a0405be7d6be1b2a91bace8eaef0d2a24b63d4f104b381be7f957c2483e465d829690 languageName: node linkType: hard @@ -6624,11 +7845,11 @@ __metadata: linkType: hard "@types/react-dom@npm:^19.0.4": - version: 19.1.7 - resolution: "@types/react-dom@npm:19.1.7" + version: 19.1.2 + resolution: "@types/react-dom@npm:19.1.2" peerDependencies: "@types/react": ^19.0.0 - checksum: 10c0/8db5751c1567552fe4e1ece9f5823b682f2994ec8d30ed34ba0ef984e3c8ace1435f8be93d02f55c350147e78ac8c4dbcd8ed2c3b6a60f575bc5374f588c51c9 + checksum: 10c0/100c341cacba9ec8ae1d47ee051072a3450e9573bf8eeb7262490e341cb246ea0f95a07a1f2077e61cf92648f812a0324c602fcd811bd87b7ce41db2811510cd languageName: node linkType: hard @@ -6650,12 +7871,12 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:^19.0.12": - version: 19.1.10 - resolution: "@types/react@npm:19.1.10" +"@types/react@npm:*, @types/react@npm:^19.0.12": + version: 19.1.2 + resolution: "@types/react@npm:19.1.2" dependencies: csstype: "npm:^3.0.2" - checksum: 10c0/fb583deacd0a815e2775dc1b9f764532d8cacb748ddd2c2914805a46c257ce6c237b4078f44009692074db212ab61a390301c6470f07f5aa5bfdeb78a2acfda1 + checksum: 10c0/76ffe71395c713d4adc3c759465012d3c956db00af35ab7c6d0d91bd07b274b7ce69caa0478c0760311587bd1e38c78ffc9688ebc629f2b266682a19d8750947 languageName: node linkType: hard @@ -6779,146 +8000,121 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/eslint-plugin@npm:8.39.1" +"@typescript-eslint/eslint-plugin@npm:8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/eslint-plugin@npm:8.30.1" dependencies: "@eslint-community/regexpp": "npm:^4.10.0" - "@typescript-eslint/scope-manager": "npm:8.39.1" - "@typescript-eslint/type-utils": "npm:8.39.1" - "@typescript-eslint/utils": "npm:8.39.1" - "@typescript-eslint/visitor-keys": "npm:8.39.1" + "@typescript-eslint/scope-manager": "npm:8.30.1" + "@typescript-eslint/type-utils": "npm:8.30.1" + "@typescript-eslint/utils": "npm:8.30.1" + "@typescript-eslint/visitor-keys": "npm:8.30.1" graphemer: "npm:^1.4.0" - ignore: "npm:^7.0.0" + ignore: "npm:^5.3.1" natural-compare: "npm:^1.4.0" - ts-api-utils: "npm:^2.1.0" + ts-api-utils: "npm:^2.0.1" peerDependencies: - "@typescript-eslint/parser": ^8.39.1 + "@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/7a55de558ed6ea6f09ee0b0d994b4a70e1df9f72e4afc7b3073de1b41504a36d905779304d59c34db700af60da3bb438c62480d30462a13b8b72d0b50318aeee + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/e34e067c977a20fe927a30e5ffd5402b03eb12d1c9dc932e7c4a772e78fda9e34708fa2d12ace34bad2c51ecaf5b8cfaa4b372c0c5550fe06587b721f6eae57b languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/parser@npm:8.39.1" +"@typescript-eslint/parser@npm:8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/parser@npm:8.30.1" dependencies: - "@typescript-eslint/scope-manager": "npm:8.39.1" - "@typescript-eslint/types": "npm:8.39.1" - "@typescript-eslint/typescript-estree": "npm:8.39.1" - "@typescript-eslint/visitor-keys": "npm:8.39.1" + "@typescript-eslint/scope-manager": "npm:8.30.1" + "@typescript-eslint/types": "npm:8.30.1" + "@typescript-eslint/typescript-estree": "npm:8.30.1" + "@typescript-eslint/visitor-keys": "npm:8.30.1" debug: "npm:^4.3.4" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/da30372c4e8dee48a0c421996bf0bf73a62a57039ee6b817eda64de2d70fdb88dd20b50615c81be7e68fd29cdd7852829b859bb8539b4a4c78030f93acaf5664 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/add025d5cfca5cd4d1f74c9297e71de95c945f4efbe6cbfbc72e2cd794cd2684397c7d832bdb5177a1f54398111243d20bd0d2ffdb32a4d5230f1db7cd6fbfb6 languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/project-service@npm:8.39.1" +"@typescript-eslint/scope-manager@npm:8.30.1, @typescript-eslint/scope-manager@npm:^8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/scope-manager@npm:8.30.1" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" + "@typescript-eslint/types": "npm:8.30.1" + "@typescript-eslint/visitor-keys": "npm:8.30.1" + checksum: 10c0/8560fd02bb2a73b56f79af1dfa311491926f3625a04c0f32777c7c0bdec47b4a677addf2d2e2cc313416bb59b7a6e0bff7837449816a5ec5ff81e923daa76ca7 + languageName: node + linkType: hard + +"@typescript-eslint/type-utils@npm:8.30.1, @typescript-eslint/type-utils@npm:^8.0.0, @typescript-eslint/type-utils@npm:^8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/type-utils@npm:8.30.1" + dependencies: + "@typescript-eslint/typescript-estree": "npm:8.30.1" + "@typescript-eslint/utils": "npm:8.30.1" debug: "npm:^4.3.4" - peerDependencies: - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/40207af4f4e2a260ea276766d502c4736f6dc5488e84bbab6444e2786289ece2dbca2686323c48d4e9c265e409a309bf3d97d4aa03767dff8cc7642b436bda35 - languageName: node - linkType: hard - -"@typescript-eslint/scope-manager@npm:8.39.1, @typescript-eslint/scope-manager@npm:^8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/scope-manager@npm:8.39.1" - dependencies: - "@typescript-eslint/types": "npm:8.39.1" - "@typescript-eslint/visitor-keys": "npm:8.39.1" - checksum: 10c0/9466db557c1a0eaaf24b0ece5810413d11390d046bf6e47c4074879e8dba0348b835a21106c842ab20ff85f2384312cf9e20bfe7684e31640696e29957003511 - languageName: node - linkType: hard - -"@typescript-eslint/tsconfig-utils@npm:8.39.1, @typescript-eslint/tsconfig-utils@npm:^8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.39.1" - peerDependencies: - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/664dff0b4ae908cb98c78f9ca73c36cf57c3a2206965d9d0659649ffc02347eb30e1452499671a425592f14a2a5c5eb82ae389b34f3c415a12119506b4ebb61c - languageName: node - linkType: hard - -"@typescript-eslint/type-utils@npm:8.39.1, @typescript-eslint/type-utils@npm:^8.0.0, @typescript-eslint/type-utils@npm:^8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/type-utils@npm:8.39.1" - dependencies: - "@typescript-eslint/types": "npm:8.39.1" - "@typescript-eslint/typescript-estree": "npm:8.39.1" - "@typescript-eslint/utils": "npm:8.39.1" - debug: "npm:^4.3.4" - ts-api-utils: "npm:^2.1.0" + ts-api-utils: "npm:^2.0.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/430dfefe040eae5f0c8dfbce37b5ce071095a28f335e74793923d113682e26313586e90f7bbe2c2f9bffb0da52ffdf5055ea36b96d9f218cef35aa14853122d5 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/c233d2b0b06bd8eca4ee38aebb7544d4084143590328f38c00302f98a62b06868394d4ab1cd798af68d5a47efd84976cc14d415e9e519396dc89aa8d4d47c9ee languageName: node linkType: hard -"@typescript-eslint/types@npm:8.39.1, @typescript-eslint/types@npm:^8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/types@npm:8.39.1" - checksum: 10c0/0e188d2d52509a24c500a87adf561387ffcac56b62cb9fd0ca1f929bb3d4eedb6b8f9d516c1890855d39930c9dd8d502d5b4600b8c9cc832d3ebb595d81c7533 +"@typescript-eslint/types@npm:8.30.1, @typescript-eslint/types@npm:^8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/types@npm:8.30.1" + checksum: 10c0/461e800bf911c24d9b61bdbeed897921454acc0c24b4e8a79f943c14234241828c13a31dce31dcce77511185f806a2fb94769075e122e3182ba5a32dd55573eb languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.39.1, @typescript-eslint/typescript-estree@npm:^8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/typescript-estree@npm:8.39.1" +"@typescript-eslint/typescript-estree@npm:8.30.1, @typescript-eslint/typescript-estree@npm:^8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/typescript-estree@npm:8.30.1" dependencies: - "@typescript-eslint/project-service": "npm:8.39.1" - "@typescript-eslint/tsconfig-utils": "npm:8.39.1" - "@typescript-eslint/types": "npm:8.39.1" - "@typescript-eslint/visitor-keys": "npm:8.39.1" + "@typescript-eslint/types": "npm:8.30.1" + "@typescript-eslint/visitor-keys": "npm:8.30.1" debug: "npm:^4.3.4" fast-glob: "npm:^3.3.2" is-glob: "npm:^4.0.3" minimatch: "npm:^9.0.4" semver: "npm:^7.6.0" - ts-api-utils: "npm:^2.1.0" + ts-api-utils: "npm:^2.0.1" peerDependencies: - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/1de1a37fed354600a08bc971492c2f14238f0a4bf07a43bedb416c17b7312d18bec92c68c8f2790bb0a1bffcd757f7962914be9f6213068f18f6c4fdde259af4 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/9eb0b1bc4b5df37c84ac411d77ce0edf934b5fdde021ed45c984aa7894132ff7a276d2b95e2d29ef84c411df8ecdf096eec3e07ec1ee5b1fa8c623d40a82ecf0 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.39.1, @typescript-eslint/utils@npm:^8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/utils@npm:8.39.1" +"@typescript-eslint/utils@npm:8.30.1, @typescript-eslint/utils@npm:^8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/utils@npm:8.30.1" dependencies: - "@eslint-community/eslint-utils": "npm:^4.7.0" - "@typescript-eslint/scope-manager": "npm:8.39.1" - "@typescript-eslint/types": "npm:8.39.1" - "@typescript-eslint/typescript-estree": "npm:8.39.1" + "@eslint-community/eslint-utils": "npm:^4.4.0" + "@typescript-eslint/scope-manager": "npm:8.30.1" + "@typescript-eslint/types": "npm:8.30.1" + "@typescript-eslint/typescript-estree": "npm:8.30.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/ebc01d736af43728df9a0915058d0c771dec9cc58846ffdcbb986c78e7dabf547ea7daecd75db58b2af88a3c2a43de8a7e5f81feefacfa31be173fc384d25d77 + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/ad54aa386edc2e19957c73ef25eea3e263e7e15e941c72e91ca6c8ea2536979d343a6069de0e40b15f0e732ddaacbfcc3d5f25a1583e11a32120c42c471802ea languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.39.1": - version: 8.39.1 - resolution: "@typescript-eslint/visitor-keys@npm:8.39.1" +"@typescript-eslint/visitor-keys@npm:8.30.1": + version: 8.30.1 + resolution: "@typescript-eslint/visitor-keys@npm:8.30.1" dependencies: - "@typescript-eslint/types": "npm:8.39.1" - eslint-visitor-keys: "npm:^4.2.1" - checksum: 10c0/4d81f6826a211bc2752e25cd16d1f415f28ebc92b35142402ec23f3765f2d00963b75ac06266ad9c674ca5b057d07d8c114116e5bf14f5465dde1d1aa60bc72f + "@typescript-eslint/types": "npm:8.30.1" + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/bdc182289c68a5c8f891f9aecf6ccb59743c3f2b1bbe57f57f8c7ce1688f4381182e301919895cefc929539eea914eeb847f7d351cdc3f685ed6c5ee67a10c9e languageName: node linkType: hard -"@uiw/codemirror-extensions-basic-setup@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.25.1" +"@uiw/codemirror-extensions-basic-setup@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-extensions-basic-setup@npm:4.23.14" dependencies: "@codemirror/autocomplete": "npm:^6.0.0" "@codemirror/commands": "npm:^6.0.0" @@ -6935,389 +8131,410 @@ __metadata: "@codemirror/search": ">=6.0.0" "@codemirror/state": ">=6.0.0" "@codemirror/view": ">=6.0.0" - checksum: 10c0/2488c5ddd9a7fecebe001dc9a9c02c8b6219eb7b47848fed4fb8415407ae05f36a57c9fca4caa505da3dccbc477e10af2dd0a6fe466c45c88f526ffc278f8d9d + checksum: 10c0/1a8287669b38c41693a432f840209f5e443c3cbf42a21209d2e46cf36a4ec6d3cc1d8bc5739a450f7acd386643f1ee876a6c75f005fac5028abf57c97a13d139 languageName: node linkType: hard "@uiw/codemirror-extensions-langs@npm:^4.23.14": - version: 4.25.1 - resolution: "@uiw/codemirror-extensions-langs@npm:4.25.1" + version: 4.23.14 + resolution: "@uiw/codemirror-extensions-langs@npm:4.23.14" dependencies: - "@codemirror/language": "npm:^6.0.0" - "@codemirror/language-data": "npm:^6.5.1" + "@codemirror/lang-angular": "npm:^0.1.0" + "@codemirror/lang-cpp": "npm:^6.0.0" + "@codemirror/lang-css": "npm:^6.2.0" + "@codemirror/lang-html": "npm:^6.4.0" + "@codemirror/lang-java": "npm:^6.0.0" + "@codemirror/lang-javascript": "npm:^6.1.0" + "@codemirror/lang-json": "npm:^6.0.0" + "@codemirror/lang-less": "npm:^6.0.1" + "@codemirror/lang-lezer": "npm:^6.0.0" + "@codemirror/lang-liquid": "npm:^6.0.1" + "@codemirror/lang-markdown": "npm:^6.1.0" + "@codemirror/lang-php": "npm:^6.0.0" + "@codemirror/lang-python": "npm:^6.1.0" + "@codemirror/lang-rust": "npm:^6.0.0" + "@codemirror/lang-sass": "npm:^6.0.1" + "@codemirror/lang-sql": "npm:^6.4.0" + "@codemirror/lang-vue": "npm:^0.1.1" + "@codemirror/lang-wast": "npm:^6.0.0" + "@codemirror/lang-xml": "npm:^6.0.0" + "@codemirror/language-data": "npm:>=6.0.0" + "@codemirror/legacy-modes": "npm:>=6.0.0" + "@nextjournal/lang-clojure": "npm:^1.0.0" + "@replit/codemirror-lang-csharp": "npm:^6.1.0" "@replit/codemirror-lang-nix": "npm:^6.0.1" "@replit/codemirror-lang-solidity": "npm:^6.0.1" "@replit/codemirror-lang-svelte": "npm:^6.0.0" codemirror-lang-mermaid: "npm:^0.5.0" peerDependencies: - "@codemirror/language": ">=6.0.0" "@codemirror/language-data": ">=6.0.0" - checksum: 10c0/27c805ac57bdbc7ff4b3349770d5e6969ee87a82984eedeffe6b126c9e9c05c626b17cda74466dbcbc5f9a6d918655dde718fb1ef5817211b03ec2109f1229c6 + "@codemirror/legacy-modes": ">=6.0.0" + checksum: 10c0/ce2c21d523f3b7b82ba4133fa2d4d07cab2530f68bd263bf873ede9d009f360be96b49d150e7425097859be2714b3918afd14f05cf64c759b413556f2a44442f languageName: node linkType: hard -"@uiw/codemirror-theme-abcdef@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-abcdef@npm:4.25.1" +"@uiw/codemirror-theme-abcdef@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-abcdef@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/50654812056feb226f0c41fc8232624a8c8c4600e9115ded0acf4a93e9da3ee8b044f01ecaf63f755d8b2b4aec99b7377257a3113fb673ea80fa9c6c1660ce97 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/823eedc5d44095c527a81eb79ae6f60ff9226afa9a038175cc31c0b4ce7acdefc475322c10b33f704fc4a8e53af76bc366b6b4a64cd4d05cfba8d1a63f4c9d4f languageName: node linkType: hard -"@uiw/codemirror-theme-abyss@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-abyss@npm:4.25.1" +"@uiw/codemirror-theme-abyss@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-abyss@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/7cceddd3655d694ba089af97e60cb88c9f944d0bbc00d3f68443a17ea520a74865477a7f51e4ed140229d17af3ff377639373c1337b1e3197103dc9aefe93020 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/d338b65bd6859d37d56480b1e2e948e6332beefd3421ad9a0f1cb1f39ace238462172c0cee260a7de120072b9cd723a450a606a2ab7fb4e21679116ff5a57e37 languageName: node linkType: hard -"@uiw/codemirror-theme-androidstudio@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-androidstudio@npm:4.25.1" +"@uiw/codemirror-theme-androidstudio@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-androidstudio@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/49510509452379878a1c49ca8c9355b259fa4a1ef2b7427d0bcb5cf7d2c313e76334facf04a0c35964eb8829063a1b00dc0710b79e359fa16b50f777e2fd6e21 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/80fd25b25c8179f704d65c48b7f770057a92b493f70ca589757ffab72c4e8e0a33f64a40b202cd92b70715307f93e6b06c754a4a90c90b5130e51df93ccca412 languageName: node linkType: hard -"@uiw/codemirror-theme-andromeda@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-andromeda@npm:4.25.1" +"@uiw/codemirror-theme-andromeda@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-andromeda@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/6d8028991730feaadeb31039326eed5df2142e782662aff2a00a9f3e34fb972a6fb1ce3b6dd96953bf24d208fe0c3c6c54de55d0687d990eec8e899a04e3eeea + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/80ea31adc48b68ba58b977ff288a220025fc3f22a0d8bb2756a4b1d7a761dcd8838110b33a2a80c6a7e6c78ebf954329209c552d5f0f2c382dbe9335e37f0a83 languageName: node linkType: hard -"@uiw/codemirror-theme-atomone@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-atomone@npm:4.25.1" +"@uiw/codemirror-theme-atomone@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-atomone@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/c2d3fabd19be96de261918309352445d7680b9ffb044b3a939bcfb322b26c40003f329498f11d1ac9201637c93d7b6af1e1170c143061efacc4c2f353468a3f4 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/9d2594d94d5a7374d1d5e7a317faa8246ef11f64e08b71f11fd9e0ec406cc311d4a0aca3a131085b88ffa58883de120d3a042db91ad32228a617565366cc5b80 languageName: node linkType: hard -"@uiw/codemirror-theme-aura@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-aura@npm:4.25.1" +"@uiw/codemirror-theme-aura@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-aura@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/5e90fc0d2945e05cbdf59e30fd684af3a119ceb3efe9d79ac255e9deb081054f315d4a0cd4f23e6410245417abfb23261dc02921226ce1cb94ffdbbbe1b91a47 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/4612323b93b226bc7db56856e5d32a1173c30d39ccbd701ae08b45a648b668f1526802f7d312ab6819b506386a91ff5c3e3996f4ef99c6239dc8bc055b7ef5ff languageName: node linkType: hard -"@uiw/codemirror-theme-basic@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-basic@npm:4.25.1" +"@uiw/codemirror-theme-basic@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-basic@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/162441c4f3a59dfa013b62c71cf80feaf65fc761244841423de9990ad481b414d0638a321e0d8cb670473e1d5e7c28e75bbd033a918a83c06b6a45aeec4223fa + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/55edf154e1e14ea5bb94c1bdddf2b89dcd430b26b1e07eaed1169f657d1f936f6fdaff467573d1d8f2347e4ed84aa23da4a1b0b10209d39a2fc83c21ec8ac1e6 languageName: node linkType: hard -"@uiw/codemirror-theme-bbedit@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-bbedit@npm:4.25.1" +"@uiw/codemirror-theme-bbedit@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-bbedit@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/9697c795da864d5caa09c26060e9063998efca522016451a79caf4163c0555917aabb3c2eaadae7658c9013688eac7e56faa369309b481477cbd72b4dab81abd + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/a6c9d615abe9b6e584d9461ad4e5917cd79dc46319694d403140ed3f67bc72400d7e538df79bfceea22d78ef92ce4895e8ab67d40e7320caa437596901defcf3 languageName: node linkType: hard -"@uiw/codemirror-theme-bespin@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-bespin@npm:4.25.1" +"@uiw/codemirror-theme-bespin@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-bespin@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/1dee27b1785ee14f0791be47a9392a84d40f010dd9a4f530e81e746761d77e3e30a013ac8b5e8207d196e476d8ce41804370d3b587add4d15d4453bc01bc720e + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/da91d7aa704d24c65f0ffacad3c7a85b4537a15d0f236365c2107735d350b95bdaede0aa728933405b893bf81a2ecd9bc94bc5e73d9d664f3e2890e3a1ae91db languageName: node linkType: hard -"@uiw/codemirror-theme-console@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-console@npm:4.25.1" +"@uiw/codemirror-theme-console@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-console@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/1b1fb2761a8e4a650e0370fda6a5a999854707abe478a8b8698bec40b34ffcd0c6af3f64b15f1d605d038e938bbfec04db3ad8a46b8ac6a26b48d82577858554 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/5703813818a134821514142cb1c2b78c2d32c81ef4dea7f8808529f133a1df06a639e2d4a6b614b86bb2fffe7ed74e57221db175d2483111fc7d4fcab9728cb8 languageName: node linkType: hard -"@uiw/codemirror-theme-copilot@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-copilot@npm:4.25.1" +"@uiw/codemirror-theme-copilot@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-copilot@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/f13e1e997d19d6fef4083839f016eaf907162e6b3d2829916909561c3561747128946ee7258e86b7fac6d8e940f7acd62bbf0c0be1c2e76b467dde3c1d9e4f99 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/3fb798ddb3666c50a7e0f55d7807173249b4e8d75ee7e17b14ff79e53034420ffceffbe9c897b2eb5a802df4d7990934b18bd9f33977a51b61f262bdb51039f4 languageName: node linkType: hard -"@uiw/codemirror-theme-darcula@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-darcula@npm:4.25.1" +"@uiw/codemirror-theme-darcula@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-darcula@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/90d3cb9160cbb9452161c317807c8b7f012a513246f06a01a2a7c3cdd0c29ad5aa3fdce6a2639ae00290462bf8c8ebcac29a66a8052b3cb4536883880b5ad5de + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/02ccb8fb17cf2c1256ec13cf084580e0e8cebb75978e548778a702ab16573006fbefb8e64737dd12d43e62ef3ec1fa7b4862069a4e0907fc30342614b44d8b48 languageName: node linkType: hard -"@uiw/codemirror-theme-dracula@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-dracula@npm:4.25.1" +"@uiw/codemirror-theme-dracula@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-dracula@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/dcd94682aa64c60679a7a93e1f177b272e5e03ee78e9c3745ca1e49fea1fd2cc5ae78ced3561f5925caf6ce6ebd6ba38f6fe0d550923c2d99fab4e2c001a236d + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/a4b5a416e0638e845e02e4304acd3b83b2bc4302fe4267690914e4490430317f90c99eda24d948e48e5a4a0ae8af60af5f3135c92c455679b9684489a28fdec9 languageName: node linkType: hard -"@uiw/codemirror-theme-duotone@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-duotone@npm:4.25.1" +"@uiw/codemirror-theme-duotone@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-duotone@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/e3802434b0392e8397af8656a599c7ce983dddde7a38acdd51b72009ba48c56819d396f4847548d0b8a74879cbb2562a4902ec96cffcc219c8f60f523e3b2e52 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/0d7705e59bcccc1aa8e27f07a9183874f95d66e4baa053c6c3b663978be74c1cddce659f8b41973a8fc86e8e9689700d965f0e5f1065c109d6788b03ce9782d7 languageName: node linkType: hard -"@uiw/codemirror-theme-eclipse@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-eclipse@npm:4.25.1" +"@uiw/codemirror-theme-eclipse@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-eclipse@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/f15d24e97db487eebe827270dd0549b81a066dfbb1c4feee1c9ed3bb0e89d9f965a741b9cdfbd9592306b310cd796d585d9d9fcded32c7a85a63cafff919cd5a + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/37b27868395f0ff59ae8e63f0b828766d90638dfc235226217fba2478a59109174999dbe02ed5568feee7dda01c677d9f23e25a8638b6bf3bed7d5eae2dbd5dd languageName: node linkType: hard -"@uiw/codemirror-theme-github@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-github@npm:4.25.1" +"@uiw/codemirror-theme-github@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-github@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/d64f8286b4777f476a290ee37ade4355db5ee04ecc2e98bd7fe3052e086793976bebcd87893e3bea53ca8caab647ad4970f73b2e05356a5e04cb5ae6ef66ec71 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/5e80110fa8ac6689c2f25ccec1aa8a7aeea8d0c17686ddd1d0be7f12ab6412ce4ad79c3d548eda8f8f76bb280c17d7466e9683a8acf7b1cf3e42a26f29e6d700 languageName: node linkType: hard -"@uiw/codemirror-theme-gruvbox-dark@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-gruvbox-dark@npm:4.25.1" +"@uiw/codemirror-theme-gruvbox-dark@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-gruvbox-dark@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/244c98e6aa7b67cd828dae640e29b8850ebf50931dbfbe6b726dfab215dc9f16147cb624c1cecc76bc2d96c6acc9dcf8905241b6bc6de6b81a92df9283a771e1 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/81f4f763748e20b967e50e0087f556fad966b8c465d2e2df44a7b682a00b6aeb4f2edf20480a5bc0cee52d4ef0113d50369d8290a9eb8271d03b7602f7e834bd languageName: node linkType: hard -"@uiw/codemirror-theme-kimbie@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-kimbie@npm:4.25.1" +"@uiw/codemirror-theme-kimbie@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-kimbie@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/f086f3a5aeaebb1c273864df96613c65a669216021d22ce818ffd120a99b297ab0ef5570ed0074ef822592853017d8aad8928d213c94fd2f4a4cc40f08139af7 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/0eccfb738687bf0c9cdb05a29307a787947db2a37f392eb048a4109106e12ae5d18510e6a797a2cd702ca57182a7e60b5d9a88dc604ccdda5e7d4e6ef43dc639 languageName: node linkType: hard -"@uiw/codemirror-theme-material@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-material@npm:4.25.1" +"@uiw/codemirror-theme-material@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-material@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/68a6eddb322d84958dd6bcbbf4ab078d4cfd1e193ffc57a5a90b8b6ccf1bb5f1ac6435b1533c33fe1f1099d1b3c7b69adcd57fad7e61ac1b91255e3bdae49e33 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/9ad0615cacca29665fe79fbd3353763b6a91b83eaa4b00c360d893af365e453eba525e2622f2d03aa400e096fe4b305b82c60f6bbf3d181ecd87029e843cd652 languageName: node linkType: hard -"@uiw/codemirror-theme-monokai-dimmed@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-monokai-dimmed@npm:4.25.1" +"@uiw/codemirror-theme-monokai-dimmed@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-monokai-dimmed@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/72e166ac80b4b2de71aebbc521d4f57103a050bc56353420a4eab2173d76d0bf7a9cee8bdd14b7f2b7cc60fce177e195b62d5bb526670fd5d57ee441cfa18854 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/21612b7241cbf8877c2dd8980408b45ff63aeb148ce9c13fdcd2b91bab835fdfd20e938e0b2c710264a914a77d256e8ab269deb6872873f9290afbb6339ce840 languageName: node linkType: hard -"@uiw/codemirror-theme-monokai@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-monokai@npm:4.25.1" +"@uiw/codemirror-theme-monokai@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-monokai@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/b22ebf9cab32a5b30bec6cb2de6de5ab96710d93bfe5797b3a476907b790936c78d1a11d5223d2d023b711a3d28a67983554773b13677eba1ea0ae655ea02a05 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/f97dd8e63c4566931fdecc7be13a9f1e012b7b5d18a575bbfc2821ed346901581a5093a4b85a531abc78a91de3e64221fe2271a7245d529468551314e9836433 languageName: node linkType: hard -"@uiw/codemirror-theme-noctis-lilac@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-noctis-lilac@npm:4.25.1" +"@uiw/codemirror-theme-noctis-lilac@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-noctis-lilac@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/b3560ce35350b3ce1c57bc2531a404590cdb8ac8e89f6669991d90ddd1c7ab83b36f20431e3106664d573d6eab62bd673526486af65bb2d6eab8699a053f1ed5 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/74bd357de0bc7cdc66634f3ba9d4cc9a680e77ebc5c5130801938c3d5df146468a468b2fe7de55e8bedc09d8ebfe40e84b85b9d6b33cbcd95fba437637e6777e languageName: node linkType: hard -"@uiw/codemirror-theme-nord@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-nord@npm:4.25.1" +"@uiw/codemirror-theme-nord@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-nord@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/934d5ae729253173abe9256cee046de775ddfdf4e5cf8fed7dce9d4180429841ecffe869b9f695335f688127bec1403fd15070a683a3cdcaae986c041baa3df9 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/10b910cfe0a93b72b83e058cf371998c4f9a80b487319874e814b8ffe50cf6fda60ac43b433f5f004ff1e5111f21f9b8e7d6ce80bcc14c639a57d2265764e85b languageName: node linkType: hard -"@uiw/codemirror-theme-okaidia@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-okaidia@npm:4.25.1" +"@uiw/codemirror-theme-okaidia@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-okaidia@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/c5edd8fb073f934756d7371987be40c487935006c0dfcb7decbbba992548ea3565a73544516c626b650d347754653fa0728fd899ce00bed2a84d7d6c1ae38ca1 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/f8116f1e43877bde3d41329aa3c708afc866bad69ce17114835eb4cbc02da6f07c25a1f4ac988df84446b4c04e1c4041f6825d0349d7e171013807ca7203b956 languageName: node linkType: hard -"@uiw/codemirror-theme-quietlight@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-quietlight@npm:4.25.1" +"@uiw/codemirror-theme-quietlight@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-quietlight@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/c0cce80298d5d5a3add0d768838cd7aafa29d64b42543f7f6455cb4ab176ff61b95d477522152611f4f6f55d9bdb813e5d61e0bbda3d1a50a36554ac1424fbf8 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/64ea0dfa7b75157e5327e7210060d60fbb4571602ad250cd102bc22b24da1f715877d4f7823201e6526c602f9c328ab3387db29d2b28157bb60db72c48eccfdb languageName: node linkType: hard -"@uiw/codemirror-theme-red@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-red@npm:4.25.1" +"@uiw/codemirror-theme-red@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-red@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/15fdd4b2106d14a572abc31b3f8ae5fc6dbc2ff31fb0494df7ffb5d2e069888d790e462faba844f30268381ee26293476687688b861112e04d222899f3e4ac97 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/953d53bca1ccad4ba784fd4b75928f618dcfc17c3aa82605dddce4f1948a3688148760b2791371d7d9fd2602ae378199b7b57dd9910135cef05de3a76efacc97 languageName: node linkType: hard -"@uiw/codemirror-theme-solarized@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-solarized@npm:4.25.1" +"@uiw/codemirror-theme-solarized@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-solarized@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/c5f119f019c6f51bf956213bfd2d58721a4959fc481f6b78ea70d5008fcf289ab3e21e1abfd4b3ea8c847212d43e01076d86a298119a78657e4fdd56fc94372a + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/8fb3cda75fc7f63744c8adefeff7d8748ff1f654b5c89de14a907a623a8ce8529922b7a6ef3cb19102ba0cc2c90e64ccfbfd7a22438aec0621911cad762568c4 languageName: node linkType: hard -"@uiw/codemirror-theme-sublime@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-sublime@npm:4.25.1" +"@uiw/codemirror-theme-sublime@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-sublime@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/135ad92560f1c76c906a5b63cb543632e5d1d0195465069073edd0bee1709808c5fdb625aa4f7b08352352919c5289fdb2eb0d1367232126c136edaa9ef7dc38 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/b08d5242463dc5937bfb85ea33f6d3b8edf351e68f606d5ee9cc33bcfc9e1eeaddaccab57799f51b884132ef2f69f02d164502863314e564a56c6142f0c095e4 languageName: node linkType: hard -"@uiw/codemirror-theme-tokyo-night-day@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-tokyo-night-day@npm:4.25.1" +"@uiw/codemirror-theme-tokyo-night-day@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-tokyo-night-day@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/11e3d32e721948946dd16b0c16338a2eec975a51b373219b6a16d31f6980c109d518e1a119b830a1a1084f4f44320f5ce11a6be2b4d6a2d360e8ec7e3e9e2d7c + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/035f7c5cddaa98295216d903ccb5960257c9497dbc083e26c081287b7806685a7d5a33d04e3fc5e13446cabe696277c0835722a2e62c164e44c4531a0450445f languageName: node linkType: hard -"@uiw/codemirror-theme-tokyo-night-storm@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-tokyo-night-storm@npm:4.25.1" +"@uiw/codemirror-theme-tokyo-night-storm@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-tokyo-night-storm@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/1abdd0f4e7f4a8c72ab034ba3acb2032b781aca1d26e30dd598c8220d9239aacf22bceb09d1f445d31624e308e02e6f2ed8d1fdccdc67cb737734d51e760ec46 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/520e488045f73a196198bc2f28222322a0b02ca963e5d407c55282ce319904871cebe8be62f59dbc296c3bb3c70302eb59f9159ee1ff694f04618bef5f105136 languageName: node linkType: hard -"@uiw/codemirror-theme-tokyo-night@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-tokyo-night@npm:4.25.1" +"@uiw/codemirror-theme-tokyo-night@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-tokyo-night@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/f2e284970e7cf7fbcbdaa60f4b8d538cc67ef653d4ae6e7b34fa5d2df8745a7f24ff9b68ec0636428a932351f9ea432d92bbf4e38d44a854f21f0cf6fd4d605f + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/ee6394b133af3031bc4456ab829b65b86b6641af584d494fc949bdb01ff68187e681427fca0606aaf232b62d054d247b6442cdd16a58f3daf9a76e7a24e31d7c languageName: node linkType: hard -"@uiw/codemirror-theme-tomorrow-night-blue@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-tomorrow-night-blue@npm:4.25.1" +"@uiw/codemirror-theme-tomorrow-night-blue@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-tomorrow-night-blue@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/44e583dcbaf02a893bbbca6d39afdbf07fb1dfbf96d821626d7738aeb843d842173876ff5a524e0c5c33e4db76389e91adfe1c5d40a7628b728ed9ff760d7f90 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/9d6059c4a54524b90b60151bac8ecf652ec8ce08b6c38516f102addac7acf1e48a6d3e5e47c4e2404edeee891cf88dbec10e956e1965c5f2437d5c7c224926bc languageName: node linkType: hard -"@uiw/codemirror-theme-vscode@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-vscode@npm:4.25.1" +"@uiw/codemirror-theme-vscode@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-vscode@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/57f9c406f6282542f104eb744eb3d14c74a0ff4ce06bbba8b064c31080b3c11251a4d858718896cc295b42d8be81c60986a604baca8a054b680e8d57177e9ef9 + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/537a60066da173f2246bae8fc1dd607e54c89139e68d858625595a39f53fa6b54a03a70f42a2842daaae9e93a757d37263f8c1999e7f2882e3c362484aa87307 languageName: node linkType: hard -"@uiw/codemirror-theme-white@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-white@npm:4.25.1" +"@uiw/codemirror-theme-white@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-white@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/bf17d098940a89938ea6b8293921ded231c2e55f016a64dd1614fa7de73afe3699089f41655e742ec2ebbc7330f98e211026f9799fe114360343fcbc34dd9e8b + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/46bfcce9f33953ff8f8d78871d4d2250673dfcd8d148a0a68548cac616ae609289c88ef7767a70b05049d4369b97ff0e5241b386b83a9dc3987b39acf48a20b5 languageName: node linkType: hard -"@uiw/codemirror-theme-xcode@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-theme-xcode@npm:4.25.1" +"@uiw/codemirror-theme-xcode@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-theme-xcode@npm:4.23.14" dependencies: - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/11081666cbe9ef0cbb79a2067b77ad4c4589c995860d6558d291f6e8451b2602e58f6e820a43a61a1b0c597a449bddd03c280ea5f0c00f3e46e7887152bd2f1b + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/9c324b5d547f85e10ac8d676d9343b258bef09025895998fcbada8ac3ecfbf25262a67e2ba815cf6355042a9b23737ef39a7a4b80020fea494a0e5b938cb437c languageName: node linkType: hard "@uiw/codemirror-themes-all@npm:^4.23.14": - version: 4.25.1 - resolution: "@uiw/codemirror-themes-all@npm:4.25.1" + version: 4.23.14 + resolution: "@uiw/codemirror-themes-all@npm:4.23.14" dependencies: - "@uiw/codemirror-theme-abcdef": "npm:4.25.1" - "@uiw/codemirror-theme-abyss": "npm:4.25.1" - "@uiw/codemirror-theme-androidstudio": "npm:4.25.1" - "@uiw/codemirror-theme-andromeda": "npm:4.25.1" - "@uiw/codemirror-theme-atomone": "npm:4.25.1" - "@uiw/codemirror-theme-aura": "npm:4.25.1" - "@uiw/codemirror-theme-basic": "npm:4.25.1" - "@uiw/codemirror-theme-bbedit": "npm:4.25.1" - "@uiw/codemirror-theme-bespin": "npm:4.25.1" - "@uiw/codemirror-theme-console": "npm:4.25.1" - "@uiw/codemirror-theme-copilot": "npm:4.25.1" - "@uiw/codemirror-theme-darcula": "npm:4.25.1" - "@uiw/codemirror-theme-dracula": "npm:4.25.1" - "@uiw/codemirror-theme-duotone": "npm:4.25.1" - "@uiw/codemirror-theme-eclipse": "npm:4.25.1" - "@uiw/codemirror-theme-github": "npm:4.25.1" - "@uiw/codemirror-theme-gruvbox-dark": "npm:4.25.1" - "@uiw/codemirror-theme-kimbie": "npm:4.25.1" - "@uiw/codemirror-theme-material": "npm:4.25.1" - "@uiw/codemirror-theme-monokai": "npm:4.25.1" - "@uiw/codemirror-theme-monokai-dimmed": "npm:4.25.1" - "@uiw/codemirror-theme-noctis-lilac": "npm:4.25.1" - "@uiw/codemirror-theme-nord": "npm:4.25.1" - "@uiw/codemirror-theme-okaidia": "npm:4.25.1" - "@uiw/codemirror-theme-quietlight": "npm:4.25.1" - "@uiw/codemirror-theme-red": "npm:4.25.1" - "@uiw/codemirror-theme-solarized": "npm:4.25.1" - "@uiw/codemirror-theme-sublime": "npm:4.25.1" - "@uiw/codemirror-theme-tokyo-night": "npm:4.25.1" - "@uiw/codemirror-theme-tokyo-night-day": "npm:4.25.1" - "@uiw/codemirror-theme-tokyo-night-storm": "npm:4.25.1" - "@uiw/codemirror-theme-tomorrow-night-blue": "npm:4.25.1" - "@uiw/codemirror-theme-vscode": "npm:4.25.1" - "@uiw/codemirror-theme-white": "npm:4.25.1" - "@uiw/codemirror-theme-xcode": "npm:4.25.1" - "@uiw/codemirror-themes": "npm:4.25.1" - checksum: 10c0/6e91a33eba94cd48fd2c0c2ee2a25163e9b60f51dbb339f06b74b0b5356892c3bfb41e097f2a151e1d13bc88c55cce22aa45c19aa3d265171ec6985195f7e708 + "@uiw/codemirror-theme-abcdef": "npm:4.23.14" + "@uiw/codemirror-theme-abyss": "npm:4.23.14" + "@uiw/codemirror-theme-androidstudio": "npm:4.23.14" + "@uiw/codemirror-theme-andromeda": "npm:4.23.14" + "@uiw/codemirror-theme-atomone": "npm:4.23.14" + "@uiw/codemirror-theme-aura": "npm:4.23.14" + "@uiw/codemirror-theme-basic": "npm:4.23.14" + "@uiw/codemirror-theme-bbedit": "npm:4.23.14" + "@uiw/codemirror-theme-bespin": "npm:4.23.14" + "@uiw/codemirror-theme-console": "npm:4.23.14" + "@uiw/codemirror-theme-copilot": "npm:4.23.14" + "@uiw/codemirror-theme-darcula": "npm:4.23.14" + "@uiw/codemirror-theme-dracula": "npm:4.23.14" + "@uiw/codemirror-theme-duotone": "npm:4.23.14" + "@uiw/codemirror-theme-eclipse": "npm:4.23.14" + "@uiw/codemirror-theme-github": "npm:4.23.14" + "@uiw/codemirror-theme-gruvbox-dark": "npm:4.23.14" + "@uiw/codemirror-theme-kimbie": "npm:4.23.14" + "@uiw/codemirror-theme-material": "npm:4.23.14" + "@uiw/codemirror-theme-monokai": "npm:4.23.14" + "@uiw/codemirror-theme-monokai-dimmed": "npm:4.23.14" + "@uiw/codemirror-theme-noctis-lilac": "npm:4.23.14" + "@uiw/codemirror-theme-nord": "npm:4.23.14" + "@uiw/codemirror-theme-okaidia": "npm:4.23.14" + "@uiw/codemirror-theme-quietlight": "npm:4.23.14" + "@uiw/codemirror-theme-red": "npm:4.23.14" + "@uiw/codemirror-theme-solarized": "npm:4.23.14" + "@uiw/codemirror-theme-sublime": "npm:4.23.14" + "@uiw/codemirror-theme-tokyo-night": "npm:4.23.14" + "@uiw/codemirror-theme-tokyo-night-day": "npm:4.23.14" + "@uiw/codemirror-theme-tokyo-night-storm": "npm:4.23.14" + "@uiw/codemirror-theme-tomorrow-night-blue": "npm:4.23.14" + "@uiw/codemirror-theme-vscode": "npm:4.23.14" + "@uiw/codemirror-theme-white": "npm:4.23.14" + "@uiw/codemirror-theme-xcode": "npm:4.23.14" + "@uiw/codemirror-themes": "npm:4.23.14" + checksum: 10c0/489608feb4aa75fe466505ce00ec9f2a55d057d0921be5937c2a17081299aafc598a2a53e6c356f201ed55c002a39c9cb898c90834c70307052fe1cacbef7ed2 languageName: node linkType: hard -"@uiw/codemirror-themes@npm:4.25.1": - version: 4.25.1 - resolution: "@uiw/codemirror-themes@npm:4.25.1" +"@uiw/codemirror-themes@npm:4.23.14": + version: 4.23.14 + resolution: "@uiw/codemirror-themes@npm:4.23.14" dependencies: "@codemirror/language": "npm:^6.0.0" "@codemirror/state": "npm:^6.0.0" @@ -7326,19 +8543,19 @@ __metadata: "@codemirror/language": ">=6.0.0" "@codemirror/state": ">=6.0.0" "@codemirror/view": ">=6.0.0" - checksum: 10c0/cd9c804c6901695953b1ff6149ecf9ff5a41fefdfd19a2f77550b214d9e1cc4143c6b0e3cd0186d6465bf5a4e6a0344bde376245bfca528e2986972e43ea3478 + checksum: 10c0/a15f8984d1993c2d247f0d36f4f3c854081b60b680396d2d8fea6ebd3664d14632bacf3f689ccd6439ccba4e38462d49b1d35486fdbe6d808821ff91495c4746 languageName: node linkType: hard "@uiw/react-codemirror@npm:^4.23.14": - version: 4.25.1 - resolution: "@uiw/react-codemirror@npm:4.25.1" + version: 4.23.14 + resolution: "@uiw/react-codemirror@npm:4.23.14" dependencies: "@babel/runtime": "npm:^7.18.6" "@codemirror/commands": "npm:^6.1.0" "@codemirror/state": "npm:^6.1.1" "@codemirror/theme-one-dark": "npm:^6.0.0" - "@uiw/codemirror-extensions-basic-setup": "npm:4.25.1" + "@uiw/codemirror-extensions-basic-setup": "npm:4.23.14" codemirror: "npm:^6.0.0" peerDependencies: "@babel/runtime": ">=7.11.0" @@ -7346,9 +8563,9 @@ __metadata: "@codemirror/theme-one-dark": ">=6.0.0" "@codemirror/view": ">=6.0.0" codemirror: ">=6.0.0" - react: ">=17.0.0" - react-dom: ">=17.0.0" - checksum: 10c0/0a81f3c6bd722764795734bf97e55e8cb35d243404c1a1ba7e27d92ec73734abb55c2194b5845aaa873d4be3f9b4fd50060d69618c9a15a1f5895d392a6c0c1c + react: ">=16.8.0" + react-dom: ">=16.8.0" + checksum: 10c0/9c16bd76c9f07ae8ff71dc6b1f916913e327dbe6dd9eb46311b5af6fea9f68ed46d63e69b2547da587576e139d23e3a01899cb5f4bae7ccbdf9a7f32b8e4c1a2 languageName: node linkType: hard @@ -7604,39 +8821,39 @@ __metadata: linkType: hard "@viz-js/viz@npm:^3.14.0": - version: 3.16.0 - resolution: "@viz-js/viz@npm:3.16.0" - checksum: 10c0/97dc8a7b8ed907b82973b778b00f2ff9317a71fa3250a9966b6f11a4f72e29011b13ea6d00751169aba8a06316086925bb35c47751bd52c266900405415e4ae6 + version: 3.14.0 + resolution: "@viz-js/viz@npm:3.14.0" + checksum: 10c0/901afa2d99e8f33cc4abf352f1559e0c16958e01f0750a65a33799aebfe175a18d74f6945f1ff93f64b53b69976dc3d07d39d65c58dda955abd0979dacc4294c languageName: node linkType: hard -"@vue/compiler-core@npm:3.5.18": - version: 3.5.18 - resolution: "@vue/compiler-core@npm:3.5.18" +"@vue/compiler-core@npm:3.5.17": + version: 3.5.17 + resolution: "@vue/compiler-core@npm:3.5.17" dependencies: - "@babel/parser": "npm:^7.28.0" - "@vue/shared": "npm:3.5.18" + "@babel/parser": "npm:^7.27.5" + "@vue/shared": "npm:3.5.17" entities: "npm:^4.5.0" estree-walker: "npm:^2.0.2" source-map-js: "npm:^1.2.1" - checksum: 10c0/943cd3736e981b451aa85ccc08d446844e1a2dbf193e630cef708995110f12c3b8c8e3b2c4581ee2e3ecf7ea2388574e2d5f68b4f11bcd01cc5bab6c9177b448 + checksum: 10c0/d6b50f6f0a71a77a04452877c601cfd6ea13ec07aa68a061523166c1150e159f64230eee28e1042e6113e334a11c25c306bae5d463931a9e7f96261a29a0042d languageName: node linkType: hard "@vue/compiler-dom@npm:^3.5.13": - version: 3.5.18 - resolution: "@vue/compiler-dom@npm:3.5.18" + version: 3.5.17 + resolution: "@vue/compiler-dom@npm:3.5.17" dependencies: - "@vue/compiler-core": "npm:3.5.18" - "@vue/shared": "npm:3.5.18" - checksum: 10c0/f7f3dec1fea33e8b46b34d71fa24a8608dba4bdab786d4114747ed0897816760450617951f7ea3f59380e5ecfaeb84d94dd1bfabed88792cc03476da91e6f7fd + "@vue/compiler-core": "npm:3.5.17" + "@vue/shared": "npm:3.5.17" + checksum: 10c0/27e4c201522abcb2755318fc502a4cf8a752fb90441bbd954c018990e80bb30e4075dadefa7f36671028779d9c21d34d76330f6b441921e317cf1c102a5411b6 languageName: node linkType: hard -"@vue/shared@npm:3.5.18": - version: 3.5.18 - resolution: "@vue/shared@npm:3.5.18" - checksum: 10c0/9764e31bfcd13a2f5369554d0abbfd06e391d72b0065b4cbd36be94ffdd4d845b2d38a37d56b35714c7a2100c512c9b74de2fa1a19ee2e920ecf098d9035518d +"@vue/shared@npm:3.5.17": + version: 3.5.17 + resolution: "@vue/shared@npm:3.5.17" + checksum: 10c0/915d8f80d863826531cf6ddefeb52455cbffcbca4d14717472b7765b3142d2ad9900dfce351e90a22e1fe9e2f8fca588421de6e751e1c816ab9e1fdefa3e8a0d languageName: node linkType: hard @@ -7655,33 +8872,47 @@ __metadata: linkType: hard "@xyflow/react@npm:^12.4.4": - version: 12.8.3 - resolution: "@xyflow/react@npm:12.8.3" + version: 12.5.6 + resolution: "@xyflow/react@npm:12.5.6" dependencies: - "@xyflow/system": "npm:0.0.67" + "@xyflow/system": "npm:0.0.56" classcat: "npm:^5.0.3" zustand: "npm:^4.4.0" peerDependencies: react: ">=17" react-dom: ">=17" - checksum: 10c0/98e8c7d15780d6a31030bec8c92ebf704a807d29774deade83f2998236acab00812c6e7e15cb7254bb569222efea068c02853fb459d7669d1a579ff00a0b1b59 + checksum: 10c0/cb3a533e7fe8c9326230da41c4234cf88a98d5a33bceac93345b14e40d25961147bb9009fa124d483b413dbd028cdcecb576a71dd26b31c7761f548350181524 languageName: node linkType: hard -"@xyflow/system@npm:0.0.67": - version: 0.0.67 - resolution: "@xyflow/system@npm:0.0.67" +"@xyflow/system@npm:0.0.56": + version: 0.0.56 + resolution: "@xyflow/system@npm:0.0.56" dependencies: "@types/d3-drag": "npm:^3.0.7" - "@types/d3-interpolate": "npm:^3.0.4" "@types/d3-selection": "npm:^3.0.10" "@types/d3-transition": "npm:^3.0.8" "@types/d3-zoom": "npm:^3.0.8" d3-drag: "npm:^3.0.0" - d3-interpolate: "npm:^3.0.1" d3-selection: "npm:^3.0.0" d3-zoom: "npm:^3.0.0" - checksum: 10c0/5aae6c6f8f17e48661942f26ac1aab8d5e5c0ef62e4005f5bcb923997323f2f035a4a8484f16f0a5fc9290c8b387e7f5a5bcfb8793fa79dd5ee3ea72f1208f1c + checksum: 10c0/4291dde519e34c048e9006b6bad9c4e746e07911373ab2c9c054d6c5b52e71ebc15f3c3e85ee537012b1783db06f933b21b57e593c3e350ec8de614c378b4a49 + languageName: node + linkType: hard + +"@zod/core@npm:0.5.1": + version: 0.5.1 + resolution: "@zod/core@npm:0.5.1" + checksum: 10c0/3a48af3aaacfd75c8f40da7d717f70bd5a2c716d1eaba572d6354457a58272011d2a2d7142564e7f3cf1ee2489ad8ac90f8c67ae25b28afd263b12f931b10d31 + languageName: node + linkType: hard + +"@zod/mini@npm:^4.0.0-beta.0": + version: 4.0.0-beta.20250415T232143 + resolution: "@zod/mini@npm:4.0.0-beta.20250415T232143" + dependencies: + "@zod/core": "npm:0.5.1" + checksum: 10c0/06119e6edc86737f1869551fb51e7bb15ac3be28aa7371e1eac5f991c5a5517a0e9bb21dcfb2acb392f6c0182f1612c689ee9feadf180838b16b4bed9fdb8548 languageName: node linkType: hard @@ -7896,7 +9127,7 @@ __metadata: languageName: unknown linkType: soft -"abbrev@npm:1, abbrev@npm:^1.0.0": +"abbrev@npm:^1.0.0": version: 1.1.1 resolution: "abbrev@npm:1.1.1" checksum: 10c0/3f762677702acb24f65e813070e306c61fafe25d4b2583f9dfc935131f774863f3addd5741572ed576bd69cabe473c5af18e1e108b829cb7b6b4747884f726e6 @@ -7910,13 +9141,6 @@ __metadata: languageName: node linkType: hard -"abort-controller-x@npm:^0.4.0, abort-controller-x@npm:^0.4.3": - version: 0.4.3 - resolution: "abort-controller-x@npm:0.4.3" - checksum: 10c0/8091b5c9279c304890e4e9cc90601947790846b7b2c149bb322a25e873eb3db060ef3da74a93b6fe40ccea41c3962fc4b175468a0ecdf4c4bb6421023ad9d71e - languageName: node - linkType: hard - "abort-controller@npm:^3.0.0": version: 3.0.0 resolution: "abort-controller@npm:3.0.0" @@ -7954,7 +9178,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.15.0": +"acorn@npm:^8.11.0": version: 8.15.0 resolution: "acorn@npm:8.15.0" bin: @@ -7963,6 +9187,15 @@ __metadata: languageName: node linkType: hard +"acorn@npm:^8.14.0": + version: 8.14.1 + resolution: "acorn@npm:8.14.1" + bin: + acorn: bin/acorn + checksum: 10c0/dbd36c1ed1d2fa3550140000371fcf721578095b18777b85a79df231ca093b08edc6858d75d6e48c73e431c174dcf9214edbd7e6fa5911b93bd8abfa54e47123 + languageName: node + linkType: hard + "adm-zip@npm:^0.4.11": version: 0.4.16 resolution: "adm-zip@npm:0.4.16" @@ -7980,9 +9213,9 @@ __metadata: linkType: hard "agent-base@npm:^7.1.0, agent-base@npm:^7.1.2": - version: 7.1.4 - resolution: "agent-base@npm:7.1.4" - checksum: 10c0/c2c9ab7599692d594b6a161559ada307b7a624fa4c7b03e3afdb5a5e31cd0e53269115b620fcab024c5ac6a6f37fa5eb2e004f076ad30f5f7e6b8b671f7b35fe + version: 7.1.3 + resolution: "agent-base@npm:7.1.3" + checksum: 10c0/6192b580c5b1d8fb399b9c62bf8343d76654c2dd62afcb9a52b2cf44a8b6ace1e3b704d3fe3547d91555c857d3df02603341ff2cb961b9cfe2b12f9f3c38ee11 languageName: node linkType: hard @@ -8468,13 +9701,13 @@ __metadata: linkType: hard "ast-v8-to-istanbul@npm:^0.3.3": - version: 0.3.4 - resolution: "ast-v8-to-istanbul@npm:0.3.4" + version: 0.3.3 + resolution: "ast-v8-to-istanbul@npm:0.3.3" dependencies: - "@jridgewell/trace-mapping": "npm:^0.3.29" + "@jridgewell/trace-mapping": "npm:^0.3.25" estree-walker: "npm:^3.0.3" js-tokens: "npm:^9.0.1" - checksum: 10c0/01b67bf9b4972a3cb8be35dffd466f1a9da91901b6df47e1157d3c6cf0f104a583443a54bbce7ca033608ac8b556886bc8b94f0f559242bac3244fadf86af9a8 + checksum: 10c0/ffc39bc3ab4b8c1f7aea945960ce6b1e518bab3da7c800277eab2da07d397eeae4a2cb8a5a5f817225646c8ea495c1e4434fbe082c84bae8042abddef53f50b2 languageName: node linkType: hard @@ -8536,15 +9769,6 @@ __metadata: languageName: node linkType: hard -"available-typed-arrays@npm:^1.0.7": - version: 1.0.7 - resolution: "available-typed-arrays@npm:1.0.7" - dependencies: - possible-typed-array-names: "npm:^1.0.0" - checksum: 10c0/d07226ef4f87daa01bd0fe80f8f310982e345f372926da2e5296aecc25c41cab440916bbaa4c5e1034b453af3392f67df5961124e4b586df1e99793a1374bdb2 - languageName: node - linkType: hard - "aws4fetch@npm:^1.0.20": version: 1.0.20 resolution: "aws4fetch@npm:1.0.20" @@ -8553,13 +9777,13 @@ __metadata: linkType: hard "axios@npm:^1.7.3": - version: 1.11.0 - resolution: "axios@npm:1.11.0" + version: 1.8.4 + resolution: "axios@npm:1.8.4" dependencies: follow-redirects: "npm:^1.15.6" - form-data: "npm:^4.0.4" + form-data: "npm:^4.0.0" proxy-from-env: "npm:^1.1.0" - checksum: 10c0/5de273d33d43058610e4d252f0963cc4f10714da0bfe872e8ef2cbc23c2c999acc300fd357b6bce0fc84a2ca9bd45740fa6bb28199ce2c1266c8b1a393f2b36e + checksum: 10c0/450993c2ba975ffccaf0d480b68839a3b2435a5469a71fa2fb0b8a55cdb2c2ae47e609360b9c1e2b2534b73dfd69e2733a1cf9f8215bee0bcd729b72f801b0ce languageName: node linkType: hard @@ -8592,9 +9816,9 @@ __metadata: linkType: hard "bare-events@npm:^2.2.0": - version: 2.6.1 - resolution: "bare-events@npm:2.6.1" - checksum: 10c0/948aabf7380120445f7f7b01bd3911c28ad72a8eaa08f6e308bd470b303593d3639309d1a4e5e5c1ab99503a45a18152f474f065be3698bfe68a27ca21f64e37 + version: 2.5.4 + resolution: "bare-events@npm:2.5.4" + checksum: 10c0/877a9cea73d545e2588cdbd6fd01653e27dac48ad6b44985cdbae73e1f57f292d4ba52e25d1fba53674c1053c463d159f3d5c7bc36a2e6e192e389b499ddd627 languageName: node linkType: hard @@ -8627,9 +9851,9 @@ __metadata: linkType: hard "bignumber.js@npm:^9.0.0": - version: 9.3.1 - resolution: "bignumber.js@npm:9.3.1" - checksum: 10c0/61342ba5fe1c10887f0ecf5be02ff6709271481aff48631f86b4d37d55a99b87ce441cfd54df3d16d10ee07ceab7e272fc0be430c657ffafbbbf7b7d631efb75 + version: 9.2.1 + resolution: "bignumber.js@npm:9.2.1" + checksum: 10c0/f50b2f2d633382ac5ab86f8baa90437cf6f14adfa8bd47b7159f1b893d19777853429565c33dfe6f8f695c5361c1e3cd2aae5067b99093d5608d671683c56cb4 languageName: node linkType: hard @@ -8707,28 +9931,28 @@ __metadata: linkType: hard "bowser@npm:^2.11.0": - version: 2.12.0 - resolution: "bowser@npm:2.12.0" - checksum: 10c0/e6a9099906d9852326c7a5cba080dd11ebccdefcfbd72c630b2c72aa5d3df9703158d79da28f5fcd66c307e7b65b84310c2028f6517a5b8226a472dc634bd9fa + version: 2.11.0 + resolution: "bowser@npm:2.11.0" + checksum: 10c0/04efeecc7927a9ec33c667fa0965dea19f4ac60b3fea60793c2e6cf06c1dcd2f7ae1dbc656f450c5f50783b1c75cf9dc173ba6f3b7db2feee01f8c4b793e1bd3 languageName: node linkType: hard "brace-expansion@npm:^1.1.7": - version: 1.1.12 - resolution: "brace-expansion@npm:1.1.12" + version: 1.1.11 + resolution: "brace-expansion@npm:1.1.11" dependencies: balanced-match: "npm:^1.0.0" concat-map: "npm:0.0.1" - checksum: 10c0/975fecac2bb7758c062c20d0b3b6288c7cc895219ee25f0a64a9de662dbac981ff0b6e89909c3897c1f84fa353113a721923afdec5f8b2350255b097f12b1f73 + checksum: 10c0/695a56cd058096a7cb71fb09d9d6a7070113c7be516699ed361317aca2ec169f618e28b8af352e02ab4233fb54eb0168460a40dc320bab0034b36ab59aaad668 languageName: node linkType: hard "brace-expansion@npm:^2.0.1": - version: 2.0.2 - resolution: "brace-expansion@npm:2.0.2" + version: 2.0.1 + resolution: "brace-expansion@npm:2.0.1" dependencies: balanced-match: "npm:^1.0.0" - checksum: 10c0/6d117a4c793488af86b83172deb6af143e94c17bc53b0b3cec259733923b4ca84679d506ac261f4ba3c7ed37c46018e2ff442f9ce453af8643ecd64f4a54e6cf + checksum: 10c0/b358f2fe060e2d7a87aa015979ecea07f3c37d4018f8d6deb5bd4c229ad3a0384fe6029bb76cd8be63c81e516ee52d1a0673edbe2023d53a5191732ae3c3e49f languageName: node linkType: hard @@ -8751,16 +9975,16 @@ __metadata: linkType: hard "browserslist@npm:^4.24.0": - version: 4.25.2 - resolution: "browserslist@npm:4.25.2" + version: 4.24.4 + resolution: "browserslist@npm:4.24.4" dependencies: - caniuse-lite: "npm:^1.0.30001733" - electron-to-chromium: "npm:^1.5.199" + caniuse-lite: "npm:^1.0.30001688" + electron-to-chromium: "npm:^1.5.73" node-releases: "npm:^2.0.19" - update-browserslist-db: "npm:^1.1.3" + update-browserslist-db: "npm:^1.1.1" bin: browserslist: cli.js - checksum: 10c0/3fd27c6d569125e08b476d0ded78232c756bffeb79f29cfa548961dfd62fa560f8bf60fdb52d496ba276aea0c843968dd38ed4138a724277715be3b41dac8861 + checksum: 10c0/db7ebc1733cf471e0b490b4f47e3e2ea2947ce417192c9246644e92c667dd56a71406cc58f62ca7587caf828364892e9952904a02b7aead752bc65b62a37cfe9 languageName: node linkType: hard @@ -8795,7 +10019,7 @@ __metadata: languageName: node linkType: hard -"buffer-equal-constant-time@npm:^1.0.1": +"buffer-equal-constant-time@npm:1.0.1": version: 1.0.1 resolution: "buffer-equal-constant-time@npm:1.0.1" checksum: 10c0/fb2294e64d23c573d0dd1f1e7a466c3e978fe94a4e0f8183937912ca374619773bef8e2aceb854129d2efecbbc515bbd0cc78d2734a3e3031edb0888531bbc8e @@ -8982,7 +10206,7 @@ __metadata: languageName: node linkType: hard -"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1, call-bind-apply-helpers@npm:^1.0.2": +"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: @@ -8992,19 +10216,7 @@ __metadata: languageName: node linkType: hard -"call-bind@npm:^1.0.8": - version: 1.0.8 - resolution: "call-bind@npm:1.0.8" - dependencies: - call-bind-apply-helpers: "npm:^1.0.0" - es-define-property: "npm:^1.0.0" - get-intrinsic: "npm:^1.2.4" - set-function-length: "npm:^1.2.2" - checksum: 10c0/a13819be0681d915144467741b69875ae5f4eba8961eb0bf322aab63ec87f8250eb6d6b0dcbb2e1349876412a56129ca338592b3829ef4343527f5f18a0752d4 - languageName: node - linkType: hard - -"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3, call-bound@npm:^1.0.4": +"call-bound@npm:^1.0.2": version: 1.0.4 resolution: "call-bound@npm:1.0.4" dependencies: @@ -9035,10 +10247,10 @@ __metadata: languageName: node linkType: hard -"caniuse-lite@npm:^1.0.30001733": - version: 1.0.30001735 - resolution: "caniuse-lite@npm:1.0.30001735" - checksum: 10c0/1cb74221f16f8835c903770c1cf88fb73a07298b8398396a2b97570136e8f691053ee5840eb589fe34b4ede14ab828c9421d893a67e43c26ef91ab052813cb8c +"caniuse-lite@npm:^1.0.30001688": + version: 1.0.30001706 + resolution: "caniuse-lite@npm:1.0.30001706" + checksum: 10c0/b502d0a509611fd5b009e1123d482e983696984b6b749c3f485fd8d02cc58376c59cf0bb15f22fa2d337da104970edd27dd525d4663cebc728e26ac4adedff0d languageName: node linkType: hard @@ -9072,15 +10284,15 @@ __metadata: linkType: hard "chai@npm:^5.2.0": - version: 5.2.1 - resolution: "chai@npm:5.2.1" + version: 5.2.0 + resolution: "chai@npm:5.2.0" dependencies: assertion-error: "npm:^2.0.1" check-error: "npm:^2.1.1" deep-eql: "npm:^5.0.1" loupe: "npm:^3.1.0" pathval: "npm:^2.0.0" - checksum: 10c0/58209c03ae9b2fd97cfa1cb0fbe372b1906e6091311b9ba1b0468cc4923b0766a50a1050a164df3ccefb9464944c9216b632f1477c9e429068013bdbb57220f6 + checksum: 10c0/dfd1cb719c7cebb051b727672d382a35338af1470065cb12adb01f4ee451bbf528e0e0f9ab2016af5fc1eea4df6e7f4504dc8443f8f00bd8fb87ad32dc516f7d languageName: node linkType: hard @@ -9094,7 +10306,17 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": +"chalk@npm:^3.0.0": + version: 3.0.0 + resolution: "chalk@npm:3.0.0" + dependencies: + ansi-styles: "npm:^4.1.0" + supports-color: "npm:^7.1.0" + checksum: 10c0/ee650b0a065b3d7a6fda258e75d3a86fc8e4effa55871da730a9e42ccb035bf5fd203525e5a1ef45ec2582ecc4f65b47eb11357c526b84dd29a14fb162c414d2 + languageName: node + linkType: hard + +"chalk@npm:^4.0.0, chalk@npm:^4.0.2, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": version: 4.1.2 resolution: "chalk@npm:4.1.2" dependencies: @@ -9105,9 +10327,9 @@ __metadata: linkType: hard "chalk@npm:^5.4.1": - version: 5.5.0 - resolution: "chalk@npm:5.5.0" - checksum: 10c0/23063b544f7c2fe57d25ff814807de561f8adfff72e4f0051051eaa606f772586470507ccd38d89166300eeaadb0164acde8bb8a0716a0f2d56ccdf3761d5e4f + version: 5.4.1 + resolution: "chalk@npm:5.4.1" + checksum: 10c0/b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef languageName: node linkType: hard @@ -9224,7 +10446,7 @@ __metadata: languageName: node linkType: hard -"chownr@npm:^1.1.1, chownr@npm:^1.1.4": +"chownr@npm:^1.1.1": version: 1.1.4 resolution: "chownr@npm:1.1.4" checksum: 10c0/ed57952a84cc0c802af900cf7136de643d3aba2eecb59d29344bc2f3f9bf703a301b9d84cdc71f82c3ffc9ccde831b0d92f5b45f91727d6c9da62f23aef9d9db @@ -9361,30 +10583,30 @@ __metadata: languageName: node linkType: hard -"code-inspector-core@npm:0.20.17": - version: 0.20.17 - resolution: "code-inspector-core@npm:0.20.17" +"code-inspector-core@npm:0.20.14": + version: 0.20.14 + resolution: "code-inspector-core@npm:0.20.14" dependencies: "@vue/compiler-dom": "npm:^3.5.13" chalk: "npm:^4.1.1" dotenv: "npm:^16.1.4" - launch-ide: "npm:1.0.8" + launch-ide: "npm:1.0.7" portfinder: "npm:^1.0.28" - checksum: 10c0/8aecb32eab13aabd299c16e2e25826a78072c2ea15be7a1a3736382e90555c675b39921f5b265b366246ef19c5461aec6a29d93defc85dddf71358ca119ab16f + checksum: 10c0/6cc8f5ec8cf5db29819bd78c70690aebdc7df0ee2a9b263a9e192553b4e0711d1e2a5201a0e75e7e8194c450ea62e300c2dec5636b946b9eda9fff749dcbff9b languageName: node linkType: hard "code-inspector-plugin@npm:^0.20.14": - version: 0.20.17 - resolution: "code-inspector-plugin@npm:0.20.17" + version: 0.20.14 + resolution: "code-inspector-plugin@npm:0.20.14" dependencies: chalk: "npm:4.1.1" - code-inspector-core: "npm:0.20.17" + code-inspector-core: "npm:0.20.14" dotenv: "npm:^16.3.1" - esbuild-code-inspector-plugin: "npm:0.20.17" - vite-code-inspector-plugin: "npm:0.20.17" - webpack-code-inspector-plugin: "npm:0.20.17" - checksum: 10c0/16b53844190a1840e025e49959510f491181d66b8d00e7cfbc7cc1ea58a282f3bf680854af4729fd01c88c134da366221203772aae61adc9999f885410574e89 + esbuild-code-inspector-plugin: "npm:0.20.14" + vite-code-inspector-plugin: "npm:0.20.14" + webpack-code-inspector-plugin: "npm:0.20.14" + checksum: 10c0/25da486154445e5466af989ad6bb5a1b2362dc209dc713647bbb7393a93807df10196652033cd7c9dcd1b43b804c4be235e49680a33792d9759a290e478587f8 languageName: node linkType: hard @@ -9407,8 +10629,8 @@ __metadata: linkType: hard "codemirror@npm:^6.0.0": - version: 6.0.2 - resolution: "codemirror@npm:6.0.2" + version: 6.0.1 + resolution: "codemirror@npm:6.0.1" dependencies: "@codemirror/autocomplete": "npm:^6.0.0" "@codemirror/commands": "npm:^6.0.0" @@ -9417,7 +10639,7 @@ __metadata: "@codemirror/search": "npm:^6.0.0" "@codemirror/state": "npm:^6.0.0" "@codemirror/view": "npm:^6.0.0" - checksum: 10c0/8d198d8aebc32e56c966ac57b0fe8f832b7d601a2f62819ba3a294570233982bf4d5b499a764194b6b26dbc5313a156c2611cbc542234ea6eae6accf07a651ab + checksum: 10c0/219b0f6ee91d373380fba2e0564a2665990a3cdada0b01861768005b09061187c58eeb3db96aef486777b02b77b50a50ee843635e3743c47d3725034913c4b60 languageName: node linkType: hard @@ -9447,11 +10669,11 @@ __metadata: linkType: hard "color-convert@npm:^3.0.1": - version: 3.1.0 - resolution: "color-convert@npm:3.1.0" + version: 3.0.1 + resolution: "color-convert@npm:3.0.1" dependencies: color-name: "npm:^2.0.0" - checksum: 10c0/3e6c92a7122dc8429036f134fdc821064fcf34c4ed67855d6ec29c207eb96e761dbb37bb2a64572a703fc3a7a8fa4e970e0a194619b2acd46b55bcd2ace06293 + checksum: 10c0/1ff3db76f4b247aec9062c079b96050f3bcde4fe2183fabf60652b25933fecb85b191bd92044ca60abece39927ad08a3e6d829d9fda9f505c1a1273d13dbc780 languageName: node linkType: hard @@ -9649,7 +10871,7 @@ __metadata: languageName: node linkType: hard -"confbox@npm:^0.2.2": +"confbox@npm:^0.2.1": version: 0.2.2 resolution: "confbox@npm:0.2.2" checksum: 10c0/7c246588d533d31e8cdf66cb4701dff6de60f9be77ab54c0d0338e7988750ac56863cc0aca1b3f2046f45ff223a765d3e5d4977a7674485afcd37b6edf3fd129 @@ -9674,11 +10896,11 @@ __metadata: linkType: hard "console-table-printer@npm:^2.12.1": - version: 2.14.6 - resolution: "console-table-printer@npm:2.14.6" + version: 2.12.1 + resolution: "console-table-printer@npm:2.12.1" dependencies: simple-wcswidth: "npm:^1.0.1" - checksum: 10c0/af4f7f18d2a70130ea9fd76ffd9c56351329665fe3bec96cfab26d71dd2de6b983b09ec163c9346c72fa6fb7fdce350e09ee132b1c89db83ac50b23742cdb10f + checksum: 10c0/8f28e9c0ae5df77f5d60da3da002ecd95ebe1812b0b9e0a6d2795c81b5121b39774f32506bccf68830a838ca4d8fbb2ab8824e729dba2c5e30cdeb9df4dd5f2b languageName: node linkType: hard @@ -9805,7 +11027,7 @@ __metadata: languageName: node linkType: hard -"crelt@npm:^1.0.5, crelt@npm:^1.0.6": +"crelt@npm:^1.0.5": version: 1.0.6 resolution: "crelt@npm:1.0.6" checksum: 10c0/e0fb76dff50c5eb47f2ea9b786c17f9425c66276025adee80876bdbf4a84ab72e899e56d3928431ab0cb057a105ef704df80fe5726ef0f7b1658f815521bdf09 @@ -9874,12 +11096,12 @@ __metadata: linkType: hard "cssstyle@npm:^4.2.1": - version: 4.6.0 - resolution: "cssstyle@npm:4.6.0" + version: 4.3.0 + resolution: "cssstyle@npm:4.3.0" dependencies: - "@asamuzakjp/css-color": "npm:^3.2.0" + "@asamuzakjp/css-color": "npm:^3.1.1" rrweb-cssom: "npm:^0.8.0" - checksum: 10c0/71add1b0ffafa1bedbef6855db6189b9523d3320e015a0bf3fbd504760efb9a81e1f1a225228d5fa892ee58e56d06994ca372e7f4e461cda7c4c9985fe075f65 + checksum: 10c0/770ccb288a99257fd0d5b129e03878f848e922d3b017358acb02e8dd530e8f0c7c6f74e6ae5367d715e2da36a490a734b4177fc1b78f3f08eca25f204a56a692 languageName: node linkType: hard @@ -9920,9 +11142,9 @@ __metadata: linkType: hard "cytoscape@npm:^3.29.3": - version: 3.33.1 - resolution: "cytoscape@npm:3.33.1" - checksum: 10c0/dffcf5f74df4d91517c4faf394df880d8283ce76edef19edba0c762941cf4f18daf7c4c955ec50c794f476ace39ad4394f8c98483222bd2682e1fd206e976411 + version: 3.32.0 + resolution: "cytoscape@npm:3.32.0" + checksum: 10c0/21cb0d2e79ebe137c7218e96edc2fb1c9000faae4f58c6a3c1899d9689c447c91feff94e5de649f227ced66f8c6a092b838de3fff3d8b57366156900f5df6d71 languageName: node linkType: hard @@ -10086,7 +11308,7 @@ __metadata: languageName: node linkType: hard -"d3-interpolate@npm:1 - 3, d3-interpolate@npm:1.2.0 - 3, d3-interpolate@npm:3, d3-interpolate@npm:^3.0.1": +"d3-interpolate@npm:1 - 3, d3-interpolate@npm:1.2.0 - 3, d3-interpolate@npm:3": version: 3.0.1 resolution: "d3-interpolate@npm:3.0.1" dependencies: @@ -10341,7 +11563,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:^3.1.0, debug@npm:^3.2.6": +"debug@npm:^3.1.0": version: 3.2.7 resolution: "debug@npm:3.2.7" dependencies: @@ -10358,18 +11580,18 @@ __metadata: linkType: hard "decimal.js@npm:^10.5.0": - version: 10.6.0 - resolution: "decimal.js@npm:10.6.0" - checksum: 10c0/07d69fbcc54167a340d2d97de95f546f9ff1f69d2b45a02fd7a5292412df3cd9eb7e23065e532a318f5474a2e1bccf8392fdf0443ef467f97f3bf8cb0477e5aa + version: 10.5.0 + resolution: "decimal.js@npm:10.5.0" + checksum: 10c0/785c35279df32762143914668df35948920b6c1c259b933e0519a69b7003fc0a5ed2a766b1e1dda02574450c566b21738a45f15e274b47c2ac02072c0d1f3ac3 languageName: node linkType: hard "decode-named-character-reference@npm:^1.0.0": - version: 1.2.0 - resolution: "decode-named-character-reference@npm:1.2.0" + version: 1.1.0 + resolution: "decode-named-character-reference@npm:1.1.0" dependencies: character-entities: "npm:^2.0.0" - checksum: 10c0/761a89de6b0e0a2d4b21ae99074e4cc3344dd11eb29f112e23cc5909f2e9f33c5ed20cd6b146b27fb78170bce0f3f9b3362a84b75638676a05c938c24a60f5d7 + checksum: 10c0/359c76305b47e67660ec096c5cd3f65972ed75b8a53a40435a7a967cfab3e9516e64b443cbe0c7edcf5ab77f65a6924f12fb1872b1e09e2f044f28f4fd10996a languageName: node linkType: hard @@ -10454,15 +11676,15 @@ __metadata: languageName: node linkType: hard -"dedent@npm:^1.6.0": - version: 1.6.0 - resolution: "dedent@npm:1.6.0" +"dedent@npm:^1.5.3": + version: 1.5.3 + resolution: "dedent@npm:1.5.3" peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: babel-plugin-macros: optional: true - checksum: 10c0/671b8f5e390dd2a560862c4511dd6d2638e71911486f78cb32116551f8f2aa6fcaf50579ffffb2f866d46b5b80fd72470659ca5760ede8f967619ef7df79e8a5 + checksum: 10c0/d94bde6e6f780be4da4fd760288fcf755ec368872f4ac5218197200d86430aeb8d90a003a840bff1c20221188e3f23adced0119cb811c6873c70d0ac66d12832 languageName: node linkType: hard @@ -10519,7 +11741,7 @@ __metadata: languageName: node linkType: hard -"define-data-property@npm:^1.0.1, define-data-property@npm:^1.1.4": +"define-data-property@npm:^1.0.1": version: 1.1.4 resolution: "define-data-property@npm:1.1.4" dependencies: @@ -10617,7 +11839,7 @@ __metadata: languageName: node linkType: hard -"detect-libc@npm:^1.0.2, detect-libc@npm:^1.0.3": +"detect-libc@npm:^1.0.3": version: 1.0.3 resolution: "detect-libc@npm:1.0.3" bin: @@ -10626,7 +11848,14 @@ __metadata: languageName: node linkType: hard -"detect-libc@npm:^2.0.1, detect-libc@npm:^2.0.3": +"detect-libc@npm:^2.0.1": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 10c0/88095bda8f90220c95f162bf92cad70bd0e424913e655c20578600e35b91edc261af27531cf160a331e185c0ced93944bc7e09939143225f56312d7fd800fdb7 + languageName: node + linkType: hard + +"detect-libc@npm:^2.0.3": version: 2.0.4 resolution: "detect-libc@npm:2.0.4" checksum: 10c0/c15541f836eba4b1f521e4eecc28eefefdbc10a94d3b8cb4c507689f332cc111babb95deda66f2de050b22122113189986d5190be97d51b5a2b23b938415e67c @@ -10661,9 +11890,9 @@ __metadata: linkType: hard "dexie@npm:^4.0.8": - version: 4.2.0 - resolution: "dexie@npm:4.2.0" - checksum: 10c0/ba3f84a769ee34910263bce0957736968ba05162eebf47d5dab3dbb599890b122ac0d4a64ceb02428e5ec6a39f66923d8531e120c6341709fce1afbc698ea37c + version: 4.0.11 + resolution: "dexie@npm:4.0.11" + checksum: 10c0/f8f18e17fe99fd3d4bd80a4ff76c0a543be128bb65a11b6b34297c6ab2d7426989567a8eac09b0de6b483bfb776cbbb32bebe3eedcd5c572ddda80224aac1fa1 languageName: node linkType: hard @@ -10742,16 +11971,16 @@ __metadata: linkType: hard "docx@npm:^9.0.2": - version: 9.5.1 - resolution: "docx@npm:9.5.1" + version: 9.3.0 + resolution: "docx@npm:9.3.0" dependencies: - "@types/node": "npm:^24.0.1" + "@types/node": "npm:^22.7.5" hash.js: "npm:^1.1.7" jszip: "npm:^3.10.1" nanoid: "npm:^5.1.3" xml: "npm:^1.0.1" xml-js: "npm:^1.6.8" - checksum: 10c0/d0c290321b7af069956dbf1a916dade13241dc2adf14b0dc2bddd3057c2b847c37146a10fff2b37e3b2775f4998a514ef5f5d784aaebecd8038879dd2612c681 + checksum: 10c0/55d3689932b2c0ceae23bf5883826009296f2ae260aae44dda632e170adc847cc6dfa0b4c692623f84fbb9a6b60018338279d64933d5a7f0abc8f3e30fd3e68e languageName: node linkType: hard @@ -11000,10 +12229,10 @@ __metadata: languageName: node linkType: hard -"electron-to-chromium@npm:^1.5.199": - version: 1.5.201 - resolution: "electron-to-chromium@npm:1.5.201" - checksum: 10c0/83f415506e4f79ebe3bcf311526823fe73cd9d54938eff6d98504d222d7c1f7db21acbe98b30394349b1dc973ac85123f1afb5f2b495e166885e5ddd7cf086e6 +"electron-to-chromium@npm:^1.5.73": + version: 1.5.137 + resolution: "electron-to-chromium@npm:1.5.137" + checksum: 10c0/678613e0a3d023563a1acca4d8103a69d389168efeb3b78c1fcc683ed0778d81bfb00c6f621d6535f3fa9530664fc948fc8f2ed27e7548d46cd3987d4b0add6a languageName: node linkType: hard @@ -11069,9 +12298,9 @@ __metadata: linkType: hard "emittery@npm:^1.0.3": - version: 1.2.0 - resolution: "emittery@npm:1.2.0" - checksum: 10c0/3b16d67b2cbbc19d44fa124684039956dc94c376cefa8c7b29f4c934d9d370e6819f642cddaa343b83b1fc03fda554a1498e12f5861caf9d6f6394ff4b6e808a + version: 1.1.0 + resolution: "emittery@npm:1.1.0" + checksum: 10c0/645d4d7307b52c81bb2d2f9f320aa6a3c0225f53a4bfef2d337be8086df975746f7dd619f1dd7b2ffd4f2288103f28019e7b8567718677600e47507496d3af5f languageName: node linkType: hard @@ -11134,11 +12363,11 @@ __metadata: linkType: hard "end-of-stream@npm:^1.0.0, end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": - version: 1.4.5 - resolution: "end-of-stream@npm:1.4.5" + version: 1.4.4 + resolution: "end-of-stream@npm:1.4.4" dependencies: once: "npm:^1.4.0" - checksum: 10c0/b0701c92a10b89afb1cb45bf54a5292c6f008d744eb4382fa559d54775ff31617d1d7bc3ef617575f552e24fad2c7c1a1835948c66b3f3a4be0a6c1f35c883d8 + checksum: 10c0/870b423afb2d54bb8d243c63e07c170409d41e20b47eeef0727547aea5740bd6717aca45597a9f2745525667a6b804c1e7bede41f856818faee5806dd9ff3975 languageName: node linkType: hard @@ -11150,9 +12379,9 @@ __metadata: linkType: hard "entities@npm:^6.0.0": - version: 6.0.1 - resolution: "entities@npm:6.0.1" - checksum: 10c0/ed836ddac5acb34341094eb495185d527bd70e8632b6c0d59548cbfa23defdbae70b96f9a405c82904efa421230b5b3fd2283752447d737beffd3f3e6ee74414 + version: 6.0.0 + resolution: "entities@npm:6.0.0" + checksum: 10c0/b82a7bd5de282860f3c36a91e815e41e874fd036c83956a568b82729678492eb088359d6f7e0a4f5c00776427263fcba04959b8340fefa430c39b9bce770427e languageName: node linkType: hard @@ -11176,10 +12405,6 @@ __metadata: dependencies: adm-zip: "npm:^0.4.11" xml2js: "npm:^0.4.23" - zipfile: "npm:^0.5.11" - dependenciesMeta: - zipfile: - optional: true checksum: 10c0/2e8bb70354d13f17224f0fea2f999d1a5537383ed3df7388054eb28b98bd4f91057db19bf58e8bc8618f4f509051ad21fb12f36b6faa029d29bcf647ab13e074 languageName: node linkType: hard @@ -11190,10 +12415,6 @@ __metadata: dependencies: adm-zip: "npm:^0.4.11" xml2js: "npm:^0.4.23" - zipfile: "npm:^0.5.11" - dependenciesMeta: - zipfile: - optional: true checksum: 10c0/02f818a65656666b512eb3477ebdac678a1427a65b32d9741c3e55372faf4a418080c537ccc342b02c3b42a2c94552e65f28c3b9617befe28ab36d2f940ca9f8 languageName: node linkType: hard @@ -11254,45 +12475,45 @@ __metadata: languageName: node linkType: hard -"esbuild-code-inspector-plugin@npm:0.20.17": - version: 0.20.17 - resolution: "esbuild-code-inspector-plugin@npm:0.20.17" +"esbuild-code-inspector-plugin@npm:0.20.14": + version: 0.20.14 + resolution: "esbuild-code-inspector-plugin@npm:0.20.14" dependencies: - code-inspector-core: "npm:0.20.17" - checksum: 10c0/184b3450476bddba640e9a1b0b49bff435e1ffc91e3ef92ffb71344f3f1e8fbc3d9e80a65d384da9989f35d36a434c34253b0b4d8660e4660da09f22060e5faf + code-inspector-core: "npm:0.20.14" + checksum: 10c0/9b355f6e012d06fa35a75ff146e8e3bb15cbeb923b958842413715fd25c455850db65dd3c4c4948a2043d55367f0dea065243b345bed07f91131700499fb20e5 languageName: node linkType: hard "esbuild@npm:^0.25.5, esbuild@npm:~0.25.0": - version: 0.25.9 - resolution: "esbuild@npm:0.25.9" + version: 0.25.8 + resolution: "esbuild@npm:0.25.8" dependencies: - "@esbuild/aix-ppc64": "npm:0.25.9" - "@esbuild/android-arm": "npm:0.25.9" - "@esbuild/android-arm64": "npm:0.25.9" - "@esbuild/android-x64": "npm:0.25.9" - "@esbuild/darwin-arm64": "npm:0.25.9" - "@esbuild/darwin-x64": "npm:0.25.9" - "@esbuild/freebsd-arm64": "npm:0.25.9" - "@esbuild/freebsd-x64": "npm:0.25.9" - "@esbuild/linux-arm": "npm:0.25.9" - "@esbuild/linux-arm64": "npm:0.25.9" - "@esbuild/linux-ia32": "npm:0.25.9" - "@esbuild/linux-loong64": "npm:0.25.9" - "@esbuild/linux-mips64el": "npm:0.25.9" - "@esbuild/linux-ppc64": "npm:0.25.9" - "@esbuild/linux-riscv64": "npm:0.25.9" - "@esbuild/linux-s390x": "npm:0.25.9" - "@esbuild/linux-x64": "npm:0.25.9" - "@esbuild/netbsd-arm64": "npm:0.25.9" - "@esbuild/netbsd-x64": "npm:0.25.9" - "@esbuild/openbsd-arm64": "npm:0.25.9" - "@esbuild/openbsd-x64": "npm:0.25.9" - "@esbuild/openharmony-arm64": "npm:0.25.9" - "@esbuild/sunos-x64": "npm:0.25.9" - "@esbuild/win32-arm64": "npm:0.25.9" - "@esbuild/win32-ia32": "npm:0.25.9" - "@esbuild/win32-x64": "npm:0.25.9" + "@esbuild/aix-ppc64": "npm:0.25.8" + "@esbuild/android-arm": "npm:0.25.8" + "@esbuild/android-arm64": "npm:0.25.8" + "@esbuild/android-x64": "npm:0.25.8" + "@esbuild/darwin-arm64": "npm:0.25.8" + "@esbuild/darwin-x64": "npm:0.25.8" + "@esbuild/freebsd-arm64": "npm:0.25.8" + "@esbuild/freebsd-x64": "npm:0.25.8" + "@esbuild/linux-arm": "npm:0.25.8" + "@esbuild/linux-arm64": "npm:0.25.8" + "@esbuild/linux-ia32": "npm:0.25.8" + "@esbuild/linux-loong64": "npm:0.25.8" + "@esbuild/linux-mips64el": "npm:0.25.8" + "@esbuild/linux-ppc64": "npm:0.25.8" + "@esbuild/linux-riscv64": "npm:0.25.8" + "@esbuild/linux-s390x": "npm:0.25.8" + "@esbuild/linux-x64": "npm:0.25.8" + "@esbuild/netbsd-arm64": "npm:0.25.8" + "@esbuild/netbsd-x64": "npm:0.25.8" + "@esbuild/openbsd-arm64": "npm:0.25.8" + "@esbuild/openbsd-x64": "npm:0.25.8" + "@esbuild/openharmony-arm64": "npm:0.25.8" + "@esbuild/sunos-x64": "npm:0.25.8" + "@esbuild/win32-arm64": "npm:0.25.8" + "@esbuild/win32-ia32": "npm:0.25.8" + "@esbuild/win32-x64": "npm:0.25.8" dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -11348,7 +12569,7 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 10c0/aaa1284c75fcf45c82f9a1a117fe8dc5c45628e3386bda7d64916ae27730910b51c5aec7dd45a6ba19256be30ba2935e64a8f011a3f0539833071e06bf76d5b3 + checksum: 10c0/43747a25e120d5dd9ce75c82f57306580d715647c8db4f4a0a84e73b04cf16c27572d3937d3cfb95d5ac3266a4d1bbd3913e3d76ae719693516289fc86f8a5fd languageName: node linkType: hard @@ -11399,22 +12620,22 @@ __metadata: linkType: hard "eslint-config-prettier@npm:^10.0.1": - version: 10.1.8 - resolution: "eslint-config-prettier@npm:10.1.8" + version: 10.1.2 + resolution: "eslint-config-prettier@npm:10.1.2" peerDependencies: eslint: ">=7.0.0" bin: eslint-config-prettier: bin/cli.js - checksum: 10c0/e1bcfadc9eccd526c240056b1e59c5cd26544fe59feb85f38f4f1f116caed96aea0b3b87868e68b3099e55caaac3f2e5b9f58110f85db893e83a332751192682 + checksum: 10c0/c22c8e29193cc8fd70becf1c2dd072513f2b3004a175c2a49404c79d1745ba4dc0edc2afd00d16b0e26d24f95813a0469e7445a25104aec218f6d84cdb1697e9 languageName: node linkType: hard "eslint-plugin-prettier@npm:^5.2.3": - version: 5.5.4 - resolution: "eslint-plugin-prettier@npm:5.5.4" + version: 5.2.6 + resolution: "eslint-plugin-prettier@npm:5.2.6" dependencies: prettier-linter-helpers: "npm:^1.0.0" - synckit: "npm:^0.11.7" + synckit: "npm:^0.11.0" peerDependencies: "@types/eslint": ">=8.0.0" eslint: ">=8.0.0" @@ -11425,26 +12646,26 @@ __metadata: optional: true eslint-config-prettier: optional: true - checksum: 10c0/5cc780e0ab002f838ad8057409e86de4ff8281aa2704a50fa8511abff87028060c2e45741bc9cbcbd498712e8d189de8026e70aed9e20e50fe5ba534ee5a8442 + checksum: 10c0/9911740a5edac7933d92671381908671c61ffa32a3cee7aed667ebab89831ee2c0b69eb9530f68dbe172ca9d4b3fa3d47350762dc1eb096a3ce125fa31c0e616 languageName: node linkType: hard -"eslint-plugin-react-debug@npm:1.52.4": - version: 1.52.4 - resolution: "eslint-plugin-react-debug@npm:1.52.4" +"eslint-plugin-react-debug@npm:1.48.1": + version: 1.48.1 + resolution: "eslint-plugin-react-debug@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/core": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/type-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/core": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/type-utils": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" + ts-pattern: "npm:^5.7.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -11453,26 +12674,26 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/d3ffc6c8e53ce27ea5bcffed2536f1eefb41ff8b1a74bb42e3362481f60d969efe5f86d5e495f7f060c6d43c7c19402161eced6e66edf77735aa65af781c18d4 + checksum: 10c0/262f7001cb41a24830a0943aec82ae029f271e2433990041f975f3ecc9fe904a1a1199e1cf85934429fcd17459cec3557f0fd77bd20b209d3a6e0e61ea5fe16a languageName: node linkType: hard -"eslint-plugin-react-dom@npm:1.52.4": - version: 1.52.4 - resolution: "eslint-plugin-react-dom@npm:1.52.4" +"eslint-plugin-react-dom@npm:1.48.1": + version: 1.48.1 + resolution: "eslint-plugin-react-dom@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/core": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/core": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" compare-versions: "npm:^6.1.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" + ts-pattern: "npm:^5.7.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -11481,26 +12702,26 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/fe969d98187768459a07f3ef94f9f67299a5dd42517538e27eb35db0c8e9c4508fb760a478375ddd0ec1c5f3624ccdaf33b8b754affc5e0239dec0dc82848773 + checksum: 10c0/974bec8d6be6a17c395942d3497d991684dbf91a840c61d3ae70b847121ce32f5d20cde1bf0ded5d367ce81b8f5c584ea8ad3b1426389d67ec4fe99463fe38b5 languageName: node linkType: hard -"eslint-plugin-react-hooks-extra@npm:1.52.4": - version: 1.52.4 - resolution: "eslint-plugin-react-hooks-extra@npm:1.52.4" +"eslint-plugin-react-hooks-extra@npm:1.48.1": + version: 1.48.1 + resolution: "eslint-plugin-react-hooks-extra@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/core": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/type-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/core": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/type-utils": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" + ts-pattern: "npm:^5.7.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -11509,7 +12730,7 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/c8e15ae9126e224f11c8240b3bd2c1a7c39d2c9e752e82ccf60e9d8fd00068548bc0355e37abed67e4bb8b7b4b79b9b7a94e1e37e9ceef033a1881f4ff957289 + checksum: 10c0/e04e42492744d25bb6ceece43d22ab541386b29c720c203eb6d51dc2b1e04f961f23218ec9dfe97571bc9a56d86971a0f1833f680feb242559d9a6d19333f7e4 languageName: node linkType: hard @@ -11522,22 +12743,22 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-react-naming-convention@npm:1.52.4": - version: 1.52.4 - resolution: "eslint-plugin-react-naming-convention@npm:1.52.4" +"eslint-plugin-react-naming-convention@npm:1.48.1": + version: 1.48.1 + resolution: "eslint-plugin-react-naming-convention@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/core": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/type-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/core": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/type-utils": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" + ts-pattern: "npm:^5.7.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -11546,25 +12767,25 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/b1e6e9c6498fe9eb549e433a00937c456fadab964793f1de3a910938d985f5e661192a853315a41112b2724882f11ec5d5a54ee982acae5b23e1ba8b4e3318c5 + checksum: 10c0/3dfbed619a63ccb8db113cc12777c5b41da422c5afc487bb525dd986e6c73885dcf1f983eb5aaa2507db639b31945c1d886db5ad39df1d9e37b4421e7827884a languageName: node linkType: hard -"eslint-plugin-react-web-api@npm:1.52.4": - version: 1.52.4 - resolution: "eslint-plugin-react-web-api@npm:1.52.4" +"eslint-plugin-react-web-api@npm:1.48.1": + version: 1.48.1 + resolution: "eslint-plugin-react-web-api@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/core": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/core": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" + ts-pattern: "npm:^5.7.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: ^4.9.5 || ^5.3.3 @@ -11573,28 +12794,28 @@ __metadata: optional: false typescript: optional: true - checksum: 10c0/3549acf469517a5511225a9d03118951ae38c28ef47d2e0226aa107df99bfc2caeca831cf48f25c9a10929ae8046ec9f42e9bc07be38ebef4373f57573a35da6 + checksum: 10c0/84d7fe52cb77fb097723d1dfccb7b9c5f51b83b4207e504599b8e89ba85b3237247131a8bf357c0dbff6cfac20fdcd7328db8e88f6ae7ba313dd2f812a5d06e6 languageName: node linkType: hard -"eslint-plugin-react-x@npm:1.52.4": - version: 1.52.4 - resolution: "eslint-plugin-react-x@npm:1.52.4" +"eslint-plugin-react-x@npm:1.48.1": + version: 1.48.1 + resolution: "eslint-plugin-react-x@npm:1.48.1" dependencies: - "@eslint-react/ast": "npm:1.52.4" - "@eslint-react/core": "npm:1.52.4" - "@eslint-react/eff": "npm:1.52.4" - "@eslint-react/kit": "npm:1.52.4" - "@eslint-react/shared": "npm:1.52.4" - "@eslint-react/var": "npm:1.52.4" - "@typescript-eslint/scope-manager": "npm:^8.39.1" - "@typescript-eslint/type-utils": "npm:^8.39.1" - "@typescript-eslint/types": "npm:^8.39.1" - "@typescript-eslint/utils": "npm:^8.39.1" + "@eslint-react/ast": "npm:1.48.1" + "@eslint-react/core": "npm:1.48.1" + "@eslint-react/eff": "npm:1.48.1" + "@eslint-react/kit": "npm:1.48.1" + "@eslint-react/shared": "npm:1.48.1" + "@eslint-react/var": "npm:1.48.1" + "@typescript-eslint/scope-manager": "npm:^8.30.1" + "@typescript-eslint/type-utils": "npm:^8.30.1" + "@typescript-eslint/types": "npm:^8.30.1" + "@typescript-eslint/utils": "npm:^8.30.1" compare-versions: "npm:^6.1.1" is-immutable-type: "npm:^5.0.1" string-ts: "npm:^2.2.1" - ts-pattern: "npm:^5.8.0" + ts-pattern: "npm:^5.7.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 ts-api-utils: ^2.1.0 @@ -11606,7 +12827,7 @@ __metadata: optional: true typescript: optional: true - checksum: 10c0/caf4152314222a65e2815148e8006d08c41aacf341c923ff8a70980f4afccaaa0373c1177130c1f02c8b99e2a95eb7d81bc43ad4647be11bb6cbad81702d81c8 + checksum: 10c0/895517645dca3f2103ab8b86842440db593e695ef2d98f4d53942687e19820c448419c6167be30e820658eb3516524f853dce8941c25e90b7863c2b84321b95c languageName: node linkType: hard @@ -11632,13 +12853,13 @@ __metadata: languageName: node linkType: hard -"eslint-scope@npm:^8.4.0": - version: 8.4.0 - resolution: "eslint-scope@npm:8.4.0" +"eslint-scope@npm:^8.3.0": + version: 8.3.0 + resolution: "eslint-scope@npm:8.3.0" dependencies: esrecurse: "npm:^4.3.0" estraverse: "npm:^5.2.0" - checksum: 10c0/407f6c600204d0f3705bd557f81bd0189e69cd7996f408f8971ab5779c0af733d1af2f1412066b40ee1588b085874fc37a2333986c6521669cdbdd36ca5058e0 + checksum: 10c0/23bf54345573201fdf06d29efa345ab508b355492f6c6cc9e2b9f6d02b896f369b6dd5315205be94b8853809776c4d13353b85c6b531997b164ff6c3328ecf5b languageName: node linkType: hard @@ -11649,25 +12870,25 @@ __metadata: languageName: node linkType: hard -"eslint-visitor-keys@npm:^4.2.1": - version: 4.2.1 - resolution: "eslint-visitor-keys@npm:4.2.1" - checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43 +"eslint-visitor-keys@npm:^4.2.0": + version: 4.2.0 + resolution: "eslint-visitor-keys@npm:4.2.0" + checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269 languageName: node linkType: hard "eslint@npm:^9.22.0": - version: 9.33.0 - resolution: "eslint@npm:9.33.0" + version: 9.24.0 + resolution: "eslint@npm:9.24.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" - "@eslint/config-array": "npm:^0.21.0" - "@eslint/config-helpers": "npm:^0.3.1" - "@eslint/core": "npm:^0.15.2" + "@eslint/config-array": "npm:^0.20.0" + "@eslint/config-helpers": "npm:^0.2.0" + "@eslint/core": "npm:^0.12.0" "@eslint/eslintrc": "npm:^3.3.1" - "@eslint/js": "npm:9.33.0" - "@eslint/plugin-kit": "npm:^0.3.5" + "@eslint/js": "npm:9.24.0" + "@eslint/plugin-kit": "npm:^0.2.7" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.4.2" @@ -11678,9 +12899,9 @@ __metadata: cross-spawn: "npm:^7.0.6" debug: "npm:^4.3.2" escape-string-regexp: "npm:^4.0.0" - eslint-scope: "npm:^8.4.0" - eslint-visitor-keys: "npm:^4.2.1" - espree: "npm:^10.4.0" + eslint-scope: "npm:^8.3.0" + eslint-visitor-keys: "npm:^4.2.0" + espree: "npm:^10.3.0" esquery: "npm:^1.5.0" esutils: "npm:^2.0.2" fast-deep-equal: "npm:^3.1.3" @@ -11702,7 +12923,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/1e1f60d2b62d9d65553e9af916a8dccf00eeedd982103f35bf58c205803907cb1fda73ef595178d47384ea80d8624a182b63682a6b15d8387e9a5d86904a2a2d + checksum: 10c0/f758ff1b9d2f2af5335f562f3f40aa8f71607b3edca33f7616840a222ed224555aeb3ac6943cc86e4f9ac5dc124a60bbfde624d054fb235631a8c04447e39ecc languageName: node linkType: hard @@ -11713,14 +12934,14 @@ __metadata: languageName: node linkType: hard -"espree@npm:^10.0.1, espree@npm:^10.4.0": - version: 10.4.0 - resolution: "espree@npm:10.4.0" +"espree@npm:^10.0.1, espree@npm:^10.3.0": + version: 10.3.0 + resolution: "espree@npm:10.3.0" dependencies: - acorn: "npm:^8.15.0" + acorn: "npm:^8.14.0" acorn-jsx: "npm:^5.3.2" - eslint-visitor-keys: "npm:^4.2.1" - checksum: 10c0/c63fe06131c26c8157b4083313cb02a9a54720a08e21543300e55288c40e06c3fc284bdecf108d3a1372c5934a0a88644c98714f38b6ae8ed272b40d9ea08d6b + eslint-visitor-keys: "npm:^4.2.0" + checksum: 10c0/272beeaca70d0a1a047d61baff64db04664a33d7cfb5d144f84bc8a5c6194c6c8ebe9cc594093ca53add88baa23e59b01e69e8a0160ab32eac570482e165c462 languageName: node linkType: hard @@ -11834,19 +13055,26 @@ __metadata: languageName: node linkType: hard -"eventsource-parser@npm:^3.0.0, eventsource-parser@npm:^3.0.1, eventsource-parser@npm:^3.0.3": +"eventsource-parser@npm:^3.0.0, eventsource-parser@npm:^3.0.3": version: 3.0.3 resolution: "eventsource-parser@npm:3.0.3" checksum: 10c0/2594011630efba56cafafc8ed6bd9a50db8f6d5dd62089b0950346e7961828c16efe07a588bdea3ba79e568fd9246c8163824a2ffaade767e1fdb2270c1fae0b languageName: node linkType: hard +"eventsource-parser@npm:^3.0.1": + version: 3.0.1 + resolution: "eventsource-parser@npm:3.0.1" + checksum: 10c0/146ce5ae8325d07645a49bbc54d7ac3aef42f5138bfbbe83d5cf96293b50eab2219926d6cf41eed0a0f90132578089652ba9286a19297662900133a9da6c2fd0 + languageName: node + linkType: hard + "eventsource@npm:^3.0.2": - version: 3.0.7 - resolution: "eventsource@npm:3.0.7" + version: 3.0.6 + resolution: "eventsource@npm:3.0.6" dependencies: eventsource-parser: "npm:^3.0.1" - checksum: 10c0/c48a73c38f300e33e9f11375d4ee969f25cbb0519608a12378a38068055ae8b55b6e0e8a49c3f91c784068434efe1d9f01eb49b6315b04b0da9157879ce2f67d + checksum: 10c0/074d865ea1c7e29e3243f85a13306e89fca2d775b982dca03fa6bfa75c56827fa89cf1ab9e730db24bd6b104cbdcae074f2b37ba498874e9dd9710fbff4979bb languageName: node linkType: hard @@ -11882,9 +13110,9 @@ __metadata: linkType: hard "expect-type@npm:^1.2.1": - version: 1.2.2 - resolution: "expect-type@npm:1.2.2" - checksum: 10c0/6019019566063bbc7a690d9281d920b1a91284a4a093c2d55d71ffade5ac890cf37a51e1da4602546c4b56569d2ad2fc175a2ccee77d1ae06cb3af91ef84f44b + version: 1.2.1 + resolution: "expect-type@npm:1.2.1" + checksum: 10c0/b775c9adab3c190dd0d398c722531726cdd6022849b4adba19dceab58dda7e000a7c6c872408cd73d665baa20d381eca36af4f7b393a4ba60dd10232d1fb8898 languageName: node linkType: hard @@ -11903,11 +13131,11 @@ __metadata: linkType: hard "express-rate-limit@npm:^7.5.0": - version: 7.5.1 - resolution: "express-rate-limit@npm:7.5.1" + version: 7.5.0 + resolution: "express-rate-limit@npm:7.5.0" peerDependencies: - express: ">= 4.11" - checksum: 10c0/b07de84d700a2c07c4bf2f040e7558ed5a1f660f03ed5f30bf8ff7b51e98ba7a85215640e70fc48cbbb9151066ea51239d9a1b41febc9b84d98c7915b0186161 + express: ^4.11 || 5 || ^5.0.0-beta.1 + checksum: 10c0/3e96afa05b4f577395688ede37e0cb19901f20c350b32575fb076f3d25176209fb88d3648151755c232aaf304147c58531f070757978f376e2f08326449299fd languageName: node linkType: hard @@ -11946,10 +13174,10 @@ __metadata: languageName: node linkType: hard -"exsolve@npm:^1.0.7": - version: 1.0.7 - resolution: "exsolve@npm:1.0.7" - checksum: 10c0/4479369d0bd84bb7e0b4f5d9bc18d26a89b6dbbbccd73f9d383d14892ef78ddbe159e01781055342f83dc00ebe90044036daf17ddf55cc21e2cac6609aa15631 +"exsolve@npm:^1.0.1": + version: 1.0.5 + resolution: "exsolve@npm:1.0.5" + checksum: 10c0/0e845843951e8e7f190d26648259b3d584990933ea68a3c8ec984e826d4fb3731681f7f2569252b4fe619db1d67b0859abe0ef694cb2edb454343bd44bcdce59 languageName: node linkType: hard @@ -12039,7 +13267,18 @@ __metadata: languageName: node linkType: hard -"fast-xml-parser@npm:5.2.5, fast-xml-parser@npm:^5.2.0": +"fast-xml-parser@npm:4.4.1": + version: 4.4.1 + resolution: "fast-xml-parser@npm:4.4.1" + dependencies: + strnum: "npm:^1.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 10c0/7f334841fe41bfb0bf5d920904ccad09cefc4b5e61eaf4c225bf1e1bb69ee77ef2147d8942f783ee8249e154d1ca8a858e10bda78a5d78b8bed3f48dcee9bf33 + languageName: node + linkType: hard + +"fast-xml-parser@npm:5.2.5": version: 5.2.5 resolution: "fast-xml-parser@npm:5.2.5" dependencies: @@ -12061,6 +13300,17 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:^5.2.0": + version: 5.2.0 + resolution: "fast-xml-parser@npm:5.2.0" + dependencies: + strnum: "npm:^2.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 10c0/9d65ea8edeff114200313a7df7b9b1c62ff848099529ab82ed2de75ef789ebf1d7105442a12a1a51899f4dae3961f776adc6ddd85dd461272bc3f1e62211fc37 + languageName: node + linkType: hard + "fastq@npm:^1.6.0": version: 1.19.1 resolution: "fastq@npm:1.19.1" @@ -12110,15 +13360,27 @@ __metadata: languageName: node linkType: hard -"fdir@npm:^6.4.4, fdir@npm:^6.4.6": - version: 6.5.0 - resolution: "fdir@npm:6.5.0" +"fdir@npm:^6.4.4": + version: 6.4.4 + resolution: "fdir@npm:6.4.4" peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: picomatch: optional: true - checksum: 10c0/e345083c4306b3aed6cb8ec551e26c36bab5c511e99ea4576a16750ddc8d3240e63826cc624f5ae17ad4dc82e68a253213b60d556c11bfad064b7607847ed07f + checksum: 10c0/6ccc33be16945ee7bc841e1b4178c0b4cf18d3804894cb482aa514651c962a162f96da7ffc6ebfaf0df311689fb70091b04dd6caffe28d56b9ebdc0e7ccadfdd + languageName: node + linkType: hard + +"fdir@npm:^6.4.6": + version: 6.4.6 + resolution: "fdir@npm:6.4.6" + peerDependencies: + picomatch: ^3 || ^4 + peerDependenciesMeta: + picomatch: + optional: true + checksum: 10c0/45b559cff889934ebb8bc498351e5acba40750ada7e7d6bde197768d2fa67c149be8ae7f8ff34d03f4e1eb20f2764116e56440aaa2f6689e9a4aa7ef06acafe9 languageName: node linkType: hard @@ -12341,21 +13603,12 @@ __metadata: linkType: hard "follow-redirects@npm:^1.15.6": - version: 1.15.11 - resolution: "follow-redirects@npm:1.15.11" + version: 1.15.9 + resolution: "follow-redirects@npm:1.15.9" peerDependenciesMeta: debug: optional: true - checksum: 10c0/d301f430542520a54058d4aeeb453233c564aaccac835d29d15e050beb33f339ad67d9bddbce01739c5dc46a6716dbe3d9d0d5134b1ca203effa11a7ef092343 - languageName: node - linkType: hard - -"for-each@npm:^0.3.5": - version: 0.3.5 - resolution: "for-each@npm:0.3.5" - dependencies: - is-callable: "npm:^1.2.7" - checksum: 10c0/0e0b50f6a843a282637d43674d1fb278dda1dd85f4f99b640024cfb10b85058aac0cc781bf689d5fe50b4b7f638e91e548560723a4e76e04fe96ae35ef039cee + checksum: 10c0/5829165bd112c3c0e82be6c15b1a58fa9dcfaede3b3c54697a82fe4a62dd5ae5e8222956b448d2f98e331525f05d00404aba7d696de9e761ef6e42fdc780244f languageName: node linkType: hard @@ -12383,7 +13636,7 @@ __metadata: languageName: node linkType: hard -"form-data@npm:^4.0.0, form-data@npm:^4.0.4": +"form-data@npm:^4.0.0": version: 4.0.4 resolution: "form-data@npm:4.0.4" dependencies: @@ -12422,12 +13675,12 @@ __metadata: languageName: node linkType: hard -"framer-motion@npm:^12.23.12": - version: 12.23.12 - resolution: "framer-motion@npm:12.23.12" +"framer-motion@npm:^12.10.5": + version: 12.10.5 + resolution: "framer-motion@npm:12.10.5" dependencies: - motion-dom: "npm:^12.23.12" - motion-utils: "npm:^12.23.6" + motion-dom: "npm:^12.10.5" + motion-utils: "npm:^12.9.4" tslib: "npm:^2.4.0" peerDependencies: "@emotion/is-prop-valid": "*" @@ -12440,7 +13693,7 @@ __metadata: optional: true react-dom: optional: true - checksum: 10c0/40dfb57bf714075c4f6dd0bbe5b84dd11310114474ebf603846ef9b888ed475fa653271c1fd98ec57a6a1d0b781cdf8b3ebcd5e2c6a3620e934b46304ae0fd39 + checksum: 10c0/a24a44b7a1b21e347f93f9ec3c1218b9ebf2b2bc2883c26ab9951e19a62fdc2e03f80a57d0c78eaf408d098ed6f0fbcae48207313921c1f5462eb04296adf55b languageName: node linkType: hard @@ -12479,13 +13732,13 @@ __metadata: linkType: hard "fs-extra@npm:^11.1.1, fs-extra@npm:^11.2.0": - version: 11.3.1 - resolution: "fs-extra@npm:11.3.1" + version: 11.3.0 + resolution: "fs-extra@npm:11.3.0" dependencies: graceful-fs: "npm:^4.2.0" jsonfile: "npm:^6.0.1" universalify: "npm:^2.0.0" - checksum: 10c0/61e5b7285b1ca72c68dfe1058b2514294a922683afac2a80aa90540f9bd85370763d675e3b408ef500077d355956fece3bd24b546790e261c3d3015967e2b2d9 + checksum: 10c0/5f95e996186ff45463059feb115a22fb048bdaf7e487ecee8a8646c78ed8fdca63630e3077d4c16ce677051f5e60d3355a06f3cd61f3ca43f48cc58822a44d0a languageName: node linkType: hard @@ -12512,15 +13765,6 @@ __metadata: languageName: node linkType: hard -"fs-minipass@npm:^1.2.7": - version: 1.2.7 - resolution: "fs-minipass@npm:1.2.7" - dependencies: - minipass: "npm:^2.6.0" - checksum: 10c0/c8259ce8caab360f16b8c3774fd09dd1d5240d6f3f78fd8efa0a215b5f40edfa90e7b5b5ddc2335a4c50885e29d5983f9fe6ac3ac19320e6917a21dbb9f05c64 - languageName: node - linkType: hard - "fs-minipass@npm:^2.0.0, fs-minipass@npm:^2.1.0": version: 2.1.0 resolution: "fs-minipass@npm:2.1.0" @@ -12659,7 +13903,7 @@ __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.3.0": +"get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.3.0": version: 1.3.0 resolution: "get-intrinsic@npm:1.3.0" dependencies: @@ -12730,13 +13974,13 @@ __metadata: linkType: hard "get-uri@npm:^6.0.1": - version: 6.0.5 - resolution: "get-uri@npm:6.0.5" + version: 6.0.4 + resolution: "get-uri@npm:6.0.4" dependencies: basic-ftp: "npm:^5.0.2" data-uri-to-buffer: "npm:^6.0.2" debug: "npm:^4.3.4" - checksum: 10c0/c7ff5d5d55de53d23ecce7c5108cc3ed0db1174db43c9aa15506d640283d36ee0956fd8ba1fc50b06a718466cc85794ae9d8860193f91318afe846e3e7010f3a + checksum: 10c0/07c87abe1f97a4545fae329a37a45e276ec57e6ad48dad2a97780f87c96b00a82c2043ab49e1a991f99bb5cff8f8ed975e44e4f8b3c9600f35493a97f123499f languageName: node linkType: hard @@ -12837,9 +14081,9 @@ __metadata: linkType: hard "globals@npm:^16.0.0": - version: 16.3.0 - resolution: "globals@npm:16.3.0" - checksum: 10c0/c62dc20357d1c0bf2be4545d6c4141265d1a229bf1c3294955efb5b5ef611145391895e3f2729f8603809e81b30b516c33e6c2597573844449978606aad6eb38 + version: 16.0.0 + resolution: "globals@npm:16.0.0" + checksum: 10c0/8906d5f01838df64a81d6c2a7b7214312e2216cf65c5ed1546dc9a7d0febddf55ffa906cf04efd5b01eec2534d6f14859a89535d1a68241832810e41ef3fd5bb languageName: node linkType: hard @@ -12933,25 +14177,6 @@ __metadata: languageName: node linkType: hard -"graphql-request@npm:^6.1.0": - version: 6.1.0 - resolution: "graphql-request@npm:6.1.0" - dependencies: - "@graphql-typed-document-node/core": "npm:^3.2.0" - cross-fetch: "npm:^3.1.5" - peerDependencies: - graphql: 14 - 16 - checksum: 10c0/f8167925a110e8e1de93d56c14245e7e64391dc8dce5002dd01bf24a3059f345d4ca1bb6ce2040e2ec78264211b0704e75da3e63984f0f74d2042f697a4e8cc6 - languageName: node - linkType: hard - -"graphql@npm:^16.11.0": - version: 16.11.0 - resolution: "graphql@npm:16.11.0" - checksum: 10c0/124da7860a2292e9acf2fed0c71fc0f6a9b9ca865d390d112bdd563c1f474357141501c12891f4164fe984315764736ad67f705219c62f7580681d431a85db88 - languageName: node - linkType: hard - "gtoken@npm:^7.0.0": version: 7.1.0 resolution: "gtoken@npm:7.1.0" @@ -12976,7 +14201,7 @@ __metadata: languageName: node linkType: hard -"has-property-descriptors@npm:^1.0.0, has-property-descriptors@npm:^1.0.2": +"has-property-descriptors@npm:^1.0.0": version: 1.0.2 resolution: "has-property-descriptors@npm:1.0.2" dependencies: @@ -13447,15 +14672,6 @@ __metadata: languageName: node linkType: hard -"iconv-lite@npm:^0.4.4": - version: 0.4.24 - resolution: "iconv-lite@npm:0.4.24" - dependencies: - safer-buffer: "npm:>= 2.1.2 < 3" - checksum: 10c0/c6886a24cc00f2a059767440ec1bc00d334a89f250db8e0f7feb4961c8727118457e27c495ba94d082e51d3baca378726cd110aaf7ded8b9bbfd6a44760cf1d4 - languageName: node - linkType: hard - "ieee754@npm:^1.1.13, ieee754@npm:^1.2.1": version: 1.2.1 resolution: "ieee754@npm:1.2.1" @@ -13463,29 +14679,13 @@ __metadata: languageName: node linkType: hard -"ignore-walk@npm:^3.0.1": - version: 3.0.4 - resolution: "ignore-walk@npm:3.0.4" - dependencies: - minimatch: "npm:^3.0.4" - checksum: 10c0/690372b433887796fa3badd25babab7daf60a1882259dcc130ec78eea79745c2416322e10d1a96b367071204471c532647d20b11cd7ab70bd9b49879e461f956 - languageName: node - linkType: hard - -"ignore@npm:^5.2.0": +"ignore@npm:^5.2.0, ignore@npm:^5.3.1": version: 5.3.2 resolution: "ignore@npm:5.3.2" checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337 languageName: node linkType: hard -"ignore@npm:^7.0.0": - version: 7.0.5 - resolution: "ignore@npm:7.0.5" - checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d - languageName: node - linkType: hard - "immediate@npm:~3.0.5": version: 3.0.6 resolution: "immediate@npm:3.0.6" @@ -13501,9 +14701,9 @@ __metadata: linkType: hard "immutable@npm:^5.0.2": - version: 5.1.3 - resolution: "immutable@npm:5.1.3" - checksum: 10c0/f094891dcefb9488a84598376c9218ebff3a130c8b807bda3f6b703c45fe7ef238b8bf9a1eb9961db0523c8d7eb116ab6f47166702e4bbb1927ff5884157cd97 + version: 5.1.2 + resolution: "immutable@npm:5.1.2" + checksum: 10c0/da5af92d2c70323c1f9a0e418832c9eef441feadaf6a295a4e07764bd2400c85186872e016071d9253549d58d364160d55dca8dcdf59fd4a6a06c6756fe61657 languageName: node linkType: hard @@ -13583,10 +14783,13 @@ __metadata: languageName: node linkType: hard -"ip-address@npm:^10.0.1": - version: 10.0.1 - resolution: "ip-address@npm:10.0.1" - checksum: 10c0/1634d79dae18394004775cb6d699dc46b7c23df6d2083164025a2b15240c1164fccde53d0e08bd5ee4fc53913d033ab6b5e395a809ad4b956a940c446e948843 +"ip-address@npm:^9.0.5": + version: 9.0.5 + resolution: "ip-address@npm:9.0.5" + dependencies: + jsbn: "npm:1.1.0" + sprintf-js: "npm:^1.1.3" + checksum: 10c0/331cd07fafcb3b24100613e4b53e1a2b4feab11e671e655d46dc09ee233da5011284d09ca40c4ecbdfe1d0004f462958675c224a804259f2f78d2465a87824bc languageName: node linkType: hard @@ -13652,13 +14855,6 @@ __metadata: languageName: node linkType: hard -"is-callable@npm:^1.2.7": - version: 1.2.7 - resolution: "is-callable@npm:1.2.7" - checksum: 10c0/ceebaeb9d92e8adee604076971dd6000d38d6afc40bb843ea8e45c5579b57671c3f3b50d7f04869618242c6cee08d1b67806a8cb8edaaaf7c0748b3720d6066f - languageName: node - linkType: hard - "is-ci@npm:^3.0.0": version: 3.0.1 resolution: "is-ci@npm:3.0.1" @@ -13860,15 +15056,6 @@ __metadata: languageName: node linkType: hard -"is-typed-array@npm:^1.1.14": - version: 1.1.15 - resolution: "is-typed-array@npm:1.1.15" - dependencies: - which-typed-array: "npm:^1.1.16" - checksum: 10c0/415511da3669e36e002820584e264997ffe277ff136643a3126cc949197e6ca3334d0f12d084e83b1994af2e9c8141275c741cf2b7da5a2ff62dd0cac26f76c4 - languageName: node - linkType: hard - "is-unicode-supported@npm:^0.1.0": version: 0.1.0 resolution: "is-unicode-supported@npm:0.1.0" @@ -13885,13 +15072,6 @@ __metadata: languageName: node linkType: hard -"isarray@npm:^2.0.5": - version: 2.0.5 - resolution: "isarray@npm:2.0.5" - checksum: 10c0/4199f14a7a13da2177c66c31080008b7124331956f47bca57dd0b6ea9f11687aa25e565a2c7a2b519bc86988d10398e3049a1f5df13c9f6b7664154690ae79fd - languageName: node - linkType: hard - "isarray@npm:~1.0.0": version: 1.0.0 resolution: "isarray@npm:1.0.0" @@ -13987,15 +15167,16 @@ __metadata: linkType: hard "jake@npm:^10.8.5": - version: 10.9.4 - resolution: "jake@npm:10.9.4" + version: 10.9.2 + resolution: "jake@npm:10.9.2" dependencies: - async: "npm:^3.2.6" + async: "npm:^3.2.3" + chalk: "npm:^4.0.2" filelist: "npm:^1.0.4" - picocolors: "npm:^1.1.1" + minimatch: "npm:^3.1.2" bin: jake: bin/cli.js - checksum: 10c0/bb52f000340d4a32f1a3893b9abe56ef2b77c25da4dbf2c0c874a8159d082dddda50a5ad10e26060198bd645b928ba8dba3b362710f46a247e335321188c5a9c + checksum: 10c0/c4597b5ed9b6a908252feab296485a4f87cba9e26d6c20e0ca144fb69e0c40203d34a2efddb33b3d297b8bd59605e6c1f44f6221ca1e10e69175ecbf3ff5fe31 languageName: node linkType: hard @@ -14020,18 +15201,18 @@ __metadata: linkType: hard "js-base64@npm:^3.7.5": - version: 3.7.8 - resolution: "js-base64@npm:3.7.8" - checksum: 10c0/a4452a7e7f32b0ef568a344157efec00c14593bbb1cf0c113f008dddff7ec515b35147af0cd70a7735adb69a2a2bdee921adffea2ea465e2c856ba50d649b11e + version: 3.7.7 + resolution: "js-base64@npm:3.7.7" + checksum: 10c0/3c905a7e78b601e4751b5e710edd0d6d045ce2d23eb84c9df03515371e1b291edc72808dc91e081cb9855aef6758292a2407006f4608ec3705373dd8baf2f80f languageName: node linkType: hard "js-tiktoken@npm:^1.0.12": - version: 1.0.21 - resolution: "js-tiktoken@npm:1.0.21" + version: 1.0.19 + resolution: "js-tiktoken@npm:1.0.19" dependencies: base64-js: "npm:^1.5.1" - checksum: 10c0/49a0b1e8915d271b84b5c2217fcab37de3124cfbba7e9901d3d9afb1acdd931f0ff7025ed94587dd1b59ae5c04cc19949c2869823854ee7f2f3f81678db276f3 + checksum: 10c0/528779571e4f72ba2f8d07c3840214401225652481a5c1619a84b634da635dc07fb1db09fd6b3580a5c2f926405dea57822c56684e0fe21b89bef2af3ab19427 languageName: node linkType: hard @@ -14060,6 +15241,13 @@ __metadata: languageName: node linkType: hard +"jsbn@npm:1.1.0": + version: 1.1.0 + resolution: "jsbn@npm:1.1.0" + checksum: 10c0/4f907fb78d7b712e11dea8c165fe0921f81a657d3443dde75359ed52eb2b5d33ce6773d97985a089f09a65edd80b11cb75c767b57ba47391fee4c969f7215c96 + languageName: node + linkType: hard + "jsdom@npm:26.1.0": version: 26.1.0 resolution: "jsdom@npm:26.1.0" @@ -14191,15 +15379,15 @@ __metadata: linkType: hard "jsonfile@npm:^6.0.1": - version: 6.2.0 - resolution: "jsonfile@npm:6.2.0" + version: 6.1.0 + resolution: "jsonfile@npm:6.1.0" dependencies: graceful-fs: "npm:^4.1.6" universalify: "npm:^2.0.0" dependenciesMeta: graceful-fs: optional: true - checksum: 10c0/7f4f43b08d1869ded8a6822213d13ae3b99d651151d77efd1557ced0889c466296a7d9684e397bd126acf5eb2cfcb605808c3e681d0fdccd2fe5a04b47e76c0d + checksum: 10c0/4f95b5e8a5622b1e9e8f33c96b7ef3158122f595998114d1e7f03985649ea99cb3cd99ce1ed1831ae94c8c8543ab45ebd044207612f31a56fd08462140e46865 languageName: node linkType: hard @@ -14211,11 +15399,11 @@ __metadata: linkType: hard "jsonrepair@npm:^3.12.0": - version: 3.13.0 - resolution: "jsonrepair@npm:3.13.0" + version: 3.12.0 + resolution: "jsonrepair@npm:3.12.0" bin: jsonrepair: bin/cli.js - checksum: 10c0/054206c07492fe3c90d85131859c5336128880915d0a8dca444ce10055613f041eee8a56af62bfc156d96d6e7e46bdee7caf72b28aafeb5e56543e9bde2cbce3 + checksum: 10c0/f61bea017e9675c888dc8087bec6f868595ab0103a211827f9fc6a327abd9c70fa4d3241ee2846b06e229a628d51e5a5448c516d7be3040862863a2f2c3f78cd languageName: node linkType: hard @@ -14232,13 +15420,13 @@ __metadata: linkType: hard "jwa@npm:^2.0.0": - version: 2.0.1 - resolution: "jwa@npm:2.0.1" + version: 2.0.0 + resolution: "jwa@npm:2.0.0" dependencies: - buffer-equal-constant-time: "npm:^1.0.1" + buffer-equal-constant-time: "npm:1.0.1" ecdsa-sig-formatter: "npm:1.0.11" safe-buffer: "npm:^5.0.1" - checksum: 10c0/ab3ebc6598e10dc11419d4ed675c9ca714a387481466b10e8a6f3f65d8d9c9237e2826f2505280a739cf4cbcf511cb288eeec22b5c9c63286fc5a2e4f97e78cf + checksum: 10c0/6baab823b93c038ba1d2a9e531984dcadbc04e9eb98d171f4901b7a40d2be15961a359335de1671d78cb6d987f07cbe5d350d8143255977a889160c4d90fcc3c languageName: node linkType: hard @@ -14304,34 +15492,35 @@ __metadata: languageName: node linkType: hard -"ky@npm:^1.8.1": - version: 1.8.2 - resolution: "ky@npm:1.8.2" - checksum: 10c0/81edb33f4397b4a23a085ab0c54c0efd7baad0c8eeaabbbec4e7147202627a20d80114595d03647fc1ae465d682de30e2e04805e6888e5650e5a93684cf86e93 +"ky@npm:^1.8.0": + version: 1.8.1 + resolution: "ky@npm:1.8.1" + checksum: 10c0/48ab4b348dd7d8c6aa0f82df76fa32e99ade3c5513d50f58b0db5b945146deb6d8c18b2a61a0655b08385efa04b3bf1ed4098fff0329e3bd6c670c8a88668d9f languageName: node linkType: hard "langchain@npm:>=0.2.3 <0.3.0 || >=0.3.4 <0.4.0, langchain@npm:^0.3.8": - version: 0.3.30 - resolution: "langchain@npm:0.3.30" + version: 0.3.21 + resolution: "langchain@npm:0.3.21" dependencies: - "@langchain/openai": "npm:>=0.1.0 <0.7.0" + "@langchain/openai": "npm:>=0.1.0 <0.6.0" "@langchain/textsplitters": "npm:>=0.0.0 <0.2.0" js-tiktoken: "npm:^1.0.12" js-yaml: "npm:^4.1.0" jsonpointer: "npm:^5.0.1" - langsmith: "npm:^0.3.33" + langsmith: "npm:>=0.2.8 <0.4.0" openapi-types: "npm:^12.1.3" p-retry: "npm:4" uuid: "npm:^10.0.0" yaml: "npm:^2.2.1" - zod: "npm:^3.25.32" + zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.22.3" peerDependencies: "@langchain/anthropic": "*" "@langchain/aws": "*" "@langchain/cerebras": "*" "@langchain/cohere": "*" - "@langchain/core": ">=0.3.58 <0.4.0" + "@langchain/core": ">=0.2.21 <0.4.0" "@langchain/deepseek": "*" "@langchain/google-genai": "*" "@langchain/google-vertexai": "*" @@ -14380,7 +15569,7 @@ __metadata: optional: true typeorm: optional: true - checksum: 10c0/6135929a7380dec31403c6d82f0e9802540423f4360ac6a555b1fdea64f228682f97d7b1a5c358c736498bb2ff3063c7d80183690fc0e1d11be93d95c3fdb5a1 + checksum: 10c0/f735b40a71744b2318fc1ad8563269586239f3baf29798c6eb7faa86f980e7d2c84b2fe2d88ed9378dbccd5e535b74ba66907ad21982b1cbb1d784b2ca6c082f languageName: node linkType: hard @@ -14397,9 +15586,9 @@ __metadata: languageName: node linkType: hard -"langsmith@npm:>=0.2.8 <0.4.0, langsmith@npm:^0.3.33, langsmith@npm:^0.3.46": - version: 0.3.61 - resolution: "langsmith@npm:0.3.61" +"langsmith@npm:>=0.2.8 <0.4.0": + version: 0.3.16 + resolution: "langsmith@npm:0.3.16" dependencies: "@types/uuid": "npm:^10.0.0" chalk: "npm:^4.1.2" @@ -14409,30 +15598,21 @@ __metadata: semver: "npm:^7.6.3" uuid: "npm:^10.0.0" peerDependencies: - "@opentelemetry/api": "*" - "@opentelemetry/exporter-trace-otlp-proto": "*" - "@opentelemetry/sdk-trace-base": "*" openai: "*" peerDependenciesMeta: - "@opentelemetry/api": - optional: true - "@opentelemetry/exporter-trace-otlp-proto": - optional: true - "@opentelemetry/sdk-trace-base": - optional: true openai: optional: true - checksum: 10c0/2aaf611bf8f7b2e44d9266415a9933b5f94986e02a2fa89be560b9118b118f9c8722d1a3c677f1bbeac17d3330706e7bbfeeeaa814587de89d8a18fd97c0a45b + checksum: 10c0/7ab1d82b525a0916f950a2575bd44941785e699522cc251e03fcad699f198b3b99a3f67ec7dd0ec721eb661d060240ce7dd8326442b4cb227098389b88a1cb82 languageName: node linkType: hard -"launch-ide@npm:1.0.8": - version: 1.0.8 - resolution: "launch-ide@npm:1.0.8" +"launch-ide@npm:1.0.7": + version: 1.0.7 + resolution: "launch-ide@npm:1.0.7" dependencies: chalk: "npm:^4.1.1" dotenv: "npm:^16.1.4" - checksum: 10c0/c478031c234bff9132e8aa7bcc9f12782a5a0b72927ac0dc67f0179bb6e82154f4633b9da6adefddd2903f82ba8c0cba5b8b1060f85fa99693fa641435f89e9c + checksum: 10c0/e8f61962d36e1c48f7457aa4f44079e3ca7c3bbfebd934f2a02da49b60e0b9beba9fc9d71ac8249a0a6c9f862c3e2123e6dcc7b3fc5cce1492c6b0775dbd86d3 languageName: node linkType: hard @@ -14683,9 +15863,9 @@ __metadata: linkType: hard "linguist-languages@npm:^8.0.0": - version: 8.1.0 - resolution: "linguist-languages@npm:8.1.0" - checksum: 10c0/ba0a03efb6ac9e645da51e02df5c1dd54ecb8b1218347f70b2441fa239bbba65feb54eb084d366636a98419eef3f2156a36bb3a6161465423ddd4e0bea3b8ea0 + version: 8.0.0 + resolution: "linguist-languages@npm:8.0.0" + checksum: 10c0/eaae46254247b9aa5b287ac98e062e7fe859314328ce305e34e152bc7bb172d69633999320cb47dc2a710388179712a76bb1ddd6e39e249af2684a4f0a66256c languageName: node linkType: hard @@ -14699,8 +15879,8 @@ __metadata: linkType: hard "lint-staged@npm:^15.5.0": - version: 15.5.2 - resolution: "lint-staged@npm:15.5.2" + version: 15.5.1 + resolution: "lint-staged@npm:15.5.1" dependencies: chalk: "npm:^5.4.1" commander: "npm:^13.1.0" @@ -14714,13 +15894,13 @@ __metadata: yaml: "npm:^2.7.0" bin: lint-staged: bin/lint-staged.js - checksum: 10c0/618386254600ada3af3672486a9d082250108245e7c0863d9dfe0a21e7764e3b2eb6416b0f8970e548f4e9d368637331598b27df5a1306925feabbaf16a667e1 + checksum: 10c0/86deddb08bf10428f2eb96c02326a9ee403360729225f0b12afb0c0f13c287a75daa01e179d86f64e3432576446d8643d204a47417296f9ef0aa56f1340ff2af languageName: node linkType: hard "listr2@npm:^8.2.5": - version: 8.3.3 - resolution: "listr2@npm:8.3.3" + version: 8.3.2 + resolution: "listr2@npm:8.3.2" dependencies: cli-truncate: "npm:^4.0.0" colorette: "npm:^2.0.20" @@ -14728,7 +15908,7 @@ __metadata: log-update: "npm:^6.1.0" rfdc: "npm:^1.4.1" wrap-ansi: "npm:^9.0.0" - checksum: 10c0/0792f8a7fd482fa516e21689e012e07081cab3653172ca606090622cfa0024c784a1eba8095a17948a0e9a4aa98a80f7c9c90f78a0dd35173d6802f9cc123a82 + checksum: 10c0/6b6378e28debda863d31f03ffe880a76b45c07388c74e8e0676fc957de7f2aff24fdea7f48b17d12808440f64680215c36df388c79d2b367c7866dd66f75fb09 languageName: node linkType: hard @@ -14779,13 +15959,6 @@ __metadata: languageName: node linkType: hard -"lodash.camelcase@npm:^4.3.0": - version: 4.3.0 - resolution: "lodash.camelcase@npm:4.3.0" - checksum: 10c0/fcba15d21a458076dd309fce6b1b4bf611d84a0ec252cb92447c948c533ac250b95d2e00955801ebc367e5af5ed288b996d75d37d2035260a937008e14eaf432 - languageName: node - linkType: hard - "lodash.curry@npm:^4.0.1": version: 4.1.1 resolution: "lodash.curry@npm:4.1.1" @@ -14865,7 +16038,7 @@ __metadata: languageName: node linkType: hard -"long@npm:^5.0.0, long@npm:^5.3.2": +"long@npm:^5.0.0": version: 5.3.2 resolution: "long@npm:5.3.2" checksum: 10c0/7130fe1cbce2dca06734b35b70d380ca3f70271c7f8852c922a7c62c86c4e35f0c39290565eca7133c625908d40e126ac57c02b1b1a4636b9457d77e1e60b981 @@ -14917,7 +16090,14 @@ __metadata: languageName: node linkType: hard -"loupe@npm:^3.1.0, loupe@npm:^3.1.4": +"loupe@npm:^3.1.0": + version: 3.1.3 + resolution: "loupe@npm:3.1.3" + checksum: 10c0/f5dab4144254677de83a35285be1b8aba58b3861439ce4ba65875d0d5f3445a4a496daef63100ccf02b2dbc25bf58c6db84c9cb0b96d6435331e9d0a33b48541 + languageName: node + linkType: hard + +"loupe@npm:^3.1.4": version: 3.2.0 resolution: "loupe@npm:3.2.0" checksum: 10c0/f572fd9e38db8d36ae9eede305480686e310d69bc40394b6842838ebc6c3860a0e35ab30182f33606ab2d8a685d9ff6436649269f8218a1c3385ca329973cb2c @@ -16235,11 +17415,11 @@ __metadata: linkType: hard "minimatch@npm:^10.0.0": - version: 10.0.3 - resolution: "minimatch@npm:10.0.3" + version: 10.0.1 + resolution: "minimatch@npm:10.0.1" dependencies: - "@isaacs/brace-expansion": "npm:^5.0.0" - checksum: 10c0/e43e4a905c5d70ac4cec8530ceaeccb9c544b1ba8ac45238e2a78121a01c17ff0c373346472d221872563204eabe929ad02669bb575cb1f0cc30facab369f70f + brace-expansion: "npm:^2.0.1" + checksum: 10c0/e6c29a81fe83e1877ad51348306be2e8aeca18c88fdee7a99df44322314279e15799e41d7cb274e4e8bb0b451a3bc622d6182e157dfa1717d6cda75e9cd8cd5d languageName: node linkType: hard @@ -16352,16 +17532,6 @@ __metadata: languageName: node linkType: hard -"minipass@npm:^2.6.0, minipass@npm:^2.9.0": - version: 2.9.0 - resolution: "minipass@npm:2.9.0" - dependencies: - safe-buffer: "npm:^5.1.2" - yallist: "npm:^3.0.0" - checksum: 10c0/307d8765ac3db9fcd6b486367e6f6c3e460f3a3e198d95d6c0005a2d95804c40c72959261cdebde3c8237cda0b03d4c01975e4581fe11abcf201f5005caafd2a - languageName: node - linkType: hard - "minipass@npm:^3.0.0, minipass@npm:^3.1.1, minipass@npm:^3.1.6": version: 3.3.6 resolution: "minipass@npm:3.3.6" @@ -16385,15 +17555,6 @@ __metadata: languageName: node linkType: hard -"minizlib@npm:^1.3.3": - version: 1.3.3 - resolution: "minizlib@npm:1.3.3" - dependencies: - minipass: "npm:^2.9.0" - checksum: 10c0/79798032bbaa6594fa517e5b7ff9977951984fc9548a421b28d3fb0add8ed7e98a33e41e262af53b944f9d860c1e00fc778b477ef692e7b38b1ba12b390ffb17 - languageName: node - linkType: hard - "minizlib@npm:^2.1.1, minizlib@npm:^2.1.2": version: 2.1.2 resolution: "minizlib@npm:2.1.2" @@ -16427,7 +17588,7 @@ __metadata: languageName: node linkType: hard -"mkdirp@npm:^0.5.1, mkdirp@npm:^0.5.5": +"mkdirp@npm:^0.5.1": version: 0.5.6 resolution: "mkdirp@npm:0.5.6" dependencies: @@ -16475,27 +17636,27 @@ __metadata: languageName: node linkType: hard -"motion-dom@npm:^12.23.12": - version: 12.23.12 - resolution: "motion-dom@npm:12.23.12" +"motion-dom@npm:^12.10.5": + version: 12.10.5 + resolution: "motion-dom@npm:12.10.5" dependencies: - motion-utils: "npm:^12.23.6" - checksum: 10c0/1b6a4b86c1aed5b5da7b8a5d1f8310ad169125235bdc1953b8c41cf9f4e2c460ee90bb48ffdae54daecb8db1d7006566ceb5f5c9ccdc82606d548c527cb2631e + motion-utils: "npm:^12.9.4" + checksum: 10c0/2c362eb94c941bbbc42288a6738b8c7a11933687b3b20aa6c9f2c3dedc69e5c7995c7348499b535f8abe5ed9ea81d88f9eb2f98b69f5012bcd80b8f7a64a1c2c languageName: node linkType: hard -"motion-utils@npm:^12.23.6": - version: 12.23.6 - resolution: "motion-utils@npm:12.23.6" - checksum: 10c0/c058e8ba6423b3baa63e985bcc669877ee7d9579d938f5348b4e60c5ea1b4b33dd7f4877434436a4a5807f3cf00370d3fd4079a6fdd6309c5c87aa62b311a897 +"motion-utils@npm:^12.9.4": + version: 12.9.4 + resolution: "motion-utils@npm:12.9.4" + checksum: 10c0/b6783babfd1282ad320585f7cdac9fe7a1f97b39e07d12a500d3709534441bd9d49b556fa1cd838d1bde188570d4ab6b4c5aa9d297f7f5aa9dc16d600c17afdc languageName: node linkType: hard "motion@npm:^12.10.5": - version: 12.23.12 - resolution: "motion@npm:12.23.12" + version: 12.10.5 + resolution: "motion@npm:12.10.5" dependencies: - framer-motion: "npm:^12.23.12" + framer-motion: "npm:^12.10.5" tslib: "npm:^2.4.0" peerDependencies: "@emotion/is-prop-valid": "*" @@ -16508,7 +17669,7 @@ __metadata: optional: true react-dom: optional: true - checksum: 10c0/48137c82b4fc8e55e06031f17219b2eb4385f028e77717aa6b2e87238c1e42d4222fb4b59b6527ebb66f98ea5f1234edd17c15682985e690b8cf48a5f3e44e67 + checksum: 10c0/d8f1755a565332e6122e2079e164026b945eda34827170f2615999d74d3df2ad77984ca55304d7682b97a2ccf83c33508d234af619b043cd18056047884396d1 languageName: node linkType: hard @@ -16542,15 +17703,6 @@ __metadata: languageName: node linkType: hard -"nan@npm:~2.10.0": - version: 2.10.0 - resolution: "nan@npm:2.10.0" - dependencies: - node-gyp: "npm:latest" - checksum: 10c0/9d3a83704b4f89473c01485eae527f3e78def4f098b140c9d1164cd539183b283fb6f7b3536a298dc21aa8b6b4e597e01b0dfa939d591205a80a63a8274f0edd - languageName: node - linkType: hard - "nanoid@npm:^3.3.11, nanoid@npm:^3.3.7": version: 3.3.11 resolution: "nanoid@npm:3.3.11" @@ -16583,19 +17735,6 @@ __metadata: languageName: node linkType: hard -"needle@npm:^2.2.1": - version: 2.9.1 - resolution: "needle@npm:2.9.1" - dependencies: - debug: "npm:^3.2.6" - iconv-lite: "npm:^0.4.4" - sax: "npm:^1.2.4" - bin: - needle: ./bin/needle - checksum: 10c0/65a7eaeaf4ca3410de492957474592af9838e02875273d9232ff6cff331393c58a95e48c592bd9a05f575e5bb9b08543d6cfd19eb96595dbd3d7da2c5fe1accb - languageName: node - linkType: hard - "negotiator@npm:^0.6.3": version: 0.6.4 resolution: "negotiator@npm:0.6.4" @@ -16624,36 +17763,6 @@ __metadata: languageName: node linkType: hard -"nice-grpc-client-middleware-retry@npm:^3.1.11": - version: 3.1.11 - resolution: "nice-grpc-client-middleware-retry@npm:3.1.11" - dependencies: - abort-controller-x: "npm:^0.4.0" - nice-grpc-common: "npm:^2.0.2" - checksum: 10c0/0d9c704a1a5c399f8243753c75a7db86c9eb414ca5bae1920cd66f60ea235190c5ea667daa1c161345ae4bf86817085f3add4438ca67f9144c5e57b9542ef5c5 - languageName: node - linkType: hard - -"nice-grpc-common@npm:^2.0.2": - version: 2.0.2 - resolution: "nice-grpc-common@npm:2.0.2" - dependencies: - ts-error: "npm:^1.0.6" - checksum: 10c0/9eb8a44e1a5c7051cf0e4a06dc7fda2c7abb6cfbcbb746806418c2c58f3f0075212c61bbce54239a204e6a552065f0fa92dfedcf3402dc16220b2ffaee4ab857 - languageName: node - linkType: hard - -"nice-grpc@npm:^2.1.12": - version: 2.1.12 - resolution: "nice-grpc@npm:2.1.12" - dependencies: - "@grpc/grpc-js": "npm:^1.13.1" - abort-controller-x: "npm:^0.4.0" - nice-grpc-common: "npm:^2.0.2" - checksum: 10c0/7a8e720a42a0297315bfafa0c93297e36d341927eaddae9e5a06c8ea2863b16d701a642dc9610e3e768d19cc9569afe5b99de2dfaeb1648042d32a139a7ba773 - languageName: node - linkType: hard - "node-abi@npm:4.12.0": version: 4.12.0 resolution: "node-abi@npm:4.12.0" @@ -16672,7 +17781,7 @@ __metadata: languageName: node linkType: hard -"node-addon-api@npm:^3.2.1": +"node-addon-api@npm:^3.1.0": version: 3.2.1 resolution: "node-addon-api@npm:3.2.1" dependencies: @@ -16691,11 +17800,11 @@ __metadata: linkType: hard "node-addon-api@npm:^8.4.0": - version: 8.5.0 - resolution: "node-addon-api@npm:8.5.0" + version: 8.4.0 + resolution: "node-addon-api@npm:8.4.0" dependencies: node-gyp: "npm:latest" - checksum: 10c0/e4de0b4e70998fed7ef41933946f60565fc3a17cb83b7d626a0c0bb1f734cf7852e0e596f12681e7c8ed424163ee3cdbb4f0abaa9cc269d03f48834c263ba162 + checksum: 10c0/d51be099e1b9a6ac4a72f1a60787004d44c8ffe4be1efa38755d54b2a9f4f66647cc6913070e0ed20256d0e6eacceabfff90175fba2ef71153c2d06f8db8e7a9 languageName: node linkType: hard @@ -16759,8 +17868,8 @@ __metadata: linkType: hard "node-gyp@npm:latest": - version: 11.3.0 - resolution: "node-gyp@npm:11.3.0" + version: 11.2.0 + resolution: "node-gyp@npm:11.2.0" dependencies: env-paths: "npm:^2.2.0" exponential-backoff: "npm:^3.1.1" @@ -16774,27 +17883,7 @@ __metadata: which: "npm:^5.0.0" bin: node-gyp: bin/node-gyp.js - checksum: 10c0/5f4ad5a729386f7b50096efd4934b06c071dbfbc7d7d541a66d6959a7dccd62f53ff3dc95fffb60bf99d8da1270e23769f82246fcaa6c5645a70c967ae9a3398 - languageName: node - linkType: hard - -"node-pre-gyp@npm:~0.10.2": - version: 0.10.3 - resolution: "node-pre-gyp@npm:0.10.3" - dependencies: - detect-libc: "npm:^1.0.2" - mkdirp: "npm:^0.5.1" - needle: "npm:^2.2.1" - nopt: "npm:^4.0.1" - npm-packlist: "npm:^1.1.6" - npmlog: "npm:^4.0.2" - rc: "npm:^1.2.7" - rimraf: "npm:^2.6.1" - semver: "npm:^5.3.0" - tar: "npm:^4" - bin: - node-pre-gyp: ./bin/node-pre-gyp - checksum: 10c0/382db414572d225885c6bf2d2de42ce0be751dc85fa524bd90a1ccff009facf73d7ef3619b396d275ab3e4a01c33c0b9aee42d41d32dc72208ebfc923f6f234f + checksum: 10c0/bd8d8c76b06be761239b0c8680f655f6a6e90b48e44d43415b11c16f7e8c15be346fba0cbf71588c7cdfb52c419d928a7d3db353afc1d952d19756237d8f10b9 languageName: node linkType: hard @@ -16819,18 +17908,6 @@ __metadata: languageName: node linkType: hard -"nopt@npm:^4.0.1": - version: 4.0.3 - resolution: "nopt@npm:4.0.3" - dependencies: - abbrev: "npm:1" - osenv: "npm:^0.1.4" - bin: - nopt: bin/nopt.js - checksum: 10c0/03e54cdf8c9b46924cfadf333b2b86fc180410d74d51f9c72fec5ef9c6f1a19ec533f647c05e40d49ef7491af59664c5d0baace808d6ccfe3ff064ae630a61b4 - languageName: node - linkType: hard - "nopt@npm:^6.0.0": version: 6.0.0 resolution: "nopt@npm:6.0.0" @@ -16868,9 +17945,9 @@ __metadata: linkType: hard "normalize-url@npm:^8.0.0": - version: 8.0.2 - resolution: "normalize-url@npm:8.0.2" - checksum: 10c0/1c62eee6ce184ad4a463ff2984ce5e440a5058c9dd7c5ef80c0a7696bbb1d3638534e266afb14ef9678dfa07fb6c980ef4cde990c80eeee55900c378b7970584 + version: 8.0.1 + resolution: "normalize-url@npm:8.0.1" + checksum: 10c0/eb439231c4b84430f187530e6fdac605c5048ef4ec556447a10c00a91fc69b52d8d8298d9d608e68d3e0f7dc2d812d3455edf425e0f215993667c3183bcab1ef languageName: node linkType: hard @@ -16886,33 +17963,6 @@ __metadata: languageName: node linkType: hard -"npm-bundled@npm:^1.0.1": - version: 1.1.2 - resolution: "npm-bundled@npm:1.1.2" - dependencies: - npm-normalize-package-bin: "npm:^1.0.1" - checksum: 10c0/3f2337789afc8cb608a0dd71cefe459531053d48a5497db14b07b985c4cab15afcae88600db9f92eae072c89b982eeeec8e4463e1d77bc03a7e90f5dacf29769 - languageName: node - linkType: hard - -"npm-normalize-package-bin@npm:^1.0.1": - version: 1.0.1 - resolution: "npm-normalize-package-bin@npm:1.0.1" - checksum: 10c0/b0c8c05fe419a122e0ff970ccbe7874ae24b4b4b08941a24d18097fe6e1f4b93e3f6abfb5512f9c5488827a5592f2fb3ce2431c41d338802aed24b9a0c160551 - languageName: node - linkType: hard - -"npm-packlist@npm:^1.1.6": - version: 1.4.8 - resolution: "npm-packlist@npm:1.4.8" - dependencies: - ignore-walk: "npm:^3.0.1" - npm-bundled: "npm:^1.0.1" - npm-normalize-package-bin: "npm:^1.0.1" - checksum: 10c0/3b6dd1d0f677a3c1ad8e5f59362f4249459ad9fbb31c8a9306c0cf2af74016078d17a37fffee66b5437e76aba33c7ceb008905bccbadb23ea4776171d4b22b92 - languageName: node - linkType: hard - "npm-run-path@npm:^5.1.0": version: 5.3.0 resolution: "npm-run-path@npm:5.3.0" @@ -16922,7 +17972,7 @@ __metadata: languageName: node linkType: hard -"npmlog@npm:^4.0.1, npmlog@npm:^4.0.2": +"npmlog@npm:^4.0.1": version: 4.1.2 resolution: "npmlog@npm:4.1.2" dependencies: @@ -16949,9 +17999,9 @@ __metadata: linkType: hard "nwsapi@npm:^2.2.16": - version: 2.2.21 - resolution: "nwsapi@npm:2.2.21" - checksum: 10c0/dd330cabb886fd417624bd3af368d86c3d507c002c05fb2f7981874204298deec9e8bd5103d8a0c4a0e0dc280276dc4a59a059e1045eeb7a628f79e6cefba6a3 + version: 2.2.20 + resolution: "nwsapi@npm:2.2.20" + checksum: 10c0/07f4dafa3186aef7c007863e90acd4342a34ba9d44b22f14f644fdb311f6086887e21c2fc15efaa826c2bc39ab2bc841364a1a630e7c87e0cb723ba59d729297 languageName: node linkType: hard @@ -17016,11 +18066,11 @@ __metadata: linkType: hard "ollama@npm:^0.5.12": - version: 0.5.17 - resolution: "ollama@npm:0.5.17" + version: 0.5.16 + resolution: "ollama@npm:0.5.16" dependencies: whatwg-fetch: "npm:^3.6.20" - checksum: 10c0/24091d8ccb5caf5a6216a75a3ffa44802a37fb4443abcd583f5f7ff437fbbd2f1606bb335250c3ca9b6a334e685a592d78105552fa87b3830cd30dd7c825374f + checksum: 10c0/901f9dac5692447219b3a48dcb9ad4f7da292a8ddbbbf429482cdde56e787a8a37123f3df18957733b8990f70b67fd05eb13b9bb17bd029eb6597d5b36345d7a languageName: node linkType: hard @@ -17108,15 +18158,15 @@ __metadata: linkType: hard "openai-zod-to-json-schema@npm:^1.0.3": - version: 1.1.2 - resolution: "openai-zod-to-json-schema@npm:1.1.2" + version: 1.0.3 + resolution: "openai-zod-to-json-schema@npm:1.0.3" peerDependencies: zod: ^3.23.8 - checksum: 10c0/4848f48bb892a1bfcc8a1067863be34664d4ddbba7a4933a88e37be9b026f0cf06478af4d428428151ee7c194fb3b4d8d9e2a8a8b24d2fa923e3e80faf38885a + checksum: 10c0/1fd4afb01a3e82955ba4f7bed4e8f12ad0b67d33329484ddf36025cada117faa65486a89286cce1b4b5890078f9de14cc9ccc9f00be140e6dd68b77988239e64 languageName: node linkType: hard -"openai@npm:5.12.2, openai@npm:^5.12.1": +"openai@npm:5.12.2": version: 5.12.2 resolution: "openai@npm:5.12.2" peerDependencies: @@ -17195,13 +18245,6 @@ __metadata: languageName: node linkType: hard -"os-homedir@npm:^1.0.0": - version: 1.0.2 - resolution: "os-homedir@npm:1.0.2" - checksum: 10c0/6be4aa67317ee247b8d46142e243fb4ef1d2d65d3067f54bfc5079257a2f4d4d76b2da78cba7af3cb3f56dbb2e4202e0c47f26171d11ca1ed4008d842c90363f - languageName: node - linkType: hard - "os-proxy-config@npm:^1.1.2": version: 1.1.2 resolution: "os-proxy-config@npm:1.1.2" @@ -17212,23 +18255,6 @@ __metadata: languageName: node linkType: hard -"os-tmpdir@npm:^1.0.0": - version: 1.0.2 - resolution: "os-tmpdir@npm:1.0.2" - checksum: 10c0/f438450224f8e2687605a8dd318f0db694b6293c5d835ae509a69e97c8de38b6994645337e5577f5001115470414638978cc49da1cdcc25106dad8738dc69990 - languageName: node - linkType: hard - -"osenv@npm:^0.1.4": - version: 0.1.5 - resolution: "osenv@npm:0.1.5" - dependencies: - os-homedir: "npm:^1.0.0" - os-tmpdir: "npm:^1.0.0" - checksum: 10c0/b33ed4b77e662f3ee2a04bf4b56cad2107ab069dee982feb9e39ad44feb9aa0cf1016b9ac6e05d0d84c91fa496798fe48dd05a33175d624e51668068b9805302 - languageName: node - linkType: hard - "p-cancelable@npm:^2.0.0": version: 2.1.1 resolution: "p-cancelable@npm:2.1.1" @@ -17457,11 +18483,11 @@ __metadata: linkType: hard "parse5@npm:^7.0.0, parse5@npm:^7.2.1": - version: 7.3.0 - resolution: "parse5@npm:7.3.0" + version: 7.2.1 + resolution: "parse5@npm:7.2.1" dependencies: - entities: "npm:^6.0.0" - checksum: 10c0/7fd2e4e247e85241d6f2a464d0085eed599a26d7b0a5233790c49f53473232eb85350e8133344d9b3fd58b89339e7ad7270fe1f89d28abe50674ec97b87f80b5 + entities: "npm:^4.5.0" + checksum: 10c0/829d37a0c709215a887e410a7118d754f8e1afd7edb529db95bc7bbf8045fb0266a7b67801331d8e8d9d073ea75793624ec27ce9ff3b96862c3b9008f4d68e80 languageName: node linkType: hard @@ -17570,9 +18596,9 @@ __metadata: linkType: hard "pathval@npm:^2.0.0": - version: 2.0.1 - resolution: "pathval@npm:2.0.1" - checksum: 10c0/460f4709479fbf2c45903a65655fc8f0a5f6d808f989173aeef5fdea4ff4f303dc13f7870303999add60ec49d4c14733895c0a869392e9866f1091fa64fd7581 + version: 2.0.0 + resolution: "pathval@npm:2.0.0" + checksum: 10c0/602e4ee347fba8a599115af2ccd8179836a63c925c23e04bd056d0674a64b39e3a081b643cc7bc0b84390517df2d800a46fcc5598d42c155fe4977095c2f77c5 languageName: node linkType: hard @@ -17643,7 +18669,7 @@ __metadata: languageName: node linkType: hard -"picocolors@npm:1.1.1, picocolors@npm:^1.0.0, picocolors@npm:^1.1.1": +"picocolors@npm:^1.0.0, picocolors@npm:^1.1.1": version: 1.1.1 resolution: "picocolors@npm:1.1.1" checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58 @@ -17657,10 +18683,10 @@ __metadata: languageName: node linkType: hard -"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3": - version: 4.0.3 - resolution: "picomatch@npm:4.0.3" - checksum: 10c0/9582c951e95eebee5434f59e426cddd228a7b97a0161a375aed4be244bd3fe8e3a31b846808ea14ef2c8a2527a6eeab7b3946a67d5979e81694654f939473ae2 +"picomatch@npm:^4.0.2": + version: 4.0.2 + resolution: "picomatch@npm:4.0.2" + checksum: 10c0/7c51f3ad2bb42c776f49ebf964c644958158be30d0a510efd5a395e8d49cb5acfed5b82c0c5b365523ce18e6ab85013c9ebe574f60305892ec3fa8eee8304ccc languageName: node linkType: hard @@ -17722,13 +18748,13 @@ __metadata: linkType: hard "pkg-types@npm:^2.0.1": - version: 2.2.0 - resolution: "pkg-types@npm:2.2.0" + version: 2.1.0 + resolution: "pkg-types@npm:2.1.0" dependencies: - confbox: "npm:^0.2.2" - exsolve: "npm:^1.0.7" + confbox: "npm:^0.2.1" + exsolve: "npm:^1.0.1" pathe: "npm:^2.0.3" - checksum: 10c0/df14eada1aeaaf73f72d3ec08d360bbfb44f2dfec5612358e0ce30f306a395a51fc7bfa96a2ca6ba005e9f56ddb1d2ee5b4cdd2e7b87ff075e5bf52e6fbc1cd6 + checksum: 10c0/7729d0a2367ba0aa2caf0f84a6ff0b73b13f4e9a3d62c229ddfa6d45d1f3898f590acdbaa64d779d56737d4ebea2d085961efd59094b8adf8baa34d829599b75 languageName: node linkType: hard @@ -17741,27 +18767,27 @@ __metadata: languageName: node linkType: hard -"playwright-core@npm:1.54.2": - version: 1.54.2 - resolution: "playwright-core@npm:1.54.2" +"playwright-core@npm:1.52.0": + version: 1.52.0 + resolution: "playwright-core@npm:1.52.0" bin: playwright-core: cli.js - checksum: 10c0/44850e20bf35237c8c3dedf1096c655f8af939dde53c5469f72cae3dd744966858a302419b909a73d7a2093323123e7ebcc0fdd55151b4193afb7812c1fd2c88 + checksum: 10c0/640945507e6ca2144e9f596b2a6ecac042c2fd3683ff99e6271e9a7b38f3602d415f282609d569456f66680aab8b3c5bb1b257d8fb63a7fc0ed648261110421f languageName: node linkType: hard -"playwright@npm:1.54.2, playwright@npm:^1.52.0": - version: 1.54.2 - resolution: "playwright@npm:1.54.2" +"playwright@npm:1.52.0, playwright@npm:^1.52.0": + version: 1.52.0 + resolution: "playwright@npm:1.52.0" dependencies: fsevents: "npm:2.3.2" - playwright-core: "npm:1.54.2" + playwright-core: "npm:1.52.0" dependenciesMeta: fsevents: optional: true bin: playwright: cli.js - checksum: 10c0/6f642fa70179eee5d5bf8a90df2a6147c9638ff926f4f3ad0a0517396b8a3fe00ccebf13377e032a75b3f0b2610ec1562293e0cfc3bde234181c7a50af8af80a + checksum: 10c0/2c6edf1e15e59bbaf77f3fa0fe0ac975793c17cff835d9c8b8bc6395a3b6f1c01898b3058ab37891b2e4d424bcc8f1b4844fe70d943e0143d239d7451408c579 languageName: node linkType: hard @@ -17803,13 +18829,6 @@ __metadata: languageName: node linkType: hard -"possible-typed-array-names@npm:^1.0.0": - version: 1.1.0 - resolution: "possible-typed-array-names@npm:1.1.0" - checksum: 10c0/c810983414142071da1d644662ce4caebce890203eb2bc7bf119f37f3fe5796226e117e6cca146b521921fa6531072674174a3325066ac66fce089a53e1e5196 - languageName: node - linkType: hard - "postcss-value-parser@npm:^4.0.2": version: 4.2.0 resolution: "postcss-value-parser@npm:4.2.0" @@ -17890,11 +18909,11 @@ __metadata: linkType: hard "prettier@npm:^3.5.3": - version: 3.6.2 - resolution: "prettier@npm:3.6.2" + version: 3.5.3 + resolution: "prettier@npm:3.5.3" bin: prettier: bin/prettier.cjs - checksum: 10c0/488cb2f2b99ec13da1e50074912870217c11edaddedeadc649b1244c749d15ba94e846423d062e2c4c9ae683e2d65f754de28889ba06e697ac4f988d44f45812 + checksum: 10c0/3880cb90b9dc0635819ab52ff571518c35bd7f15a6e80a2054c05dbc8a3aa6e74f135519e91197de63705bcb38388ded7e7230e2178432a1468005406238b877 languageName: node linkType: hard @@ -18007,15 +19026,15 @@ __metadata: linkType: hard "property-information@npm:^7.0.0": - version: 7.1.0 - resolution: "property-information@npm:7.1.0" - checksum: 10c0/e0fe22cff26103260ad0e82959229106563fa115a54c4d6c183f49d88054e489cc9f23452d3ad584179dc13a8b7b37411a5df873746b5e4086c865874bfa968e + version: 7.0.0 + resolution: "property-information@npm:7.0.0" + checksum: 10c0/bf443e3bbdfc154da8f4ff4c85ed97c3d21f5e5f77cce84d2fd653c6dfb974a75ad61eafbccb2b8d2285942be35d763eaa99d51e29dccc28b40917d3f018107e languageName: node linkType: hard -"protobufjs@npm:^7.2.5, protobufjs@npm:^7.3.0": - version: 7.5.3 - resolution: "protobufjs@npm:7.5.3" +"protobufjs@npm:^7.3.0": + version: 7.5.2 + resolution: "protobufjs@npm:7.5.2" dependencies: "@protobufjs/aspromise": "npm:^1.1.2" "@protobufjs/base64": "npm:^1.1.2" @@ -18029,7 +19048,7 @@ __metadata: "@protobufjs/utf8": "npm:^1.1.0" "@types/node": "npm:>=13.7.0" long: "npm:^5.0.0" - checksum: 10c0/9dc131a7e7a610b8291a0b0033b313f8754ef419b57c44d27874dd4edf1afc2a9a77d7a5bc2df9a744cba014de67c92756759c73200b702a11f13360e907b0dd + checksum: 10c0/c4ac6298280dfe6116e7a1b722310de807037b1abed816db2af2a595ddc9dc6160447eebd4ad8e2968d41f0f85375f62e893adfe760af1a943d195931c7bb875 languageName: node linkType: hard @@ -18067,12 +19086,12 @@ __metadata: linkType: hard "pump@npm:^3.0.0": - version: 3.0.3 - resolution: "pump@npm:3.0.3" + version: 3.0.2 + resolution: "pump@npm:3.0.2" dependencies: end-of-stream: "npm:^1.1.0" once: "npm:^1.3.1" - checksum: 10c0/ada5cdf1d813065bbc99aa2c393b8f6beee73b5de2890a8754c9f488d7323ffd2ca5f5a0943b48934e3fcbd97637d0337369c3c631aeb9614915db629f1c75c9 + checksum: 10c0/5ad655cb2a7738b4bcf6406b24ad0970d680649d996b55ad20d1be8e0c02394034e4c45ff7cd105d87f1e9b96a0e3d06fd28e11fae8875da26e7f7a8e2c9726f languageName: node linkType: hard @@ -18494,7 +19513,25 @@ __metadata: languageName: node linkType: hard -"rc-select@npm:~14.16.2, rc-select@npm:~14.16.8": +"rc-select@npm:~14.16.2": + version: 14.16.6 + resolution: "rc-select@npm:14.16.6" + dependencies: + "@babel/runtime": "npm:^7.10.1" + "@rc-component/trigger": "npm:^2.1.1" + classnames: "npm:2.x" + rc-motion: "npm:^2.0.1" + rc-overflow: "npm:^1.3.1" + rc-util: "npm:^5.16.1" + rc-virtual-list: "npm:^3.5.2" + peerDependencies: + react: "*" + react-dom: "*" + checksum: 10c0/a0aa16e611bfe48bc26612a95189a33e7bed38f12a1c41f34b74778b5d83437d74f7b0b304ce27eda2f5797b330f35fc73f1ddc3e85efff56a3089da22a0a3bf + languageName: node + linkType: hard + +"rc-select@npm:~14.16.8": version: 14.16.8 resolution: "rc-select@npm:14.16.8" dependencies: @@ -18589,7 +19626,23 @@ __metadata: languageName: node linkType: hard -"rc-textarea@npm:~1.10.0, rc-textarea@npm:~1.10.1": +"rc-textarea@npm:~1.10.0": + version: 1.10.0 + resolution: "rc-textarea@npm:1.10.0" + dependencies: + "@babel/runtime": "npm:^7.10.1" + classnames: "npm:^2.2.1" + rc-input: "npm:~1.8.0" + rc-resize-observer: "npm:^1.0.0" + rc-util: "npm:^5.27.0" + peerDependencies: + react: ">=16.9.0" + react-dom: ">=16.9.0" + checksum: 10c0/aef90816078afa4bae54f152ca8a06834bb86d700e22a30f65979dc45fa5fbb10fe9894ecf2acb10102a3183c5a03b3518134db0df3ba3a32a79fe6de398fde0 + languageName: node + linkType: hard + +"rc-textarea@npm:~1.10.1": version: 1.10.2 resolution: "rc-textarea@npm:1.10.2" dependencies: @@ -18680,8 +19733,8 @@ __metadata: linkType: hard "rc-virtual-list@npm:^3.14.2, rc-virtual-list@npm:^3.18.6, rc-virtual-list@npm:^3.5.1, rc-virtual-list@npm:^3.5.2": - version: 3.19.1 - resolution: "rc-virtual-list@npm:3.19.1" + version: 3.18.6 + resolution: "rc-virtual-list@npm:3.18.6" dependencies: "@babel/runtime": "npm:^7.20.0" classnames: "npm:^2.2.6" @@ -18690,7 +19743,7 @@ __metadata: peerDependencies: react: ">=16.9.0" react-dom: ">=16.9.0" - checksum: 10c0/207d1682aff92d9f40efe6467638bbe22f9f5ad3d7570231b6a5a59cee416d28e134276c43aa71e517fe77f296720a4edcb4ee01a8623591368026942816d03f + checksum: 10c0/689f22ea64827c65d9fa32e1b6d52affcebdfb556dc27913b9d839600683aca327d2f5a1f18f11d16a2dee9029d991e69d2d3e87652c2c6d3ca804a64a8e61f9 languageName: node linkType: hard @@ -18721,13 +19774,13 @@ __metadata: linkType: hard "react-dom@npm:^19.0.0": - version: 19.1.1 - resolution: "react-dom@npm:19.1.1" + version: 19.1.0 + resolution: "react-dom@npm:19.1.0" dependencies: scheduler: "npm:^0.26.0" peerDependencies: - react: ^19.1.1 - checksum: 10c0/8c91198510521299c56e4e8d5e3a4508b2734fb5e52f29eeac33811de64e76fe586ad32c32182e2e84e070d98df67125da346c3360013357228172dbcd20bcdd + react: ^19.1.0 + checksum: 10c0/3e26e89bb6c67c9a6aa86cb888c7a7f8258f2e347a6d2a15299c17eb16e04c19194e3452bc3255bd34000a61e45e2cb51e46292392340432f133e5a5d2dfb5fc languageName: node linkType: hard @@ -18887,26 +19940,26 @@ __metadata: linkType: hard "react-router-dom@npm:6": - version: 6.30.1 - resolution: "react-router-dom@npm:6.30.1" + version: 6.30.0 + resolution: "react-router-dom@npm:6.30.0" dependencies: "@remix-run/router": "npm:1.23.0" - react-router: "npm:6.30.1" + react-router: "npm:6.30.0" peerDependencies: react: ">=16.8" react-dom: ">=16.8" - checksum: 10c0/e9e1297236b0faa864424ad7d51c392fc6e118595d4dad4cd542fd217c479a81601a81c6266d5801f04f9e154de02d3b094fc22ccb544e755c2eb448fab4ec6b + checksum: 10c0/262954ba894d6a241ceda5f61098f7d6a292d0018a6ebb9c9c67425b7deb6e59b6191a9233a03d38e287e60f7ac3702e9e84c8e20b39a6487698fe088b71e27a languageName: node linkType: hard -"react-router@npm:6, react-router@npm:6.30.1": - version: 6.30.1 - resolution: "react-router@npm:6.30.1" +"react-router@npm:6, react-router@npm:6.30.0": + version: 6.30.0 + resolution: "react-router@npm:6.30.0" dependencies: "@remix-run/router": "npm:1.23.0" peerDependencies: react: ">=16.8" - checksum: 10c0/0414326f2d8e0c107fb4603cf4066dacba6a1f6f025c6e273f003e177b2f18888aca3de06d9b5522908f0e41de93be1754c37e82aa97b3a269c4742c08e82539 + checksum: 10c0/e6f20cf5c47ec057a057a4cfb9a55983d0a5b4b3314d20e07f0a70e59e004f51778d4dac415aee1e4e64db69cc4cd72e5acf8fd60dcf07d909895b8863b0b023 languageName: node linkType: hard @@ -18949,9 +20002,9 @@ __metadata: linkType: hard "react@npm:^19.0.0": - version: 19.1.1 - resolution: "react@npm:19.1.1" - checksum: 10c0/8c9769a2dfd02e603af6445058325e6c8a24b47b185d0e461f66a6454765ddcaecb3f0a90184836c68bb509f3c38248359edbc42f0d07c23eb500a5c30c87b4e + version: 19.1.0 + resolution: "react@npm:19.1.0" + checksum: 10c0/530fb9a62237d54137a13d2cfb67a7db6a2156faed43eecc423f4713d9b20c6f2728b026b45e28fcd72e8eadb9e9ed4b089e99f5e295d2f0ad3134251bdd3698 languageName: node linkType: hard @@ -19107,13 +20160,13 @@ __metadata: linkType: hard "registry-js@npm:^1.15.1": - version: 1.16.1 - resolution: "registry-js@npm:1.16.1" + version: 1.16.0 + resolution: "registry-js@npm:1.16.0" dependencies: - node-addon-api: "npm:^3.2.1" + node-addon-api: "npm:^3.1.0" node-gyp: "npm:latest" prebuild-install: "npm:^5.3.5" - checksum: 10c0/7f24994c8b5590d031256916b7fb4da57beacfbd1f5a881ad50196ca65f4d530bb413dc732e7c84c34b4784f59eaade03f828a92ca5eb2b406b8c11b6f49be9d + checksum: 10c0/654e9e780648da40099f198f1ea1ddcdecb65c5162103c86b27c021a5e3ee66a6141f0209eb7054b5832bc7f34502d6f28f9ce419fabf434452604d207f36be4 languageName: node linkType: hard @@ -19419,17 +20472,6 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^2.6.1": - version: 2.7.1 - resolution: "rimraf@npm:2.7.1" - dependencies: - glob: "npm:^7.1.3" - bin: - rimraf: ./bin.js - checksum: 10c0/4eef73d406c6940927479a3a9dee551e14a54faf54b31ef861250ac815172bade86cc6f7d64a4dc5e98b65e4b18a2e1c9ff3b68d296be0c748413f092bb0dd40 - languageName: node - linkType: hard - "rimraf@npm:^3.0.2": version: 3.0.2 resolution: "rimraf@npm:3.0.2" @@ -19501,27 +20543,27 @@ __metadata: languageName: node linkType: hard -"rolldown@npm:1.0.0-beta.32": - version: 1.0.0-beta.32 - resolution: "rolldown@npm:1.0.0-beta.32" +"rolldown@npm:1.0.0-beta.29": + version: 1.0.0-beta.29 + resolution: "rolldown@npm:1.0.0-beta.29" dependencies: - "@oxc-project/runtime": "npm:=0.81.0" - "@oxc-project/types": "npm:=0.81.0" - "@rolldown/binding-android-arm64": "npm:1.0.0-beta.32" - "@rolldown/binding-darwin-arm64": "npm:1.0.0-beta.32" - "@rolldown/binding-darwin-x64": "npm:1.0.0-beta.32" - "@rolldown/binding-freebsd-x64": "npm:1.0.0-beta.32" - "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-beta.32" - "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-beta.32" - "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-beta.32" - "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-beta.32" - "@rolldown/binding-linux-x64-musl": "npm:1.0.0-beta.32" - "@rolldown/binding-openharmony-arm64": "npm:1.0.0-beta.32" - "@rolldown/binding-wasm32-wasi": "npm:1.0.0-beta.32" - "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-beta.32" - "@rolldown/binding-win32-ia32-msvc": "npm:1.0.0-beta.32" - "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-beta.32" - "@rolldown/pluginutils": "npm:1.0.0-beta.32" + "@oxc-project/runtime": "npm:=0.77.3" + "@oxc-project/types": "npm:=0.77.3" + "@rolldown/binding-android-arm64": "npm:1.0.0-beta.29" + "@rolldown/binding-darwin-arm64": "npm:1.0.0-beta.29" + "@rolldown/binding-darwin-x64": "npm:1.0.0-beta.29" + "@rolldown/binding-freebsd-x64": "npm:1.0.0-beta.29" + "@rolldown/binding-linux-arm-gnueabihf": "npm:1.0.0-beta.29" + "@rolldown/binding-linux-arm64-gnu": "npm:1.0.0-beta.29" + "@rolldown/binding-linux-arm64-musl": "npm:1.0.0-beta.29" + "@rolldown/binding-linux-arm64-ohos": "npm:1.0.0-beta.29" + "@rolldown/binding-linux-x64-gnu": "npm:1.0.0-beta.29" + "@rolldown/binding-linux-x64-musl": "npm:1.0.0-beta.29" + "@rolldown/binding-wasm32-wasi": "npm:1.0.0-beta.29" + "@rolldown/binding-win32-arm64-msvc": "npm:1.0.0-beta.29" + "@rolldown/binding-win32-ia32-msvc": "npm:1.0.0-beta.29" + "@rolldown/binding-win32-x64-msvc": "npm:1.0.0-beta.29" + "@rolldown/pluginutils": "npm:1.0.0-beta.29" ansis: "npm:^4.0.0" dependenciesMeta: "@rolldown/binding-android-arm64": @@ -19538,12 +20580,12 @@ __metadata: optional: true "@rolldown/binding-linux-arm64-musl": optional: true + "@rolldown/binding-linux-arm64-ohos": + optional: true "@rolldown/binding-linux-x64-gnu": optional: true "@rolldown/binding-linux-x64-musl": optional: true - "@rolldown/binding-openharmony-arm64": - optional: true "@rolldown/binding-wasm32-wasi": optional: true "@rolldown/binding-win32-arm64-msvc": @@ -19554,7 +20596,7 @@ __metadata: optional: true bin: rolldown: bin/cli.mjs - checksum: 10c0/a83d983f76cb5d192256cd581ad18323e0fe75d9dacd498fd75523490499bc352c7d685c62960d6d440ef2292efdc6ce0a3d1bfb5be13609b45cb74248a8ae49 + checksum: 10c0/7660c1bc353d6e0be2b046f18110ed4bd66ed64e6d3bde214c5060b22922e9356f5b8c368d7491976b0a2e02202a157d12b005c5aeddb8b4ce25c2f9c7c19e67 languageName: node linkType: hard @@ -19679,7 +20721,7 @@ __metadata: languageName: node linkType: hard -"safe-buffer@npm:5.2.1, safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.1, safe-buffer@npm:^5.1.2, safe-buffer@npm:^5.2.1, safe-buffer@npm:~5.2.0": +"safe-buffer@npm:5.2.1, safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.1, safe-buffer@npm:~5.2.0": version: 5.2.1 resolution: "safe-buffer@npm:5.2.1" checksum: 10c0/6501914237c0a86e9675d4e51d89ca3c21ffd6a31642efeba25ad65720bce6921c9e7e974e5be91a786b25aa058b5303285d3c15dbabf983a919f5f630d349f3 @@ -19700,7 +20742,7 @@ __metadata: languageName: node linkType: hard -"safer-buffer@npm:>= 2.1.2 < 3, safer-buffer@npm:>= 2.1.2 < 3.0.0": +"safer-buffer@npm:>= 2.1.2 < 3.0.0": version: 2.1.2 resolution: "safer-buffer@npm:2.1.2" checksum: 10c0/7e3c8b2e88a1841c9671094bbaeebd94448111dd90a81a1f606f3f67708a6ec57763b3b47f06da09fc6054193e0e6709e77325415dc8422b04497a8070fa02d4 @@ -19717,8 +20759,8 @@ __metadata: linkType: hard "sass@npm:^1.88.0": - version: 1.90.0 - resolution: "sass@npm:1.90.0" + version: 1.88.0 + resolution: "sass@npm:1.88.0" dependencies: "@parcel/watcher": "npm:^2.4.1" chokidar: "npm:^4.0.0" @@ -19729,7 +20771,7 @@ __metadata: optional: true bin: sass: sass.js - checksum: 10c0/cd882a61811447c079cdc78b41f3be8164f2a2ced56e0b256b33da2de383a5f10e11ed15f8080bd832e6df302238e11649b07eb5f6e7d257d9b6982a8325d269 + checksum: 10c0/dcb16dc29116bfa5a90485d24fd8020d2b0d95155bd2e31285901588729343b59fefe44365c5f146b2ba5a9ebadef90b23a7220b902507bdbd91ca2ba0a0b688 languageName: node linkType: hard @@ -19813,7 +20855,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^5.3.0, semver@npm:^5.5.0": +"semver@npm:^5.5.0": version: 5.7.2 resolution: "semver@npm:5.7.2" bin: @@ -19831,7 +20873,16 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.6.0, semver@npm:^7.6.3, semver@npm:^7.7.2": +"semver@npm:^7.2.1, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:^7.5.3, semver@npm:^7.6.0, semver@npm:^7.6.3": + version: 7.7.1 + resolution: "semver@npm:7.7.1" + bin: + semver: bin/semver.js + checksum: 10c0/fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958 + languageName: node + linkType: hard + +"semver@npm:^7.7.2": version: 7.7.2 resolution: "semver@npm:7.7.2" bin: @@ -19887,20 +20938,6 @@ __metadata: languageName: node linkType: hard -"set-function-length@npm:^1.2.2": - version: 1.2.2 - resolution: "set-function-length@npm:1.2.2" - dependencies: - define-data-property: "npm:^1.1.4" - es-errors: "npm:^1.3.0" - function-bind: "npm:^1.1.2" - get-intrinsic: "npm:^1.2.4" - gopd: "npm:^1.0.1" - has-property-descriptors: "npm:^1.0.2" - checksum: 10c0/82850e62f412a258b71e123d4ed3873fa9377c216809551192bb6769329340176f109c2eeae8c22a8d386c76739855f78e8716515c818bcaef384b51110f0f3c - languageName: node - linkType: hard - "setimmediate@npm:^1.0.5": version: 1.0.5 resolution: "setimmediate@npm:1.0.5" @@ -19938,19 +20975,19 @@ __metadata: languageName: node linkType: hard -"shiki@npm:3.9.2, shiki@npm:^3.9.1": - version: 3.9.2 - resolution: "shiki@npm:3.9.2" +"shiki@npm:3.9.1, shiki@npm:^3.9.1": + version: 3.9.1 + resolution: "shiki@npm:3.9.1" dependencies: - "@shikijs/core": "npm:3.9.2" - "@shikijs/engine-javascript": "npm:3.9.2" - "@shikijs/engine-oniguruma": "npm:3.9.2" - "@shikijs/langs": "npm:3.9.2" - "@shikijs/themes": "npm:3.9.2" - "@shikijs/types": "npm:3.9.2" + "@shikijs/core": "npm:3.9.1" + "@shikijs/engine-javascript": "npm:3.9.1" + "@shikijs/engine-oniguruma": "npm:3.9.1" + "@shikijs/langs": "npm:3.9.1" + "@shikijs/themes": "npm:3.9.1" + "@shikijs/types": "npm:3.9.1" "@shikijs/vscode-textmate": "npm:^10.0.2" "@types/hast": "npm:^3.0.4" - checksum: 10c0/b20dbd49f67cd1960974c489c170ed2627c8987a55919561a69f13b88a5cec118a0239a22a31259752be4eb34101308e6b7a28b9fc13ebff7818f364d49d1a94 + checksum: 10c0/383ca4b91b0ade1df7ce8889c4abeb9bfabead53a808f11de749e44f8400b3967d8bad7aad99a8ecf7991a2e1d1c42a71b73154d12baca6deeb979b9929376cb languageName: node linkType: hard @@ -20060,9 +21097,9 @@ __metadata: linkType: hard "simple-wcswidth@npm:^1.0.1": - version: 1.1.2 - resolution: "simple-wcswidth@npm:1.1.2" - checksum: 10c0/0db23ffef39d81a018a2354d64db1d08a44123c54263e48173992c61d808aaa8b58e5651d424e8c275589671f35e9094ac6fa2bbf2c98771b1bae9e007e611dd + version: 1.0.1 + resolution: "simple-wcswidth@npm:1.0.1" + checksum: 10c0/2befead4c97134424aa3fba593a81daa9934fd61b9e4c65374b57ac5eecc2f2be1984b017bbdbc919923e19b77f2fcbdb94434789b9643fa8c3fde3a2a6a4b6f languageName: node linkType: hard @@ -20078,14 +21115,14 @@ __metadata: linkType: hard "sitemapper@npm:^3.2.20": - version: 3.2.24 - resolution: "sitemapper@npm:3.2.24" + version: 3.2.20 + resolution: "sitemapper@npm:3.2.20" dependencies: fast-xml-parser: "npm:^4.5.0" got: "npm:^11.8.0" is-gzip: "npm:2.0.0" p-limit: "npm:^3.1.0" - checksum: 10c0/dd51a468056281ff6e96bfc9bc3435ae61f1a650827161dc8e680e9f6d71b6d92918e76fa4c7037341b1c467b0631291d20973bd85fcda94de205a2805afaa7f + checksum: 10c0/b4c39f2ce0abed779f80a39b3f2085693ef0a300f2bf8df863b60bddf8f40a2ed5f9f1940ba07a1d7ef395d8c985cab9f600e76f8b4f895e67e1b669ee7f02fd languageName: node linkType: hard @@ -20150,12 +21187,12 @@ __metadata: linkType: hard "socks@npm:^2.6.2, socks@npm:^2.8.2, socks@npm:^2.8.3": - version: 2.8.7 - resolution: "socks@npm:2.8.7" + version: 2.8.6 + resolution: "socks@npm:2.8.6" dependencies: - ip-address: "npm:^10.0.1" + ip-address: "npm:^9.0.5" smart-buffer: "npm:^4.2.0" - checksum: 10c0/2805a43a1c4bcf9ebf6e018268d87b32b32b06fbbc1f9282573583acc155860dc361500f89c73bfbb157caa1b4ac78059eac0ef15d1811eb0ca75e0bdadbc9d2 + checksum: 10c0/15b95db4caa359c80bfa880ff3e58f3191b9ffa4313570e501a60ee7575f51e4be664a296f4ee5c2c40544da179db6140be53433ce41ec745f9d51f342557514 languageName: node linkType: hard @@ -20184,9 +21221,9 @@ __metadata: linkType: hard "source-map@npm:^0.7.4": - version: 0.7.6 - resolution: "source-map@npm:0.7.6" - checksum: 10c0/59f6f05538539b274ba771d2e9e32f6c65451982510564438e048bc1352f019c6efcdc6dd07909b1968144941c14015c2c7d4369fb7c4d7d53ae769716dcc16c + version: 0.7.4 + resolution: "source-map@npm:0.7.4" + checksum: 10c0/dc0cf3768fe23c345ea8760487f8c97ef6fca8a73c83cd7c9bf2fde8bc2c34adb9c0824d6feb14bc4f9e37fb522e18af621543f1289038a66ac7586da29aa7dc languageName: node linkType: hard @@ -20198,19 +21235,19 @@ __metadata: linkType: hard "speech-rule-engine@npm:^4.0.6": - version: 4.1.2 - resolution: "speech-rule-engine@npm:4.1.2" + version: 4.1.1 + resolution: "speech-rule-engine@npm:4.1.1" dependencies: "@xmldom/xmldom": "npm:0.9.8" commander: "npm:13.1.0" wicked-good-xpath: "npm:1.3.0" bin: sre: bin/sre - checksum: 10c0/bf3de3a009751f72442bb6ba85a82ecf9f32b2764a46d9a83aa28a7da89a05ba173ee2b8018d6f556d7a8ff18358f04da8133f3aa7eaefcb66c43997ae75fa20 + checksum: 10c0/f3b3bf0d64b14592540be813d1914255648658710c343157d1d5edb0c3e279014cb0795e2b1867cace71bf9beebd05ffb5cce845244fe5b97ecf46bf6d7de8d6 languageName: node linkType: hard -"sprintf-js@npm:^1.1.2": +"sprintf-js@npm:^1.1.2, sprintf-js@npm:^1.1.3": version: 1.1.3 resolution: "sprintf-js@npm:1.1.3" checksum: 10c0/09270dc4f30d479e666aee820eacd9e464215cdff53848b443964202bf4051490538e5dd1b42e1a65cf7296916ca17640aebf63dae9812749c7542ee5f288dec @@ -20263,20 +21300,13 @@ __metadata: languageName: node linkType: hard -"statuses@npm:2.0.1": +"statuses@npm:2.0.1, statuses@npm:^2.0.1": version: 2.0.1 resolution: "statuses@npm:2.0.1" checksum: 10c0/34378b207a1620a24804ce8b5d230fea0c279f00b18a7209646d5d47e419d1cc23e7cbf33a25a1e51ac38973dc2ac2e1e9c647a8e481ef365f77668d72becfd0 languageName: node linkType: hard -"statuses@npm:^2.0.1": - version: 2.0.2 - resolution: "statuses@npm:2.0.2" - checksum: 10c0/a9947d98ad60d01f6b26727570f3bcceb6c8fa789da64fe6889908fe2e294d57503b14bf2b5af7605c2d36647259e856635cd4c49eab41667658ec9d0080ec3f - languageName: node - linkType: hard - "std-env@npm:^3.5.0, std-env@npm:^3.9.0": version: 3.9.0 resolution: "std-env@npm:3.9.0" @@ -20305,8 +21335,8 @@ __metadata: linkType: hard "streamx@npm:^2.15.0": - version: 2.22.1 - resolution: "streamx@npm:2.22.1" + version: 2.22.0 + resolution: "streamx@npm:2.22.0" dependencies: bare-events: "npm:^2.2.0" fast-fifo: "npm:^1.3.2" @@ -20314,7 +21344,7 @@ __metadata: dependenciesMeta: bare-events: optional: true - checksum: 10c0/b5e489cca78ff23b910e7d58c3e0059e692f93ec401a5974689f2c50c33c9d94f64246a305566ad52cdb818ee583e02e4257b9066fd654cb9f576a9692fdb976 + checksum: 10c0/f5017998a5b6360ba652599d20ef308c8c8ab0e26c8e5f624f0706f0ea12624e94fdf1ec18318124498529a1b106a1ab1c94a1b1e1ad6c2eec7cb9c8ac1b9198 languageName: node linkType: hard @@ -20502,13 +21532,20 @@ __metadata: languageName: node linkType: hard -"strnum@npm:^1.1.1": +"strnum@npm:^1.0.5, strnum@npm:^1.1.1": version: 1.1.2 resolution: "strnum@npm:1.1.2" checksum: 10c0/a0fce2498fa3c64ce64a40dada41beb91cabe3caefa910e467dc0518ef2ebd7e4d10f8c2202a6104f1410254cae245066c0e94e2521fb4061a5cb41831952392 languageName: node linkType: hard +"strnum@npm:^2.0.5": + version: 2.0.5 + resolution: "strnum@npm:2.0.5" + checksum: 10c0/856026ef65eaf15359d340a313ece25822b6472377b3029201b00f2657a1a3fa1cd7a7ce349dad35afdd00faf451344153dbb3d8478f082b7af8c17a64799ea6 + languageName: node + linkType: hard + "strnum@npm:^2.1.0": version: 2.1.1 resolution: "strnum@npm:2.1.1" @@ -20544,26 +21581,26 @@ __metadata: linkType: hard "style-to-js@npm:^1.0.0": - version: 1.1.17 - resolution: "style-to-js@npm:1.1.17" + version: 1.1.16 + resolution: "style-to-js@npm:1.1.16" dependencies: - style-to-object: "npm:1.0.9" - checksum: 10c0/429b9d5593a238d73761324e2c12f75b238f6964e12e4ecf7ea02b44c0ec1940b45c1c1fa8fac9a58637b753aa3ce973a2413b2b6da679584117f27a79e33ba3 + style-to-object: "npm:1.0.8" + checksum: 10c0/578a4dff804539ec7e64d3cc8d327540befb9ad30e3cd0b6b0392f93f793f3a028f90084a9aaff088bffb87818fa2c6c153f0df576f61f9ab0b0938b582bcac7 languageName: node linkType: hard -"style-to-object@npm:1.0.9": - version: 1.0.9 - resolution: "style-to-object@npm:1.0.9" +"style-to-object@npm:1.0.8": + version: 1.0.8 + resolution: "style-to-object@npm:1.0.8" dependencies: inline-style-parser: "npm:0.2.4" - checksum: 10c0/acc89a291ac348a57fa1d00b8eb39973ea15a6c7d7fe4b11339ea0be3b84acea3670c98aa22e166be20ca3d67e12f68f83cf114dde9d43ebb692593e859a804f + checksum: 10c0/daa6646b1ff18258c0ca33ed281fbe73485c8391192db1b56ce89d40c93ea64507a41e8701d0dadfe771bc2f540c46c9b295135f71584c8e5cb23d6a19be9430 languageName: node linkType: hard "styled-components@npm:^6.1.11": - version: 6.1.19 - resolution: "styled-components@npm:6.1.19" + version: 6.1.17 + resolution: "styled-components@npm:6.1.17" dependencies: "@emotion/is-prop-valid": "npm:1.2.2" "@emotion/unitless": "npm:0.8.1" @@ -20577,7 +21614,7 @@ __metadata: peerDependencies: react: ">= 16.8.0" react-dom: ">= 16.8.0" - checksum: 10c0/8d20427a5debe54bfa3b55f79af2a3577551ed7f1d1cd34df986b73fd01ac519f9081b7737cc1f76e12fbc483fa50551e55be0bc984296e623cc6a2364697cd8 + checksum: 10c0/87f35173c5fc2291ddba7ed8224d19fe6872d056a577f55fe130248f5ea23e5c48c012e881fa1ad93df60b56a12c1c2d553f628e204f090189221734927e50b0 languageName: node linkType: hard @@ -20620,12 +21657,13 @@ __metadata: languageName: node linkType: hard -"synckit@npm:^0.11.7": - version: 0.11.11 - resolution: "synckit@npm:0.11.11" +"synckit@npm:^0.11.0": + version: 0.11.4 + resolution: "synckit@npm:0.11.4" dependencies: - "@pkgr/core": "npm:^0.2.9" - checksum: 10c0/f0761495953d12d94a86edf6326b3a565496c72f9b94c02549b6961fb4d999f4ca316ce6b3eb8ed2e4bfc5056a8de65cda0bd03a233333a35221cd2fdc0e196b + "@pkgr/core": "npm:^0.2.3" + tslib: "npm:^2.8.1" + checksum: 10c0/dd2965a37c93c0b652bf07b1fd8d1639a803b65cf34c0cb1b827b8403044fc3b09ec87f681d922a324825127ee95b2e0394e7caccb502f407892d63e903c5276 languageName: node linkType: hard @@ -20680,21 +21718,6 @@ __metadata: languageName: node linkType: hard -"tar@npm:^4": - version: 4.4.19 - resolution: "tar@npm:4.4.19" - dependencies: - chownr: "npm:^1.1.4" - fs-minipass: "npm:^1.2.7" - minipass: "npm:^2.9.0" - minizlib: "npm:^1.3.3" - mkdirp: "npm:^0.5.5" - safe-buffer: "npm:^5.2.1" - yallist: "npm:^3.1.1" - checksum: 10c0/1a32a68feabd55e040f399f75fed37c35fd76202bb60e393986312cdee0175ff0dfd1aec9cc04ad2ade8a252d2a08c7d191fda877ce23f14a3da954d91d301d7 - languageName: node - linkType: hard - "tar@npm:^6.0.5, tar@npm:^6.1.11, tar@npm:^6.1.12, tar@npm:^6.2.1": version: 6.2.1 resolution: "tar@npm:6.2.1" @@ -20848,7 +21871,17 @@ __metadata: languageName: node linkType: hard -"tinyglobby@npm:^0.2.12, tinyglobby@npm:^0.2.14": +"tinyglobby@npm:^0.2.12": + version: 0.2.13 + resolution: "tinyglobby@npm:0.2.13" + dependencies: + fdir: "npm:^6.4.4" + picomatch: "npm:^4.0.2" + checksum: 10c0/ef07dfaa7b26936601d3f6d999f7928a4d1c6234c5eb36896bb88681947c0d459b7ebe797022400e555fe4b894db06e922b95d0ce60cb05fd827a0a66326b18c + languageName: node + linkType: hard + +"tinyglobby@npm:^0.2.14": version: 0.2.14 resolution: "tinyglobby@npm:0.2.14" dependencies: @@ -20921,20 +21954,16 @@ __metadata: linkType: hard "tmp@npm:^0.2.0": - version: 0.2.5 - resolution: "tmp@npm:0.2.5" - checksum: 10c0/cee5bb7d674bb4ba3ab3f3841c2ca7e46daeb2109eec395c1ec7329a91d52fcb21032b79ac25161a37b2565c4858fefab927af9735926a113ef7bac9091a6e0e + version: 0.2.3 + resolution: "tmp@npm:0.2.3" + checksum: 10c0/3e809d9c2f46817475b452725c2aaa5d11985cf18d32a7a970ff25b568438e2c076c2e8609224feef3b7923fa9749b74428e3e634f6b8e520c534eef2fd24125 languageName: node linkType: hard "to-buffer@npm:^1.1.1": - version: 1.2.1 - resolution: "to-buffer@npm:1.2.1" - dependencies: - isarray: "npm:^2.0.5" - safe-buffer: "npm:^5.2.1" - typed-array-buffer: "npm:^1.0.3" - checksum: 10c0/bbf07a2a7d6ff9e3ffe503c689176c7149cf3ec25887ce7c4aa5c4841a8845cc71121cd7b4a4769957f823b3f31dbf6b1be6e0a5955798ad864bf2245ee8b5e4 + version: 1.1.1 + resolution: "to-buffer@npm:1.1.1" + checksum: 10c0/fb9fc6a0103f2b06e2e01c3d291586d0148759d5584f35d0973376434d1b58bd6ee5df9273f0bb1190eb2a5747c894bf49fed571325a7ac10208a48f31736439 languageName: node linkType: hard @@ -21005,11 +22034,11 @@ __metadata: linkType: hard "tr46@npm:^5.1.0": - version: 5.1.1 - resolution: "tr46@npm:5.1.1" + version: 5.1.0 + resolution: "tr46@npm:5.1.0" dependencies: punycode: "npm:^2.3.1" - checksum: 10c0/ae270e194d52ec67ebd695c1a42876e0f19b96e4aca2ab464ab1d9d17dc3acd3e18764f5034c93897db73421563be27c70c98359c4501136a497e46deda5d5ec + checksum: 10c0/d761f7144e0cb296187674ef245c74f761e334d7cf25ca73ef60e4c72c097c75051031c093fa1a2fee04b904977b316716a7915854bcae8fb1a371746513cbe8 languageName: node linkType: hard @@ -21067,7 +22096,7 @@ __metadata: languageName: node linkType: hard -"ts-api-utils@npm:^2.0.0, ts-api-utils@npm:^2.1.0": +"ts-api-utils@npm:^2.0.0, ts-api-utils@npm:^2.0.1": version: 2.1.0 resolution: "ts-api-utils@npm:2.1.0" peerDependencies: @@ -21094,17 +22123,10 @@ __metadata: languageName: node linkType: hard -"ts-error@npm:^1.0.6": - version: 1.0.6 - resolution: "ts-error@npm:1.0.6" - checksum: 10c0/c46994b0b88eae75d676ab18edcdb3e6c309abb39d8169c2d15286d10f4fc7bfc58c537a81f3efe24701e840247b5e79ac8e21a7335327811a07cfc33f69a72f - languageName: node - linkType: hard - -"ts-pattern@npm:^5.8.0": - version: 5.8.0 - resolution: "ts-pattern@npm:5.8.0" - checksum: 10c0/0e41006a8de7490c7edbba36c095550cd4b0e334247f9e76cddbdaadea4bcdc479763fb403a787db19bb83480c02fe6ea0e9799ceaaba0573acbe31e341ab947 +"ts-pattern@npm:^5.7.0": + version: 5.7.0 + resolution: "ts-pattern@npm:5.7.0" + checksum: 10c0/6a49d2b502a916def7b07ed66d5675aaf5159dd09b9dbdb334ebfc464af6307e33ae9fbec8ece9182f7ae6a9b2589087da5924d35a74bd52323c3f3745b15d1e languageName: node linkType: hard @@ -21162,7 +22184,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2": +"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2, tslib@npm:^2.8.1": version: 2.8.1 resolution: "tslib@npm:2.8.1" checksum: 10c0/9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62 @@ -21170,8 +22192,8 @@ __metadata: linkType: hard "tsx@npm:^4.20.3": - version: 4.20.4 - resolution: "tsx@npm:4.20.4" + version: 4.20.3 + resolution: "tsx@npm:4.20.3" dependencies: esbuild: "npm:~0.25.0" fsevents: "npm:~2.3.3" @@ -21181,7 +22203,7 @@ __metadata: optional: true bin: tsx: dist/cli.mjs - checksum: 10c0/2deb24b0c689031962901f29fc3411bc9a3753780e9a39b8bf0233dba7fc59dc8f9732f6ebbfe16f498fc27b6adf1eeecfa46360d1161081aafffaaa26371998 + checksum: 10c0/6ff0d91ed046ec743fac7ed60a07f3c025e5b71a5aaf58f3d2a6b45e4db114c83e59ebbb078c8e079e48d3730b944a02bc0de87695088aef4ec8bbc705dc791b languageName: node linkType: hard @@ -21233,10 +22255,10 @@ __metadata: languageName: node linkType: hard -"type-fest@npm:^4.41.0": - version: 4.41.0 - resolution: "type-fest@npm:4.41.0" - checksum: 10c0/f5ca697797ed5e88d33ac8f1fec21921839871f808dc59345c9cf67345bfb958ce41bd821165dbf3ae591cedec2bf6fe8882098dfdd8dc54320b859711a2c1e4 +"type-fest@npm:^4.39.1": + version: 4.40.0 + resolution: "type-fest@npm:4.40.0" + checksum: 10c0/b39d4da6f9a154e3db7e714cd05ccf56b53f4f0bbf74dd294cb6be4921b16ecca5cb00cb81b53ab621a31c8e8509c74b5101895ada47af9de368a317d24538a3 languageName: node linkType: hard @@ -21251,33 +22273,21 @@ __metadata: languageName: node linkType: hard -"typed-array-buffer@npm:^1.0.3": - version: 1.0.3 - resolution: "typed-array-buffer@npm:1.0.3" - dependencies: - call-bound: "npm:^1.0.3" - es-errors: "npm:^1.3.0" - is-typed-array: "npm:^1.1.14" - checksum: 10c0/1105071756eb248774bc71646bfe45b682efcad93b55532c6ffa4518969fb6241354e4aa62af679ae83899ec296d69ef88f1f3763657cdb3a4d29321f7b83079 - languageName: node - linkType: hard - "typescript-eslint@npm:^8.29.1": - version: 8.39.1 - resolution: "typescript-eslint@npm:8.39.1" + version: 8.30.1 + resolution: "typescript-eslint@npm:8.30.1" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.39.1" - "@typescript-eslint/parser": "npm:8.39.1" - "@typescript-eslint/typescript-estree": "npm:8.39.1" - "@typescript-eslint/utils": "npm:8.39.1" + "@typescript-eslint/eslint-plugin": "npm:8.30.1" + "@typescript-eslint/parser": "npm:8.30.1" + "@typescript-eslint/utils": "npm:8.30.1" peerDependencies: eslint: ^8.57.0 || ^9.0.0 - typescript: ">=4.8.4 <6.0.0" - checksum: 10c0/4070729621c20f8a9bad3df13fb8ac175609a57d046c155df785d474c2926d3e506f0bd5e762be7e2aacd03839c9c9a2015ad087086cee5838c486b9bf46b27b + typescript: ">=4.8.4 <5.9.0" + checksum: 10c0/41c53910308fa03d2216ccae9885e82422b8abc96b384a6e47277b5b351f462e6da3a4dfbb8c9bc7defa8c96fb71c4371fa5759eaa86c7c1b3b53a4a9994e6ab languageName: node linkType: hard -"typescript@npm:^5.0.0, typescript@npm:^5.4.3, typescript@npm:^5.6.2": +"typescript@npm:^5.0.0": version: 5.9.2 resolution: "typescript@npm:5.9.2" bin: @@ -21287,7 +22297,17 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.0.0#optional!builtin, typescript@patch:typescript@npm%3A^5.4.3#optional!builtin, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin": +"typescript@npm:^5.4.3, typescript@npm:^5.6.2": + version: 5.8.3 + resolution: "typescript@npm:5.8.3" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48 + languageName: node + linkType: hard + +"typescript@patch:typescript@npm%3A^5.0.0#optional!builtin": version: 5.9.2 resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin::version=5.9.2&hash=5786d5" bin: @@ -21297,6 +22317,16 @@ __metadata: languageName: node linkType: hard +"typescript@patch:typescript@npm%3A^5.4.3#optional!builtin, typescript@patch:typescript@npm%3A^5.6.2#optional!builtin": + version: 5.8.3 + resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin::version=5.8.3&hash=5786d5" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb + languageName: node + linkType: hard + "ua-parser-js@npm:^1.0.35": version: 1.0.40 resolution: "ua-parser-js@npm:1.0.40" @@ -21363,13 +22393,6 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~7.10.0": - version: 7.10.0 - resolution: "undici-types@npm:7.10.0" - checksum: 10c0/8b00ce50e235fe3cc601307f148b5e8fb427092ee3b23e8118ec0a5d7f68eca8cee468c8fc9f15cbb2cf2a3797945ebceb1cbd9732306a1d00e0a9b6afa0f635 - languageName: node - linkType: hard - "undici@npm:6.21.2": version: 6.21.2 resolution: "undici@npm:6.21.2" @@ -21577,7 +22600,7 @@ __metadata: languageName: node linkType: hard -"update-browserslist-db@npm:^1.1.3": +"update-browserslist-db@npm:^1.1.1": version: 1.1.3 resolution: "update-browserslist-db@npm:1.1.3" dependencies: @@ -21760,12 +22783,12 @@ __metadata: linkType: hard "vfile-message@npm:^4.0.0": - version: 4.0.3 - resolution: "vfile-message@npm:4.0.3" + version: 4.0.2 + resolution: "vfile-message@npm:4.0.2" dependencies: "@types/unist": "npm:^3.0.0" unist-util-stringify-position: "npm:^4.0.0" - checksum: 10c0/33d9f219610d27987689bb14fa5573d2daa146941d1a05416dd7702c4215b23f44ed81d059e70d0e4e24f9a57d5f4dc9f18d35a993f04cf9446a7abe6d72d0c0 + checksum: 10c0/07671d239a075f888b78f318bc1d54de02799db4e9dce322474e67c35d75ac4a5ac0aaf37b18801d91c9f8152974ea39678aa72d7198758b07f3ba04fb7d7514 languageName: node linkType: hard @@ -21791,12 +22814,12 @@ __metadata: languageName: node linkType: hard -"vite-code-inspector-plugin@npm:0.20.17": - version: 0.20.17 - resolution: "vite-code-inspector-plugin@npm:0.20.17" +"vite-code-inspector-plugin@npm:0.20.14": + version: 0.20.14 + resolution: "vite-code-inspector-plugin@npm:0.20.14" dependencies: - code-inspector-core: "npm:0.20.17" - checksum: 10c0/087132ca76dafe2df7dbd55eec335b700bf13d2f4e6a1ba58556575003d4271276cdaa4d161b526d55a9bcaa215d3a681458e704c92981214d75040985650b86 + code-inspector-core: "npm:0.20.14" + checksum: 10c0/a28b73c404de8b0a0dfa0625d66ead2cb50710dc7cc64802520d06a7f727f7ea73ad131e89a2b86c13fa71a9f35efeee15477c3b7b598302da6b8f27e3d8dee7 languageName: node linkType: hard @@ -21831,15 +22854,15 @@ __metadata: linkType: hard "vite@npm:rolldown-vite@latest": - version: 7.1.2 - resolution: "rolldown-vite@npm:7.1.2" + version: 7.0.10 + resolution: "rolldown-vite@npm:7.0.10" dependencies: fdir: "npm:^6.4.6" fsevents: "npm:~2.3.3" lightningcss: "npm:^1.30.1" - picomatch: "npm:^4.0.3" + picomatch: "npm:^4.0.2" postcss: "npm:^8.5.6" - rolldown: "npm:1.0.0-beta.32" + rolldown: "npm:1.0.0-beta.29" tinyglobby: "npm:^0.2.14" peerDependencies: "@types/node": ^20.19.0 || >=22.12.0 @@ -21881,7 +22904,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10c0/9a899c415524bce5f4ff3913897dd06b6516bfc79d7ffd183350f094558bdbb501231df253d31ea2b98a5df5c447b3578a2ac244a6339f64711853db90eadc9c + checksum: 10c0/9094a52664c475822deee5597d161ab8846062de01040b6cae18d81e5e894c20f201b93229efd51bfcd021b2d171a08852a17acc67dd53a1ac896c800a950eea languageName: node linkType: hard @@ -22072,22 +23095,6 @@ __metadata: languageName: node linkType: hard -"weaviate-client@npm:^3.5.2": - version: 3.8.0 - resolution: "weaviate-client@npm:3.8.0" - dependencies: - abort-controller-x: "npm:^0.4.3" - graphql: "npm:^16.11.0" - graphql-request: "npm:^6.1.0" - long: "npm:^5.3.2" - nice-grpc: "npm:^2.1.12" - nice-grpc-client-middleware-retry: "npm:^3.1.11" - nice-grpc-common: "npm:^2.0.2" - uuid: "npm:^9.0.1" - checksum: 10c0/4b3d353f7779ffd1fbd1d6e2e85682ca14e01550122b73d9c284c6b632c784ca08dd3e206e187f3d9aa15d606c60c6c9acfdf3c6b7f882d17ed708139daba970 - languageName: node - linkType: hard - "web-namespaces@npm:^2.0.0": version: 2.0.1 resolution: "web-namespaces@npm:2.0.1" @@ -22145,12 +23152,12 @@ __metadata: languageName: node linkType: hard -"webpack-code-inspector-plugin@npm:0.20.17": - version: 0.20.17 - resolution: "webpack-code-inspector-plugin@npm:0.20.17" +"webpack-code-inspector-plugin@npm:0.20.14": + version: 0.20.14 + resolution: "webpack-code-inspector-plugin@npm:0.20.14" dependencies: - code-inspector-core: "npm:0.20.17" - checksum: 10c0/888dcd9be244a3cbd79636e7da1c6339f4aaa92b765cb76035cefef528664f429eff04ab934fa93df0acc4e287101f59b373a20929cb97c863a3c0c1805d702f + code-inspector-core: "npm:0.20.14" + checksum: 10c0/d9319269ff6ecf37e05c8b99e9a53f9798d5e408ab78f62a0495542e56315692f0286b42228f6bc0e008d003bd52dd9029d4e01eec2012d18ecd81ffd0be782b languageName: node linkType: hard @@ -22204,21 +23211,6 @@ __metadata: languageName: node linkType: hard -"which-typed-array@npm:^1.1.16": - version: 1.1.19 - resolution: "which-typed-array@npm:1.1.19" - dependencies: - available-typed-arrays: "npm:^1.0.7" - call-bind: "npm:^1.0.8" - call-bound: "npm:^1.0.4" - for-each: "npm:^0.3.5" - get-proto: "npm:^1.0.1" - gopd: "npm:^1.2.0" - has-tostringtag: "npm:^1.0.2" - checksum: 10c0/702b5dc878addafe6c6300c3d0af5983b175c75fcb4f2a72dfc3dd38d93cf9e89581e4b29c854b16ea37e50a7d7fca5ae42ece5c273d8060dcd603b2404bbb3f - languageName: node - linkType: hard - "which@npm:^2.0.1, which@npm:^2.0.2": version: 2.0.2 resolution: "which@npm:2.0.2" @@ -22379,7 +23371,22 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.13.0, ws@npm:^8.18.0, ws@npm:^8.18.2": +"ws@npm:^8.13.0, ws@npm:^8.18.0": + version: 8.18.1 + resolution: "ws@npm:8.18.1" + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ">=5.0.2" + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + checksum: 10c0/e498965d6938c63058c4310ffb6967f07d4fa06789d3364829028af380d299fe05762961742971c764973dce3d1f6a2633fe8b2d9410c9b52e534b4b882a99fa + languageName: node + linkType: hard + +"ws@npm:^8.18.2": version: 8.18.3 resolution: "ws@npm:8.18.3" peerDependencies: @@ -22497,7 +23504,7 @@ __metadata: languageName: node linkType: hard -"yallist@npm:^3.0.0, yallist@npm:^3.0.2, yallist@npm:^3.1.1": +"yallist@npm:^3.0.2": version: 3.1.1 resolution: "yallist@npm:3.1.1" checksum: 10c0/c66a5c46bc89af1625476f7f0f2ec3653c1a1791d2f9407cfb4c2ba812a1e1c9941416d71ba9719876530e3340a99925f697142989371b72d93b9ee628afd8c1 @@ -22519,11 +23526,11 @@ __metadata: linkType: hard "yaml@npm:^2.2.1, yaml@npm:^2.7.0": - version: 2.8.1 - resolution: "yaml@npm:2.8.1" + version: 2.7.1 + resolution: "yaml@npm:2.7.1" bin: yaml: bin.mjs - checksum: 10c0/7c587be00d9303d2ae1566e03bc5bc7fe978ba0d9bf39cc418c3139d37929dfcb93a230d9749f2cb578b6aa5d9ebebc322415e4b653cb83acd8bc0bc321707f3 + checksum: 10c0/ee2126398ab7d1fdde566b4013b68e36930b9e6d8e68b6db356875c99614c10d678b6f45597a145ff6d63814961221fc305bf9242af8bf7450177f8a68537590 languageName: node linkType: hard @@ -22534,7 +23541,7 @@ __metadata: languageName: node linkType: hard -"yargs@npm:^17.0.1, yargs@npm:^17.5.1, yargs@npm:^17.6.2, yargs@npm:^17.7.2": +"yargs@npm:^17.0.1, yargs@npm:^17.5.1, yargs@npm:^17.6.2": version: 17.7.2 resolution: "yargs@npm:17.7.2" dependencies: @@ -22584,18 +23591,6 @@ __metadata: languageName: node linkType: hard -"zipfile@npm:^0.5.11": - version: 0.5.12 - resolution: "zipfile@npm:0.5.12" - dependencies: - nan: "npm:~2.10.0" - node-pre-gyp: "npm:~0.10.2" - bin: - unzip.js: ./bin/unzip.js - checksum: 10c0/0813640a8f1b544b3b61f9039a8589f62f5d185c61b8ee282ee5d97115c99d0bf131cadbbe729b86dc1c147ed3196576eaac98175a64893ff4ead039521a5e7f - languageName: node - linkType: hard - "zipread@npm:^1.3.3": version: 1.3.3 resolution: "zipread@npm:1.3.3" @@ -22603,41 +23598,48 @@ __metadata: languageName: node linkType: hard -"zod-to-json-schema@npm:^3.22.3, zod-to-json-schema@npm:^3.22.4, zod-to-json-schema@npm:^3.24.1": - version: 3.24.6 - resolution: "zod-to-json-schema@npm:3.24.6" +"zod-to-json-schema@npm:^3.22.3, zod-to-json-schema@npm:^3.22.4, zod-to-json-schema@npm:^3.22.5, zod-to-json-schema@npm:^3.24.1": + version: 3.24.5 + resolution: "zod-to-json-schema@npm:3.24.5" peerDependencies: zod: ^3.24.1 - checksum: 10c0/b907ab6d057100bd25a37e5545bf5f0efa5902cd84d3c3ec05c2e51541431a47bd9bf1e5e151a244273409b45f5986d55b26e5d207f98abc5200702f733eb368 + checksum: 10c0/0745b94ba53e652d39f262641cdeb2f75d24339fb6076a38ce55bcf53d82dfaea63adf524ebc5f658681005401687f8e9551c4feca7c4c882e123e66091dfb90 languageName: node linkType: hard -"zod-validation-error@npm:^3.5.2": - version: 3.5.3 - resolution: "zod-validation-error@npm:3.5.3" +"zod-validation-error@npm:^3.4.0": + version: 3.4.0 + resolution: "zod-validation-error@npm:3.4.0" peerDependencies: - zod: ^3.25.0 || ^4.0.0 - checksum: 10c0/4a1054f49049a5414857a4a85ae7b853d59be83dedb89942d4966345a58bd26d939beb574f0f5592fe4cc9963b26ac306d5b0950f6905651569059ef3517c803 + zod: ^3.18.0 + checksum: 10c0/aaadb0e65c834aacb12fa088663d52d9f4224b5fe6958f09b039f4ab74145fda381c8a7d470bfddf7ddd9bbb5fdfbb52739cd66958ce6d388c256a44094d1fba languageName: node linkType: hard -"zod@npm:^3.22.4, zod@npm:^3.23.8, zod@npm:^3.24.1, zod@npm:^3.25.0, zod@npm:^3.25.32, zod@npm:^3.25.74": +"zod@npm:^3.22.3, zod@npm:^3.22.4, zod@npm:^3.23.8, zod@npm:^3.24.1": + version: 3.25.56 + resolution: "zod@npm:3.25.56" + checksum: 10c0/3800f01d4b1df932b91354eb1e648f69cc7e5561549e6d2bf83827d930a5f33bbf92926099445f6fc1ebb64ca9c6513ef9ae5e5409cfef6325f354bcf6fc9a24 + languageName: node + linkType: hard + +"zod@npm:^3.25.0": version: 3.25.76 resolution: "zod@npm:3.25.76" checksum: 10c0/5718ec35e3c40b600316c5b4c5e4976f7fee68151bc8f8d90ec18a469be9571f072e1bbaace10f1e85cf8892ea12d90821b200e980ab46916a6166a4260a983c languageName: node linkType: hard -"zod@npm:^4.0.17": - version: 4.0.17 - resolution: "zod@npm:4.0.17" - checksum: 10c0/c56ef4cc02f8f52be8724c5a8b338266202d68477c7606bee9b7299818b75c9adc27f16f4b6704a372f3e7578bd016f389de19bfec766564b7c39d0d327c540a +"zod@npm:^3.25.74": + version: 3.25.74 + resolution: "zod@npm:3.25.74" + checksum: 10c0/59e38b046ac333b5bd1ba325a83b6798721227cbfb1e69dfc7159bd7824b904241ab923026edb714fafefec3624265ae374a70aee9a5a45b365bd31781ffa105 languageName: node linkType: hard "zustand@npm:^4.4.0": - version: 4.5.7 - resolution: "zustand@npm:4.5.7" + version: 4.5.6 + resolution: "zustand@npm:4.5.6" dependencies: use-sync-external-store: "npm:^1.2.2" peerDependencies: @@ -22651,7 +23653,7 @@ __metadata: optional: true react: optional: true - checksum: 10c0/55559e37a82f0c06cadc61cb08f08314c0fe05d6a93815e41e3376130c13db22a5017cbb0cd1f018c82f2dad0051afe3592561d40f980bd4082e32005e8a950c + checksum: 10c0/5b39aff2ef57e5a8ada647261ec1115697d397be311c51461d9ea81b5b63c6d2c498b960477ad2db72dc21db6aa229a92bdf644f6a8ecf7b1d71df5b4a5e95d3 languageName: node linkType: hard