diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ab691e32d..1f52942914 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+## Unreleased
+
+### General
+-
+
+### Client
+-
+
+### Server
+- Fix: `/api-doc` にアクセスできない問題を修正
+
+
## 2026.3.2
### General
diff --git a/package.json b/package.json
index 3797dfd67f..b70960417a 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
"name": "misskey",
- "version": "2026.3.2-beta.0",
+ "version": "2026.3.2",
"codename": "nasubi",
"repository": {
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
},
- "packageManager": "pnpm@10.32.1",
+ "packageManager": "pnpm@10.33.0",
"workspaces": [
"packages/misskey-js",
"packages/i18n",
@@ -59,23 +59,23 @@
"ignore-walk": "8.0.0",
"js-yaml": "4.1.1",
"postcss": "8.5.8",
- "tar": "7.5.11",
- "terser": "5.46.0"
+ "tar": "7.5.13",
+ "terser": "5.46.1"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@misskey-dev/eslint-plugin": "2.1.0",
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"@typescript/native-preview": "7.0.0-dev.20260116.1",
"cross-env": "10.1.0",
- "cypress": "15.11.0",
+ "cypress": "15.13.0",
"eslint": "9.39.4",
"globals": "17.4.0",
"ncp": "2.0.0",
- "pnpm": "10.32.1",
+ "pnpm": "10.33.0",
"start-server-and-test": "2.1.5",
"typescript": "5.9.3"
},
diff --git a/packages/backend/assets/api-doc.html b/packages/backend/assets/api-doc.html
deleted file mode 100644
index 19e0349d47..0000000000
--- a/packages/backend/assets/api-doc.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
- Misskey API
-
-
-
-
-
-
-
-
-
diff --git a/packages/backend/assets/api-doc.png b/packages/backend/assets/api-doc.png
deleted file mode 100644
index 9b07f1f398..0000000000
Binary files a/packages/backend/assets/api-doc.png and /dev/null differ
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 921e89eff9..40d963f3c7 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -41,17 +41,17 @@
},
"optionalDependencies": {
"@swc/core-android-arm64": "1.3.11",
- "@swc/core-darwin-arm64": "1.15.18",
- "@swc/core-darwin-x64": "1.15.18",
+ "@swc/core-darwin-arm64": "1.15.21",
+ "@swc/core-darwin-x64": "1.15.21",
"@swc/core-freebsd-x64": "1.3.11",
- "@swc/core-linux-arm-gnueabihf": "1.15.18",
- "@swc/core-linux-arm64-gnu": "1.15.18",
- "@swc/core-linux-arm64-musl": "1.15.18",
- "@swc/core-linux-x64-gnu": "1.15.18",
- "@swc/core-linux-x64-musl": "1.15.18",
- "@swc/core-win32-arm64-msvc": "1.15.18",
- "@swc/core-win32-ia32-msvc": "1.15.18",
- "@swc/core-win32-x64-msvc": "1.15.18",
+ "@swc/core-linux-arm-gnueabihf": "1.15.21",
+ "@swc/core-linux-arm64-gnu": "1.15.21",
+ "@swc/core-linux-arm64-musl": "1.15.21",
+ "@swc/core-linux-x64-gnu": "1.15.21",
+ "@swc/core-linux-x64-musl": "1.15.21",
+ "@swc/core-win32-arm64-msvc": "1.15.21",
+ "@swc/core-win32-ia32-msvc": "1.15.21",
+ "@swc/core-win32-x64-msvc": "1.15.21",
"@tensorflow/tfjs": "4.22.0",
"@tensorflow/tfjs-node": "4.22.0",
"bufferutil": "4.1.0",
@@ -71,30 +71,30 @@
"utf-8-validate": "6.0.6"
},
"dependencies": {
- "@aws-sdk/client-s3": "3.1008.0",
- "@aws-sdk/lib-storage": "3.1008.0",
+ "@aws-sdk/client-s3": "3.1016.0",
+ "@aws-sdk/lib-storage": "3.1016.0",
"@discordapp/twemoji": "16.0.1",
"@fastify/accepts": "5.0.4",
"@fastify/cors": "11.2.0",
"@fastify/express": "4.0.4",
- "@fastify/http-proxy": "11.4.1",
+ "@fastify/http-proxy": "11.4.2",
"@fastify/multipart": "9.4.0",
"@fastify/static": "9.0.0",
"@kitajs/html": "4.2.13",
"@misskey-dev/sharp-read-bmp": "1.2.0",
"@misskey-dev/summaly": "5.2.5",
- "@napi-rs/canvas": "0.1.96",
- "@nestjs/common": "11.1.16",
- "@nestjs/core": "11.1.16",
- "@nestjs/testing": "11.1.16",
+ "@napi-rs/canvas": "0.1.97",
+ "@nestjs/common": "11.1.17",
+ "@nestjs/core": "11.1.17",
+ "@nestjs/testing": "11.1.17",
"@peertube/http-signature": "1.7.0",
- "@sentry/node": "10.43.0",
- "@sentry/profiling-node": "10.43.0",
+ "@sentry/node": "10.45.0",
+ "@sentry/profiling-node": "10.45.0",
"@simplewebauthn/server": "13.3.0",
"@sinonjs/fake-timers": "15.1.1",
- "@smithy/node-http-handler": "4.4.16",
+ "@smithy/node-http-handler": "4.5.0",
"@swc/cli": "0.8.0",
- "@swc/core": "1.15.18",
+ "@swc/core": "1.15.21",
"@twemoji/parser": "16.0.0",
"accepts": "1.3.8",
"ajv": "8.18.0",
@@ -112,35 +112,35 @@
"content-disposition": "1.0.1",
"date-fns": "4.1.0",
"deep-email-validator": "0.1.21",
- "fastify": "5.8.2",
+ "fastify": "5.8.4",
"fastify-raw-body": "5.0.0",
"feed": "5.2.0",
- "file-type": "21.3.2",
+ "file-type": "21.3.4",
"fluent-ffmpeg": "2.1.3",
"form-data": "4.0.5",
"got": "14.6.6",
"hpagent": "1.2.0",
"http-link-header": "1.1.3",
"i18n": "workspace:*",
- "ioredis": "5.10.0",
+ "ioredis": "5.10.1",
"ip-cidr": "4.0.2",
"ipaddr.js": "2.3.0",
"is-svg": "6.1.0",
"json5": "2.2.3",
"jsonld": "9.0.0",
"juice": "11.1.1",
- "meilisearch": "0.55.0",
+ "meilisearch": "0.56.0",
"mfm-js": "0.25.0",
"mime-types": "3.0.2",
"misskey-js": "workspace:*",
"misskey-reversi": "workspace:*",
"ms": "3.0.0-canary.202508261828",
- "nanoid": "5.1.6",
+ "nanoid": "5.1.7",
"nested-property": "4.0.0",
"node-fetch": "3.3.2",
"node-html-parser": "7.1.0",
- "nodemailer": "8.0.2",
- "nsfwjs": "4.2.0",
+ "nodemailer": "8.0.3",
+ "nsfwjs": "4.3.0",
"oauth2orize": "1.12.0",
"oauth2orize-pkce": "0.1.2",
"os-utils": "0.0.14",
@@ -157,14 +157,14 @@
"rename": "1.0.4",
"rss-parser": "3.13.0",
"rxjs": "7.8.2",
- "sanitize-html": "2.17.1",
+ "sanitize-html": "2.17.2",
"secure-json-parse": "4.1.0",
"semver": "7.7.4",
"sharp": "0.33.5",
"slacc": "0.0.10",
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
- "systeminformation": "5.31.4",
+ "systeminformation": "5.31.5",
"tinycolor2": "1.6.0",
"tmp": "0.2.5",
"tsc-alias": "1.8.16",
@@ -172,14 +172,14 @@
"ulid": "3.0.2",
"vary": "1.1.2",
"web-push": "3.6.7",
- "ws": "8.19.0",
+ "ws": "8.20.0",
"xev": "3.0.2"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@kitajs/ts-html-plugin": "4.1.4",
- "@nestjs/platform-express": "11.1.16",
- "@sentry/vue": "10.43.0",
+ "@nestjs/platform-express": "11.1.17",
+ "@sentry/vue": "10.45.0",
"@simplewebauthn/types": "12.0.0",
"@swc/jest": "0.2.39",
"@types/accepts": "1.3.7",
@@ -197,7 +197,7 @@
"@types/nodemailer": "7.0.11",
"@types/oauth2orize": "1.11.5",
"@types/oauth2orize-pkce": "0.1.2",
- "@types/pg": "8.18.0",
+ "@types/pg": "8.20.0",
"@types/qrcode": "1.5.6",
"@types/random-seed": "0.3.5",
"@types/ratelimiter": "3.4.6",
@@ -212,8 +212,8 @@
"@types/vary": "1.1.3",
"@types/web-push": "3.6.4",
"@types/ws": "8.18.1",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"aws-sdk-client-mock": "4.1.0",
"cbor": "10.0.12",
"cross-env": "10.1.0",
@@ -225,9 +225,9 @@
"jest-mock": "29.7.0",
"js-yaml": "4.1.1",
"nodemon": "3.1.14",
- "pid-port": "2.0.1",
+ "pid-port": "2.1.0",
"simple-oauth2": "5.1.0",
"supertest": "7.2.2",
- "vite": "7.3.1"
+ "vite": "8.0.2"
}
}
diff --git a/packages/backend/src/core/AiService.ts b/packages/backend/src/core/AiService.ts
index cbae280030..7d60995a7d 100644
--- a/packages/backend/src/core/AiService.ts
+++ b/packages/backend/src/core/AiService.ts
@@ -10,7 +10,7 @@ import { Injectable } from '@nestjs/common';
import { Mutex } from 'async-mutex';
import fetch from 'node-fetch';
import { bindThis } from '@/decorators.js';
-import type { NSFWJS, PredictionType } from 'nsfwjs';
+import type { NSFWJS, PredictionType } from 'nsfwjs/core';
const _filename = fileURLToPath(import.meta.url);
const _dirname = dirname(_filename);
@@ -43,7 +43,7 @@ export class AiService {
tf.env().global.fetch = fetch;
if (this.model == null) {
- const nsfw = await import('nsfwjs');
+ const nsfw = await import('nsfwjs/core');
await this.modelLoadMutex.runExclusive(async () => {
if (this.model == null) {
this.model = await nsfw.load(`file://${_dirname}/../../nsfw-model/`, { size: 299 });
diff --git a/packages/backend/src/server/api/openapi/OpenApiServerService.ts b/packages/backend/src/server/api/openapi/OpenApiServerService.ts
index f124aa9f39..24fc46e4ba 100644
--- a/packages/backend/src/server/api/openapi/OpenApiServerService.ts
+++ b/packages/backend/src/server/api/openapi/OpenApiServerService.ts
@@ -3,16 +3,14 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
-import { fileURLToPath } from 'node:url';
import { Inject, Injectable } from '@nestjs/common';
import type { Config } from '@/config.js';
import { DI } from '@/di-symbols.js';
import { bindThis } from '@/decorators.js';
import { genOpenapiSpec } from './gen-spec.js';
+import { ApiDocPage } from './api-doc.js';
import type { FastifyInstance, FastifyPluginOptions } from 'fastify';
-const staticAssets = fileURLToPath(new URL('../../../../assets/', import.meta.url));
-
@Injectable()
export class OpenApiServerService {
constructor(
@@ -25,7 +23,8 @@ export class OpenApiServerService {
public createServer(fastify: FastifyInstance, _options: FastifyPluginOptions, done: (err?: Error) => void) {
fastify.get('/api-doc', async (_request, reply) => {
reply.header('Cache-Control', 'public, max-age=86400');
- return await reply.sendFile('/api-doc.html', staticAssets);
+ reply.type('text/html; charset=utf-8');
+ reply.send(await ApiDocPage());
});
fastify.get('/api.json', (_request, reply) => {
reply.header('Cache-Control', 'public, max-age=600');
diff --git a/packages/backend/src/server/api/openapi/api-doc.tsx b/packages/backend/src/server/api/openapi/api-doc.tsx
new file mode 100644
index 0000000000..663d9f5be3
--- /dev/null
+++ b/packages/backend/src/server/api/openapi/api-doc.tsx
@@ -0,0 +1,26 @@
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
+
+export function ApiDocPage() {
+ return (
+ <>
+ {''}
+
+
+
+ Misskey API
+
+
+
+
+
+
+
+
+ >
+ );
+}
diff --git a/packages/frontend-builder/locale-inliner/collect-modifications.ts b/packages/frontend-builder/locale-inliner/collect-modifications.ts
index 59e5d96517..2e92a407c9 100644
--- a/packages/frontend-builder/locale-inliner/collect-modifications.ts
+++ b/packages/frontend-builder/locale-inliner/collect-modifications.ts
@@ -3,10 +3,11 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
-import { parseAst } from 'vite';
+import { parseAst } from 'rolldown/parseAst';
import * as estreeWalker from 'estree-walker';
import { assertNever, assertType } from '../utils.js';
-import type { AstNode, ProgramNode } from 'rollup';
+import type { ESTree as RolldownESTree } from 'rolldown/utils';
+import type { AstNode } from 'rollup';
import type * as estree from 'estree';
import type { LocaleInliner, TextModification } from '../locale-inliner.js';
import type { Logger } from '../logger.js';
@@ -17,7 +18,7 @@ interface WalkerContext {
}
export function collectModifications(sourceCode: string, fileName: string, fileLogger: Logger, inliner: LocaleInliner): TextModification[] {
- let programNode: ProgramNode;
+ let programNode: RolldownESTree.Program;
try {
programNode = parseAst(sourceCode);
} catch (err) {
@@ -35,7 +36,8 @@ export function collectModifications(sourceCode: string, fileName: string, fileL
// 1) replace all `scripts/` path literals with locale code
// 2) replace all `localStorage.getItem("lang")` with `localeName` variable
// 3) replace all `await window.fetch(`/assets/locales/${d}.${x}.json`).then(u=>u.json())` with `localeJson` variable
- estreeWalker.walk(programNode, {
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ (estreeWalker.walk as any)(programNode, {
enter(this: WalkerContext, node: Node) {
assertType(node);
@@ -118,8 +120,9 @@ export function collectModifications(sourceCode: string, fileName: string, fileL
// Check if the identifier is already declared in the file.
// If it is, we may overwrite it and cause issues so we skip inlining
let isSupported = true;
- estreeWalker.walk(programNode, {
- enter(node) {
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ (estreeWalker.walk as any)(programNode, {
+ enter(node: Node) {
if (node.type === 'VariableDeclaration') {
assertType(node);
for (const id of node.declarations.flatMap(x => declsOfPattern(x.id))) {
@@ -145,8 +148,9 @@ export function collectModifications(sourceCode: string, fileName: string, fileL
const toSkip = new Set();
toSkip.add(i18nImport);
- estreeWalker.walk(programNode, {
- enter(this: WalkerContext, node, parent, property) {
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ (estreeWalker.walk as any)(programNode, {
+ enter(this: WalkerContext, node: Node, parent: Node | null, property: string | number | symbol | null | undefined) {
assertType(node);
assertType(parent);
if (toSkip.has(node)) {
@@ -379,7 +383,7 @@ type SpecifierResult =
| { type: 'specifier', localI18nIdentifier: string, importNode: estree.ImportDeclaration & AstNode }
;
-function findImportSpecifier(programNode: ProgramNode, i18nFileName: string, i18nSymbol: string): SpecifierResult {
+function findImportSpecifier(programNode: RolldownESTree.Program, i18nFileName: string, i18nSymbol: string): SpecifierResult {
const imports = programNode.body.filter(x => x.type === 'ImportDeclaration');
const importNode = imports.find(x => x.source.value === `./${i18nFileName}`) as estree.ImportDeclaration | undefined;
if (!importNode) return { type: 'no-import' };
diff --git a/packages/frontend-builder/package.json b/packages/frontend-builder/package.json
index 874a56e02a..28bcc47d63 100644
--- a/packages/frontend-builder/package.json
+++ b/packages/frontend-builder/package.json
@@ -12,14 +12,15 @@
"devDependencies": {
"@types/estree": "1.0.8",
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
- "rollup": "4.59.0"
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
+ "rollup": "4.60.0"
},
"dependencies": {
- "i18n": "workspace:*",
"estree-walker": "3.0.3",
+ "i18n": "workspace:*",
"magic-string": "0.30.21",
- "vite": "7.3.1"
+ "rolldown": "1.0.0-rc.11",
+ "vite": "8.0.2"
}
}
diff --git a/packages/frontend-builder/rollup-plugin-remove-unref-i18n.ts b/packages/frontend-builder/rollup-plugin-remove-unref-i18n.ts
index 4a2bfa67d9..6ff62b8f77 100644
--- a/packages/frontend-builder/rollup-plugin-remove-unref-i18n.ts
+++ b/packages/frontend-builder/rollup-plugin-remove-unref-i18n.ts
@@ -4,11 +4,11 @@
*/
import * as estreeWalker from 'estree-walker';
-import MagicString from 'magic-string';
+import { RolldownMagicString } from 'rolldown';
import { assertType } from './utils.js';
+import type { ESTree } from 'rolldown/utils';
import type { Plugin } from 'vite';
-import type { CallExpression, Expression, Program } from 'estree';
-import type { AstNode } from 'rollup';
+import type { CallExpression, Expression } from 'estree';
// This plugin transforms `unref(i18n)` to `i18n` in the code, which is useful for removing unnecessary unref calls
// and helps locale inliner runs after vite build to inline the locale data into the final build.
@@ -23,12 +23,13 @@ export function pluginRemoveUnrefI18n(
} = {}): Plugin {
return {
name: 'UnwindCssModuleClassName',
- renderChunk(code) {
+ renderChunk(code, _chunk, _options, meta) {
if (!code.includes('unref(i18n)')) return null;
- const ast = this.parse(code) as Program;
- const magicString = new MagicString(code);
- estreeWalker.walk(ast, {
- enter(node) {
+ const ast = this.parse(code);
+ const magicString = meta.magicString ?? new RolldownMagicString(code);
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ (estreeWalker.walk as any)(ast, {
+ enter(node: ESTree.Node) {
if (node.type === 'CallExpression' && node.callee.type === 'Identifier' && node.callee.name === 'unref'
&& node.arguments.length === 1) {
// calls to unref with single argument
@@ -36,18 +37,16 @@ export function pluginRemoveUnrefI18n(
if (arg.type === 'Identifier' && arg.name === i18nSymbolName) {
// this is unref(i18n) so replace it with i18n
// to replace, remove the 'unref(' and the trailing ')'
- assertType(node);
- assertType(arg);
+ assertType(node);
+ assertType(arg);
magicString.remove(node.start, arg.start);
magicString.remove(arg.end, node.end);
}
}
},
});
- return {
- code: magicString.toString(),
- map: magicString.generateMap({ hires: true }),
- };
+
+ return magicString;
},
};
}
diff --git a/packages/frontend-embed/build.ts b/packages/frontend-embed/build.ts
index 4e1f588802..0b4058f33a 100644
--- a/packages/frontend-embed/build.ts
+++ b/packages/frontend-embed/build.ts
@@ -3,7 +3,7 @@ import url from 'node:url';
import path from 'node:path';
import { execa } from 'execa';
import locales from 'i18n';
-import { LocaleInliner } from '../frontend-builder/locale-inliner.js'
+import { LocaleInliner } from '../frontend-builder/locale-inliner.js';
import { createLogger } from '../frontend-builder/logger';
// requires node 21 or later
diff --git a/packages/frontend-embed/vite.json5.ts b/packages/frontend-embed/lib/vite-plugin-json5.ts
similarity index 90%
rename from packages/frontend-embed/vite.json5.ts
rename to packages/frontend-embed/lib/vite-plugin-json5.ts
index 87b67c2142..921324b67a 100644
--- a/packages/frontend-embed/vite.json5.ts
+++ b/packages/frontend-embed/lib/vite-plugin-json5.ts
@@ -1,7 +1,10 @@
-// Original: https://github.com/rollup/plugins/tree/8835dd2aed92f408d7dc72d7cc25a9728e16face/packages/json
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
import JSON5 from 'json5';
-import { Plugin } from 'rollup';
+import { Plugin } from 'vite';
import { createFilter, dataToEsm } from '@rollup/pluginutils';
import { RollupJsonOptions } from '@rollup/plugin-json';
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json
index 941651f3ea..3bb8e00d59 100644
--- a/packages/frontend-embed/package.json
+++ b/packages/frontend-embed/package.json
@@ -12,7 +12,6 @@
"dependencies": {
"@discordapp/twemoji": "16.0.1",
"@rollup/plugin-json": "6.1.0",
- "@rollup/plugin-replace": "6.0.3",
"@rollup/pluginutils": "5.3.0",
"@twemoji/parser": "16.0.0",
"@vitejs/plugin-vue": "6.0.5",
@@ -25,12 +24,10 @@
"mfm-js": "0.25.0",
"misskey-js": "workspace:*",
"punycode.js": "2.3.1",
- "rollup": "4.59.0",
- "sass": "1.98.0",
+ "rollup": "4.60.0",
"shiki": "3.23.0",
"tinycolor2": "1.6.0",
"uuid": "13.0.0",
- "vite": "7.3.1",
"vue": "3.5.30"
},
"devDependencies": {
@@ -43,25 +40,27 @@
"@types/punycode.js": "npm:@types/punycode@2.1.4",
"@types/tinycolor2": "1.4.6",
"@types/ws": "8.18.1",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
- "@vitest/coverage-v8": "4.1.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
+ "@vitest/coverage-v8": "4.1.1",
"@vue/runtime-core": "3.5.30",
"acorn": "8.16.0",
"cross-env": "10.1.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-vue": "10.8.0",
- "happy-dom": "20.8.4",
+ "happy-dom": "20.8.8",
"intersection-observer": "0.12.2",
"micromatch": "4.0.8",
- "msw": "2.12.10",
+ "msw": "2.12.14",
"nodemon": "3.1.14",
"prettier": "3.8.1",
+ "sass-embedded": "1.98.0",
"start-server-and-test": "2.1.5",
"tsx": "4.21.0",
+ "vite": "8.0.2",
"vite-plugin-turbosnap": "1.0.3",
- "vue-component-type-helpers": "3.2.5",
+ "vue-component-type-helpers": "3.2.6",
"vue-eslint-parser": "10.4.0",
- "vue-tsc": "3.2.5"
+ "vue-tsc": "3.2.6"
}
}
diff --git a/packages/frontend-embed/vite.config.ts b/packages/frontend-embed/vite.config.ts
index 9e5c24f9d4..7f5be591e8 100644
--- a/packages/frontend-embed/vite.config.ts
+++ b/packages/frontend-embed/vite.config.ts
@@ -7,10 +7,10 @@ import { promises as fsp } from 'fs';
import locales from 'i18n';
import meta from '../../package.json';
import packageInfo from './package.json' with { type: 'json' };
-import pluginJson5 from './vite.json5.js';
+import pluginJson5 from './lib/vite-plugin-json5.js';
import { pluginRemoveUnrefI18n } from '../frontend-builder/rollup-plugin-remove-unref-i18n';
-const url = process.env.NODE_ENV === 'development' ? yaml.load(await fsp.readFile('../../.config/default.yml', 'utf-8')).url : null;
+const url = process.env.NODE_ENV === 'development' ? (yaml.load(await fsp.readFile('../../.config/default.yml', 'utf-8')) as any).url : null;
const host = url ? (new URL(url)).hostname : undefined;
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue'];
@@ -113,11 +113,6 @@ export function getConfig(): UserConfig {
}
},
},
- preprocessorOptions: {
- scss: {
- api: 'modern-compiler',
- },
- },
},
define: {
@@ -137,7 +132,10 @@ export function getConfig(): UserConfig {
'safari16',
],
manifest: 'manifest.json',
- rollupOptions: {
+ rolldownOptions: {
+ experimental: {
+ nativeMagicString: true,
+ },
input: {
i18n: './src/i18n.ts',
entry: './src/boot.ts',
@@ -145,10 +143,15 @@ export function getConfig(): UserConfig {
external: externalPackages.map(p => p.match),
preserveEntrySignatures: 'allow-extension',
output: {
- manualChunks: {
- vue: ['vue'],
- // dependencies of i18n.ts
- 'config': ['@@/js/config.js'],
+ codeSplitting: {
+ groups: [{
+ name: 'vue',
+ test: /node_modules[\\/]vue/,
+ }, {
+ // dependencies of i18n.ts
+ name: 'config',
+ test: /@@[\\/]js[\\/]config\.js/,
+ }],
},
entryFileNames: `scripts/${localesHash}-[hash:8].js`,
chunkFileNames: `scripts/${localesHash}-[hash:8].js`,
diff --git a/packages/frontend-shared/package.json b/packages/frontend-shared/package.json
index 817129daba..c53695735f 100644
--- a/packages/frontend-shared/package.json
+++ b/packages/frontend-shared/package.json
@@ -22,8 +22,8 @@
},
"devDependencies": {
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"esbuild": "0.27.4",
"eslint-plugin-vue": "10.8.0",
"nodemon": "3.1.14",
diff --git a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
index ccfa08575b..0a5000f46d 100644
--- a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
+++ b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.test.ts
@@ -3,15 +3,15 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
-import { parse } from 'acorn';
-import { generate } from 'astring';
import { describe, expect, it } from 'vitest';
import { normalizeClass, unwindCssModuleClassName } from './rollup-plugin-unwind-css-module-class-name.js';
-import type * as estree from 'estree';
+import { parseAst } from 'rolldown/parseAst';
+import type { ESTree } from 'rolldown/utils';
+import { RolldownMagicString } from 'rolldown';
-function parseExpression(code: string): estree.Expression {
- const program = parse(code, { ecmaVersion: 'latest', sourceType: 'module' }) as unknown as estree.Program;
- const statement = program.body[0] as estree.ExpressionStatement;
+function parseExpression(code: string): ESTree.Expression {
+ const program = parseAst(code, { sourceType: 'module' });
+ const statement = program.body[0] as ESTree.ExpressionStatement;
return statement.expression;
}
@@ -57,7 +57,7 @@ describe(normalizeClass.name, () => {
});
it('Composition API (standard)', () => {
- const ast = parse(`
+ const code = `
import { c as api, d as store, i as i18n, aD as notePage, bN as ImgWithBlurhash, bY as getStaticImageUrl, _ as _export_sfc } from './app-!~{001}~.js';
import { M as MkContainer } from './MkContainer-!~{03M}~.js';
import { b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode } from './vue-!~{002}~.js';
@@ -170,17 +170,19 @@ const cssModules = {
const index_photos = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
export { index_photos as default };
-`.slice(1), { ecmaVersion: 'latest', sourceType: 'module' });
- unwindCssModuleClassName(ast);
- expect(generate(ast)).toBe(`
-import {c as api, d as store, i as i18n, aD as notePage, bN as ImgWithBlurhash, bY as getStaticImageUrl, _ as _export_sfc} from './app-!~{001}~.js';
-import {M as MkContainer} from './MkContainer-!~{03M}~.js';
-import {b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode} from './vue-!~{002}~.js';
+`.slice(1);
+ const ast = parseAst(code, { sourceType: 'module' });
+ const magicString = new RolldownMagicString(code);
+ unwindCssModuleClassName(ast, magicString);
+ expect(magicString.toString()).toBe(
+ `
+import { c as api, d as store, i as i18n, aD as notePage, bN as ImgWithBlurhash, bY as getStaticImageUrl, _ as _export_sfc } from './app-!~{001}~.js';
+import { M as MkContainer } from './MkContainer-!~{03M}~.js';
+import { b as defineComponent, a as ref, e as onMounted, z as resolveComponent, g as openBlock, h as createBlock, i as withCtx, K as createTextVNode, E as toDisplayString, u as unref, l as createBaseVNode, q as normalizeClass, B as createCommentVNode, k as createElementBlock, F as Fragment, C as renderList, A as createVNode } from './vue-!~{002}~.js';
import './photoswipe-!~{003}~.js';
-const _hoisted_1 = createBaseVNode("i", {
- class: "ti ti-photo"
-}, null, -1);
-const index_photos = defineComponent({
+
+const _hoisted_1 = /* @__PURE__ */ createBaseVNode("i", { class: "ti ti-photo" }, null, -1);
+const index_photos = /* @__PURE__ */ defineComponent({
__name: "index.photos",
props: {
user: {}
@@ -193,12 +195,20 @@ const index_photos = defineComponent({
return store.s.disableShowingAnimatedImages ? getStaticImageUrl(image.url) : image.thumbnailUrl;
}
onMounted(() => {
- const image = ["image/jpeg", "image/webp", "image/avif", "image/png", "image/gif", "image/apng", "image/vnd.mozilla.apng"];
+ const image = [
+ "image/jpeg",
+ "image/webp",
+ "image/avif",
+ "image/png",
+ "image/gif",
+ "image/apng",
+ "image/vnd.mozilla.apng"
+ ];
api("users/notes", {
userId: props.user.id,
fileType: image,
limit: 10
- }).then(notes => {
+ }).then((notes) => {
for (const note of notes) {
for (const file of note.files) {
images.value.push({
@@ -213,60 +223,77 @@ const index_photos = defineComponent({
return (_ctx, _cache) => {
const _component_MkLoading = resolveComponent("MkLoading");
const _component_MkA = resolveComponent("MkA");
- return (openBlock(), createBlock(MkContainer, {
+ return openBlock(), createBlock(MkContainer, {
"max-height": 300,
foldable: true
}, {
- icon: withCtx(() => [_hoisted_1]),
- header: withCtx(() => [createTextVNode(toDisplayString(unref(i18n).ts.images), 1)]),
- default: withCtx(() => [createBaseVNode("div", {
- class: "xenMW"
- }, [unref(fetching) ? (openBlock(), createBlock(_component_MkLoading, {
- key: 0
- })) : createCommentVNode("", true), !unref(fetching) && unref(images).length > 0 ? (openBlock(), createElementBlock("div", {
- key: 1,
- class: "xaZzf"
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(images), image => {
- return (openBlock(), createBlock(_component_MkA, {
- key: image.note.id + image.file.id,
- class: "xtA8t",
- to: unref(notePage)(image.note)
- }, {
- default: withCtx(() => [createVNode(ImgWithBlurhash, {
- hash: image.file.blurhash,
- src: thumbnail(image.file),
- title: image.file.name
- }, null, 8, ["hash", "src", "title"])]),
- _: 2
- }, 1032, ["class", "to"]));
- }), 128))], 2)) : createCommentVNode("", true), !unref(fetching) && unref(images).length == 0 ? (openBlock(), createElementBlock("p", {
- key: 2,
- class: "xhYKj"
- }, toDisplayString(unref(i18n).ts.nothing), 3)) : createCommentVNode("", true)], 2)]),
+ icon: withCtx(() => [
+ _hoisted_1
+ ]),
+ header: withCtx(() => [
+ createTextVNode(toDisplayString(unref(i18n).ts.images), 1)
+ ]),
+ default: withCtx(() => [
+ createBaseVNode("div", {
+ class: "xenMW"
+ }, [
+ unref(fetching) ? (openBlock(), createBlock(_component_MkLoading, { key: 0 })) : createCommentVNode("", true),
+ !unref(fetching) && unref(images).length > 0 ? (openBlock(), createElementBlock("div", {
+ key: 1,
+ class: "xaZzf"
+ }, [
+ (openBlock(true), createElementBlock(Fragment, null, renderList(unref(images), (image) => {
+ return openBlock(), createBlock(_component_MkA, {
+ key: image.note.id + image.file.id,
+ class: "xtA8t",
+ to: unref(notePage)(image.note)
+ }, {
+ default: withCtx(() => [
+ createVNode(ImgWithBlurhash, {
+ hash: image.file.blurhash,
+ src: thumbnail(image.file),
+ title: image.file.name
+ }, null, 8, ["hash", "src", "title"])
+ ]),
+ _: 2
+ }, 1032, ["class", "to"]);
+ }), 128))
+ ], 2)) : createCommentVNode("", true),
+ !unref(fetching) && unref(images).length == 0 ? (openBlock(), createElementBlock("p", {
+ key: 2,
+ class: "xhYKj"
+ }, toDisplayString(unref(i18n).ts.nothing), 3)) : createCommentVNode("", true)
+ ], 2)
+ ]),
_: 1
- }));
+ });
};
}
});
+
const root = "xenMW";
const stream = "xaZzf";
const img = "xtA8t";
const empty = "xhYKj";
const style0 = {
- root: root,
- stream: stream,
- img: img,
- empty: empty
+ root: root,
+ stream: stream,
+ img: img,
+ empty: empty
};
+
const cssModules = {
"$style": style0
};
-export {index_photos as default};
-`.slice(1));
+
+
+export { index_photos as default };
+`.slice(1),
+ );
});
it('Composition API (with `useCssModule()`)', () => {
- const ast = parse(`
+ const code = `
import { a7 as getCurrentInstance, b as defineComponent, G as useCssModule, a1 as h, H as TransitionGroup } from './!~{002}~.js';
import { d as store, aK as toast, b5 as MkAd, i as i18n, _ as _export_sfc } from './app-!~{001}~.js';
@@ -437,11 +464,15 @@ const cssModules = {
const MkDateSeparatedList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
export { MkDateSeparatedList as M };
-`.slice(1), { ecmaVersion: 'latest', sourceType: 'module' });
- unwindCssModuleClassName(ast);
- expect(generate(ast)).toBe(`
-import {a7 as getCurrentInstance, b as defineComponent, G as useCssModule, a1 as h, H as TransitionGroup} from './!~{002}~.js';
-import {d as store, aK as toast, b5 as MkAd, i as i18n, _ as _export_sfc} from './app-!~{001}~.js';
+`.slice(1);
+ const ast = parseAst(code, { sourceType: 'module' });
+ const magicString = new RolldownMagicString(code);
+ unwindCssModuleClassName(ast, magicString);
+ expect(magicString.toString()).toBe(
+ `
+import { a7 as getCurrentInstance, b as defineComponent, G as useCssModule, a1 as h, H as TransitionGroup } from './!~{002}~.js';
+import { d as store, aK as toast, b5 as MkAd, i as i18n, _ as _export_sfc } from './app-!~{001}~.js';
+
function isDebuggerEnabled(id) {
try {
return localStorage.getItem(\`DEBUG_\${id}\`) !== null;
@@ -458,6 +489,7 @@ function stackTraceInstances() {
}
return stack;
}
+
const _sfc_main = defineComponent({
props: {
items: {
@@ -485,7 +517,7 @@ const _sfc_main = defineComponent({
default: false
}
},
- setup(props, {slots, expose}) {
+ setup(props, { slots, expose }) {
const $style = useCssModule();
function getDateText(time) {
const date = new Date(time).getDate();
@@ -495,28 +527,40 @@ const _sfc_main = defineComponent({
day: date.toString()
});
}
- if (props.items.length === 0) return;
+ if (props.items.length === 0)
+ return;
const renderChildrenImpl = () => props.items.map((item, i) => {
- if (!slots || !slots.default) return;
+ if (!slots || !slots.default)
+ return;
const el = slots.default({
item
})[0];
- if (el.key == null && item.id) el.key = item.id;
+ if (el.key == null && item.id)
+ el.key = item.id;
if (i !== props.items.length - 1 && new Date(item.createdAt).getDate() !== new Date(props.items[i + 1].createdAt).getDate()) {
const separator = h("div", {
class: $style["separator"],
key: item.id + ":separator"
}, h("p", {
class: $style["date"]
- }, [h("span", {
- class: $style["date-1"]
- }, [h("i", {
- class: \`ti ti-chevron-up \${$style["date-1-icon"]}\`
- }), getDateText(item.createdAt)]), h("span", {
- class: $style["date-2"]
- }, [getDateText(props.items[i + 1].createdAt), h("i", {
- class: \`ti ti-chevron-down \${$style["date-2-icon"]}\`
- })])]));
+ }, [
+ h("span", {
+ class: $style["date-1"]
+ }, [
+ h("i", {
+ class: \`ti ti-chevron-up \${$style["date-1-icon"]}\`
+ }),
+ getDateText(item.createdAt)
+ ]),
+ h("span", {
+ class: $style["date-2"]
+ }, [
+ getDateText(props.items[i + 1].createdAt),
+ h("i", {
+ class: \`ti ti-chevron-down \${$style["date-2-icon"]}\`
+ })
+ ])
+ ]));
return [el, separator];
} else {
if (props.ad && item._shouldInsertAd_) {
@@ -532,17 +576,13 @@ const _sfc_main = defineComponent({
const renderChildren = () => {
const children = renderChildrenImpl();
if (isDebuggerEnabled(6864)) {
- const nodes = children.flatMap(node => node ?? []);
- const keys = new Set(nodes.map(node => node.key));
+ const nodes = children.flatMap((node) => node ?? []);
+ const keys = new Set(nodes.map((node) => node.key));
if (keys.size !== nodes.length) {
const id = crypto.randomUUID();
const instances = stackTraceInstances();
toast(instances.reduce((a, c) => \`\${a} at \${c.type.name}\`, \`[DEBUG_6864 (\${id})]: \${nodes.length - keys.size} duplicated keys found\`));
- console.warn({
- id,
- debugId: 6864,
- stack: instances
- });
+ console.warn({ id, debugId: 6864, stack: instances });
}
}
return children;
@@ -555,45 +595,136 @@ const _sfc_main = defineComponent({
el.style.top = "";
el.style.left = "";
}
- return () => h(prefer.s.animation ? TransitionGroup : "div", {
- class: {
- [$style["date-separated-list"]]: true,
- [$style["date-separated-list-nogap"]]: props.noGap,
- [$style["reversed"]]: props.reversed,
- [$style["direction-down"]]: props.direction === "down",
- [$style["direction-up"]]: props.direction === "up"
+ return () => h(
+ prefer.s.animation ? TransitionGroup : "div",
+ {
+ class: {
+ [$style["date-separated-list"]]: true,
+ [$style["date-separated-list-nogap"]]: props.noGap,
+ [$style["reversed"]]: props.reversed,
+ [$style["direction-down"]]: props.direction === "down",
+ [$style["direction-up"]]: props.direction === "up"
+ },
+ ...prefer.s.animation ? {
+ name: "list",
+ tag: "div",
+ onBeforeLeave,
+ onLeaveCanceled
+ } : {}
},
- ...prefer.s.animation ? {
- name: "list",
- tag: "div",
- onBeforeLeave,
- onLeaveCanceled
- } : {}
- }, {
- default: renderChildren
- });
+ { default: renderChildren }
+ );
}
});
+
const reversed = "xxiZh";
const separator = "xxeDx";
const date = "xxawD";
const style0 = {
- "date-separated-list": "xfKPa",
- "date-separated-list-nogap": "xf9zr",
- "direction-up": "x7AeO",
- "direction-down": "xBIqc",
- reversed: reversed,
- separator: separator,
- date: date,
- "date-1": "xwtmh",
- "date-1-icon": "xsNPa",
- "date-2": "x1xvw",
- "date-2-icon": "x9ZiG"
+ "date-separated-list": "xfKPa",
+ "date-separated-list-nogap": "xf9zr",
+ "direction-up": "x7AeO",
+ "direction-down": "xBIqc",
+ reversed: reversed,
+ separator: separator,
+ date: date,
+ "date-1": "xwtmh",
+ "date-1-icon": "xsNPa",
+ "date-2": "x1xvw",
+ "date-2-icon": "x9ZiG"
};
+
const cssModules = {
"$style": style0
};
-const MkDateSeparatedList = _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
-export {MkDateSeparatedList as M};
+const MkDateSeparatedList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
+
+export { MkDateSeparatedList as M };
`.slice(1));
});
+
+it('Composition API (inlined output)', () => {
+ const code = `
+import { a as normalizeClass, b as defineComponent, c as _export_sfc } from './runtime.js';
+
+const CurrentComponent = /* @__PURE__ */ _export_sfc(defineComponent({
+ __name: "CurrentComponent",
+ setup() {
+ return (e, n) => h("div", {
+ class: normalizeClass([e.$style.root, "extra"])
+ }, null, 2);
+ }
+}), [["__cssModules", {
+ "$style": {
+ root: "x1234"
+ }
+}]]);
+
+export { CurrentComponent as default };
+`.slice(1);
+ const ast = parseAst(code, { sourceType: 'module' });
+ const magicString = new RolldownMagicString(code);
+ unwindCssModuleClassName(ast, magicString);
+ const output = magicString.toString();
+ expect(output).toContain('class: "x1234 extra"');
+ expect(output).toContain('defineComponent({');
+ expect(output).toContain('}), []);');
+ expect(output).not.toContain('$style');
+});
+
+it('should keep cssModules when unresolved references remain', () => {
+ const code = `
+import { a as normalizeClass, b as defineComponent, c as _export_sfc } from './runtime.js';
+
+const CurrentComponent = /* @__PURE__ */ _export_sfc(defineComponent({
+ __name: "CurrentComponent",
+ setup() {
+ return (e, n) => h("div", {
+ class: normalizeClass([e.$style.root, e.$style[side]])
+ }, null, 2);
+ }
+}), [["__cssModules", {
+ "$style": {
+ root: "x1234"
+ }
+}]]);
+
+export { CurrentComponent as default };
+`.slice(1);
+ const ast = parseAst(code, { sourceType: 'module' });
+ const magicString = new RolldownMagicString(code);
+ unwindCssModuleClassName(ast, magicString);
+ const output = magicString.toString();
+ expect(output).toContain('e.$style[side]');
+ expect(output).toContain('__cssModules');
+ expect(output).not.toContain('}), []);');
+});
+
+it('should inline cssModules references used inside class expressions', () => {
+ const code = `
+import { a as classHelper, b as defineComponent, c as _export_sfc } from './runtime.js';
+
+const CurrentComponent = /* @__PURE__ */ _export_sfc(defineComponent({
+ __name: "CurrentComponent",
+ setup() {
+ return (e, n) => h("div", {
+ class: classHelper([e.$style.root, { [e.$style.main]: isActive }])
+ }, null, 2);
+ }
+}), [["__cssModules", {
+ "$style": {
+ root: "x1234",
+ main: "x5678"
+ }
+}]]);
+
+export { CurrentComponent as default };
+`.slice(1);
+ const ast = parseAst(code, { sourceType: 'module' });
+ const magicString = new RolldownMagicString(code);
+ unwindCssModuleClassName(ast, magicString);
+ const output = magicString.toString();
+ expect(output).toContain('class: classHelper(["x1234", { ["x5678"]: isActive }])');
+ expect(output).toContain('}), []);');
+ expect(output).not.toContain('$style');
+});
diff --git a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.ts b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.ts
index 7ecb1e9179..d82f1512fc 100644
--- a/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.ts
+++ b/packages/frontend/lib/rollup-plugin-unwind-css-module-class-name.ts
@@ -3,17 +3,16 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
-import { generate } from 'astring';
-import { walk } from '../node_modules/estree-walker/src/index.js';
-import type * as estree from 'estree';
-import type * as estreeWalker from 'estree-walker';
+import * as estreeWalker from 'estree-walker';
import type { Plugin } from 'vite';
+import type { ESTree } from 'rolldown/utils';
+import { RolldownMagicString } from 'rolldown';
-function isFalsyIdentifier(identifier: estree.Identifier): boolean {
+function isFalsyIdentifier(identifier: Extract): boolean {
return identifier.name === 'undefined' || identifier.name === 'NaN';
}
-function normalizeClassWalker(tree: estree.Node, stack: string | undefined): string | null {
+function normalizeClassWalker(tree: ESTree.Node, stack: string | undefined): string | null {
if (tree.type === 'Identifier') return isFalsyIdentifier(tree) ? '' : null;
if (tree.type === 'Literal') return typeof tree.value === 'string' ? tree.value : '';
if (tree.type === 'BinaryExpression') {
@@ -26,7 +25,7 @@ function normalizeClassWalker(tree: estree.Node, stack: string | undefined): str
if (tree.type === 'TemplateLiteral') {
if (tree.expressions.some((x) => x.type !== 'Literal' && (x.type !== 'Identifier' || !isFalsyIdentifier(x)))) return null;
return tree.quasis.reduce((a, c, i) => {
- const v = i === tree.quasis.length - 1 ? '' : (tree.expressions[i] as Partial).value;
+ const v = i === tree.quasis.length - 1 ? '' : (tree.expressions[i] as Partial>).value;
return a + c.value.raw + (typeof v === 'string' ? v : '');
}, '');
}
@@ -72,44 +71,144 @@ function normalizeClassWalker(tree: estree.Node, stack: string | undefined): str
tree.type !== 'ChainExpression' &&
tree.type !== 'ConditionalExpression' &&
tree.type !== 'LogicalExpression' &&
- tree.type !== 'MemberExpression') {
+ tree.type !== 'MemberExpression'
+ ) {
console.error(stack ? `Unexpected node type: ${tree.type} (in ${stack})` : `Unexpected node type: ${tree.type}`);
}
return null;
}
-export function normalizeClass(tree: estree.Node, stack?: string): string | null {
+export function normalizeClass(tree: ESTree.Node, stack?: string): string | null {
const walked = normalizeClassWalker(tree, stack);
return walked && walked.replace(/^\s+|\s+(?=\s)|\s+$/g, '');
}
-export function unwindCssModuleClassName(ast: estree.Node): void {
- (walk as typeof estreeWalker.walk)(ast, {
- enter(node, parent): void {
+function getPropertyName(node: ESTree.Node, computed: boolean): string | null {
+ if (node.type === 'Identifier') return computed ? null : node.name;
+ if (node.type === 'Literal' && typeof node.value === 'string') return node.value;
+ return null;
+}
+
+function getMemberPropertyName(node: ESTree.MemberExpression['property'], computed: boolean): string | null {
+ if (node.type === 'Identifier') return computed ? null : node.name;
+ if (node.type === 'Literal' && typeof node.value === 'string') return node.value;
+ return null;
+}
+
+function findVariableDeclaration(program: ESTree.Program, name: string): ESTree.VariableDeclaration | null {
+ return program.body.find((x) => {
+ if (x.type !== 'VariableDeclaration') return false;
+ if (x.declarations.length !== 1) return false;
+ if (x.declarations[0].id.type !== 'Identifier') return false;
+ return x.declarations[0].id.name === name;
+ }) as ESTree.VariableDeclaration | null;
+}
+
+function resolveObjectExpression(program: ESTree.Program, tree: ESTree.Expression): ESTree.ObjectExpression | null {
+ if (tree.type === 'ObjectExpression') return tree;
+ if (tree.type !== 'Identifier') return null;
+ const declaration = findVariableDeclaration(program, tree.name);
+ if (declaration?.declarations[0].init?.type !== 'ObjectExpression') return null;
+ return declaration.declarations[0].init;
+}
+
+function resolveComponentOptions(program: ESTree.Program, tree: ESTree.Expression): ESTree.ObjectExpression | null {
+ const target = tree.type === 'Identifier'
+ ? findVariableDeclaration(program, tree.name)?.declarations[0].init ?? null
+ : tree;
+ if (target?.type === 'ObjectExpression') return target;
+ if (target?.type !== 'CallExpression') return null;
+ if (target.arguments.length !== 1) return null;
+ if (target.arguments[0].type !== 'ObjectExpression') return null;
+ return target.arguments[0];
+}
+
+function resolveModuleTree(program: ESTree.Program, tree: ESTree.Expression): Map | null {
+ const objectExpression = resolveObjectExpression(program, tree);
+ if (objectExpression === null) return null;
+ return new Map(objectExpression.properties.flatMap((property) => {
+ if (property.type !== 'Property') return [];
+ const actualKey = getPropertyName(property.key, property.computed);
+ if (actualKey === null) return [];
+ if (property.value.type === 'Literal') {
+ return typeof property.value.value === 'string' ? [[actualKey, property.value.value]] : [];
+ }
+ if (property.value.type === 'Identifier') {
+ const actualValue = findVariableDeclaration(program, property.value.name);
+ if (actualValue?.declarations[0].init?.type !== 'Literal') return [];
+ return typeof actualValue.declarations[0].init.value === 'string' ? [[actualKey, actualValue.declarations[0].init.value]] : [];
+ }
+ return [];
+ }));
+}
+
+function resolveModuleForest(program: ESTree.Program, tree: ESTree.Expression): Map> | null {
+ const objectExpression = resolveObjectExpression(program, tree);
+ if (objectExpression === null) return null;
+ return new Map(objectExpression.properties.flatMap((property) => {
+ if (property.type !== 'Property') return [];
+ const actualKey = getPropertyName(property.key, property.computed);
+ if (actualKey === null) return [];
+ const moduleTree = resolveModuleTree(program, property.value);
+ return moduleTree === null ? [] : [[actualKey, moduleTree]];
+ }));
+}
+
+function findRenderArrow(options: ESTree.ObjectExpression): Extract | null {
+ const setup = options.properties.find((x) => {
+ if (x.type !== 'Property') return false;
+ return getPropertyName(x.key, x.computed) === 'setup';
+ }) as Extract | undefined;
+ if (setup?.value.type !== 'FunctionExpression' && setup?.value.type !== 'ArrowFunctionExpression') return null;
+ if (setup.value.body == null) return null;
+ if (setup.value.body.type !== 'BlockStatement') return null;
+ const render = setup.value.body.body.find((x) => x.type === 'ReturnStatement');
+ if (render?.type !== 'ReturnStatement') return null;
+ return render.argument?.type === 'ArrowFunctionExpression' ? render.argument : null;
+}
+
+function isCssModuleAccess(node: ESTree.Node, ctxName: string, key: string): node is Extract {
+ if (node.type !== 'MemberExpression') return false;
+ if (node.object.type !== 'MemberExpression') return false;
+ if (node.object.object.type !== 'Identifier') return false;
+ if (node.object.object.name !== ctxName) return false;
+ return getMemberPropertyName(node.object.property, node.object.computed) === key;
+ }
+
+function isCssModuleReference(node: ESTree.Node, ctxName: string, key: string): node is Extract {
+ if (!isCssModuleAccess(node, ctxName, key)) return false;
+ return getMemberPropertyName(node.property, node.computed) !== null;
+}
+
+function isClassProperty(node: ESTree.Node | null): node is Extract {
+ return node?.type === 'Property' && getPropertyName(node.key, node.computed) === 'class';
+}
+
+export function unwindCssModuleClassName(ast: ESTree.Node, magicString: RolldownMagicString): void {
+ (estreeWalker.walk as any)(ast, {
+ enter(node: ESTree.Node, parent: ESTree.Node | null): void {
//#region
if (parent?.type !== 'Program') return;
+ if (ast.type !== 'Program') return;
if (node.type !== 'VariableDeclaration') return;
if (node.declarations.length !== 1) return;
if (node.declarations[0].id.type !== 'Identifier') return;
const name = node.declarations[0].id.name;
if (node.declarations[0].init?.type !== 'CallExpression') return;
- if (node.declarations[0].init.callee.type !== 'Identifier') return;
- if (node.declarations[0].init.callee.name !== '_export_sfc') return;
if (node.declarations[0].init.arguments.length !== 2) return;
- if (node.declarations[0].init.arguments[0].type !== 'Identifier') return;
- const ident = node.declarations[0].init.arguments[0].name;
- if (!ident.startsWith('_sfc_main')) return;
+ const componentNode = node.declarations[0].init.arguments[0];
+ if (componentNode.type !== 'Identifier' && componentNode.type !== 'CallExpression' && componentNode.type !== 'ObjectExpression') return;
if (node.declarations[0].init.arguments[1].type !== 'ArrayExpression') return;
if (node.declarations[0].init.arguments[1].elements.length === 0) return;
- const __cssModulesIndex = node.declarations[0].init.arguments[1].elements.findIndex((x) => {
+ const cssModulesEntry = node.declarations[0].init.arguments[1].elements.find((x) => {
if (x?.type !== 'ArrayExpression') return false;
if (x.elements.length !== 2) return false;
if (x.elements[0]?.type !== 'Literal') return false;
if (x.elements[0].value !== '__cssModules') return false;
- if (x.elements[1]?.type !== 'Identifier') return false;
return true;
- });
- if (!~__cssModulesIndex) return;
+ }) as ESTree.ArrayExpression | undefined;
+ const __cssModulesIndex = node.declarations[0].init.arguments[1].elements.indexOf(cssModulesEntry ?? null);
+ if (cssModulesEntry === undefined || __cssModulesIndex < 0) return;
/* This region assumeed that the entered node looks like the following code.
*
* ```ts
@@ -118,21 +217,10 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
*/
//#endregion
//#region
- const cssModuleForestName = ((node.declarations[0].init.arguments[1].elements[__cssModulesIndex] as estree.ArrayExpression).elements[1] as estree.Identifier).name;
- const cssModuleForestNode = parent.body.find((x) => {
- if (x.type !== 'VariableDeclaration') return false;
- if (x.declarations.length !== 1) return false;
- if (x.declarations[0].id.type !== 'Identifier') return false;
- if (x.declarations[0].id.name !== cssModuleForestName) return false;
- if (x.declarations[0].init?.type !== 'ObjectExpression') return false;
- return true;
- }) as unknown as estree.VariableDeclaration;
- const moduleForest = new Map((cssModuleForestNode.declarations[0].init as estree.ObjectExpression).properties.flatMap((property) => {
- if (property.type !== 'Property') return [];
- if (property.key.type !== 'Literal') return [];
- if (property.value.type !== 'Identifier') return [];
- return [[property.key.value as string, property.value.name as string]];
- }));
+ const cssModuleForest = cssModulesEntry.elements[1];
+ if (cssModuleForest?.type !== 'Identifier' && cssModuleForest?.type !== 'ObjectExpression') return;
+ const moduleForest = resolveModuleForest(ast, cssModuleForest);
+ if (moduleForest === null) return;
/* This region collected a VariableDeclaration node in the module that looks like the following code.
*
* ```ts
@@ -143,35 +231,13 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
*/
//#endregion
//#region
- const sfcMain = parent.body.find((x) => {
- if (x.type !== 'VariableDeclaration') return false;
- if (x.declarations.length !== 1) return false;
- if (x.declarations[0].id.type !== 'Identifier') return false;
- if (x.declarations[0].id.name !== ident) return false;
- return true;
- }) as unknown as estree.VariableDeclaration;
- if (sfcMain.declarations[0].init?.type !== 'CallExpression') return;
- if (sfcMain.declarations[0].init.callee.type !== 'Identifier') return;
- if (sfcMain.declarations[0].init.callee.name !== 'defineComponent') return;
- if (sfcMain.declarations[0].init.arguments.length !== 1) return;
- if (sfcMain.declarations[0].init.arguments[0].type !== 'ObjectExpression') return;
- const setup = sfcMain.declarations[0].init.arguments[0].properties.find((x) => {
- if (x.type !== 'Property') return false;
- if (x.key.type !== 'Identifier') return false;
- if (x.key.name !== 'setup') return false;
- return true;
- }) as unknown as estree.Property;
- if (setup.value.type !== 'FunctionExpression') return;
- const render = setup.value.body.body.find((x) => {
- if (x.type !== 'ReturnStatement') return false;
- return true;
- }) as unknown as estree.ReturnStatement;
- if (render.argument?.type !== 'ArrowFunctionExpression') return;
- if (render.argument.params.length !== 2) return;
- const ctx = render.argument.params[0];
+ const options = resolveComponentOptions(ast, componentNode);
+ if (options === null) return;
+ const render = findRenderArrow(options);
+ if (render === null) return;
+ if (render.params.length !== 2) return;
+ const ctx = render.params[0];
if (ctx.type !== 'Identifier') return;
- if (ctx.name !== '_ctx') return;
- if (render.argument.body.type !== 'BlockStatement') return;
/* This region assumed that `sfcMain` looks like the following code.
*
* ```ts
@@ -186,33 +252,8 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
* ```
*/
//#endregion
- for (const [key, value] of moduleForest) {
+ for (const [key, moduleTree] of moduleForest) {
//#region
- const cssModuleTreeNode = parent.body.find((x) => {
- if (x.type !== 'VariableDeclaration') return false;
- if (x.declarations.length !== 1) return false;
- if (x.declarations[0].id.type !== 'Identifier') return false;
- if (x.declarations[0].id.name !== value) return false;
- return true;
- }) as unknown as estree.VariableDeclaration;
- if (cssModuleTreeNode.declarations[0].init?.type !== 'ObjectExpression') return;
- const moduleTree = new Map(cssModuleTreeNode.declarations[0].init.properties.flatMap((property) => {
- if (property.type !== 'Property') return [];
- const actualKey = property.key.type === 'Identifier' ? property.key.name : property.key.type === 'Literal' ? property.key.value : null;
- if (typeof actualKey !== 'string') return [];
- if (property.value.type === 'Literal') return [[actualKey, property.value.value as string]];
- if (property.value.type !== 'Identifier') return [];
- const labelledValue = property.value.name;
- const actualValue = parent.body.find((x) => {
- if (x.type !== 'VariableDeclaration') return false;
- if (x.declarations.length !== 1) return false;
- if (x.declarations[0].id.type !== 'Identifier') return false;
- if (x.declarations[0].id.name !== labelledValue) return false;
- return true;
- }) as unknown as estree.VariableDeclaration;
- if (actualValue.declarations[0].init?.type !== 'Literal') return [];
- return [[actualKey, actualValue.declarations[0].init.value as string]];
- }));
/* This region collected VariableDeclaration nodes in the module that looks like the following code.
*
* ```ts
@@ -226,17 +267,14 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
*/
//#endregion
//#region
- (walk as typeof estreeWalker.walk)(render.argument.body, {
- enter(childNode) {
- if (childNode.type !== 'MemberExpression') return;
- if (childNode.object.type !== 'MemberExpression') return;
- if (childNode.object.object.type !== 'Identifier') return;
- if (childNode.object.object.name !== ctx.name) return;
- if (childNode.object.property.type !== 'Identifier') return;
- if (childNode.object.property.name !== key) return;
- if (childNode.property.type !== 'Identifier') return;
- const actualValue = moduleTree.get(childNode.property.name);
+ (estreeWalker.walk as any)(render.body, {
+ enter(childNode: ESTree.Node) {
+ if (!isCssModuleReference(childNode, ctx.name, key)) return;
+ const actualKey = getMemberPropertyName(childNode.property, childNode.computed);
+ if (actualKey === null) return;
+ const actualValue = moduleTree.get(actualKey);
if (actualValue === undefined) return;
+ magicString.overwrite(childNode.start, childNode.end, JSON.stringify(actualValue));
this.replace({
type: 'Literal',
value: actualValue,
@@ -276,20 +314,13 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
*/
//#endregion
//#region
- (walk as typeof estreeWalker.walk)(render.argument.body, {
- enter(childNode) {
- if (childNode.type !== 'MemberExpression') return;
- if (childNode.object.type !== 'MemberExpression') return;
- if (childNode.object.object.type !== 'Identifier') return;
- if (childNode.object.object.name !== ctx.name) return;
- if (childNode.object.property.type !== 'Identifier') return;
- if (childNode.object.property.name !== key) return;
- if (childNode.property.type !== 'Identifier') return;
- console.error(`Undefined style detected: ${key}.${childNode.property.name} (in ${name})`);
- this.replace({
- type: 'Identifier',
- name: 'undefined',
- });
+ (estreeWalker.walk as any)(render.body, {
+ enter(childNode: ESTree.Node) {
+ if (!isCssModuleReference(childNode, ctx.name, key)) return;
+ const actualKey = getMemberPropertyName(childNode.property, childNode.computed);
+ if (actualKey === null) return;
+ console.error(`Undefined style detected: ${key}.${actualKey} (in ${name})`);
+ magicString.overwrite(childNode.start, childNode.end, 'undefined');
},
});
/* This region replaced the reference identifier of missing class names in the render function with `undefined`, as in the following code.
@@ -300,7 +331,7 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
* ...
* return (_ctx, _cache) => {
* ...
- * return openBlock(), createElementBlock("div", {
+ * return openBlock(), createElementBlock('div', {
* class: normalizeClass(_ctx.$style.hoge),
* }, null);
* };
@@ -316,7 +347,7 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
* ...
* return (_ctx, _cache) => {
* ...
- * return openBlock(), createElementBlock("div", {
+ * return openBlock(), createElementBlock('div', {
* class: normalizeClass(undefined),
* }, null);
* };
@@ -326,18 +357,15 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
*/
//#endregion
//#region
- (walk as typeof estreeWalker.walk)(render.argument.body, {
- enter(childNode) {
+ (estreeWalker.walk as any)(render.body, {
+ enter(childNode: ESTree.Node, childParent: ESTree.Node | null) {
if (childNode.type !== 'CallExpression') return;
- if (childNode.callee.type !== 'Identifier') return;
- if (childNode.callee.name !== 'normalizeClass') return;
if (childNode.arguments.length !== 1) return;
+ if (childNode.callee.type === 'Identifier' && childNode.callee.name !== 'normalizeClass' && !isClassProperty(childParent)) return;
+ if (childNode.callee.type !== 'Identifier' && !isClassProperty(childParent)) return;
const normalized = normalizeClass(childNode.arguments[0], name);
if (normalized === null) return;
- this.replace({
- type: 'Literal',
- value: normalized,
- });
+ magicString.overwrite(childNode.start, childNode.end, JSON.stringify(normalized));
},
});
/* This region compiled the `normalizeClass` call into a pseudo-AOT compilation, as in the following code.
@@ -374,19 +402,34 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
*/
//#endregion
}
- //#region
- if (node.declarations[0].init.arguments[1].elements.length === 1) {
- (walk as typeof estreeWalker.walk)(ast, {
- enter(childNode) {
- if (childNode.type !== 'Identifier') return;
- if (childNode.name !== ident) return;
- this.replace({
- type: 'Identifier',
- name: node.declarations[0].id.name,
- });
+ const hasRemainingCssModuleReference = Array.from(moduleForest.keys()).some((key) => {
+ let found = false;
+ (estreeWalker.walk as any)(render.body, {
+ enter(childNode: ESTree.Node) {
+ if (!isCssModuleAccess(childNode, ctx.name, key)) return;
+ found = true;
+ this.skip();
},
});
- this.remove();
+ return found;
+ });
+ if (hasRemainingCssModuleReference) return;
+ //#region
+ if (node.declarations[0].init.arguments[1].elements.length === 1) {
+ if (componentNode.type === 'Identifier') {
+ (estreeWalker.walk as any)(ast, {
+ enter(childNode: ESTree.Node) {
+ if (childNode.type !== 'Identifier') return;
+ if (childNode.name !== componentNode.name) return;
+ magicString.overwrite(childNode.start, childNode.end, name);
+ },
+ });
+ magicString.remove(node.start, node.end);
+ } else {
+ const removeStart = cssModulesEntry.start;
+ const removeEnd = node.declarations[0].init.arguments[1].end - 1;
+ magicString.remove(removeStart, removeEnd);
+ }
/* NOTE: The above logic is valid as long as the following two conditions are met.
*
* - the uniqueness of `ident` is kept throughout the module
@@ -411,31 +454,10 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
});
*/
} else {
- this.replace({
- type: 'VariableDeclaration',
- declarations: [{
- type: 'VariableDeclarator',
- id: {
- type: 'Identifier',
- name: node.declarations[0].id.name,
- },
- init: {
- type: 'CallExpression',
- callee: {
- type: 'Identifier',
- name: '_export_sfc',
- },
- arguments: [{
- type: 'Identifier',
- name: ident,
- }, {
- type: 'ArrayExpression',
- elements: node.declarations[0].init.arguments[1].elements.slice(0, __cssModulesIndex).concat(node.declarations[0].init.arguments[1].elements.slice(__cssModulesIndex + 1)),
- }],
- },
- }],
- kind: 'const',
- });
+ const nextElement = node.declarations[0].init.arguments[1].elements[__cssModulesIndex + 1];
+ const removeStart = node.declarations[0].init.arguments[1].elements[__cssModulesIndex]!.start;
+ const removeEnd = nextElement ? nextElement.start : node.declarations[0].init.arguments[1].end - 1;
+ magicString.remove(removeStart, removeEnd);
}
/* This region removed the `__cssModules` reference from the second argument of `_export_sfc`, as in the following code.
*
@@ -474,10 +496,11 @@ export function unwindCssModuleClassName(ast: estree.Node): void {
export default function pluginUnwindCssModuleClassName(): Plugin {
return {
name: 'UnwindCssModuleClassName',
- renderChunk(code): { code: string } {
- const ast = this.parse(code) as unknown as estree.Node;
- unwindCssModuleClassName(ast);
- return { code: generate(ast) };
+ renderChunk(code, _chunk, _options, meta) {
+ const ast = ('ast' in meta ? meta.ast ?? this.parse(code) : this.parse(code)) as ESTree.Program;
+ const magicString = meta.magicString ?? new RolldownMagicString(code);
+ unwindCssModuleClassName(ast, magicString);
+ return magicString;
},
};
}
diff --git a/packages/frontend/lib/vite-plugin-create-search-index.ts b/packages/frontend/lib/vite-plugin-create-search-index.ts
index cfbba0823c..4126a4f8c0 100644
--- a/packages/frontend/lib/vite-plugin-create-search-index.ts
+++ b/packages/frontend/lib/vite-plugin-create-search-index.ts
@@ -13,11 +13,12 @@ import {
type LogOptions,
normalizePath,
type Plugin,
- type PluginOption
+ type PluginOption,
} from 'vite';
import fs from 'node:fs';
import JSON5 from 'json5';
-import MagicString, { SourceMap } from 'magic-string';
+import { RolldownMagicString } from 'rolldown';
+import type { TransformResult } from 'rolldown';
import path from 'node:path'
import { hash, toBase62 } from '../vite.config';
import { minimatch } from 'minimatch';
@@ -63,7 +64,7 @@ interface MarkerRelation {
let logger = {
info: (msg: string, options?: LogOptions) => { },
warn: (msg: string, options?: LogOptions) => { },
- error: (msg: string, options?: LogErrorOptions | unknown) => { },
+ error: (msg: string, options?: LogErrorOptions) => { },
};
let loggerInitialized = false;
@@ -460,9 +461,18 @@ function propertyAccessProxy(path: string[]): AccessProxy {
const i18nProxy = propertyAccessProxy(['i18n']);
-export function collectFileMarkers(id: string, code: string): SearchIndexItem[] {
+export function collectFileMarkers(id: string, code: string | RolldownMagicString | undefined): SearchIndexItem[] {
try {
- const { descriptor, errors } = vueSfcParse(code, {
+ let codeStr: string;
+ if (typeof code === 'string') {
+ codeStr = code;
+ } else if (code != null) {
+ codeStr = code.toString();
+ } else {
+ throw new Error(`Code is undefined for file ${id}`);
+ }
+
+ const { descriptor, errors } = vueSfcParse(codeStr, {
filename: id,
});
@@ -473,7 +483,8 @@ export function collectFileMarkers(id: string, code: string): SearchIndexItem[]
return extractUsageInfoFromTemplateAst(descriptor.template?.ast, id);
} catch (error) {
- logger.error(`Error analyzing file ${id}:`, error);
+ let _error = error instanceof Error ? error : new Error(String(error));
+ logger.error(`Error analyzing file ${id}:`, { error: _error });
}
return [];
@@ -481,10 +492,7 @@ export function collectFileMarkers(id: string, code: string): SearchIndexItem[]
// endregion
-type TransformedCode = {
- code: string,
- map: SourceMap,
-};
+type TransformedCode = Exclude;
export class MarkerIdAssigner {
// key: file id
@@ -509,13 +517,12 @@ export class MarkerIdAssigner {
}
#processImpl(id: string, code: string): TransformedCode {
- const s = new MagicString(code); // magic-string のインスタンスを作成
+ const s = new RolldownMagicString(code); // magic-string のインスタンスを作成
const parsed = vueSfcParse(code, { filename: id });
if (!parsed.descriptor.template) {
return {
- code,
- map: s.generateMap({ source: id, includeContent: true }),
+ code, // テンプレートがない場合は元のコードを返す
};
}
const ast = parsed.descriptor.template.ast; // テンプレート AST を取得
@@ -523,8 +530,7 @@ export class MarkerIdAssigner {
if (!ast) {
return {
- code: s.toString(), // 変更後のコードを返す
- map: s.generateMap({ source: id, includeContent: true }), // ソースマップも生成 (sourceMap: true が必要)
+ code,
};
}
@@ -611,7 +617,6 @@ export class MarkerIdAssigner {
return {
code: s.toString(), // 変更後のコードを返す
- map: s.generateMap({ source: id, includeContent: true }), // ソースマップも生成 (sourceMap: true が必要)
};
}
@@ -642,7 +647,7 @@ export class MarkerIdAssigner {
}
}
-// Rollup プラグインとして export
+// Vite プラグインとして export
export default function pluginCreateSearchIndex(options: Options): PluginOption {
const assigner = new MarkerIdAssigner();
return [
diff --git a/packages/frontend/vite.json5.ts b/packages/frontend/lib/vite-plugin-json5.ts
similarity index 90%
rename from packages/frontend/vite.json5.ts
rename to packages/frontend/lib/vite-plugin-json5.ts
index 87b67c2142..921324b67a 100644
--- a/packages/frontend/vite.json5.ts
+++ b/packages/frontend/lib/vite-plugin-json5.ts
@@ -1,7 +1,10 @@
-// Original: https://github.com/rollup/plugins/tree/8835dd2aed92f408d7dc72d7cc25a9728e16face/packages/json
+/*
+ * SPDX-FileCopyrightText: syuilo and misskey-project
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
import JSON5 from 'json5';
-import { Plugin } from 'rollup';
+import { Plugin } from 'vite';
import { createFilter, dataToEsm } from '@rollup/pluginutils';
import { RollupJsonOptions } from '@rollup/plugin-json';
diff --git a/packages/frontend/lib/vite-plugin-watch-locales.ts b/packages/frontend/lib/vite-plugin-watch-locales.ts
index 372e9039d5..2fed7f60fa 100644
--- a/packages/frontend/lib/vite-plugin-watch-locales.ts
+++ b/packages/frontend/lib/vite-plugin-watch-locales.ts
@@ -3,16 +3,16 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
-import path from 'node:path'
+import path from 'node:path';
import locales from 'i18n';
+import type { Plugin } from 'vite';
const localesDir = path.resolve(__dirname, '../../../locales')
/**
* 外部ファイルを監視し、必要に応じてwebSocketでメッセージを送るViteプラグイン
- * @returns {import('vite').Plugin}
*/
-export default function pluginWatchLocales() {
+export default function pluginWatchLocales(): Plugin {
return {
name: 'watch-locales',
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index 189c5152be..86f62f04de 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -25,10 +25,7 @@
"@github/webauthn-json": "2.1.1",
"@mcaptcha/core-glue": "0.1.0-alpha-5",
"@misskey-dev/browser-image-resizer": "2024.1.0",
- "@rollup/plugin-json": "6.1.0",
- "@rollup/plugin-replace": "6.0.3",
- "@rollup/pluginutils": "5.3.0",
- "@sentry/vue": "10.43.0",
+ "@sentry/vue": "10.40.0",
"@syuilo/aiscript": "1.2.1",
"@syuilo/aiscript-0-19-0": "npm:@syuilo/aiscript@^0.19.0",
"@twemoji/parser": "16.0.0",
@@ -43,7 +40,7 @@
"chartjs-chart-matrix": "3.0.0",
"chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.2.0",
- "chromatic": "15.2.0",
+ "chromatic": "15.3.1",
"compare-versions": "6.1.1",
"cropperjs": "2.1.0",
"date-fns": "4.1.0",
@@ -59,7 +56,7 @@
"is-file-animated": "1.0.2",
"json5": "2.2.3",
"matter-js": "0.20.0",
- "mediabunny": "1.39.2",
+ "mediabunny": "1.40.1",
"mfm-js": "0.25.0",
"misskey-bubble-game": "workspace:*",
"misskey-js": "workspace:*",
@@ -68,24 +65,23 @@
"punycode.js": "2.3.1",
"qr-code-styling": "1.9.2",
"qr-scanner": "1.4.2",
- "rollup": "4.59.0",
"sanitize-html": "2.17.1",
- "sass": "1.98.0",
"shiki": "3.23.0",
"textarea-caret": "3.1.0",
"three": "0.183.2",
"throttle-debounce": "5.0.2",
"tinycolor2": "1.6.0",
"v-code-diff": "1.13.1",
- "vite": "7.3.1",
"vue": "3.5.30",
"wanakana": "5.3.1"
},
"devDependencies": {
"@misskey-dev/summaly": "5.2.5",
+ "@rollup/plugin-json": "6.1.0",
+ "@rollup/pluginutils": "5.3.0",
"@storybook/addon-essentials": "8.6.18",
"@storybook/addon-interactions": "8.6.18",
- "@storybook/addon-links": "10.2.17",
+ "@storybook/addon-links": "10.3.3",
"@storybook/addon-mdx-gfm": "8.6.18",
"@storybook/addon-storysource": "8.6.18",
"@storybook/blocks": "8.6.18",
@@ -93,13 +89,13 @@
"@storybook/core-events": "8.6.18",
"@storybook/manager-api": "8.6.18",
"@storybook/preview-api": "8.6.18",
- "@storybook/react": "10.2.17",
- "@storybook/react-vite": "10.2.17",
+ "@storybook/react": "10.3.3",
+ "@storybook/react-vite": "10.3.3",
"@storybook/test": "8.6.18",
"@storybook/theming": "8.6.18",
"@storybook/types": "8.6.18",
- "@storybook/vue3": "10.2.17",
- "@storybook/vue3-vite": "10.2.17",
+ "@storybook/vue3": "10.3.3",
+ "@storybook/vue3-vite": "10.3.3",
"@tabler/icons-webfont": "3.35.0",
"@testing-library/vue": "8.1.0",
"@types/canvas-confetti": "1.9.0",
@@ -114,39 +110,41 @@
"@types/textarea-caret": "3.0.4",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
- "@vitest/coverage-v8": "4.1.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
+ "@vitest/coverage-v8": "4.1.1",
"@vue/compiler-core": "3.5.30",
"acorn": "8.16.0",
"astring": "1.9.0",
"cross-env": "10.1.0",
- "cypress": "15.11.0",
+ "cypress": "15.13.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-vue": "10.8.0",
"estree-walker": "3.0.3",
- "happy-dom": "20.8.4",
+ "happy-dom": "20.8.8",
"intersection-observer": "0.12.2",
- "magic-string": "0.30.21",
"micromatch": "4.0.8",
"minimatch": "10.2.4",
- "msw": "2.12.10",
+ "msw": "2.12.14",
"msw-storybook-addon": "2.0.6",
"nodemon": "3.1.14",
"prettier": "3.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
+ "rolldown": "1.0.0-rc.11",
+ "sass-embedded": "1.98.0",
"seedrandom": "3.0.5",
"start-server-and-test": "2.1.5",
- "storybook": "10.2.17",
+ "storybook": "10.3.3",
"storybook-addon-misskey-theme": "github:misskey-dev/storybook-addon-misskey-theme",
"tsx": "4.21.0",
- "vite-plugin-glsl": "1.5.5",
+ "vite": "8.0.2",
+ "vite-plugin-glsl": "1.5.6",
"vite-plugin-turbosnap": "1.0.3",
- "vitest": "4.1.0",
+ "vitest": "4.1.1",
"vitest-fetch-mock": "0.4.5",
- "vue-component-type-helpers": "3.2.5",
+ "vue-component-type-helpers": "3.2.6",
"vue-eslint-parser": "10.4.0",
- "vue-tsc": "3.2.5"
+ "vue-tsc": "3.2.6"
}
}
diff --git a/packages/frontend/vite.config.ts b/packages/frontend/vite.config.ts
index 260d1215df..b061733333 100644
--- a/packages/frontend/vite.config.ts
+++ b/packages/frontend/vite.config.ts
@@ -1,7 +1,7 @@
import path from 'path';
-import pluginReplace from '@rollup/plugin-replace';
import pluginVue from '@vitejs/plugin-vue';
import pluginGlsl from 'vite-plugin-glsl';
+import { replacePlugin } from 'rolldown/plugins';
import type { UserConfig } from 'vite';
import { defineConfig } from 'vite';
import * as yaml from 'js-yaml';
@@ -11,13 +11,13 @@ import locales from 'i18n';
import meta from '../../package.json';
import packageInfo from './package.json' with { type: 'json' };
import pluginUnwindCssModuleClassName from './lib/rollup-plugin-unwind-css-module-class-name.js';
-import pluginJson5 from './vite.json5.js';
+import pluginJson5 from './lib/vite-plugin-json5.js';
import type { Options as SearchIndexOptions } from './lib/vite-plugin-create-search-index.js';
import pluginCreateSearchIndex from './lib/vite-plugin-create-search-index.js';
import pluginWatchLocales from './lib/vite-plugin-watch-locales.js';
import { pluginRemoveUnrefI18n } from '../frontend-builder/rollup-plugin-remove-unref-i18n.js';
-const url = process.env.NODE_ENV === 'development' ? yaml.load(await fsp.readFile('../../.config/default.yml', 'utf-8')).url : null;
+const url = process.env.NODE_ENV === 'development' ? (yaml.load(await fsp.readFile('../../.config/default.yml', 'utf-8')) as any).url : null;
const host = url ? (new URL(url)).hostname : undefined;
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue'];
@@ -121,11 +121,10 @@ export function getConfig(): UserConfig {
pluginGlsl({ minify: true }),
...process.env.NODE_ENV === 'production'
? [
- pluginReplace({
+ replacePlugin({
+ 'isChromatic()': JSON.stringify(false),
+ }, {
preventAssignment: true,
- values: {
- 'isChromatic()': JSON.stringify(false),
- },
}),
]
: [],
@@ -154,11 +153,6 @@ export function getConfig(): UserConfig {
}
},
},
- preprocessorOptions: {
- scss: {
- api: 'modern-compiler',
- },
- },
},
define: {
@@ -178,7 +172,10 @@ export function getConfig(): UserConfig {
'safari16',
],
manifest: 'manifest.json',
- rollupOptions: {
+ rolldownOptions: {
+ experimental: {
+ nativeMagicString: true,
+ },
input: {
i18n: './src/i18n.ts',
entry: './src/_boot_.ts',
@@ -186,11 +183,18 @@ export function getConfig(): UserConfig {
external: externalPackages.map(p => p.match),
preserveEntrySignatures: 'allow-extension',
output: {
- manualChunks: {
- vue: ['vue'],
- photoswipe: ['photoswipe', 'photoswipe/lightbox', 'photoswipe/style.css'],
- // dependencies of i18n.ts
- 'config': ['@@/js/config.js'],
+ codeSplitting: {
+ groups: [{
+ name: 'vue',
+ test: /node_modules[\\/]vue/,
+ }, {
+ name: 'photoswipe',
+ test: /node_modules[\\/]photoswipe/,
+ }, {
+ // dependencies of i18n.ts
+ name: 'config',
+ test: /@@[\\/]js[\\/]config\.js/,
+ }],
},
entryFileNames: `scripts/${localesHash}-[hash:8].js`,
chunkFileNames: `scripts/${localesHash}-[hash:8].js`,
diff --git a/packages/i18n/package.json b/packages/i18n/package.json
index 3278a0860c..1b7ba3057f 100644
--- a/packages/i18n/package.json
+++ b/packages/i18n/package.json
@@ -30,8 +30,8 @@
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"chokidar": "5.0.0",
"esbuild": "0.27.4",
"execa": "9.6.1",
diff --git a/packages/icons-subsetter/package.json b/packages/icons-subsetter/package.json
index b05e04178e..8989d82761 100644
--- a/packages/icons-subsetter/package.json
+++ b/packages/icons-subsetter/package.json
@@ -13,12 +13,12 @@
"devDependencies": {
"@types/node": "24.12.0",
"@types/wawoff2": "1.0.2",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0"
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2"
},
"dependencies": {
"@tabler/icons-webfont": "3.35.0",
- "harfbuzzjs": "0.10.0",
+ "harfbuzzjs": "0.10.1",
"tsx": "4.21.0",
"wawoff2": "2.0.1"
},
diff --git a/packages/misskey-bubble-game/package.json b/packages/misskey-bubble-game/package.json
index 137698d0ab..b6f4824b12 100644
--- a/packages/misskey-bubble-game/package.json
+++ b/packages/misskey-bubble-game/package.json
@@ -27,8 +27,8 @@
"@types/matter-js": "0.20.2",
"@types/node": "24.12.0",
"@types/seedrandom": "3.0.8",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"esbuild": "0.27.4",
"execa": "9.6.1",
"nodemon": "3.1.14"
diff --git a/packages/misskey-js/generator/package.json b/packages/misskey-js/generator/package.json
index a20fb84c8f..c6f9c801ff 100644
--- a/packages/misskey-js/generator/package.json
+++ b/packages/misskey-js/generator/package.json
@@ -9,8 +9,8 @@
"devDependencies": {
"@readme/openapi-parser": "5.5.0",
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"openapi-types": "12.1.3",
"openapi-typescript": "7.13.0",
"ts-case-convert": "2.1.0",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index 7ee0dab9b8..abf85c276c 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2026.3.2-beta.0",
+ "version": "2026.3.2",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",
@@ -39,15 +39,15 @@
"devDependencies": {
"@microsoft/api-extractor": "7.57.7",
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
- "@vitest/coverage-v8": "4.1.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
+ "@vitest/coverage-v8": "4.1.1",
"esbuild": "0.27.4",
"execa": "9.6.1",
"ncp": "2.0.0",
"nodemon": "3.1.14",
"tsd": "0.33.0",
- "vitest": "4.1.0",
+ "vitest": "4.1.1",
"vitest-websocket-mock": "0.5.0"
},
"files": [
diff --git a/packages/misskey-reversi/package.json b/packages/misskey-reversi/package.json
index c8c3090f62..e75c361d9b 100644
--- a/packages/misskey-reversi/package.json
+++ b/packages/misskey-reversi/package.json
@@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/node": "24.12.0",
- "@typescript-eslint/eslint-plugin": "8.57.0",
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/eslint-plugin": "8.57.2",
+ "@typescript-eslint/parser": "8.57.2",
"esbuild": "0.27.4",
"execa": "9.6.1",
"nodemon": "3.1.14"
diff --git a/packages/sw/package.json b/packages/sw/package.json
index ae3c6ada0c..c5d3295730 100644
--- a/packages/sw/package.json
+++ b/packages/sw/package.json
@@ -15,7 +15,7 @@
"misskey-js": "workspace:*"
},
"devDependencies": {
- "@typescript-eslint/parser": "8.57.0",
+ "@typescript-eslint/parser": "8.57.2",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.74",
"eslint-plugin-import": "2.32.0",
"nodemon": "3.1.14"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 96d25a12bb..c7e291ff31 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -32,18 +32,18 @@ importers:
specifier: 8.5.8
version: 8.5.8
tar:
- specifier: 7.5.11
- version: 7.5.11
+ specifier: 7.5.13
+ version: 7.5.13
terser:
- specifier: 5.46.0
- version: 5.46.0
+ specifier: 5.46.1
+ version: 5.46.1
devDependencies:
'@eslint/js':
specifier: 9.39.4
version: 9.39.4
'@misskey-dev/eslint-plugin':
specifier: 2.1.0
- version: 2.1.0(@eslint/compat@1.4.0(eslint@9.39.4))(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/eslint-plugin@8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4))(eslint@9.39.4)(globals@17.4.0)
+ version: 2.1.0(@eslint/compat@1.4.0(eslint@9.39.4))(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4))(eslint@9.39.4)(globals@17.4.0)
'@types/js-yaml':
specifier: 4.0.9
version: 4.0.9
@@ -51,11 +51,11 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
'@typescript/native-preview':
specifier: 7.0.0-dev.20260116.1
version: 7.0.0-dev.20260116.1
@@ -63,8 +63,8 @@ importers:
specifier: 10.1.0
version: 10.1.0
cypress:
- specifier: 15.11.0
- version: 15.11.0
+ specifier: 15.13.0
+ version: 15.13.0
eslint:
specifier: 9.39.4
version: 9.39.4
@@ -75,8 +75,8 @@ importers:
specifier: 2.0.0
version: 2.0.0
pnpm:
- specifier: 10.32.1
- version: 10.32.1
+ specifier: 10.33.0
+ version: 10.33.0
start-server-and-test:
specifier: 2.1.5
version: 2.1.5
@@ -91,11 +91,11 @@ importers:
packages/backend:
dependencies:
'@aws-sdk/client-s3':
- specifier: 3.1008.0
- version: 3.1008.0
+ specifier: 3.1016.0
+ version: 3.1016.0
'@aws-sdk/lib-storage':
- specifier: 3.1008.0
- version: 3.1008.0(@aws-sdk/client-s3@3.1008.0)
+ specifier: 3.1016.0
+ version: 3.1016.0(@aws-sdk/client-s3@3.1016.0)
'@discordapp/twemoji':
specifier: 16.0.1
version: 16.0.1
@@ -109,8 +109,8 @@ importers:
specifier: 4.0.4
version: 4.0.4
'@fastify/http-proxy':
- specifier: 11.4.1
- version: 11.4.1(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ specifier: 11.4.2
+ version: 11.4.2(bufferutil@4.1.0)(utf-8-validate@6.0.6)
'@fastify/multipart':
specifier: 9.4.0
version: 9.4.0
@@ -127,26 +127,26 @@ importers:
specifier: 5.2.5
version: 5.2.5
'@napi-rs/canvas':
- specifier: 0.1.96
- version: 0.1.96
+ specifier: 0.1.97
+ version: 0.1.97
'@nestjs/common':
- specifier: 11.1.16
- version: 11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ specifier: 11.1.17
+ version: 11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2)
'@nestjs/core':
- specifier: 11.1.16
- version: 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.16)(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ specifier: 11.1.17
+ version: 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.17)(reflect-metadata@0.2.2)(rxjs@7.8.2)
'@nestjs/testing':
- specifier: 11.1.16
- version: 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.16)(@nestjs/platform-express@11.1.16)
+ specifier: 11.1.17
+ version: 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.17)(@nestjs/platform-express@11.1.17)
'@peertube/http-signature':
specifier: 1.7.0
version: 1.7.0
'@sentry/node':
- specifier: 10.43.0
- version: 10.43.0
+ specifier: 10.45.0
+ version: 10.45.0
'@sentry/profiling-node':
- specifier: 10.43.0
- version: 10.43.0
+ specifier: 10.45.0
+ version: 10.45.0
'@simplewebauthn/server':
specifier: 13.3.0
version: 13.3.0
@@ -154,14 +154,14 @@ importers:
specifier: 15.1.1
version: 15.1.1
'@smithy/node-http-handler':
- specifier: 4.4.16
- version: 4.4.16
+ specifier: 4.5.0
+ version: 4.5.0
'@swc/cli':
specifier: 0.8.0
- version: 0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.18))(chokidar@5.0.0)
+ version: 0.8.0(@swc/core@1.15.21(@swc/helpers@0.5.18))(chokidar@5.0.0)
'@swc/core':
- specifier: 1.15.18
- version: 1.15.18(@swc/helpers@0.5.18)
+ specifier: 1.15.21
+ version: 1.15.21(@swc/helpers@0.5.18)
'@twemoji/parser':
specifier: 16.0.0
version: 16.0.0
@@ -214,8 +214,8 @@ importers:
specifier: 0.1.21
version: 0.1.21
fastify:
- specifier: 5.8.2
- version: 5.8.2
+ specifier: 5.8.4
+ version: 5.8.4
fastify-raw-body:
specifier: 5.0.0
version: 5.0.0
@@ -223,8 +223,8 @@ importers:
specifier: 5.2.0
version: 5.2.0
file-type:
- specifier: 21.3.2
- version: 21.3.2
+ specifier: 21.3.4
+ version: 21.3.4
fluent-ffmpeg:
specifier: 2.1.3
version: 2.1.3
@@ -244,8 +244,8 @@ importers:
specifier: workspace:*
version: link:../i18n
ioredis:
- specifier: 5.10.0
- version: 5.10.0
+ specifier: 5.10.1
+ version: 5.10.1
ip-cidr:
specifier: 4.0.2
version: 4.0.2
@@ -265,8 +265,8 @@ importers:
specifier: 11.1.1
version: 11.1.1
meilisearch:
- specifier: 0.55.0
- version: 0.55.0
+ specifier: 0.56.0
+ version: 0.56.0
mfm-js:
specifier: 0.25.0
version: 0.25.0
@@ -283,8 +283,8 @@ importers:
specifier: 3.0.0-canary.202508261828
version: 3.0.0-canary.202508261828
nanoid:
- specifier: 5.1.6
- version: 5.1.6
+ specifier: 5.1.7
+ version: 5.1.7
nested-property:
specifier: 4.0.0
version: 4.0.0
@@ -295,11 +295,11 @@ importers:
specifier: 7.1.0
version: 7.1.0
nodemailer:
- specifier: 8.0.2
- version: 8.0.2
+ specifier: 8.0.3
+ version: 8.0.3
nsfwjs:
- specifier: 4.2.0
- version: 4.2.0(@tensorflow/tfjs@4.22.0(encoding@0.1.13)(seedrandom@3.0.5))(buffer@6.0.3)
+ specifier: 4.3.0
+ version: 4.3.0(@tensorflow/tfjs@4.22.0(encoding@0.1.13)(seedrandom@3.0.5))(buffer@6.0.3)
oauth2orize:
specifier: 1.12.0
version: 1.12.0
@@ -349,8 +349,8 @@ importers:
specifier: 7.8.2
version: 7.8.2
sanitize-html:
- specifier: 2.17.1
- version: 2.17.1
+ specifier: 2.17.2
+ version: 2.17.2
secure-json-parse:
specifier: 4.1.0
version: 4.1.0
@@ -370,8 +370,8 @@ importers:
specifier: 2.1.0
version: 2.1.0
systeminformation:
- specifier: 5.31.4
- version: 5.31.4
+ specifier: 5.31.5
+ version: 5.31.5
tinycolor2:
specifier: 1.6.0
version: 1.6.0
@@ -383,7 +383,7 @@ importers:
version: 1.8.16
typeorm:
specifier: 0.3.28
- version: 0.3.28(ioredis@5.10.0)(pg@8.20.0)
+ version: 0.3.28(ioredis@5.10.1)(pg@8.20.0)
ulid:
specifier: 3.0.2
version: 3.0.2
@@ -394,8 +394,8 @@ importers:
specifier: 3.6.7
version: 3.6.7
ws:
- specifier: 8.19.0
- version: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ specifier: 8.20.0
+ version: 8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
xev:
specifier: 3.0.2
version: 3.0.2
@@ -407,17 +407,17 @@ importers:
specifier: 4.1.4
version: 4.1.4(@kitajs/html@4.2.13)(typescript@5.9.3)
'@nestjs/platform-express':
- specifier: 11.1.16
- version: 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.16)
+ specifier: 11.1.17
+ version: 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.17)
'@sentry/vue':
- specifier: 10.43.0
- version: 10.43.0(vue@3.5.30(typescript@5.9.3))
+ specifier: 10.45.0
+ version: 10.45.0(vue@3.5.30(typescript@5.9.3))
'@simplewebauthn/types':
specifier: 12.0.0
version: 12.0.0
'@swc/jest':
specifier: 0.2.39
- version: 0.2.39(@swc/core@1.15.18(@swc/helpers@0.5.18))
+ version: 0.2.39(@swc/core@1.15.21(@swc/helpers@0.5.18))
'@types/accepts':
specifier: 1.3.7
version: 1.3.7
@@ -464,8 +464,8 @@ importers:
specifier: 0.1.2
version: 0.1.2
'@types/pg':
- specifier: 8.18.0
- version: 8.18.0
+ specifier: 8.20.0
+ version: 8.20.0
'@types/qrcode':
specifier: 1.5.6
version: 1.5.6
@@ -509,11 +509,11 @@ importers:
specifier: 8.18.1
version: 8.18.1
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
aws-sdk-client-mock:
specifier: 4.1.0
version: 4.1.0
@@ -528,7 +528,7 @@ importers:
version: 1.0.1(@swc/helpers@0.5.18)
eslint-plugin-import:
specifier: 2.32.0
- version: 2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
+ version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
execa:
specifier: 9.6.1
version: 9.6.1
@@ -548,8 +548,8 @@ importers:
specifier: 3.1.14
version: 3.1.14
pid-port:
- specifier: 2.0.1
- version: 2.0.1
+ specifier: 2.1.0
+ version: 2.1.0
simple-oauth2:
specifier: 5.1.0
version: 5.1.0
@@ -557,45 +557,45 @@ importers:
specifier: 7.2.2
version: 7.2.2
vite:
- specifier: 7.3.1
- version: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ specifier: 8.0.2
+ version: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
optionalDependencies:
'@swc/core-android-arm64':
specifier: 1.3.11
version: 1.3.11
'@swc/core-darwin-arm64':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-darwin-x64':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-freebsd-x64':
specifier: 1.3.11
version: 1.3.11
'@swc/core-linux-arm-gnueabihf':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-linux-arm64-gnu':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-linux-arm64-musl':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-linux-x64-gnu':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-linux-x64-musl':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-win32-arm64-msvc':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-win32-ia32-msvc':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@swc/core-win32-x64-msvc':
- specifier: 1.15.18
- version: 1.15.18
+ specifier: 1.15.21
+ version: 1.15.21
'@tensorflow/tfjs':
specifier: 4.22.0
version: 4.22.0(encoding@0.1.13)(seedrandom@3.0.5)
@@ -677,18 +677,9 @@ importers:
'@misskey-dev/browser-image-resizer':
specifier: 2024.1.0
version: 2024.1.0
- '@rollup/plugin-json':
- specifier: 6.1.0
- version: 6.1.0(rollup@4.59.0)
- '@rollup/plugin-replace':
- specifier: 6.0.3
- version: 6.0.3(rollup@4.59.0)
- '@rollup/pluginutils':
- specifier: 5.3.0
- version: 5.3.0(rollup@4.59.0)
'@sentry/vue':
- specifier: 10.43.0
- version: 10.43.0(vue@3.5.30(typescript@5.9.3))
+ specifier: 10.40.0
+ version: 10.40.0(vue@3.5.30(typescript@5.9.3))
'@syuilo/aiscript':
specifier: 1.2.1
version: 1.2.1
@@ -700,7 +691,7 @@ importers:
version: 16.0.0
'@vitejs/plugin-vue':
specifier: 6.0.5
- version: 6.0.5(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))
+ version: 6.0.5(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))
aiscript-vscode:
specifier: github:aiscript-dev/aiscript-vscode#v0.1.16
version: https://codeload.github.com/aiscript-dev/aiscript-vscode/tar.gz/1dc7f60cda78d030dadfc518a33c472202b2ef67
@@ -732,8 +723,8 @@ importers:
specifier: 2.2.0
version: 2.2.0(chart.js@4.5.1)
chromatic:
- specifier: 15.2.0
- version: 15.2.0
+ specifier: 15.3.1
+ version: 15.3.1
compare-versions:
specifier: 6.1.1
version: 6.1.1
@@ -780,8 +771,8 @@ importers:
specifier: 0.20.0
version: 0.20.0
mediabunny:
- specifier: 1.39.2
- version: 1.39.2
+ specifier: 1.40.1
+ version: 1.40.1
mfm-js:
specifier: 0.25.0
version: 0.25.0
@@ -806,15 +797,9 @@ importers:
qr-scanner:
specifier: 1.4.2
version: 1.4.2
- rollup:
- specifier: 4.59.0
- version: 4.59.0
sanitize-html:
specifier: 2.17.1
version: 2.17.1
- sass:
- specifier: 1.98.0
- version: 1.98.0
shiki:
specifier: 3.23.0
version: 3.23.0
@@ -833,9 +818,6 @@ importers:
v-code-diff:
specifier: 1.13.1
version: 1.13.1(vue@3.5.30(typescript@5.9.3))
- vite:
- specifier: 7.3.1
- version: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
vue:
specifier: 3.5.30
version: 3.5.30(typescript@5.9.3)
@@ -846,57 +828,63 @@ importers:
'@misskey-dev/summaly':
specifier: 5.2.5
version: 5.2.5
+ '@rollup/plugin-json':
+ specifier: 6.1.0
+ version: 6.1.0(rollup@4.60.0)
+ '@rollup/pluginutils':
+ specifier: 5.3.0
+ version: 5.3.0(rollup@4.60.0)
'@storybook/addon-essentials':
specifier: 8.6.18
- version: 8.6.18(@types/react@19.2.2)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(@types/react@19.2.2)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/addon-interactions':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/addon-links':
- specifier: 10.2.17
- version: 10.2.17(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ specifier: 10.3.3
+ version: 10.3.3(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/addon-mdx-gfm':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/addon-storysource':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/blocks':
specifier: 8.6.18
- version: 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/components':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/core-events':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/manager-api':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/preview-api':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/react':
- specifier: 10.2.17
- version: 10.2.17(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)
+ specifier: 10.3.3
+ version: 10.3.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)
'@storybook/react-vite':
- specifier: 10.2.17
- version: 10.2.17(esbuild@0.27.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ specifier: 10.3.3
+ version: 10.3.3(esbuild@0.27.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
'@storybook/test':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/theming':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/types':
specifier: 8.6.18
- version: 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ version: 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@storybook/vue3':
- specifier: 10.2.17
- version: 10.2.17(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vue@3.5.30(typescript@5.9.3))
+ specifier: 10.3.3
+ version: 10.3.3(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vue@3.5.30(typescript@5.9.3))
'@storybook/vue3-vite':
- specifier: 10.2.17
- version: 10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))
+ specifier: 10.3.3
+ version: 10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))
'@tabler/icons-webfont':
specifier: 3.35.0
version: 3.35.0
@@ -940,14 +928,14 @@ importers:
specifier: 1.4.6
version: 1.4.6
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
'@vitest/coverage-v8':
- specifier: 4.1.0
- version: 4.1.0(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)))
+ specifier: 4.1.1
+ version: 4.1.1(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)))
'@vue/compiler-core':
specifier: 3.5.30
version: 3.5.30
@@ -961,26 +949,23 @@ importers:
specifier: 10.1.0
version: 10.1.0
cypress:
- specifier: 15.11.0
- version: 15.11.0
+ specifier: 15.13.0
+ version: 15.13.0
eslint-plugin-import:
specifier: 2.32.0
- version: 2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
+ version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
eslint-plugin-vue:
specifier: 10.8.0
- version: 10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
+ version: 10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
estree-walker:
specifier: 3.0.3
version: 3.0.3
happy-dom:
- specifier: 20.8.4
- version: 20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ specifier: 20.8.8
+ version: 20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6)
intersection-observer:
specifier: 0.12.2
version: 0.12.2
- magic-string:
- specifier: 0.30.21
- version: 0.30.21
micromatch:
specifier: 4.0.8
version: 4.0.8
@@ -988,11 +973,11 @@ importers:
specifier: 10.2.4
version: 10.2.4
msw:
- specifier: 2.12.10
- version: 2.12.10(@types/node@24.12.0)(typescript@5.9.3)
+ specifier: 2.12.14
+ version: 2.12.14(@types/node@24.12.0)(typescript@5.9.3)
msw-storybook-addon:
specifier: 2.0.6
- version: 2.0.6(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))
+ version: 2.0.6(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))
nodemon:
specifier: 3.1.14
version: 3.1.14
@@ -1005,6 +990,12 @@ importers:
react-dom:
specifier: 19.2.4
version: 19.2.4(react@19.2.4)
+ rolldown:
+ specifier: 1.0.0-rc.11
+ version: 1.0.0-rc.11
+ sass-embedded:
+ specifier: 1.98.0
+ version: 1.98.0
seedrandom:
specifier: 3.0.5
version: 3.0.5
@@ -1012,35 +1003,38 @@ importers:
specifier: 2.1.5
version: 2.1.5
storybook:
- specifier: 10.2.17
- version: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ specifier: 10.3.3
+ version: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
storybook-addon-misskey-theme:
specifier: github:misskey-dev/storybook-addon-misskey-theme
- version: https://codeload.github.com/misskey-dev/storybook-addon-misskey-theme/tar.gz/cf583db098365b2ccc81a82f63ca9c93bc32b640(b407b999cadc51b47ccbc8c1fb8ccff6)
+ version: https://codeload.github.com/misskey-dev/storybook-addon-misskey-theme/tar.gz/cf583db098365b2ccc81a82f63ca9c93bc32b640(568dc48ee0a6363e76595daf2f12f0a3)
tsx:
specifier: 4.21.0
version: 4.21.0
+ vite:
+ specifier: 8.0.2
+ version: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
vite-plugin-glsl:
- specifier: 1.5.5
- version: 1.5.5(@rollup/pluginutils@5.3.0(rollup@4.59.0))(esbuild@0.27.4)(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ specifier: 1.5.6
+ version: 1.5.6(@rollup/pluginutils@5.3.0(rollup@4.60.0))(esbuild@0.27.4)(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
vite-plugin-turbosnap:
specifier: 1.0.3
version: 1.0.3
vitest:
- specifier: 4.1.0
- version: 4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ specifier: 4.1.1
+ version: 4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
vitest-fetch-mock:
specifier: 0.4.5
- version: 0.4.5(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)))
+ version: 0.4.5(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)))
vue-component-type-helpers:
- specifier: 3.2.5
- version: 3.2.5
+ specifier: 3.2.6
+ version: 3.2.6
vue-eslint-parser:
specifier: 10.4.0
version: 10.4.0(eslint@9.39.4)
vue-tsc:
- specifier: 3.2.5
- version: 3.2.5(typescript@5.9.3)
+ specifier: 3.2.6
+ version: 3.2.6(typescript@5.9.3)
packages/frontend-builder:
dependencies:
@@ -1053,9 +1047,12 @@ importers:
magic-string:
specifier: 0.30.21
version: 0.30.21
+ rolldown:
+ specifier: 1.0.0-rc.11
+ version: 1.0.0-rc.11
vite:
- specifier: 7.3.1
- version: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ specifier: 8.0.2
+ version: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
devDependencies:
'@types/estree':
specifier: 1.0.8
@@ -1064,14 +1061,14 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
rollup:
- specifier: 4.59.0
- version: 4.59.0
+ specifier: 4.60.0
+ version: 4.60.0
packages/frontend-embed:
dependencies:
@@ -1080,19 +1077,16 @@ importers:
version: 16.0.1
'@rollup/plugin-json':
specifier: 6.1.0
- version: 6.1.0(rollup@4.59.0)
- '@rollup/plugin-replace':
- specifier: 6.0.3
- version: 6.0.3(rollup@4.59.0)
+ version: 6.1.0(rollup@4.60.0)
'@rollup/pluginutils':
specifier: 5.3.0
- version: 5.3.0(rollup@4.59.0)
+ version: 5.3.0(rollup@4.60.0)
'@twemoji/parser':
specifier: 16.0.0
version: 16.0.0
'@vitejs/plugin-vue':
specifier: 6.0.5
- version: 6.0.5(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))
+ version: 6.0.5(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))
buraha:
specifier: 0.0.1
version: 0.0.1
@@ -1121,11 +1115,8 @@ importers:
specifier: 2.3.1
version: 2.3.1
rollup:
- specifier: 4.59.0
- version: 4.59.0
- sass:
- specifier: 1.98.0
- version: 1.98.0
+ specifier: 4.60.0
+ version: 4.60.0
shiki:
specifier: 3.23.0
version: 3.23.0
@@ -1135,9 +1126,6 @@ importers:
uuid:
specifier: 13.0.0
version: 13.0.0
- vite:
- specifier: 7.3.1
- version: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
vue:
specifier: 3.5.30
version: 3.5.30(typescript@5.9.3)
@@ -1170,14 +1158,14 @@ importers:
specifier: 8.18.1
version: 8.18.1
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
'@vitest/coverage-v8':
- specifier: 4.1.0
- version: 4.1.0(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)))
+ specifier: 4.1.1
+ version: 4.1.1(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)))
'@vue/runtime-core':
specifier: 3.5.30
version: 3.5.30
@@ -1189,13 +1177,13 @@ importers:
version: 10.1.0
eslint-plugin-import:
specifier: 2.32.0
- version: 2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
+ version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
eslint-plugin-vue:
specifier: 10.8.0
- version: 10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
+ version: 10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
happy-dom:
- specifier: 20.8.4
- version: 20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ specifier: 20.8.8
+ version: 20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6)
intersection-observer:
specifier: 0.12.2
version: 0.12.2
@@ -1203,32 +1191,38 @@ importers:
specifier: 4.0.8
version: 4.0.8
msw:
- specifier: 2.12.10
- version: 2.12.10(@types/node@24.12.0)(typescript@5.9.3)
+ specifier: 2.12.14
+ version: 2.12.14(@types/node@24.12.0)(typescript@5.9.3)
nodemon:
specifier: 3.1.14
version: 3.1.14
prettier:
specifier: 3.8.1
version: 3.8.1
+ sass-embedded:
+ specifier: 1.98.0
+ version: 1.98.0
start-server-and-test:
specifier: 2.1.5
version: 2.1.5
tsx:
specifier: 4.21.0
version: 4.21.0
+ vite:
+ specifier: 8.0.2
+ version: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
vite-plugin-turbosnap:
specifier: 1.0.3
version: 1.0.3
vue-component-type-helpers:
- specifier: 3.2.5
- version: 3.2.5
+ specifier: 3.2.6
+ version: 3.2.6
vue-eslint-parser:
specifier: 10.4.0
version: 10.4.0(eslint@9.39.4)
vue-tsc:
- specifier: 3.2.5
- version: 3.2.5(typescript@5.9.3)
+ specifier: 3.2.6
+ version: 3.2.6(typescript@5.9.3)
packages/frontend-shared:
dependencies:
@@ -1246,17 +1240,17 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
esbuild:
specifier: 0.27.4
version: 0.27.4
eslint-plugin-vue:
specifier: 10.8.0
- version: 10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
+ version: 10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4))
nodemon:
specifier: 3.1.14
version: 3.1.14
@@ -1277,11 +1271,11 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
chokidar:
specifier: 5.0.0
version: 5.0.0
@@ -1304,8 +1298,8 @@ importers:
specifier: 3.35.0
version: 3.35.0
harfbuzzjs:
- specifier: 0.10.0
- version: 0.10.0
+ specifier: 0.10.1
+ version: 0.10.1
tsx:
specifier: 4.21.0
version: 4.21.0
@@ -1320,11 +1314,11 @@ importers:
specifier: 1.0.2
version: 1.0.2
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
packages/misskey-bubble-game:
dependencies:
@@ -1348,11 +1342,11 @@ importers:
specifier: 3.0.8
version: 3.0.8
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
esbuild:
specifier: 0.27.4
version: 0.27.4
@@ -1382,14 +1376,14 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
'@vitest/coverage-v8':
- specifier: 4.1.0
- version: 4.1.0(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)))
+ specifier: 4.1.1
+ version: 4.1.1(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)))
esbuild:
specifier: 0.27.4
version: 0.27.4
@@ -1406,11 +1400,11 @@ importers:
specifier: 0.33.0
version: 0.33.0
vitest:
- specifier: 4.1.0
- version: 4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ specifier: 4.1.1
+ version: 4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
vitest-websocket-mock:
specifier: 0.5.0
- version: 0.5.0(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)))
+ version: 0.5.0(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)))
packages/misskey-js/generator:
devDependencies:
@@ -1421,11 +1415,11 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
eslint:
specifier: 9.39.4
version: 9.39.4
@@ -1452,11 +1446,11 @@ importers:
specifier: 24.12.0
version: 24.12.0
'@typescript-eslint/eslint-plugin':
- specifier: 8.57.0
- version: 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
esbuild:
specifier: 0.27.4
version: 0.27.4
@@ -1483,14 +1477,14 @@ importers:
version: link:../misskey-js
devDependencies:
'@typescript-eslint/parser':
- specifier: 8.57.0
- version: 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ specifier: 8.57.2
+ version: 8.57.2(eslint@9.39.4)(typescript@5.9.3)
'@typescript/lib-webworker':
specifier: npm:@types/serviceworker@0.0.74
version: '@types/serviceworker@0.0.74'
eslint-plugin-import:
specifier: 2.32.0
- version: 2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
+ version: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
nodemon:
specifier: 3.1.14
version: 3.1.14
@@ -1565,133 +1559,133 @@ packages:
'@aws-crypto/util@5.2.0':
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
- '@aws-sdk/client-s3@3.1008.0':
- resolution: {integrity: sha512-w/SIRD25v2zVMbkn8CYIxUsac8yf5Jghkhw5j7EsNWdJhl56m/nWpUX7t1etFUW1cnzpFjZV0lXt0dNFSnbXwA==}
+ '@aws-sdk/client-s3@3.1016.0':
+ resolution: {integrity: sha512-E9umet1PolP6I8TpjQQ2W88aIIguyiRQJE98ag6N6QeLgjSZsF+h9l3KclwCRvqUFU68x+HRwrgXxvbIBVFLbA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/core@3.973.19':
- resolution: {integrity: sha512-56KePyOcZnKTWCd89oJS1G6j3HZ9Kc+bh/8+EbvtaCCXdP6T7O7NzCiPuHRhFLWnzXIaXX3CxAz0nI5My9spHQ==}
+ '@aws-sdk/core@3.973.24':
+ resolution: {integrity: sha512-vvf82RYQu2GidWAuQq+uIzaPz9V0gSCXVqdVzRosgl5rXcspXOpSD3wFreGGW6AYymPr97Z69kjVnLePBxloDw==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/crc64-nvme@3.972.4':
- resolution: {integrity: sha512-HKZIZLbRyvzo/bXZU7Zmk6XqU+1C9DjI56xd02vwuDIxedxBEqP17t9ExhbP9QFeNq/a3l9GOcyirFXxmbDhmw==}
+ '@aws-sdk/crc64-nvme@3.972.5':
+ resolution: {integrity: sha512-2VbTstbjKdT+yKi8m7b3a9CiVac+pL/IY2PHJwsaGkkHmuuqkJZIErPck1h6P3T9ghQMLSdMPyW6Qp7Di5swFg==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-env@3.972.17':
- resolution: {integrity: sha512-MBAMW6YELzE1SdkOniqr51mrjapQUv8JXSGxtwRjQV0mwVDutVsn22OPAUt4RcLRvdiHQmNBDEFP9iTeSVCOlA==}
+ '@aws-sdk/credential-provider-env@3.972.22':
+ resolution: {integrity: sha512-cXp0VTDWT76p3hyK5D51yIKEfpf6/zsUvMfaB8CkyqadJxMQ8SbEeVroregmDlZbtG31wkj9ei0WnftmieggLg==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-http@3.972.19':
- resolution: {integrity: sha512-9EJROO8LXll5a7eUFqu48k6BChrtokbmgeMWmsH7lBb6lVbtjslUYz/ShLi+SHkYzTomiGBhmzTW7y+H4BxsnA==}
+ '@aws-sdk/credential-provider-http@3.972.24':
+ resolution: {integrity: sha512-h694K7+tRuepSRJr09wTvQfaEnjzsKZ5s7fbESrVds02GT/QzViJ94/HCNwM7bUfFxqpPXHxulZfL6Cou0dwPg==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-ini@3.972.19':
- resolution: {integrity: sha512-pVJVjWqVrPqjpFq7o0mCmeZu1Y0c94OCHSYgivdCD2wfmYVtBbwQErakruhgOD8pcMcx9SCqRw1pzHKR7OGBcA==}
+ '@aws-sdk/credential-provider-ini@3.972.24':
+ resolution: {integrity: sha512-O46fFmv0RDFWiWEA9/e6oW92BnsyAXuEgTTasxHligjn2RCr9L/DK773m/NoFaL3ZdNAUz8WxgxunleMnHAkeQ==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-login@3.972.19':
- resolution: {integrity: sha512-jOXdZ1o+CywQKr6gyxgxuUmnGwTTnY2Kxs1PM7fI6AYtDWDnmW/yKXayNqkF8KjP1unflqMWKVbVt5VgmE3L0g==}
+ '@aws-sdk/credential-provider-login@3.972.24':
+ resolution: {integrity: sha512-sIk8oa6AzDoUhxsR11svZESqvzGuXesw62Rl2oW6wguZx8i9cdGCvkFg+h5K7iucUZP8wyWibUbJMc+J66cu5g==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-node@3.972.20':
- resolution: {integrity: sha512-0xHca2BnPY0kzjDYPH7vk8YbfdBPpWVS67rtqQMalYDQUCBYS37cZ55K6TuFxCoIyNZgSCFrVKr9PXC5BVvQQw==}
+ '@aws-sdk/credential-provider-node@3.972.25':
+ resolution: {integrity: sha512-m7dR0Dsva2P+VUpL+VkC0WwiDby5pgmWXkRVDB5rlwv0jXJrQJf7YMtCoM8Wjk0H9jPeCYOxOXXcIgp/qp5Alg==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-process@3.972.17':
- resolution: {integrity: sha512-c8G8wT1axpJDgaP3xzcy+q8Y1fTi9A2eIQJvyhQ9xuXrUZhlCfXbC0vM9bM1CUXiZppFQ1p7g0tuUMvil/gCPg==}
+ '@aws-sdk/credential-provider-process@3.972.22':
+ resolution: {integrity: sha512-Os32s8/4gTZjBk5BtoS/cuTILaj+K72d0dVG7TCJX/fC4598cxwLDmf1AEHEpER5oL3K//yETjvFaz0V8oO5Xw==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-sso@3.972.19':
- resolution: {integrity: sha512-kVjQsEU3b///q7EZGrUzol9wzwJFKbEzqJKSq82A9ShrUTEO7FNylTtby3sPV19ndADZh1H3FB3+5ZrvKtEEeg==}
+ '@aws-sdk/credential-provider-sso@3.972.24':
+ resolution: {integrity: sha512-PaFv7snEfypU2yXkpvfyWgddEbDLtgVe51wdZlinhc2doubBjUzJZZpgwuF2Jenl1FBydMhNpMjD6SBUM3qdSA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/credential-provider-web-identity@3.972.19':
- resolution: {integrity: sha512-BV1BlTFdG4w4tAihxN7iXDBoNcNewXD4q8uZlNQiUrnqxwGWUhKHODIQVSPlQGxXClEj+63m+cqZskw+ESmeZg==}
+ '@aws-sdk/credential-provider-web-identity@3.972.24':
+ resolution: {integrity: sha512-J6H4R1nvr3uBTqD/EeIPAskrBtET4WFfNhpFySr2xW7bVZOXpQfPjrLSIx65jcNjBmLXzWq8QFLdVoGxiGG/SA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/lib-storage@3.1008.0':
- resolution: {integrity: sha512-SWIzixPt9VG6jz8+tR8VklOi3FXY1J6WMfd1JEtY9gVtJaLGF5tWexIkjUnGHP8B6M6Uk+qC5zdr2Caome5Gfg==}
+ '@aws-sdk/lib-storage@3.1016.0':
+ resolution: {integrity: sha512-zSHj28SAKCinrxUiJp2fsAFMqc4AWM9WNOOMayysTgOAAticMip9nVcsbcDJCh0PCB9U+ikZdW7OWSCuw7E5xA==}
engines: {node: '>=20.0.0'}
peerDependencies:
- '@aws-sdk/client-s3': ^3.1008.0
+ '@aws-sdk/client-s3': ^3.1016.0
- '@aws-sdk/middleware-bucket-endpoint@3.972.7':
- resolution: {integrity: sha512-goX+axlJ6PQlRnzE2bQisZ8wVrlm6dXJfBzMJhd8LhAIBan/w1Kl73fJnalM/S+18VnpzIHumyV6DtgmvqG5IA==}
+ '@aws-sdk/middleware-bucket-endpoint@3.972.8':
+ resolution: {integrity: sha512-WR525Rr2QJSETa9a050isktyWi/4yIGcmY3BQ1kpHqb0LqUglQHCS8R27dTJxxWNZvQ0RVGtEZjTCbZJpyF3Aw==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-expect-continue@3.972.7':
- resolution: {integrity: sha512-mvWqvm61bmZUKmmrtl2uWbokqpenY3Mc3Jf4nXB/Hse6gWxLPaCQThmhPBDzsPSV8/Odn8V6ovWt3pZ7vy4BFQ==}
+ '@aws-sdk/middleware-expect-continue@3.972.8':
+ resolution: {integrity: sha512-5DTBTiotEES1e2jOHAq//zyzCjeMB78lEHd35u15qnrid4Nxm7diqIf9fQQ3Ov0ChH1V3Vvt13thOnrACmfGVQ==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-flexible-checksums@3.973.5':
- resolution: {integrity: sha512-Dp3hqE5W6hG8HQ3Uh+AINx9wjjqYmFHbxede54sGj3akx/haIQrkp85lNdTdC+ouNUcSYNiuGkzmyDREfHX1Gg==}
+ '@aws-sdk/middleware-flexible-checksums@3.974.4':
+ resolution: {integrity: sha512-fhCbZXPAyy8btnNbnBlR7Cc1nD54cETSvGn2wey71ehsM89AKPO8Dpco9DBAAgvrUdLrdHQepBXcyX4vxC5OwA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-host-header@3.972.7':
- resolution: {integrity: sha512-aHQZgztBFEpDU1BB00VWCIIm85JjGjQW1OG9+98BdmaOpguJvzmXBGbnAiYcciCd+IS4e9BEq664lhzGnWJHgQ==}
+ '@aws-sdk/middleware-host-header@3.972.8':
+ resolution: {integrity: sha512-wAr2REfKsqoKQ+OkNqvOShnBoh+nkPurDKW7uAeVSu6kUECnWlSJiPvnoqxGlfousEY/v9LfS9sNc46hjSYDIQ==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-location-constraint@3.972.7':
- resolution: {integrity: sha512-vdK1LJfffBp87Lj0Bw3WdK1rJk9OLDYdQpqoKgmpIZPe+4+HawZ6THTbvjhJt4C4MNnRrHTKHQjkwBiIpDBoig==}
+ '@aws-sdk/middleware-location-constraint@3.972.8':
+ resolution: {integrity: sha512-KaUoFuoFPziIa98DSQsTPeke1gvGXlc5ZGMhy+b+nLxZ4A7jmJgLzjEF95l8aOQN2T/qlPP3MrAyELm8ExXucw==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-logger@3.972.7':
- resolution: {integrity: sha512-LXhiWlWb26txCU1vcI9PneESSeRp/RYY/McuM4SpdrimQR5NgwaPb4VJCadVeuGWgh6QmqZ6rAKSoL1ob16W6w==}
+ '@aws-sdk/middleware-logger@3.972.8':
+ resolution: {integrity: sha512-CWl5UCM57WUFaFi5kB7IBY1UmOeLvNZAZ2/OZ5l20ldiJ3TiIz1pC65gYj8X0BCPWkeR1E32mpsCk1L1I4n+lA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-recursion-detection@3.972.7':
- resolution: {integrity: sha512-l2VQdcBcYLzIzykCHtXlbpiVCZ94/xniLIkAj0jpnpjY4xlgZx7f56Ypn+uV1y3gG0tNVytJqo3K9bfMFee7SQ==}
+ '@aws-sdk/middleware-recursion-detection@3.972.8':
+ resolution: {integrity: sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-sdk-s3@3.972.19':
- resolution: {integrity: sha512-/CtOHHVFg4ZuN6CnLnYkrqWgVEnbOBC4kNiKa+4fldJ9cioDt3dD/f5vpq0cWLOXwmGL2zgVrVxNhjxWpxNMkg==}
+ '@aws-sdk/middleware-sdk-s3@3.972.25':
+ resolution: {integrity: sha512-4xJL7O+XkhbSkT4yAYshkAww+mxJvtGQneNHH0MOpe+w8Vo2z87M9z06UO3G6zPM2c3Ef2yKczvZpTgdArMHfg==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-ssec@3.972.7':
- resolution: {integrity: sha512-G9clGVuAml7d8DYzY6DnRi7TIIDRvZ3YpqJPz/8wnWS5fYx/FNWNmkO6iJVlVkQg9BfeMzd+bVPtPJOvC4B+nQ==}
+ '@aws-sdk/middleware-ssec@3.972.8':
+ resolution: {integrity: sha512-wqlK0yO/TxEC2UsY9wIlqeeutF6jjLe0f96Pbm40XscTo57nImUk9lBcw0dPgsm0sppFtAkSlDrfpK+pC30Wqw==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/middleware-user-agent@3.972.20':
- resolution: {integrity: sha512-3kNTLtpUdeahxtnJRnj/oIdLAUdzTfr9N40KtxNhtdrq+Q1RPMdCJINRXq37m4t5+r3H70wgC3opW46OzFcZYA==}
+ '@aws-sdk/middleware-user-agent@3.972.25':
+ resolution: {integrity: sha512-QxiMPofvOt8SwSynTOmuZfvvPM1S9QfkESBxB22NMHTRXCJhR5BygLl8IXfC4jELiisQgwsgUby21GtXfX3f/g==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/nested-clients@3.996.9':
- resolution: {integrity: sha512-+RpVtpmQbbtzFOKhMlsRcXM/3f1Z49qTOHaA8gEpHOYruERmog6f2AUtf/oTRLCWjR9H2b3roqryV/hI7QMW8w==}
+ '@aws-sdk/nested-clients@3.996.14':
+ resolution: {integrity: sha512-fSESKvh1VbfjtV3QMnRkCPZWkUbQof6T/DOpiLp33yP2wA+rbwwnZeG3XT3Ekljgw2I8X4XaQPnw+zSR8yxJ5Q==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/region-config-resolver@3.972.7':
- resolution: {integrity: sha512-/Ev/6AI8bvt4HAAptzSjThGUMjcWaX3GX8oERkB0F0F9x2dLSBdgFDiyrRz3i0u0ZFZFQ1b28is4QhyqXTUsVA==}
+ '@aws-sdk/region-config-resolver@3.972.9':
+ resolution: {integrity: sha512-eQ+dFU05ZRC/lC2XpYlYSPlXtX3VT8sn5toxN2Fv7EXlMoA2p9V7vUBKqHunfD4TRLpxUq8Y8Ol/nCqiv327Ng==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/signature-v4-multi-region@3.996.7':
- resolution: {integrity: sha512-mYhh7FY+7OOqjkYkd6+6GgJOsXK1xBWmuR+c5mxJPj2kr5TBNeZq+nUvE9kANWAux5UxDVrNOSiEM/wlHzC3Lg==}
+ '@aws-sdk/signature-v4-multi-region@3.996.13':
+ resolution: {integrity: sha512-7j8rOFHHq4e9McCSuWBmBSADriW5CjPUem4inckRh/cyQGaijBwDbkNbVTgDVDWqFo29SoVVUfI6HCOnck6HZw==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/token-providers@3.1008.0':
- resolution: {integrity: sha512-TulwlHQBWcJs668kNUDMZHN51DeLrDsYT59Ux4a/nbvr025gM6HjKJJ3LvnZccam7OS/ZKUVkWomCneRQKJbBg==}
+ '@aws-sdk/token-providers@3.1015.0':
+ resolution: {integrity: sha512-3OSD4y110nisRhHzFOjoEeHU4GQL4KpzkX9PxzWaiZe0Yg2+thZKM0Pn9DjYwezH5JYfh/K++xK/SE0IHGrmCQ==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/types@3.973.5':
- resolution: {integrity: sha512-hl7BGwDCWsjH8NkZfx+HgS7H2LyM2lTMAI7ba9c8O0KqdBLTdNJivsHpqjg9rNlAlPyREb6DeDRXUl0s8uFdmQ==}
+ '@aws-sdk/types@3.973.6':
+ resolution: {integrity: sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw==}
engines: {node: '>=20.0.0'}
'@aws-sdk/util-arn-parser@3.972.3':
resolution: {integrity: sha512-HzSD8PMFrvgi2Kserxuff5VitNq2sgf3w9qxmskKDiDTThWfVteJxuCS9JXiPIPtmCrp+7N9asfIaVhBFORllA==}
engines: {node: '>=20.0.0'}
- '@aws-sdk/util-endpoints@3.996.4':
- resolution: {integrity: sha512-Hek90FBmd4joCFj+Vc98KLJh73Zqj3s2W56gjAcTkrNLMDI5nIFkG9YpfcJiVI1YlE2Ne1uOQNe+IgQ/Vz2XRA==}
+ '@aws-sdk/util-endpoints@3.996.5':
+ resolution: {integrity: sha512-Uh93L5sXFNbyR5sEPMzUU8tJ++Ku97EY4udmC01nB8Zu+xfBPwpIwJ6F7snqQeq8h2pf+8SGN5/NoytfKgYPIw==}
engines: {node: '>=20.0.0'}
'@aws-sdk/util-locate-window@3.893.0':
resolution: {integrity: sha512-T89pFfgat6c8nMmpI8eKjBcDcgJq36+m9oiXbcUzeU55MP9ZuGgBomGjGnHaEyF36jenW9gmg3NfZDm0AO2XPg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/util-user-agent-browser@3.972.7':
- resolution: {integrity: sha512-7SJVuvhKhMF/BkNS1n0QAJYgvEwYbK2QLKBrzDiwQGiTRU6Yf1f3nehTzm/l21xdAOtWSfp2uWSddPnP2ZtsVw==}
+ '@aws-sdk/util-user-agent-browser@3.972.8':
+ resolution: {integrity: sha512-B3KGXJviV2u6Cdw2SDY2aDhoJkVfY/Q/Trwk2CMSkikE1Oi6gRzxhvhIfiRpHfmIsAhV4EA54TVEX8K6CbHbkA==}
- '@aws-sdk/util-user-agent-node@3.973.6':
- resolution: {integrity: sha512-iF7G0prk7AvmOK64FcLvc/fW+Ty1H+vttajL7PvJFReU8urMxfYmynTTuFKDTA76Wgpq3FzTPKwabMQIXQHiXQ==}
+ '@aws-sdk/util-user-agent-node@3.973.11':
+ resolution: {integrity: sha512-1qdXbXo2s5MMLpUvw00284LsbhtlQ4ul7Zzdn5n+7p4WVgCMLqhxImpHIrjSoc72E/fyc4Wq8dLtUld2Gsh+lA==}
engines: {node: '>=20.0.0'}
peerDependencies:
aws-crt: '>=1.0.0'
@@ -1699,8 +1693,8 @@ packages:
aws-crt:
optional: true
- '@aws-sdk/xml-builder@3.972.10':
- resolution: {integrity: sha512-OnejAIVD+CxzyAUrVic7lG+3QRltyja9LoNqCE/1YVs8ichoTbJlVSaZ9iSMcnHLyzrSNtvaOGjSDRP+d/ouFA==}
+ '@aws-sdk/xml-builder@3.972.15':
+ resolution: {integrity: sha512-PxMRlCFNiQnke9YR29vjFQwz4jq+6Q04rOVFeTDR2K7Qpv9h9FOWOxG+zJjageimYbWqE3bTuLjmryWHAWbvaA==}
engines: {node: '>=20.0.0'}
'@aws/lambda-invoke-store@0.2.2':
@@ -1938,6 +1932,9 @@ packages:
'@borewit/text-codec@0.1.1':
resolution: {integrity: sha512-5L/uBxmjaCIX5h8Z+uu+kA9BQLkc/Wl06UGR5ajNRxu+/XjonB5i8JpgFMrPj3LXTCPA0pv8yxUvbUi+QthGGA==}
+ '@bufbuild/protobuf@2.11.0':
+ resolution: {integrity: sha512-sBXGT13cpmPR5BMgHE6UEEfEaShh5Ror6rfN3yEK5si7QVrtZg8LEPQb0VVhiLRUslD2yLnXtnRzG035J/mZXQ==}
+
'@canvas/image-data@1.1.0':
resolution: {integrity: sha512-QdObRRjRbcXGmM1tmJ+MrHcaz1MftF2+W7YI+MsphnsCrmtyfS0d5qJbk0MeSbUeyM/jCb0hmnkXPsy026L7dA==}
@@ -2026,9 +2023,15 @@ packages:
'@discordapp/twemoji@16.0.1':
resolution: {integrity: sha512-figLiBWzjS5cyrAjLaGjM8AAaowO3qvK8rg5bA2dElB4qsaPMvBVlFDMO2d3x+nC1igt7kgWH4dvNmvvUHUF8w==}
+ '@emnapi/core@1.9.1':
+ resolution: {integrity: sha512-mukuNALVsoix/w1BJwFzwXBN/dHeejQtuVzcDsfOEsdpCumXb/E9j8w11h5S54tT1xhifGfbbSm/ICrObRb3KA==}
+
'@emnapi/runtime@1.7.1':
resolution: {integrity: sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==}
+ '@emnapi/wasi-threads@1.2.0':
+ resolution: {integrity: sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==}
+
'@emotion/hash@0.9.2':
resolution: {integrity: sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==}
@@ -2272,8 +2275,8 @@ packages:
'@fastify/forwarded@3.0.1':
resolution: {integrity: sha512-JqDochHFqXs3C3Ml3gOY58zM7OqO9ENqPo0UqAjAjH8L01fRZqwX9iLeX34//kiJubF7r2ZQHtBRU36vONbLlw==}
- '@fastify/http-proxy@11.4.1':
- resolution: {integrity: sha512-sMYEIB0c7qCYutpZyS12c8xnVgmEMSUUVU2XjcNq2JzHf6Hta1BWcpnG5FXxR3WEm48uZNCi0MxnIYtwjwd21Q==}
+ '@fastify/http-proxy@11.4.2':
+ resolution: {integrity: sha512-J52YphwK9XMw85Sy0Dx5ExKPntMbG9YQeKcwqfjaYpTUqaCvqGwuySLU9ltIFFyslDZUdiX5JrxeZRxyfD4gaw==}
'@fastify/merge-json-schemas@0.2.1':
resolution: {integrity: sha512-OA3KGBCy6KtIvLf8DINC5880o5iBlDX4SxzLQS8HorJAbqluzLRn80UXU0bxZn7UOFhFgpRJDasfwn9nG4FG4A==}
@@ -2281,8 +2284,8 @@ packages:
'@fastify/multipart@9.4.0':
resolution: {integrity: sha512-Z404bzZeLSXTBmp/trCBuoVFX28pM7rhv849Q5TsbTFZHuk1lc4QjQITTPK92DKVpXmNtJXeHSSc7GYvqFpxAQ==}
- '@fastify/otel@0.16.0':
- resolution: {integrity: sha512-2304BdM5Q/kUvQC9qJO1KZq3Zn1WWsw+WWkVmFEaj1UE2hEIiuFqrPeglQOwEtw/ftngisqfQ3v70TWMmwhhHA==}
+ '@fastify/otel@0.17.1':
+ resolution: {integrity: sha512-K4wyxfUZx2ux5o+b6BtTqouYFVILohLZmSbA2tKUueJstNcBnoGPVhllCaOvbQ3ZrXdUxUC/fyrSWSCqHhdOPg==}
peerDependencies:
'@opentelemetry/api': ^1.9.0
@@ -3310,79 +3313,79 @@ packages:
resolution: {integrity: sha512-7G0Uf0yK3f2bjElBLGHIQzgRgMESczOMyYVasq1XK8P5HaXtlW4eQhz9MBL+TQILZLaruq+ClGId+hH0w4jvWw==}
engines: {node: '>=18'}
- '@napi-rs/canvas-android-arm64@0.1.96':
- resolution: {integrity: sha512-ew1sPrN3dGdZ3L4FoohPfnjq0f9/Jk7o+wP7HkQZokcXgIUD6FIyICEWGhMYzv53j63wUcPvZeAwgewX58/egg==}
+ '@napi-rs/canvas-android-arm64@0.1.97':
+ resolution: {integrity: sha512-V1c/WVw+NzH8vk7ZK/O8/nyBSCQimU8sfMsB/9qeSvdkGKNU7+mxy/bIF0gTgeBFmHpj30S4E9WHMSrxXGQuVQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [android]
- '@napi-rs/canvas-darwin-arm64@0.1.96':
- resolution: {integrity: sha512-Q/wOXZ5PzTqpdmA5eUOcegCf4Go/zz3aZ5DlzSeDpOjFmfwMKh8EzLAoweQ+mJVagcHQyzoJhaTEnrO68TNyNg==}
+ '@napi-rs/canvas-darwin-arm64@0.1.97':
+ resolution: {integrity: sha512-ok+SCEF4YejcxuJ9Rm+WWunHHpf2HmiPxfz6z1a/NFQECGXtsY7A4B8XocK1LmT1D7P174MzwPF9Wy3AUAwEPw==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
- '@napi-rs/canvas-darwin-x64@0.1.96':
- resolution: {integrity: sha512-UrXiQz28tQEvGM1qvyptewOAfmUrrd5+wvi6Rzjj2VprZI8iZ2KIvBD2lTTG1bVF95AbeDeG7PJA0D9sLKaOFA==}
+ '@napi-rs/canvas-darwin-x64@0.1.97':
+ resolution: {integrity: sha512-PUP6e6/UGlclUvAQNnuXCcnkpdUou6VYZfQOQxExLp86epOylmiwLkqXIvpFmjoTEDmPmXrI+coL/9EFU1gKPA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
- '@napi-rs/canvas-linux-arm-gnueabihf@0.1.96':
- resolution: {integrity: sha512-I90ODxweD8aEP6XKU/NU+biso95MwCtQ2F46dUvhec1HesFi0tq/tAJkYic/1aBSiO/1kGKmSeD1B0duOHhEHQ==}
+ '@napi-rs/canvas-linux-arm-gnueabihf@0.1.97':
+ resolution: {integrity: sha512-XyXH2L/cic8eTNtbrXCcvqHtMX/nEOxN18+7rMrAM2XtLYC/EB5s0wnO1FsLMWmK+04ZSLN9FBGipo7kpIkcOw==}
engines: {node: '>= 10'}
cpu: [arm]
os: [linux]
- '@napi-rs/canvas-linux-arm64-gnu@0.1.96':
- resolution: {integrity: sha512-Dx/0+RFV++w3PcRy+4xNXkghhXjA5d0Mw1bs95emn5Llinp1vihMaA6WJt3oYv2LAHc36+gnrhIBsPhUyI2SGw==}
+ '@napi-rs/canvas-linux-arm64-gnu@0.1.97':
+ resolution: {integrity: sha512-Kuq/M3djq0K8ktgz6nPlK7Ne5d4uWeDxPpyKWOjWDK2RIOhHVtLtyLiJw2fuldw7Vn4mhw05EZXCEr4Q76rs9w==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@napi-rs/canvas-linux-arm64-musl@0.1.96':
- resolution: {integrity: sha512-UvOi7fii3IE2KDfEfhh8m+LpzSRvhGK7o1eho99M2M0HTik11k3GX+2qgVx9EtujN3/bhFFS1kSO3+vPMaJ0Mg==}
+ '@napi-rs/canvas-linux-arm64-musl@0.1.97':
+ resolution: {integrity: sha512-kKmSkQVnWeqg7qdsiXvYxKhAFuHz3tkBjW/zyQv5YKUPhotpaVhpBGv5LqCngzyuRV85SXoe+OFj+Tv0a0QXkQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@napi-rs/canvas-linux-riscv64-gnu@0.1.96':
- resolution: {integrity: sha512-MBSukhGCQ5nRtf9NbFYWOU080yqkZU1PbuH4o1ROvB4CbPl12fchDR35tU83Wz8gWIM9JTn99lBn9DenPIv7Ig==}
+ '@napi-rs/canvas-linux-riscv64-gnu@0.1.97':
+ resolution: {integrity: sha512-Jc7I3A51jnEOIAXeLsN/M/+Z28LUeakcsXs07FLq9prXc0eYOtVwsDEv913Gr+06IRo34gJJVgT0TXvmz+N2VA==}
engines: {node: '>= 10'}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@napi-rs/canvas-linux-x64-gnu@0.1.96':
- resolution: {integrity: sha512-I/ccu2SstyKiV3HIeVzyBIWfrJo8cN7+MSQZPnabewWV6hfJ2nY7Df2WqOHmobBRUw84uGR6zfQHsUEio/m5Vg==}
+ '@napi-rs/canvas-linux-x64-gnu@0.1.97':
+ resolution: {integrity: sha512-iDUBe7AilfuBSRbSa8/IGX38Mf+iCSBqoVKLSQ5XaY2JLOaqz1TVyPFEyIck7wT6mRQhQt5sN6ogfjIDfi74tg==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@napi-rs/canvas-linux-x64-musl@0.1.96':
- resolution: {integrity: sha512-H3uov7qnTl73GDT4h52lAqpJPsl1tIUyNPWJyhQ6gHakohNqqRq3uf80+NEpzcytKGEOENP1wX3yGwZxhjiWEQ==}
+ '@napi-rs/canvas-linux-x64-musl@0.1.97':
+ resolution: {integrity: sha512-AKLFd/v0Z5fvgqBDqhvqtAdx+fHMJ5t9JcUNKq4FIZ5WH+iegGm8HPdj00NFlCSnm83Fp3Ln8I2f7uq1aIiWaA==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
libc: [musl]
- '@napi-rs/canvas-win32-arm64-msvc@0.1.96':
- resolution: {integrity: sha512-ATp6Y+djOjYtkfV/VRH7CZ8I1MEtkUQBmKUbuWw5zWEHHqfL0cEcInE4Cxgx7zkNAhEdBbnH8HMVrqNp+/gwxA==}
+ '@napi-rs/canvas-win32-arm64-msvc@0.1.97':
+ resolution: {integrity: sha512-u883Yr6A6fO7Vpsy9YE4FVCIxzzo5sO+7pIUjjoDLjS3vQaNMkVzx5bdIpEL+ob+gU88WDK4VcxYMZ6nmnoX9A==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
- '@napi-rs/canvas-win32-x64-msvc@0.1.96':
- resolution: {integrity: sha512-UYGdTltVd+Z8mcIuoqGmAXXUvwH5CLf2M6mIB5B0/JmX5J041jETjqtSYl7gN+aj3k1by/SG6sS0hAwCqyK7zw==}
+ '@napi-rs/canvas-win32-x64-msvc@0.1.97':
+ resolution: {integrity: sha512-sWtD2EE3fV0IzN+iiQUqr/Q1SwqWhs2O1FKItFlxtdDkikpEj5g7DKQpY3x55H/MAOnL8iomnlk3mcEeGiUMoQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
- '@napi-rs/canvas@0.1.96':
- resolution: {integrity: sha512-6NNmNxvoJKeucVjxaaRUt3La2i5jShgiAbaY3G/72s1Vp3U06XPrAIxkAjBxpDcamEn/t+WJ4OOlGmvILo4/Ew==}
+ '@napi-rs/canvas@0.1.97':
+ resolution: {integrity: sha512-8cFniXvrIEnVwuNSRCW9wirRZbHvrD3JVujdS2P5n5xiJZNZMOZcfOvJ1pb66c7jXMKHHglJEDVJGbm8XWFcXQ==}
engines: {node: '>= 10'}
'@napi-rs/nice-android-arm-eabi@1.1.1':
@@ -3498,8 +3501,11 @@ packages:
resolution: {integrity: sha512-xJIPs+bYuc9ASBl+cvGsKbGrJmS6fAKaSZCnT0lhahT5rhA2VVy9/EcIgd2JhtEuFOJNx7UHNn/qiTPTY4nrQw==}
engines: {node: '>= 10'}
- '@nestjs/common@11.1.16':
- resolution: {integrity: sha512-JSIeW+USuMJkkcNbiOdcPkVCeI3TSnXstIVEPpp3HiaKnPRuSbUUKm9TY9o/XpIcPHWUOQItAtC5BiAwFdVITQ==}
+ '@napi-rs/wasm-runtime@1.1.1':
+ resolution: {integrity: sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A==}
+
+ '@nestjs/common@11.1.17':
+ resolution: {integrity: sha512-hLODw5Abp8OQgA+mUO4tHou4krKgDtUcM9j5Ihxncst9XeyxYBTt2bwZm4e4EQr5E352S4Fyy6V3iFx9ggxKAg==}
peerDependencies:
class-transformer: '>=0.4.1'
class-validator: '>=0.13.2'
@@ -3511,8 +3517,8 @@ packages:
class-validator:
optional: true
- '@nestjs/core@11.1.16':
- resolution: {integrity: sha512-tXWXyCiqWthelJjrE0KLFjf0O98VEt+WPVx5CrqCf+059kIxJ8y1Vw7Cy7N4fwQafWNrmFL2AfN87DDMbVAY0w==}
+ '@nestjs/core@11.1.17':
+ resolution: {integrity: sha512-lD5mAYekTTurF3vDaa8C2OKPnjiz4tsfxIc5XlcSUzOhkwWf6Ay3HKvt6FmvuWQam6uIIHX52Clg+e6tAvf/cg==}
engines: {node: '>= 20'}
peerDependencies:
'@nestjs/common': ^11.0.0
@@ -3529,14 +3535,14 @@ packages:
'@nestjs/websockets':
optional: true
- '@nestjs/platform-express@11.1.16':
- resolution: {integrity: sha512-IOegr5+ZfUiMKgk+garsSU4MOkPRhm46e6w8Bp1GcO4vCdl9Piz6FlWAzKVfa/U3Hn/DdzSVJOW3TWcQQFdBDw==}
+ '@nestjs/platform-express@11.1.17':
+ resolution: {integrity: sha512-mAf4eOsSBsTOn/VbrUO1gsjW6dVh91qqXPMXun4dN8SnNjf7PTQagM9o8d6ab8ZBpNe6UdZftdrZoDetU+n4Qg==}
peerDependencies:
'@nestjs/common': ^11.0.0
'@nestjs/core': ^11.0.0
- '@nestjs/testing@11.1.16':
- resolution: {integrity: sha512-E7/aUCxzeMSJV80L5GWGIuiMyR/1ncS7uOIetAImfbS4ATE1/h2GBafk0qpk+vjFtPIbtoh9BWDGICzUEU5jDA==}
+ '@nestjs/testing@11.1.17':
+ resolution: {integrity: sha512-lNffw+z+2USewmw4W0tsK+Rq94A2N4PiHbcqoRUu5y8fnqxQeIWGHhjo5BFCqj7eivqJBhT7WdRydxVq4rAHzg==}
peerDependencies:
'@nestjs/common': ^11.0.0
'@nestjs/core': ^11.0.0
@@ -3597,164 +3603,164 @@ packages:
resolution: {integrity: sha512-lAb0jQRVyleQQGiuuvCOTDVspc14nx6XJjP4FspJ1sNARo3Regq4ZZbrc3rN4b1TYSuUCvgH+UXUPug4SLOqEQ==}
engines: {node: '>=8.0.0'}
- '@opentelemetry/api-logs@0.208.0':
- resolution: {integrity: sha512-CjruKY9V6NMssL/T1kAFgzosF1v9o6oeN+aX5JB/C/xPNtmgIJqcXHG7fA82Ou1zCpWGl4lROQUKwUNE1pMCyg==}
+ '@opentelemetry/api-logs@0.212.0':
+ resolution: {integrity: sha512-TEEVrLbNROUkYY51sBJGk7lO/OLjuepch8+hmpM6ffMJQ2z/KVCjdHuCFX6fJj8OkJP2zckPjrJzQtXU3IAsFg==}
engines: {node: '>=8.0.0'}
- '@opentelemetry/api-logs@0.211.0':
- resolution: {integrity: sha512-swFdZq8MCdmdR22jTVGQDhwqDzcI4M10nhjXkLr1EsIzXgZBqm4ZlmmcWsg3TSNf+3mzgOiqveXmBLZuDi2Lgg==}
+ '@opentelemetry/api-logs@0.213.0':
+ resolution: {integrity: sha512-zRM5/Qj6G84Ej3F1yt33xBVY/3tnMxtL1fiDIxYbDWYaZ/eudVw3/PBiZ8G7JwUxXxjW8gU4g6LnOyfGKYHYgw==}
engines: {node: '>=8.0.0'}
'@opentelemetry/api@1.9.0':
resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==}
engines: {node: '>=8.0.0'}
- '@opentelemetry/context-async-hooks@2.5.1':
- resolution: {integrity: sha512-MHbu8XxCHcBn6RwvCt2Vpn1WnLMNECfNKYB14LI5XypcgH4IE0/DiVifVR9tAkwPMyLXN8dOoPJfya3IryLQVw==}
+ '@opentelemetry/context-async-hooks@2.6.1':
+ resolution: {integrity: sha512-XHzhwRNkBpeP8Fs/qjGrAf9r9PRv67wkJQ/7ZPaBQQ68DYlTBBx5MF9LvPx7mhuXcDessKK2b+DcxqwpgkcivQ==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/core@2.5.0':
- resolution: {integrity: sha512-ka4H8OM6+DlUhSAZpONu0cPBtPPTQKxbxVzC4CzVx5+K4JnroJVBtDzLAMx4/3CDTJXRvVFhpFjtl4SaiTNoyQ==}
+ '@opentelemetry/core@2.6.0':
+ resolution: {integrity: sha512-HLM1v2cbZ4TgYN6KEOj+Bbj8rAKriOdkF9Ed3tG25FoprSiQl7kYc+RRT6fUZGOvx0oMi5U67GoFdT+XUn8zEg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/core@2.5.1':
- resolution: {integrity: sha512-Dwlc+3HAZqpgTYq0MUyZABjFkcrKTePwuiFVLjahGD8cx3enqihmpAmdgNFO1R4m/sIe5afjJrA25Prqy4NXlA==}
+ '@opentelemetry/core@2.6.1':
+ resolution: {integrity: sha512-8xHSGWpJP9wBxgBpnqGL0R3PbdWQndL1Qp50qrg71+B28zK5OQmUgcDKLJgzyAAV38t4tOyLMGDD60LneR5W8g==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': '>=1.0.0 <1.10.0'
- '@opentelemetry/instrumentation-amqplib@0.58.0':
- resolution: {integrity: sha512-fjpQtH18J6GxzUZ+cwNhWUpb71u+DzT7rFkg5pLssDGaEber91Y2WNGdpVpwGivfEluMlNMZumzjEqfg8DeKXQ==}
+ '@opentelemetry/instrumentation-amqplib@0.60.0':
+ resolution: {integrity: sha512-q/B2IvoVXRm1M00MvhnzpMN6rKYOszPXVsALi6u0ss4AYHe+TidZEtLW9N1ZhrobI1dSriHnBqqtAOZVAv07sg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-connect@0.54.0':
- resolution: {integrity: sha512-43RmbhUhqt3uuPnc16cX6NsxEASEtn8z/cYV8Zpt6EP4p2h9s4FNuJ4Q9BbEQ2C0YlCCB/2crO1ruVz/hWt8fA==}
+ '@opentelemetry/instrumentation-connect@0.56.0':
+ resolution: {integrity: sha512-PKp+sSZ7AfzMvGgO3VCyo1inwNu+q7A1k9X88WK4PQ+S6Hp7eFk8pie+sWHDTaARovmqq5V2osav3lQej2B0nw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-dataloader@0.28.0':
- resolution: {integrity: sha512-ExXGBp0sUj8yhm6Znhf9jmuOaGDsYfDES3gswZnKr4MCqoBWQdEFn6EoDdt5u+RdbxQER+t43FoUihEfTSqsjA==}
+ '@opentelemetry/instrumentation-dataloader@0.30.0':
+ resolution: {integrity: sha512-MXHP2Q38cd2OhzEBKAIXUi9uBlPEYzF6BNJbyjUXBQ6kLaf93kRC41vNMIz0Nl5mnuwK7fDvKT+/lpx7BXRwdg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-express@0.59.0':
- resolution: {integrity: sha512-pMKV/qnHiW/Q6pmbKkxt0eIhuNEtvJ7sUAyee192HErlr+a1Jx+FZ3WjfmzhQL1geewyGEiPGkmjjAgNY8TgDA==}
+ '@opentelemetry/instrumentation-express@0.61.0':
+ resolution: {integrity: sha512-Xdmqo9RZuZlL29Flg8QdwrrX7eW1CZ7wFQPKHyXljNymgKhN1MCsYuqQ/7uxavhSKwAl7WxkTzKhnqpUApLMvQ==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-fs@0.30.0':
- resolution: {integrity: sha512-n3Cf8YhG7reaj5dncGlRIU7iT40bxPOjsBEA5Bc1a1g6e9Qvb+JFJ7SEiMlPbUw4PBmxE3h40ltE8LZ3zVt6OA==}
+ '@opentelemetry/instrumentation-fs@0.32.0':
+ resolution: {integrity: sha512-koR6apx0g0wX6RRiPpjA4AFQUQUbXrK16kq4/SZjVp7u5cffJhNkY4TnITxcGA4acGSPYAfx3NHRIv4Khn1axQ==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-generic-pool@0.54.0':
- resolution: {integrity: sha512-8dXMBzzmEdXfH/wjuRvcJnUFeWzZHUnExkmFJ2uPfa31wmpyBCMxO59yr8f/OXXgSogNgi/uPo9KW9H7LMIZ+g==}
+ '@opentelemetry/instrumentation-generic-pool@0.56.0':
+ resolution: {integrity: sha512-fg+Jffs6fqrf0uQS0hom7qBFKsbtpBiBl8+Vkc63Gx8xh6pVh+FhagmiO6oM0m3vyb683t1lP7yGYq22SiDnqg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-graphql@0.58.0':
- resolution: {integrity: sha512-+yWVVY7fxOs3j2RixCbvue8vUuJ1inHxN2q1sduqDB0Wnkr4vOzVKRYl/Zy7B31/dcPS72D9lo/kltdOTBM3bQ==}
+ '@opentelemetry/instrumentation-graphql@0.61.0':
+ resolution: {integrity: sha512-pUiVASv6nh2XrerTvlbVHh7vKFzscpgwiQ/xvnZuAIzQ5lRjWVdRPUuXbvZJ/Yq79QsE81TZdJ7z9YsXiss1ew==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-hapi@0.57.0':
- resolution: {integrity: sha512-Os4THbvls8cTQTVA8ApLfZZztuuqGEeqog0XUnyRW7QVF0d/vOVBEcBCk1pazPFmllXGEdNbbat8e2fYIWdFbw==}
+ '@opentelemetry/instrumentation-hapi@0.59.0':
+ resolution: {integrity: sha512-33wa4mEr+9+ztwdgLor1SeBu4Opz4IsmpcLETXAd3VmBrOjez8uQtrsOhPCa5Vhbm5gzDlMYTgFRLQzf8/YHFA==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-http@0.211.0':
- resolution: {integrity: sha512-n0IaQ6oVll9PP84SjbOCwDjaJasWRHi6BLsbMLiT6tNj7QbVOkuA5sk/EfZczwI0j5uTKl1awQPivO/ldVtsqA==}
+ '@opentelemetry/instrumentation-http@0.213.0':
+ resolution: {integrity: sha512-B978Xsm5XEPGhm1P07grDoaOFLHapJPkOG9h016cJsyWWxmiLnPu2M/4Nrm7UCkHSiLnkXgC+zVGUAIahy8EEA==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-ioredis@0.59.0':
- resolution: {integrity: sha512-875UxzBHWkW+P4Y45SoFM2AR8f8TzBMD8eO7QXGCyFSCUMP5s9vtt/BS8b/r2kqLyaRPK6mLbdnZznK3XzQWvw==}
+ '@opentelemetry/instrumentation-ioredis@0.61.0':
+ resolution: {integrity: sha512-hsHDadUtAFbws1YSDc1XW0svGFKiUbqv2td1Cby+UAiwvojm1NyBo/taifH0t8CuFZ0x/2SDm0iuTwrM5pnVOg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-kafkajs@0.20.0':
- resolution: {integrity: sha512-yJXOuWZROzj7WmYCUiyT27tIfqBrVtl1/TwVbQyWPz7rL0r1Lu7kWjD0PiVeTCIL6CrIZ7M2s8eBxsTAOxbNvw==}
+ '@opentelemetry/instrumentation-kafkajs@0.22.0':
+ resolution: {integrity: sha512-wJU4IBQMUikdJAcTChLFqK5lo+flo7pahqd8DSLv7uMxsdOdAHj6RzKYAm8pPfUS6ItKYutYyuicwKaFwQKsoA==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-knex@0.55.0':
- resolution: {integrity: sha512-FtTL5DUx5Ka/8VK6P1VwnlUXPa3nrb7REvm5ddLUIeXXq4tb9pKd+/ThB1xM/IjefkRSN3z8a5t7epYw1JLBJQ==}
+ '@opentelemetry/instrumentation-knex@0.57.0':
+ resolution: {integrity: sha512-vMCSh8kolEm5rRsc+FZeTZymWmIJwc40hjIKnXH4O0Dv/gAkJJIRXCsPX5cPbe0c0j/34+PsENd0HqKruwhVYw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-koa@0.59.0':
- resolution: {integrity: sha512-K9o2skADV20Skdu5tG2bogPKiSpXh4KxfLjz6FuqIVvDJNibwSdu5UvyyBzRVp1rQMV6UmoIk6d3PyPtJbaGSg==}
+ '@opentelemetry/instrumentation-koa@0.61.0':
+ resolution: {integrity: sha512-lvrfWe9ShK/D2X4brmx8ZqqeWPfRl8xekU0FCn7C1dHm5k6+rTOOi36+4fnaHAP8lig9Ux6XQ1D4RNIpPCt1WQ==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.9.0
- '@opentelemetry/instrumentation-lru-memoizer@0.55.0':
- resolution: {integrity: sha512-FDBfT7yDGcspN0Cxbu/k8A0Pp1Jhv/m7BMTzXGpcb8ENl3tDj/51U65R5lWzUH15GaZA15HQ5A5wtafklxYj7g==}
+ '@opentelemetry/instrumentation-lru-memoizer@0.57.0':
+ resolution: {integrity: sha512-cEqpUocSKJfwDtLYTTJehRLWzkZ2eoePCxfVIgGkGkb83fMB71O+y4MvRHJPbeV2bdoWdOVrl8uO0+EynWhTEA==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mongodb@0.64.0':
- resolution: {integrity: sha512-pFlCJjweTqVp7B220mCvCld1c1eYKZfQt1p3bxSbcReypKLJTwat+wbL2YZoX9jPi5X2O8tTKFEOahO5ehQGsA==}
+ '@opentelemetry/instrumentation-mongodb@0.66.0':
+ resolution: {integrity: sha512-d7m9QnAY+4TCWI4q1QRkfrc6fo/92VwssaB1DzQfXNRvu51b78P+HJlWP7Qg6N6nkwdb9faMZNBCZJfftmszkw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mongoose@0.57.0':
- resolution: {integrity: sha512-MthiekrU/BAJc5JZoZeJmo0OTX6ycJMiP6sMOSRTkvz5BrPMYDqaJos0OgsLPL/HpcgHP7eo5pduETuLguOqcg==}
+ '@opentelemetry/instrumentation-mongoose@0.59.0':
+ resolution: {integrity: sha512-6/jWU+c1NgznkVLDU/2y0bXV2nJo3o9FWZ9mZ9nN6T/JBNRoMnVXZl2FdBmgH+a5MwaWLs5kmRJTP5oUVGIkPw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mysql2@0.57.0':
- resolution: {integrity: sha512-nHSrYAwF7+aV1E1V9yOOP9TchOodb6fjn4gFvdrdQXiRE7cMuffyLLbCZlZd4wsspBzVwOXX8mpURdRserAhNA==}
+ '@opentelemetry/instrumentation-mysql2@0.59.0':
+ resolution: {integrity: sha512-n9/xrVCRBfG9egVbffnlU1uhr+HX0vF4GgtAB/Bvm48wpFgRidqD8msBMiym1kRYzmpWvJqTxNT47u1MkgBEdw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-mysql@0.57.0':
- resolution: {integrity: sha512-HFS/+FcZ6Q7piM7Il7CzQ4VHhJvGMJWjx7EgCkP5AnTntSN5rb5Xi3TkYJHBKeR27A0QqPlGaCITi93fUDs++Q==}
+ '@opentelemetry/instrumentation-mysql@0.59.0':
+ resolution: {integrity: sha512-r+V/Fh0sm7Ga8/zk/TI5H5FQRAjwr0RrpfPf8kNIehlsKf12XnvIaZi8ViZkpX0gyPEpLXqzqWD6QHlgObgzZw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-pg@0.63.0':
- resolution: {integrity: sha512-dKm/ODNN3GgIQVlbD6ZPxwRc3kleLf95hrRWXM+l8wYo+vSeXtEpQPT53afEf6VFWDVzJK55VGn8KMLtSve/cg==}
+ '@opentelemetry/instrumentation-pg@0.65.0':
+ resolution: {integrity: sha512-W0zpHEIEuyZ8zvb3njaX9AAbHgPYOsSWVOoWmv1sjVRSF6ZpBqtlxBWbU+6hhq1TFWBeWJOXZ8nZS/PUFpLJYQ==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-redis@0.59.0':
- resolution: {integrity: sha512-JKv1KDDYA2chJ1PC3pLP+Q9ISMQk6h5ey+99mB57/ARk0vQPGZTTEb4h4/JlcEpy7AYT8HIGv7X6l+br03Neeg==}
+ '@opentelemetry/instrumentation-redis@0.61.0':
+ resolution: {integrity: sha512-JnPexA034/0UJRsvH96B0erQoNOqKJZjE2ZRSw9hiTSC23LzE0nJE/u6D+xqOhgUhRnhhcPHq4MdYtmUdYTF+Q==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-tedious@0.30.0':
- resolution: {integrity: sha512-bZy9Q8jFdycKQ2pAsyuHYUHNmCxCOGdG6eg1Mn75RvQDccq832sU5OWOBnc12EFUELI6icJkhR7+EQKMBam2GA==}
+ '@opentelemetry/instrumentation-tedious@0.32.0':
+ resolution: {integrity: sha512-BQS6gG8RJ1foEqfEZ+wxoqlwfCAzb1ZVG0ad8Gfe4x8T658HJCLGLd4E4NaoQd8EvPfLqOXgzGaE/2U4ytDSWA==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation-undici@0.21.0':
- resolution: {integrity: sha512-gok0LPUOTz2FQ1YJMZzaHcOzDFyT64XJ8M9rNkugk923/p6lDGms/cRW1cqgqp6N6qcd6K6YdVHwPEhnx9BWbw==}
+ '@opentelemetry/instrumentation-undici@0.23.0':
+ resolution: {integrity: sha512-LL0VySzKVR2cJSFVZaTYpZl1XTpBGnfzoQPe2W7McS2267ldsaEIqtQY6VXs2KCXN0poFjze5110PIpxHDaDGg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.7.0
@@ -3765,14 +3771,14 @@ packages:
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation@0.208.0':
- resolution: {integrity: sha512-Eju0L4qWcQS+oXxi6pgh7zvE2byogAkcsVv0OjHF/97iOz1N/aKE6etSGowYkie+YA1uo6DNwdSxaaNnLvcRlA==}
+ '@opentelemetry/instrumentation@0.212.0':
+ resolution: {integrity: sha512-IyXmpNnifNouMOe0I/gX7ENfv2ZCNdYTF0FpCsoBcpbIHzk81Ww9rQTYTnvghszCg7qGrIhNvWC8dhEifgX9Jg==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
- '@opentelemetry/instrumentation@0.211.0':
- resolution: {integrity: sha512-h0nrZEC/zvI994nhg7EgQ8URIHt0uDTwN90r3qQUdZORS455bbx+YebnGeEuFghUT0HlJSrLF4iHw67f+odY+Q==}
+ '@opentelemetry/instrumentation@0.213.0':
+ resolution: {integrity: sha512-3i9NdkET/KvQomeh7UaR/F4r9P25Rx6ooALlWXPIjypcEOUxksCmVu0zA70NBJWlrMW1rPr/LRidFAflLI+s/w==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': ^1.3.0
@@ -3781,20 +3787,20 @@ packages:
resolution: {integrity: sha512-1BCcU93iwSRZvDAgwUxC/DV4T/406SkMfxGqu5ojc3AvNI+I9GhV7v0J1HljsczuuhcnFLYqD5VmwVXfCGHzxA==}
engines: {node: ^18.19.0 || >=20.6.0}
- '@opentelemetry/resources@2.5.1':
- resolution: {integrity: sha512-BViBCdE/GuXRlp9k7nS1w6wJvY5fnFX5XvuEtWsTAOQFIO89Eru7lGW3WbfbxtCuZ/GbrJfAziXG0w0dpxL7eQ==}
+ '@opentelemetry/resources@2.6.1':
+ resolution: {integrity: sha512-lID/vxSuKWXM55XhAKNoYXu9Cutoq5hFdkbTdI/zDKQktXzcWBVhNsOkiZFTMU9UtEWuGRNe0HUgmsFldIdxVA==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': '>=1.3.0 <1.10.0'
- '@opentelemetry/sdk-trace-base@2.5.1':
- resolution: {integrity: sha512-iZH3Gw8cxQn0gjpOjJMmKLd9GIaNh/E3v3ST67vyzLSxHBs14HsG4dy7jMYyC5WXGdBVEcM7U/XTF5hCQxjDMw==}
+ '@opentelemetry/sdk-trace-base@2.6.1':
+ resolution: {integrity: sha512-r86ut4T1e8vNwB35CqCcKd45yzqH6/6Wzvpk2/cZB8PsPLlZFTvrh8yfOS3CYZYcUmAx4hHTZJ8AO8Dj8nrdhw==}
engines: {node: ^18.19.0 || >=20.6.0}
peerDependencies:
'@opentelemetry/api': '>=1.3.0 <1.10.0'
- '@opentelemetry/semantic-conventions@1.39.0':
- resolution: {integrity: sha512-R5R9tb2AXs2IRLNKLBJDynhkfmx7mX0vi8NkhZb3gUkPWHn6HXk5J8iQ/dql0U3ApfWym4kXXmBDRGO+oeOfjg==}
+ '@opentelemetry/semantic-conventions@1.40.0':
+ resolution: {integrity: sha512-cifvXDhcqMwwTlTK04GBNeIe7yyo28Mfby85QXFe1Yk8nmi36Ab/5UQwptOx84SsoGNRg+EVSjwzfSZMy6pmlw==}
engines: {node: '>=14'}
'@opentelemetry/sql-common@0.41.2':
@@ -3803,6 +3809,9 @@ packages:
peerDependencies:
'@opentelemetry/api': ^1.1.0
+ '@oxc-project/types@0.122.0':
+ resolution: {integrity: sha512-oLAl5kBpV4w69UtFZ9xqcmTi+GENWOcPF7FCrczTiBbmC0ibXxCwyvZGbO39rCVEuLGAZM84DH0pUIyyv/YJzA==}
+
'@paralleldrive/cuid2@2.3.1':
resolution: {integrity: sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==}
@@ -3942,8 +3951,8 @@ packages:
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
engines: {node: '>=14'}
- '@prisma/instrumentation@7.2.0':
- resolution: {integrity: sha512-Rh9Z4x5kEj1OdARd7U18AtVrnL6rmLSI0qYShaB4W7Wx5BKbgzndWF+QnuzMb7GLfVdlT5aYCXoPQVYuYtVu0g==}
+ '@prisma/instrumentation@7.4.2':
+ resolution: {integrity: sha512-r9JfchJF1Ae6yAxcaLu/V1TGqBhAuSDe3mRNOssBfx1rMzfZ4fdNvrgUBwyb/TNTGXFxlH9AZix5P257x07nrg==}
peerDependencies:
'@opentelemetry/api': ^1.8
@@ -3973,6 +3982,104 @@ packages:
resolution: {integrity: sha512-2+O+riuIUgVSuLl3Lyh5AplWZyVMNuG2F98/o6NrutKJfW4/GTZdPpZlIphS0HGgcOHgmWcCSHj+dWFlZaGSHw==}
engines: {node: '>=18.17.0', npm: '>=9.5.0'}
+ '@rolldown/binding-android-arm64@1.0.0-rc.11':
+ resolution: {integrity: sha512-SJ+/g+xNnOh6NqYxD0V3uVN4W3VfnrGsC9/hoglicgTNfABFG9JjISvkkU0dNY84MNHLWyOgxP9v9Y9pX4S7+A==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [android]
+
+ '@rolldown/binding-darwin-arm64@1.0.0-rc.11':
+ resolution: {integrity: sha512-7WQgR8SfOPwmDZGFkThUvsmd/nwAWv91oCO4I5LS7RKrssPZmOt7jONN0cW17ydGC1n/+puol1IpoieKqQidmg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [darwin]
+
+ '@rolldown/binding-darwin-x64@1.0.0-rc.11':
+ resolution: {integrity: sha512-39Ks6UvIHq4rEogIfQBoBRusj0Q0nPVWIvqmwBLaT6aqQGIakHdESBVOPRRLacy4WwUPIx4ZKzfZ9PMW+IeyUQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [darwin]
+
+ '@rolldown/binding-freebsd-x64@1.0.0-rc.11':
+ resolution: {integrity: sha512-jfsm0ZHfhiqrvWjJAmzsqiIFPz5e7mAoCOPBNTcNgkiid/LaFKiq92+0ojH+nmJmKYkre4t71BWXUZDNp7vsag==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [freebsd]
+
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.11':
+ resolution: {integrity: sha512-zjQaUtSyq1nVe3nxmlSCuR96T1LPlpvmJ0SZy0WJFEsV4kFbXcq2u68L4E6O0XeFj4aex9bEauqjW8UQBeAvfQ==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm]
+ os: [linux]
+
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.11':
+ resolution: {integrity: sha512-WMW1yE6IOnehTcFE9eipFkm3XN63zypWlrJQ2iF7NrQ9b2LDRjumFoOGJE8RJJTJCTBAdmLMnJ8uVitACUUo1Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rolldown/binding-linux-arm64-musl@1.0.0-rc.11':
+ resolution: {integrity: sha512-jfndI9tsfm4APzjNt6QdBkYwre5lRPUgHeDHoI7ydKUuJvz3lZeCfMsI56BZj+7BYqiKsJm7cfd/6KYV7ubrBg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+
+ '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.11':
+ resolution: {integrity: sha512-ZlFgw46NOAGMgcdvdYwAGu2Q+SLFA9LzbJLW+iyMOJyhj5wk6P3KEE9Gct4xWwSzFoPI7JCdYmYMzVtlgQ+zfw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [ppc64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.11':
+ resolution: {integrity: sha512-hIOYmuT6ofM4K04XAZd3OzMySEO4K0/nc9+jmNcxNAxRi6c5UWpqfw3KMFV4MVFWL+jQsSh+bGw2VqmaPMTLyw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [s390x]
+ os: [linux]
+ libc: [glibc]
+
+ '@rolldown/binding-linux-x64-gnu@1.0.0-rc.11':
+ resolution: {integrity: sha512-qXBQQO9OvkjjQPLdUVr7Nr2t3QTZI7s4KZtfw7HzBgjbmAPSFwSv4rmET9lLSgq3rH/ndA3ngv3Qb8l2njoPNA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+
+ '@rolldown/binding-linux-x64-musl@1.0.0-rc.11':
+ resolution: {integrity: sha512-/tpFfoSTzUkH9LPY+cYbqZBDyyX62w5fICq9qzsHLL8uTI6BHip3Q9Uzft0wylk/i8OOwKik8OxW+QAhDmzwmg==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+
+ '@rolldown/binding-openharmony-arm64@1.0.0-rc.11':
+ resolution: {integrity: sha512-mcp3Rio2w72IvdZG0oQ4bM2c2oumtwHfUfKncUM6zGgz0KgPz4YmDPQfnXEiY5t3+KD/i8HG2rOB/LxdmieK2g==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [openharmony]
+
+ '@rolldown/binding-wasm32-wasi@1.0.0-rc.11':
+ resolution: {integrity: sha512-LXk5Hii1Ph9asuGRjBuz8TUxdc1lWzB7nyfdoRgI0WGPZKmCxvlKk8KfYysqtr4MfGElu/f/pEQRh8fcEgkrWw==}
+ engines: {node: '>=14.0.0'}
+ cpu: [wasm32]
+
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.11':
+ resolution: {integrity: sha512-dDwf5otnx0XgRY1yqxOC4ITizcdzS/8cQ3goOWv3jFAo4F+xQYni+hnMuO6+LssHHdJW7+OCVL3CoU4ycnh35Q==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [arm64]
+ os: [win32]
+
+ '@rolldown/binding-win32-x64-msvc@1.0.0-rc.11':
+ resolution: {integrity: sha512-LN4/skhSggybX71ews7dAj6r2geaMJfm3kMbK2KhFMg9B10AZXnKoLCVVgzhMHL0S+aKtr4p8QbAW8k+w95bAA==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ cpu: [x64]
+ os: [win32]
+
+ '@rolldown/pluginutils@1.0.0-rc.11':
+ resolution: {integrity: sha512-xQO9vbwBecJRv9EUcQ/y0dzSTJgA7Q6UVN7xp6B81+tBGSLVAK03yJ9NkJaUA7JFD91kbjxRSC/mDnmvXzbHoQ==}
+
'@rolldown/pluginutils@1.0.0-rc.2':
resolution: {integrity: sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==}
@@ -3985,15 +4092,6 @@ packages:
rollup:
optional: true
- '@rollup/plugin-replace@6.0.3':
- resolution: {integrity: sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==}
- engines: {node: '>=14.0.0'}
- peerDependencies:
- rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0
- peerDependenciesMeta:
- rollup:
- optional: true
-
'@rollup/pluginutils@5.3.0':
resolution: {integrity: sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==}
engines: {node: '>=14.0.0'}
@@ -4003,98 +4101,98 @@ packages:
rollup:
optional: true
- '@rollup/rollup-android-arm-eabi@4.59.0':
- resolution: {integrity: sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==}
+ '@rollup/rollup-android-arm-eabi@4.60.0':
+ resolution: {integrity: sha512-WOhNW9K8bR3kf4zLxbfg6Pxu2ybOUbB2AjMDHSQx86LIF4rH4Ft7vmMwNt0loO0eonglSNy4cpD3MKXXKQu0/A==}
cpu: [arm]
os: [android]
- '@rollup/rollup-android-arm64@4.59.0':
- resolution: {integrity: sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==}
+ '@rollup/rollup-android-arm64@4.60.0':
+ resolution: {integrity: sha512-u6JHLll5QKRvjciE78bQXDmqRqNs5M/3GVqZeMwvmjaNODJih/WIrJlFVEihvV0MiYFmd+ZyPr9wxOVbPAG2Iw==}
cpu: [arm64]
os: [android]
- '@rollup/rollup-darwin-arm64@4.59.0':
- resolution: {integrity: sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==}
+ '@rollup/rollup-darwin-arm64@4.60.0':
+ resolution: {integrity: sha512-qEF7CsKKzSRc20Ciu2Zw1wRrBz4g56F7r/vRwY430UPp/nt1x21Q/fpJ9N5l47WWvJlkNCPJz3QRVw008fi7yA==}
cpu: [arm64]
os: [darwin]
- '@rollup/rollup-darwin-x64@4.59.0':
- resolution: {integrity: sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==}
+ '@rollup/rollup-darwin-x64@4.60.0':
+ resolution: {integrity: sha512-WADYozJ4QCnXCH4wPB+3FuGmDPoFseVCUrANmA5LWwGmC6FL14BWC7pcq+FstOZv3baGX65tZ378uT6WG8ynTw==}
cpu: [x64]
os: [darwin]
- '@rollup/rollup-freebsd-arm64@4.59.0':
- resolution: {integrity: sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==}
+ '@rollup/rollup-freebsd-arm64@4.60.0':
+ resolution: {integrity: sha512-6b8wGHJlDrGeSE3aH5mGNHBjA0TTkxdoNHik5EkvPHCt351XnigA4pS7Wsj/Eo9Y8RBU6f35cjN9SYmCFBtzxw==}
cpu: [arm64]
os: [freebsd]
- '@rollup/rollup-freebsd-x64@4.59.0':
- resolution: {integrity: sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==}
+ '@rollup/rollup-freebsd-x64@4.60.0':
+ resolution: {integrity: sha512-h25Ga0t4jaylMB8M/JKAyrvvfxGRjnPQIR8lnCayyzEjEOx2EJIlIiMbhpWxDRKGKF8jbNH01NnN663dH638mA==}
cpu: [x64]
os: [freebsd]
- '@rollup/rollup-linux-arm-gnueabihf@4.59.0':
- resolution: {integrity: sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==}
+ '@rollup/rollup-linux-arm-gnueabihf@4.60.0':
+ resolution: {integrity: sha512-RzeBwv0B3qtVBWtcuABtSuCzToo2IEAIQrcyB/b2zMvBWVbjo8bZDjACUpnaafaxhTw2W+imQbP2BD1usasK4g==}
cpu: [arm]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-arm-musleabihf@4.59.0':
- resolution: {integrity: sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==}
+ '@rollup/rollup-linux-arm-musleabihf@4.60.0':
+ resolution: {integrity: sha512-Sf7zusNI2CIU1HLzuu9Tc5YGAHEZs5Lu7N1ssJG4Tkw6e0MEsN7NdjUDDfGNHy2IU+ENyWT+L2obgWiguWibWQ==}
cpu: [arm]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-arm64-gnu@4.59.0':
- resolution: {integrity: sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==}
+ '@rollup/rollup-linux-arm64-gnu@4.60.0':
+ resolution: {integrity: sha512-DX2x7CMcrJzsE91q7/O02IJQ5/aLkVtYFryqCjduJhUfGKG6yJV8hxaw8pZa93lLEpPTP/ohdN4wFz7yp/ry9A==}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-arm64-musl@4.59.0':
- resolution: {integrity: sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==}
+ '@rollup/rollup-linux-arm64-musl@4.60.0':
+ resolution: {integrity: sha512-09EL+yFVbJZlhcQfShpswwRZ0Rg+z/CsSELFCnPt3iK+iqwGsI4zht3secj5vLEs957QvFFXnzAT0FFPIxSrkQ==}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-loong64-gnu@4.59.0':
- resolution: {integrity: sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==}
+ '@rollup/rollup-linux-loong64-gnu@4.60.0':
+ resolution: {integrity: sha512-i9IcCMPr3EXm8EQg5jnja0Zyc1iFxJjZWlb4wr7U2Wx/GrddOuEafxRdMPRYVaXjgbhvqalp6np07hN1w9kAKw==}
cpu: [loong64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-loong64-musl@4.59.0':
- resolution: {integrity: sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==}
+ '@rollup/rollup-linux-loong64-musl@4.60.0':
+ resolution: {integrity: sha512-DGzdJK9kyJ+B78MCkWeGnpXJ91tK/iKA6HwHxF4TAlPIY7GXEvMe8hBFRgdrR9Ly4qebR/7gfUs9y2IoaVEyog==}
cpu: [loong64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-ppc64-gnu@4.59.0':
- resolution: {integrity: sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==}
+ '@rollup/rollup-linux-ppc64-gnu@4.60.0':
+ resolution: {integrity: sha512-RwpnLsqC8qbS8z1H1AxBA1H6qknR4YpPR9w2XX0vo2Sz10miu57PkNcnHVaZkbqyw/kUWfKMI73jhmfi9BRMUQ==}
cpu: [ppc64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-ppc64-musl@4.59.0':
- resolution: {integrity: sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==}
+ '@rollup/rollup-linux-ppc64-musl@4.60.0':
+ resolution: {integrity: sha512-Z8pPf54Ly3aqtdWC3G4rFigZgNvd+qJlOE52fmko3KST9SoGfAdSRCwyoyG05q1HrrAblLbk1/PSIV+80/pxLg==}
cpu: [ppc64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-riscv64-gnu@4.59.0':
- resolution: {integrity: sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==}
+ '@rollup/rollup-linux-riscv64-gnu@4.60.0':
+ resolution: {integrity: sha512-3a3qQustp3COCGvnP4SvrMHnPQ9d1vzCakQVRTliaz8cIp/wULGjiGpbcqrkv0WrHTEp8bQD/B3HBjzujVWLOA==}
cpu: [riscv64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-riscv64-musl@4.59.0':
- resolution: {integrity: sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==}
+ '@rollup/rollup-linux-riscv64-musl@4.60.0':
+ resolution: {integrity: sha512-pjZDsVH/1VsghMJ2/kAaxt6dL0psT6ZexQVrijczOf+PeP2BUqTHYejk3l6TlPRydggINOeNRhvpLa0AYpCWSQ==}
cpu: [riscv64]
os: [linux]
libc: [musl]
- '@rollup/rollup-linux-s390x-gnu@4.59.0':
- resolution: {integrity: sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==}
+ '@rollup/rollup-linux-s390x-gnu@4.60.0':
+ resolution: {integrity: sha512-3ObQs0BhvPgiUVZrN7gqCSvmFuMWvWvsjG5ayJ3Lraqv+2KhOsp+pUbigqbeWqueGIsnn+09HBw27rJ+gYK4VQ==}
cpu: [s390x]
os: [linux]
libc: [glibc]
@@ -4105,45 +4203,45 @@ packages:
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-x64-gnu@4.59.0':
- resolution: {integrity: sha512-3AHmtQq/ppNuUspKAlvA8HtLybkDflkMuLK4DPo77DfthRb71V84/c4MlWJXixZz4uruIH4uaa07IqoAkG64fg==}
+ '@rollup/rollup-linux-x64-gnu@4.60.0':
+ resolution: {integrity: sha512-EtylprDtQPdS5rXvAayrNDYoJhIz1/vzN2fEubo3yLE7tfAw+948dO0g4M0vkTVFhKojnF+n6C8bDNe+gDRdTg==}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@rollup/rollup-linux-x64-musl@4.59.0':
- resolution: {integrity: sha512-2UdiwS/9cTAx7qIUZB/fWtToJwvt0Vbo0zmnYt7ED35KPg13Q0ym1g442THLC7VyI6JfYTP4PiSOWyoMdV2/xg==}
+ '@rollup/rollup-linux-x64-musl@4.60.0':
+ resolution: {integrity: sha512-k09oiRCi/bHU9UVFqD17r3eJR9bn03TyKraCrlz5ULFJGdJGi7VOmm9jl44vOJvRJ6P7WuBi/s2A97LxxHGIdw==}
cpu: [x64]
os: [linux]
libc: [musl]
- '@rollup/rollup-openbsd-x64@4.59.0':
- resolution: {integrity: sha512-M3bLRAVk6GOwFlPTIxVBSYKUaqfLrn8l0psKinkCFxl4lQvOSz8ZrKDz2gxcBwHFpci0B6rttydI4IpS4IS/jQ==}
+ '@rollup/rollup-openbsd-x64@4.60.0':
+ resolution: {integrity: sha512-1o/0/pIhozoSaDJoDcec+IVLbnRtQmHwPV730+AOD29lHEEo4F5BEUB24H0OBdhbBBDwIOSuf7vgg0Ywxdfiiw==}
cpu: [x64]
os: [openbsd]
- '@rollup/rollup-openharmony-arm64@4.59.0':
- resolution: {integrity: sha512-tt9KBJqaqp5i5HUZzoafHZX8b5Q2Fe7UjYERADll83O4fGqJ49O1FsL6LpdzVFQcpwvnyd0i+K/VSwu/o/nWlA==}
+ '@rollup/rollup-openharmony-arm64@4.60.0':
+ resolution: {integrity: sha512-pESDkos/PDzYwtyzB5p/UoNU/8fJo68vcXM9ZW2V0kjYayj1KaaUfi1NmTUTUpMn4UhU4gTuK8gIaFO4UGuMbA==}
cpu: [arm64]
os: [openharmony]
- '@rollup/rollup-win32-arm64-msvc@4.59.0':
- resolution: {integrity: sha512-V5B6mG7OrGTwnxaNUzZTDTjDS7F75PO1ae6MJYdiMu60sq0CqN5CVeVsbhPxalupvTX8gXVSU9gq+Rx1/hvu6A==}
+ '@rollup/rollup-win32-arm64-msvc@4.60.0':
+ resolution: {integrity: sha512-hj1wFStD7B1YBeYmvY+lWXZ7ey73YGPcViMShYikqKT1GtstIKQAtfUI6yrzPjAy/O7pO0VLXGmUVWXQMaYgTQ==}
cpu: [arm64]
os: [win32]
- '@rollup/rollup-win32-ia32-msvc@4.59.0':
- resolution: {integrity: sha512-UKFMHPuM9R0iBegwzKF4y0C4J9u8C6MEJgFuXTBerMk7EJ92GFVFYBfOZaSGLu6COf7FxpQNqhNS4c4icUPqxA==}
+ '@rollup/rollup-win32-ia32-msvc@4.60.0':
+ resolution: {integrity: sha512-SyaIPFoxmUPlNDq5EHkTbiKzmSEmq/gOYFI/3HHJ8iS/v1mbugVa7dXUzcJGQfoytp9DJFLhHH4U3/eTy2Bq4w==}
cpu: [ia32]
os: [win32]
- '@rollup/rollup-win32-x64-gnu@4.59.0':
- resolution: {integrity: sha512-laBkYlSS1n2L8fSo1thDNGrCTQMmxjYY5G0WFWjFFYZkKPjsMBsgJfGf4TLxXrF6RyhI60L8TMOjBMvXiTcxeA==}
+ '@rollup/rollup-win32-x64-gnu@4.60.0':
+ resolution: {integrity: sha512-RdcryEfzZr+lAr5kRm2ucN9aVlCCa2QNq4hXelZxb8GG0NJSazq44Z3PCCc8wISRuCVnGs0lQJVX5Vp6fKA+IA==}
cpu: [x64]
os: [win32]
- '@rollup/rollup-win32-x64-msvc@4.59.0':
- resolution: {integrity: sha512-2HRCml6OztYXyJXAvdDXPKcawukWY2GpR5/nxKp4iBgiO3wcoEGkAaqctIbZcNB6KlUQBIqt8VYkNSj2397EfA==}
+ '@rollup/rollup-win32-x64-msvc@4.60.0':
+ resolution: {integrity: sha512-PrsWNQ8BuE00O3Xsx3ALh2Df8fAj9+cvvX9AIA6o4KpATR98c9mud4XtDWVvsEuyia5U4tVSTKygawyJkjm60w==}
cpu: [x64]
os: [win32]
@@ -4183,36 +4281,60 @@ packages:
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
- '@sentry-internal/browser-utils@10.43.0':
- resolution: {integrity: sha512-8zYTnzhAPvNkVH1Irs62wl0J/c+0QcJ62TonKnzpSFUUD3V5qz8YDZbjIDGfxy+1EB9fO0sxtddKCzwTHF/MbQ==}
+ '@sentry-internal/browser-utils@10.40.0':
+ resolution: {integrity: sha512-3CDeVNBXYOIvBVdT0SOdMZx5LzYDLuhGK/z7A14sYZz4Cd2+f4mSeFDaEOoH/g2SaY2CKR5KGkAADy8IyjZ21w==}
engines: {node: '>=18'}
- '@sentry-internal/feedback@10.43.0':
- resolution: {integrity: sha512-YoXuwluP6eOcQxTeTtaWb090++MrLyWOVsUTejzUQQ6LFL13Jwt+bDPF1kvBugMq4a7OHw/UNKQfd6//rZMn2g==}
+ '@sentry-internal/browser-utils@10.45.0':
+ resolution: {integrity: sha512-ZPZpeIarXKScvquGx2AfNKcYiVNDA4wegMmjyGVsTA2JPmP0TrJoO3UybJS6KGDeee8V3I3EfD/ruauMm7jOFQ==}
+ engines: {node: '>=18'}
+
+ '@sentry-internal/feedback@10.40.0':
+ resolution: {integrity: sha512-V/ixkcdCNMo04KgsCEeNEu966xUUTD6czKT2LOAO5siZACqFjT/Rp9VR1n7QQrVo3sL7P3QNiTHtX0jaeWbwzg==}
+ engines: {node: '>=18'}
+
+ '@sentry-internal/feedback@10.45.0':
+ resolution: {integrity: sha512-vCSurazFVq7RUeYiM5X326jA5gOVrWYD6lYX2fbjBOMcyCEhDnveNxMT62zKkZDyNT/jyD194nz/cjntBUkyWA==}
engines: {node: '>=18'}
'@sentry-internal/node-cpu-profiler@2.2.0':
resolution: {integrity: sha512-oLHVYurqZfADPh5hvmQYS5qx8t0UZzT2u6+/68VXsFruQEOnYJTODKgU3BVLmemRs3WE6kCJjPeFdHVYOQGSzQ==}
engines: {node: '>=18'}
- '@sentry-internal/replay-canvas@10.43.0':
- resolution: {integrity: sha512-ZIw1UNKOFXo1LbPCJPMAx9xv7D8TMZQusLDUgb6BsPQJj0igAuwd7KRGTkjjgnrwBp2O/sxcQFRhQhknWk7QPg==}
+ '@sentry-internal/replay-canvas@10.40.0':
+ resolution: {integrity: sha512-wzQwilFHO2baeCt0dTMf0eW+rgK8O+mkisf9sQzPXzG3Krr/iVtFg1T5T1Th3YsCsEdn6yQ3hcBPLEXjMSvccg==}
engines: {node: '>=18'}
- '@sentry-internal/replay@10.43.0':
- resolution: {integrity: sha512-khCXlGrlH1IU7P5zCEAJFestMeH97zDVCekj8OsNNDtN/1BmCJ46k6Xi0EqAUzdJgrOLJeLdoYdgtiIjovZ8Sg==}
+ '@sentry-internal/replay-canvas@10.45.0':
+ resolution: {integrity: sha512-nvq/AocdZTuD7y0KSiWi3gVaY0s5HOFy86mC/v1kDZmT/jsBAzN5LDkk/f1FvsWma1peqQmpUqxvhC+YIW294Q==}
engines: {node: '>=18'}
- '@sentry/browser@10.43.0':
- resolution: {integrity: sha512-2V3I3sXi3SMeiZpKixd9ztokSgK27cmvsD9J5oyOyjhGLTW/6QKCwHbKnluMgQMXq20nixQk5zN4wRjRUma3sg==}
+ '@sentry-internal/replay@10.40.0':
+ resolution: {integrity: sha512-vsH2Ut0KIIQIHNdS3zzEGLJ2C9btbpvJIWAVk7l7oft66JzlUNC89qNaQ5SAypjLQx4Ln2V/ZTqfEoNzXOAsoQ==}
engines: {node: '>=18'}
- '@sentry/core@10.43.0':
- resolution: {integrity: sha512-l0SszQAPiQGWl/ferw8GP3ALyHXiGiRKJaOvNmhGO+PrTQyZTZ6OYyPnGijAFRg58dE1V3RCH/zw5d2xSUIiNg==}
+ '@sentry-internal/replay@10.45.0':
+ resolution: {integrity: sha512-vjosRoGA1bzhVAEO1oce+CsRdd70quzBeo7WvYqpcUnoLe/Rv8qpOMqWX3j26z7XfFHMExWQNQeLxmtYOArvlw==}
engines: {node: '>=18'}
- '@sentry/node-core@10.43.0':
- resolution: {integrity: sha512-w2H3NSkNMoYOS7o7mR55BM7+xL++dPxMSv1/XDfsra9FYHGppO+Mxk667Ee5k+uDi+wNIioICIh+5XOvZh4+HQ==}
+ '@sentry/browser@10.40.0':
+ resolution: {integrity: sha512-nCt3FKUMFad0C6xl5wCK0Jz+qT4Vev4fv6HJRn0YoNRRDQCfsUVxAz7pNyyiPNGM/WCDp9wJpGJsRvbBRd2anw==}
+ engines: {node: '>=18'}
+
+ '@sentry/browser@10.45.0':
+ resolution: {integrity: sha512-e/a8UMiQhqqv706McSIcG6XK+AoQf9INthi2pD+giZfNRTzXTdqHzUT5OIO5hg8Am6eF63nDJc+vrYNPhzs51Q==}
+ engines: {node: '>=18'}
+
+ '@sentry/core@10.40.0':
+ resolution: {integrity: sha512-/wrcHPp9Avmgl6WBimPjS4gj810a1wU5oX9fF1bzJfeIIbF3jTsAbv0oMbgDp0cSDnkwv2+NvcPnn3+c5J6pBA==}
+ engines: {node: '>=18'}
+
+ '@sentry/core@10.45.0':
+ resolution: {integrity: sha512-s69UXxvefeQxuZ5nY7/THtTrIEvJxNVCp3ns4kwoCw1qMpgpvn/296WCKVmM7MiwnaAdzEKnAvLAwaxZc2nM7Q==}
+ engines: {node: '>=18'}
+
+ '@sentry/node-core@10.45.0':
+ resolution: {integrity: sha512-KQZEvLKM344+EqXiA9HIzWbW5hzq6/9nnFUQ8niaBPoOgR9AiJhrccfIscfgb8vjkriiEtzE03OW/4h1CTgZ3Q==}
engines: {node: '>=18'}
peerDependencies:
'@opentelemetry/api': ^1.9.0
@@ -4238,12 +4360,12 @@ packages:
'@opentelemetry/semantic-conventions':
optional: true
- '@sentry/node@10.43.0':
- resolution: {integrity: sha512-oNwXcuZUc4uTTr0WbHZBBIKsKwAKvNMTgbXwxfB37CfzV18wbTirbQABZ/Ir3WNxSgi6ZcnC6UE013jF5XWPqw==}
+ '@sentry/node@10.45.0':
+ resolution: {integrity: sha512-Kpiq9lRGnJc1ex8SwxOBl+FLQNl4Y137BydVooP7AFiAYZ6ftwHsIEF1bcYXaipHMT1YHS2bdhC2UQaaB2jkuQ==}
engines: {node: '>=18'}
- '@sentry/opentelemetry@10.43.0':
- resolution: {integrity: sha512-+fIcnnLdvBHdq4nKq23t9v/B9D4L97fPWEDksXbpGs11o6BsqY4Tlzmce6cP95iiQhPckCEag3FthSND+BYtYQ==}
+ '@sentry/opentelemetry@10.45.0':
+ resolution: {integrity: sha512-PmuGO+p/gC3ZQ8ddOeJ5P9ApnTTm35i12Bpuyb13AckCbNSJFvG2ggZda35JQOmiFU0kKYiwkoFAa8Mvj9od3Q==}
engines: {node: '>=18'}
peerDependencies:
'@opentelemetry/api': ^1.9.0
@@ -4252,13 +4374,26 @@ packages:
'@opentelemetry/sdk-trace-base': ^1.30.1 || ^2.1.0
'@opentelemetry/semantic-conventions': ^1.39.0
- '@sentry/profiling-node@10.43.0':
- resolution: {integrity: sha512-mzd+1svmgWjqe4ROlLOjWtLg8DFt7p4tkox5UoLuSGEqVuBsDhNgZAotahhMZrKqRImP+JAmaHO0SWCDQEMPGw==}
+ '@sentry/profiling-node@10.45.0':
+ resolution: {integrity: sha512-O1wgw4NuVRZ1c3kbjwZyZoT+iylgWsldgDZA8jhFBNRRJv7XbzJ3NVji5Ksw3W2uRNUrTfFJNC9UV3brqWom8g==}
engines: {node: '>=18'}
hasBin: true
- '@sentry/vue@10.43.0':
- resolution: {integrity: sha512-PYBJVHfd7JwnQv92sTnsfLVNwVEKY2wQzXt9aux6QNcKh4g3pyK68PoEBrcCSEHpUb7zs3lJedk3+aeX+kN7fw==}
+ '@sentry/vue@10.40.0':
+ resolution: {integrity: sha512-VnsGlSgG4RBgxcsGwS5+5XNUZackUsApgKdCjmwkwWchvLMm1S/RXMXBHT01BabcmUNjxmzWEfI7aboVUoLiGA==}
+ engines: {node: '>=18'}
+ peerDependencies:
+ '@tanstack/vue-router': ^1.64.0
+ pinia: 2.x || 3.x
+ vue: 2.x || 3.x
+ peerDependenciesMeta:
+ '@tanstack/vue-router':
+ optional: true
+ pinia:
+ optional: true
+
+ '@sentry/vue@10.45.0':
+ resolution: {integrity: sha512-p6ghTgQtiCBZ+Yw0B2xmC69S8AdCRRsYvbTHW7MJYspwNnJDs7rqgCBqOxNhvr3tsKdDuEOEHLtf/5hbKi+8xQ==}
engines: {node: '>=18'}
peerDependencies:
'@tanstack/vue-router': ^1.64.0
@@ -4362,12 +4497,12 @@ packages:
resolution: {integrity: sha512-St+kVicSyayWQca+I1rGitaOEH6uKgE8IUWoYnnEX26SWdWQcL6LvMSD19Lg+vYHKdT9B2Zuu7rd3i6Wnyb/iw==}
engines: {node: '>=18.0.0'}
- '@smithy/config-resolver@4.4.11':
- resolution: {integrity: sha512-YxFiiG4YDAtX7WMN7RuhHZLeTmRRAOyCbr+zB8e3AQzHPnUhS8zXjB1+cniPVQI3xbWsQPM0X2aaIkO/ME0ymw==}
+ '@smithy/config-resolver@4.4.13':
+ resolution: {integrity: sha512-iIzMC5NmOUP6WL6o8iPBjFhUhBZ9pPjpUpQYWMUFQqKyXXzOftbfK8zcQCz/jFV1Psmf05BK5ypx4K2r4Tnwdg==}
engines: {node: '>=18.0.0'}
- '@smithy/core@3.23.11':
- resolution: {integrity: sha512-952rGf7hBRnhUIaeLp6q4MptKW8sPFe5VvkoZ5qIzFAtx6c/QZ/54FS3yootsyUSf9gJX/NBqEBNdNR7jMIlpQ==}
+ '@smithy/core@3.23.12':
+ resolution: {integrity: sha512-o9VycsYNtgC+Dy3I0yrwCqv9CWicDnke0L7EVOrZtJpjb2t0EjaEofmMrYc0T1Kn3yk32zm6cspxF9u9Bj7e5w==}
engines: {node: '>=18.0.0'}
'@smithy/credential-provider-imds@4.2.12':
@@ -4430,16 +4565,16 @@ packages:
resolution: {integrity: sha512-YE58Yz+cvFInWI/wOTrB+DbvUVz/pLn5mC5MvOV4fdRUc6qGwygyngcucRQjAhiCEbmfLOXX0gntSIcgMvAjmA==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-endpoint@4.4.25':
- resolution: {integrity: sha512-dqjLwZs2eBxIUG6Qtw8/YZ4DvzHGIf0DA18wrgtfP6a50UIO7e2nY0FPdcbv5tVJKqWCCU5BmGMOUwT7Puan+A==}
+ '@smithy/middleware-endpoint@4.4.27':
+ resolution: {integrity: sha512-T3TFfUgXQlpcg+UdzcAISdZpj4Z+XECZ/cefgA6wLBd6V4lRi0svN2hBouN/be9dXQ31X4sLWz3fAQDf+nt6BA==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-retry@4.4.42':
- resolution: {integrity: sha512-vbwyqHRIpIZutNXZpLAozakzamcINaRCpEy1MYmK6xBeW3xN+TyPRA123GjXnuxZIjc9848MRRCugVMTXxC4Eg==}
+ '@smithy/middleware-retry@4.4.44':
+ resolution: {integrity: sha512-Y1Rav7m5CFRPQyM4CI0koD/bXjyjJu3EQxZZhtLGD88WIrBrQ7kqXM96ncd6rYnojwOo/u9MXu57JrEvu/nLrA==}
engines: {node: '>=18.0.0'}
- '@smithy/middleware-serde@4.2.14':
- resolution: {integrity: sha512-+CcaLoLa5apzSRtloOyG7lQvkUw2ZDml3hRh4QiG9WyEPfW5Ke/3tPOPiPjUneuT59Tpn8+c3RVaUvvkkwqZwg==}
+ '@smithy/middleware-serde@4.2.15':
+ resolution: {integrity: sha512-ExYhcltZSli0pgAKOpQQe1DLFBLryeZ22605y/YS+mQpdNWekum9Ujb/jMKfJKgjtz1AZldtwA/wCYuKJgjjlg==}
engines: {node: '>=18.0.0'}
'@smithy/middleware-stack@4.2.12':
@@ -4450,8 +4585,8 @@ packages:
resolution: {integrity: sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw==}
engines: {node: '>=18.0.0'}
- '@smithy/node-http-handler@4.4.16':
- resolution: {integrity: sha512-ULC8UCS/HivdCB3jhi+kLFYe4B5gxH2gi9vHBfEIiRrT2jfKiZNiETJSlzRtE6B26XbBHjPtc8iZKSNqMol9bw==}
+ '@smithy/node-http-handler@4.5.0':
+ resolution: {integrity: sha512-Rnq9vQWiR1+/I6NZZMNzJHV6pZYyEHt2ZnuV3MG8z2NNenC4i/8Kzttz7CjZiHSmsN5frhXhg17z3Zqjjhmz1A==}
engines: {node: '>=18.0.0'}
'@smithy/property-provider@4.2.12':
@@ -4482,8 +4617,8 @@ packages:
resolution: {integrity: sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw==}
engines: {node: '>=18.0.0'}
- '@smithy/smithy-client@4.12.5':
- resolution: {integrity: sha512-UqwYawyqSr/aog8mnLnfbPurS0gi4G7IYDcD28cUIBhsvWs1+rQcL2IwkUQ+QZ7dibaoRzhNF99fAQ9AUcO00w==}
+ '@smithy/smithy-client@4.12.7':
+ resolution: {integrity: sha512-q3gqnwml60G44FECaEEsdQMplYhDMZYCtYhMCzadCnRnnHIobZJjegmdoUo6ieLQlPUzvrMdIJUpx6DoPmzANQ==}
engines: {node: '>=18.0.0'}
'@smithy/types@4.13.1':
@@ -4518,12 +4653,12 @@ packages:
resolution: {integrity: sha512-dWU03V3XUprJwaUIFVv4iOnS1FC9HnMHDfUrlNDSh4315v0cWyaIErP8KiqGVbf5z+JupoVpNM7ZB3jFiTejvQ==}
engines: {node: '>=18.0.0'}
- '@smithy/util-defaults-mode-browser@4.3.41':
- resolution: {integrity: sha512-M1w1Ux0rSVvBOxIIiqbxvZvhnjQ+VUjJrugtORE90BbadSTH+jsQL279KRL3Hv0w69rE7EuYkV/4Lepz/NBW9g==}
+ '@smithy/util-defaults-mode-browser@4.3.43':
+ resolution: {integrity: sha512-Qd/0wCKMaXxev/z00TvNzGCH2jlKKKxXP1aDxB6oKwSQthe3Og2dMhSayGCnsma1bK/kQX1+X7SMP99t6FgiiQ==}
engines: {node: '>=18.0.0'}
- '@smithy/util-defaults-mode-node@4.2.44':
- resolution: {integrity: sha512-YPze3/lD1KmWuZsl9JlfhcgGLX7AXhSoaCDtiPntUjNW5/YY0lOHjkcgxyE9x/h5vvS1fzDifMGjzqnNlNiqOQ==}
+ '@smithy/util-defaults-mode-node@4.2.47':
+ resolution: {integrity: sha512-qSRbYp1EQ7th+sPFuVcVO05AE0QH635hycdEXlpzIahqHHf2Fyd/Zl+8v0XYMJ3cgDVPa0lkMefU7oNUjAP+DQ==}
engines: {node: '>=18.0.0'}
'@smithy/util-endpoints@3.3.3':
@@ -4542,8 +4677,8 @@ packages:
resolution: {integrity: sha512-1zopLDUEOwumjcHdJ1mwBHddubYF8GMQvstVCLC54Y46rqoHwlIU+8ZzUeaBcD+WCJHyDGSeZ2ml9YSe9aqcoQ==}
engines: {node: '>=18.0.0'}
- '@smithy/util-stream@4.5.19':
- resolution: {integrity: sha512-v4sa+3xTweL1CLO2UP0p7tvIMH/Rq1X4KKOxd568mpe6LSLMQCnDHs4uv7m3ukpl3HvcN2JH6jiCS0SNRXKP/w==}
+ '@smithy/util-stream@4.5.20':
+ resolution: {integrity: sha512-4yXLm5n/B5SRBR2p8cZ90Sbv4zL4NKsgxdzCzp/83cXw2KxLEumt5p+GAVyRNZgQOSrzXn9ARpO0lUe8XSlSDw==}
engines: {node: '>=18.0.0'}
'@smithy/util-uri-escape@4.2.2':
@@ -4607,11 +4742,11 @@ packages:
peerDependencies:
storybook: ^8.6.18
- '@storybook/addon-links@10.2.17':
- resolution: {integrity: sha512-KY2usxhPpt9AAzD22uBEfdPj1NZyCNyaYXgKkr8r/UeCNt7E7OdVBLNA1QMYZZ5dtIWj9EtY8c55OPuBM7aUkQ==}
+ '@storybook/addon-links@10.3.3':
+ resolution: {integrity: sha512-tazBHlB+YbU62bde5DWsq0lnxZjcAsPB3YRUpN2hSMfAySsudRingyWrgu5KeOxXhJvKJj0ohjQvGcMx/wgQUA==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.2.17
+ storybook: ^10.3.3
peerDependenciesMeta:
react:
optional: true
@@ -4658,11 +4793,11 @@ packages:
react-dom:
optional: true
- '@storybook/builder-vite@10.2.17':
- resolution: {integrity: sha512-m/OBveTLm5ds/tUgHmmbKzgSi/oeCpQwm5rZa49vP2BpAd41Q7ER6TzkOoISzPoNNMAcbVmVc5vn7k6hdbPSHw==}
+ '@storybook/builder-vite@10.3.3':
+ resolution: {integrity: sha512-awspKCTZvXyeV3KabL0id62mFbxR5u/5yyGQultwCiSb2/yVgBfip2MAqLyS850pvTiB6QFVM9deOyd2/G/bEA==}
peerDependencies:
- storybook: ^10.2.17
- vite: ^5.0.0 || ^6.0.0 || ^7.0.0
+ storybook: ^10.3.3
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
'@storybook/components@8.6.18':
resolution: {integrity: sha512-55yViiZzPS/cPBuOeW4QGxGqrusjXVyxuknmbYCIwDtFyyvI/CgbjXRHdxNBaIjz+IlftxvBmmSaOqFG5+/dkA==}
@@ -4674,12 +4809,12 @@ packages:
peerDependencies:
storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/csf-plugin@10.2.17':
- resolution: {integrity: sha512-crHH8i/4mwzeXpWRPgwvwX2vjytW42zyzTRySUax5dTU8o9sjk4y+Z9hkGx3Nmu1TvqseS8v1Z20saZr/tQcWw==}
+ '@storybook/csf-plugin@10.3.3':
+ resolution: {integrity: sha512-Utlh7zubm+4iOzBBfzLW4F4vD99UBtl2Do4edlzK2F7krQIcFvR2ontjAE8S1FQVLZAC3WHalCOS+Ch8zf3knA==}
peerDependencies:
esbuild: '*'
rollup: '*'
- storybook: ^10.2.17
+ storybook: ^10.3.3
vite: '*'
webpack: '*'
peerDependenciesMeta:
@@ -4728,12 +4863,12 @@ packages:
peerDependencies:
storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/react-dom-shim@10.2.17':
- resolution: {integrity: sha512-x9Kb7eUSZ1zGsEw/TtWrvs1LwWIdNp8qoOQCgPEjdB07reSJcE8R3+ASWHJThmd4eZf66ZALPJyerejake4Osw==}
+ '@storybook/react-dom-shim@10.3.3':
+ resolution: {integrity: sha512-lkhuh4G3UTreU9M3Iz5Dt32c6U+l/4XuvqLtbe1sDHENZH6aPj7y0b5FwnfHyvuTvYRhtbo29xZrF5Bp9kCC0w==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.2.17
+ storybook: ^10.3.3
'@storybook/react-dom-shim@8.6.18':
resolution: {integrity: sha512-N4xULcAWZQTUv4jy1/d346Tyb4gufuC3UaLCuU/iVSZ1brYF4OW3ANr+096btbMxY8pR/65lmtoqr5CTGwnBvA==}
@@ -4742,20 +4877,20 @@ packages:
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
storybook: ^8.6.18
- '@storybook/react-vite@10.2.17':
- resolution: {integrity: sha512-E/1hNmxVsjy9l3TuaNufSqkdz8saTJUGEs8GRCjKlF7be2wljIwewUxjAT3efk+bxOCw76ZmqGHk6MnRa3y7Gw==}
+ '@storybook/react-vite@10.3.3':
+ resolution: {integrity: sha512-qHdlBe1hjqFAGXa8JL7bWTLbP/gDqXbWDm+SYCB646NHh5yvVDkZLwigP5Y+UL7M2ASfqFtosnroUK9tcCM2dw==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.2.17
- vite: ^5.0.0 || ^6.0.0 || ^7.0.0
+ storybook: ^10.3.3
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
- '@storybook/react@10.2.17':
- resolution: {integrity: sha512-875AVMYil2X9Civil6GFZ8koIzlKxcXbl2eJ7+/GPbhIonTNmwx0qbWPHttjZXUvFuQ4RRtb9KkBwy4TCb/LeA==}
+ '@storybook/react@10.3.3':
+ resolution: {integrity: sha512-cGG5TbR8Tdx9zwlpsWyBEfWrejm5iWdYF26EwIhwuKq9GFUTAVrQzo0Rs7Tqc3ZyVhRS/YfsRiWSEH+zmq2JiQ==}
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
- storybook: ^10.2.17
+ storybook: ^10.3.3
typescript: '>= 4.9.x'
peerDependenciesMeta:
typescript:
@@ -4781,16 +4916,16 @@ packages:
peerDependencies:
storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
- '@storybook/vue3-vite@10.2.17':
- resolution: {integrity: sha512-lwQld8w2w+B2xu+rguRn6uSur4gd9BPw2ZXkc1eALnxb5ftDUM3Z9Pylrm58KohCS3JiNFh8KJsu2b+ZxZ319Q==}
+ '@storybook/vue3-vite@10.3.3':
+ resolution: {integrity: sha512-jVZIHutDBpYMx62CFDSPHUe5Y+uuabP5VBItrZbEPf8sqx4mcDXc6wsV0SYcYh7fw0q+5YVfYiGASkoVk3i/VA==}
peerDependencies:
- storybook: ^10.2.17
- vite: ^5.0.0 || ^6.0.0 || ^7.0.0
+ storybook: ^10.3.3
+ vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
- '@storybook/vue3@10.2.17':
- resolution: {integrity: sha512-o0wTCgCmKA8/3naC4RbanW0WKl/F1bXs1QM9S6pAkqwg7CSfcRjkMXGMWq4Tb9q9B4UPoP61JQGdkkKPN5N+FA==}
+ '@storybook/vue3@10.3.3':
+ resolution: {integrity: sha512-crlsH9mjwKg9i/5mVAf/PEqjkHa2FeNoXqfAGzQVelElLZ71R18dEBGGkqGpaHU2ziVlvYKSBWALAU5zT9UZQQ==}
peerDependencies:
- storybook: ^10.2.17
+ storybook: ^10.3.3
vue: ^3.0.0
'@stylistic/eslint-plugin@5.5.0':
@@ -4816,14 +4951,14 @@ packages:
cpu: [arm64]
os: [android]
- '@swc/core-darwin-arm64@1.15.18':
- resolution: {integrity: sha512-+mIv7uBuSaywN3C9LNuWaX1jJJ3SKfiJuE6Lr3bd+/1Iv8oMU7oLBjYMluX1UrEPzwN2qCdY6Io0yVicABoCwQ==}
+ '@swc/core-darwin-arm64@1.15.21':
+ resolution: {integrity: sha512-SA8SFg9dp0qKRH8goWsax6bptFE2EdmPf2YRAQW9WoHGf3XKM1bX0nd5UdwxmC5hXsBUZAYf7xSciCler6/oyA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.15.18':
- resolution: {integrity: sha512-wZle0eaQhnzxWX5V/2kEOI6Z9vl/lTFEC6V4EWcn+5pDjhemCpQv9e/TDJ0GIoiClX8EDWRvuZwh+Z3dhL1NAg==}
+ '@swc/core-darwin-x64@1.15.21':
+ resolution: {integrity: sha512-//fOVntgowz9+V90lVsNCtyyrtbHp3jWH6Rch7MXHXbcvbLmbCTmssl5DeedUWLLGiAAW1wksBdqdGYOTjaNLw==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
@@ -4834,60 +4969,74 @@ packages:
cpu: [x64]
os: [freebsd]
- '@swc/core-linux-arm-gnueabihf@1.15.18':
- resolution: {integrity: sha512-ao61HGXVqrJFHAcPtF4/DegmwEkVCo4HApnotLU8ognfmU8x589z7+tcf3hU+qBiU1WOXV5fQX6W9Nzs6hjxDw==}
+ '@swc/core-linux-arm-gnueabihf@1.15.21':
+ resolution: {integrity: sha512-meNI4Sh6h9h8DvIfEc0l5URabYMSuNvyisLmG6vnoYAS43s8ON3NJR8sDHvdP7NJTrLe0q/x2XCn6yL/BeHcZg==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.15.18':
- resolution: {integrity: sha512-3xnctOBLIq3kj8PxOCgPrGjBLP/kNOddr6f5gukYt/1IZxsITQaU9TDyjeX6jG+FiCIHjCuWuffsyQDL5Ew1bg==}
+ '@swc/core-linux-arm64-gnu@1.15.21':
+ resolution: {integrity: sha512-QrXlNQnHeXqU2EzLlnsPoWEh8/GtNJLvfMiPsDhk+ht6Xv8+vhvZ5YZ/BokNWSIZiWPKLAqR0M7T92YF5tmD3g==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
libc: [glibc]
- '@swc/core-linux-arm64-musl@1.15.18':
- resolution: {integrity: sha512-0a+Lix+FSSHBSBOA0XznCcHo5/1nA6oLLjcnocvzXeqtdjnPb+SvchItHI+lfeiuj1sClYPDvPMLSLyXFaiIKw==}
+ '@swc/core-linux-arm64-musl@1.15.21':
+ resolution: {integrity: sha512-8/yGCMO333ultDaMQivE5CjO6oXDPeeg1IV4sphojPkb0Pv0i6zvcRIkgp60xDB+UxLr6VgHgt+BBgqS959E9g==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
libc: [musl]
- '@swc/core-linux-x64-gnu@1.15.18':
- resolution: {integrity: sha512-wG9J8vReUlpaHz4KOD/5UE1AUgirimU4UFT9oZmupUDEofxJKYb1mTA/DrMj0s78bkBiNI+7Fo2EgPuvOJfuAA==}
+ '@swc/core-linux-ppc64-gnu@1.15.21':
+ resolution: {integrity: sha512-ucW0HzPx0s1dgRvcvuLSPSA/2Kk/VYTv9st8qe1Kc22Gu0Q0rH9+6TcBTmMuNIp0Xs4BPr1uBttmbO1wEGI49Q==}
+ engines: {node: '>=10'}
+ cpu: [ppc64]
+ os: [linux]
+ libc: [glibc]
+
+ '@swc/core-linux-s390x-gnu@1.15.21':
+ resolution: {integrity: sha512-ulTnOGc5I7YRObE/9NreAhQg94QkiR5qNhhcUZ1iFAYjzg/JGAi1ch+s/Ixe61pMIr8bfVrF0NOaB0f8wjaAfA==}
+ engines: {node: '>=10'}
+ cpu: [s390x]
+ os: [linux]
+ libc: [glibc]
+
+ '@swc/core-linux-x64-gnu@1.15.21':
+ resolution: {integrity: sha512-D0RokxtM+cPvSqJIKR6uja4hbD+scI9ezo95mBhfSyLUs9wnPPl26sLp1ZPR/EXRdYm3F3S6RUtVi+8QXhT24Q==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
libc: [glibc]
- '@swc/core-linux-x64-musl@1.15.18':
- resolution: {integrity: sha512-4nwbVvCphKzicwNWRmvD5iBaZj8JYsRGa4xOxJmOyHlMDpsvvJ2OR2cODlvWyGFH6BYL1MfIAK3qph3hp0Az6g==}
+ '@swc/core-linux-x64-musl@1.15.21':
+ resolution: {integrity: sha512-nER8u7VeRfmU6fMDzl1NQAbbB/G7O2avmvCOwIul1uGkZ2/acbPH+DCL9h5+0yd/coNcxMBTL6NGepIew+7C2w==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
libc: [musl]
- '@swc/core-win32-arm64-msvc@1.15.18':
- resolution: {integrity: sha512-zk0RYO+LjiBCat2RTMHzAWaMky0cra9loH4oRrLKLLNuL+jarxKLFDA8xTZWEkCPLjUTwlRN7d28eDLLMgtUcQ==}
+ '@swc/core-win32-arm64-msvc@1.15.21':
+ resolution: {integrity: sha512-+/AgNBnjYugUA8C0Do4YzymgvnGbztv7j8HKSQLvR/DQgZPoXQ2B3PqB2mTtGh/X5DhlJWiqnunN35JUgWcAeQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.15.18':
- resolution: {integrity: sha512-yVuTrZ0RccD5+PEkpcLOBAuPbYBXS6rslENvIXfvJGXSdX5QGi1ehC4BjAMl5FkKLiam4kJECUI0l7Hq7T1vwg==}
+ '@swc/core-win32-ia32-msvc@1.15.21':
+ resolution: {integrity: sha512-IkSZj8PX/N4HcaFhMQtzmkV8YSnuNoJ0E6OvMwFiOfejPhiKXvl7CdDsn1f4/emYEIDO3fpgZW9DTaCRMDxaDA==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.15.18':
- resolution: {integrity: sha512-7NRmE4hmUQNCbYU3Hn9Tz57mK9Qq4c97ZS+YlamlK6qG9Fb5g/BB3gPDe0iLlJkns/sYv2VWSkm8c3NmbEGjbg==}
+ '@swc/core-win32-x64-msvc@1.15.21':
+ resolution: {integrity: sha512-zUyWso7OOENB6e1N1hNuNn8vbvLsTdKQ5WKLgt/JcBNfJhKy/6jmBmqI3GXk/MyvQKd5SLvP7A0F36p7TeDqvw==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
- '@swc/core@1.15.18':
- resolution: {integrity: sha512-z87aF9GphWp//fnkRsqvtY+inMVPgYW3zSlXH1kJFvRT5H/wiAn+G32qW5l3oEk63KSF1x3Ov0BfHCObAmT8RA==}
+ '@swc/core@1.15.21':
+ resolution: {integrity: sha512-fkk7NJcBscrR3/F8jiqlMptRHP650NxqDnspBMrRe5d8xOoCy9MLL5kOBLFXjFLfMo3KQQHhk+/jUULOMlR1uQ==}
engines: {node: '>=10'}
peerDependencies:
'@swc/helpers': '>=0.5.17'
@@ -5025,6 +5174,9 @@ packages:
'@twemoji/parser@16.0.0':
resolution: {integrity: sha512-jmuIjkp3OIaEemwMy3sArBwZSuZkRqmueGwRe2Zk4cFzbUJISFBJSZLDUUBNIgq3c+nY49ideYN2OiII6JUqwA==}
+ '@tybys/wasm-util@0.10.1':
+ resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
+
'@types/accepts@1.3.7':
resolution: {integrity: sha512-Pay9fq2lM2wXPWbteBsRAGiWH2hig4ZE2asK+mm7kUzlxRTfL961rj89I6zV/E3PcIkDqyuBEcMxFT7rccugeQ==}
@@ -5220,8 +5372,8 @@ packages:
'@types/pg@8.15.6':
resolution: {integrity: sha512-NoaMtzhxOrubeL/7UZuNTrejB4MPAJ0RpxZqXQf2qXuVlTPuG6Y8p4u9dKRaue4yjmC7ZhzVO2/Yyyn25znrPQ==}
- '@types/pg@8.18.0':
- resolution: {integrity: sha512-gT+oueVQkqnj6ajGJXblFR4iavIXWsGAFCk3dP4Kki5+a9R4NMt0JARdk6s8cUKcfUoqP5dAtDSLU8xYUTFV+Q==}
+ '@types/pg@8.20.0':
+ resolution: {integrity: sha512-bEPFOaMAHTEP1EzpvHTbmwR8UsFyHSKsRisLIHVMXnpNefSbGA1bD6CVy+qKjGSqmZqNqBDV2azOBo8TgkcVow==}
'@types/punycode@2.1.4':
resolution: {integrity: sha512-trzh6NzBnq8yw5e35f8xe8VTYjqM3NE7bohBtvDVf/dtUer3zYTLK1Ka3DG3p7bdtoaOHZucma6FfVKlQ134pQ==}
@@ -5354,39 +5506,39 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@8.57.0':
- resolution: {integrity: sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==}
+ '@typescript-eslint/eslint-plugin@8.57.2':
+ resolution: {integrity: sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
- '@typescript-eslint/parser': ^8.57.0
+ '@typescript-eslint/parser': ^8.57.2
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/parser@8.57.0':
- resolution: {integrity: sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==}
+ '@typescript-eslint/parser@8.57.2':
+ resolution: {integrity: sha512-30ScMRHIAD33JJQkgfGW1t8CURZtjc2JpTrq5n2HFhOefbAhb7ucc7xJwdWcrEtqUIYJ73Nybpsggii6GtAHjA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/project-service@8.57.0':
- resolution: {integrity: sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==}
+ '@typescript-eslint/project-service@8.57.2':
+ resolution: {integrity: sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/scope-manager@8.57.0':
- resolution: {integrity: sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==}
+ '@typescript-eslint/scope-manager@8.57.2':
+ resolution: {integrity: sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.57.0':
- resolution: {integrity: sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==}
+ '@typescript-eslint/tsconfig-utils@8.57.2':
+ resolution: {integrity: sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.57.0':
- resolution: {integrity: sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==}
+ '@typescript-eslint/type-utils@8.57.2':
+ resolution: {integrity: sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
@@ -5396,21 +5548,25 @@ packages:
resolution: {integrity: sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.57.0':
- resolution: {integrity: sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==}
+ '@typescript-eslint/types@8.57.2':
+ resolution: {integrity: sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
+ '@typescript-eslint/typescript-estree@8.57.2':
+ resolution: {integrity: sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/utils@8.57.0':
- resolution: {integrity: sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==}
+ '@typescript-eslint/utils@8.57.2':
+ resolution: {integrity: sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0 || ^10.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/visitor-keys@8.57.0':
- resolution: {integrity: sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==}
+ '@typescript-eslint/visitor-keys@8.57.2':
+ resolution: {integrity: sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@typescript/native-preview-darwin-arm64@7.0.0-dev.20260116.1':
@@ -5462,11 +5618,11 @@ packages:
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
vue: ^3.2.25
- '@vitest/coverage-v8@4.1.0':
- resolution: {integrity: sha512-nDWulKeik2bL2Va/Wl4x7DLuTKAXa906iRFooIRPR+huHkcvp9QDkPQ2RJdmjOFrqOqvNfoSQLF68deE3xC3CQ==}
+ '@vitest/coverage-v8@4.1.1':
+ resolution: {integrity: sha512-nZ4RWwGCoGOQRMmU/Q9wlUY540RVRxJZ9lxFsFfy0QV7Zmo5VVBhB6Sl9Xa0KIp2iIs3zWfPlo9LcY1iqbpzCw==}
peerDependencies:
- '@vitest/browser': 4.1.0
- vitest: 4.1.0
+ '@vitest/browser': 4.1.1
+ vitest: 4.1.1
peerDependenciesMeta:
'@vitest/browser':
optional: true
@@ -5477,14 +5633,14 @@ packages:
'@vitest/expect@3.2.4':
resolution: {integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig==}
- '@vitest/expect@4.1.0':
- resolution: {integrity: sha512-EIxG7k4wlWweuCLG9Y5InKFwpMEOyrMb6ZJ1ihYu02LVj/bzUwn2VMU+13PinsjRW75XnITeFrQBMH5+dLvCDA==}
+ '@vitest/expect@4.1.1':
+ resolution: {integrity: sha512-xAV0fqBTk44Rn6SjJReEQkHP3RrqbJo6JQ4zZ7/uVOiJZRarBtblzrOfFIZeYUrukp2YD6snZG6IBqhOoHTm+A==}
- '@vitest/mocker@4.1.0':
- resolution: {integrity: sha512-evxREh+Hork43+Y4IOhTo+h5lGmVRyjqI739Rz4RlUPqwrkFFDF6EMvOOYjTx4E8Tl6gyCLRL8Mu7Ry12a13Tw==}
+ '@vitest/mocker@4.1.1':
+ resolution: {integrity: sha512-h3BOylsfsCLPeceuCPAAJ+BvNwSENgJa4hXoXu4im0bs9Lyp4URc4JYK4pWLZ4pG/UQn7AT92K6IByi6rE6g3A==}
peerDependencies:
msw: ^2.4.9
- vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0
+ vite: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
msw:
optional: true
@@ -5500,14 +5656,14 @@ packages:
'@vitest/pretty-format@3.2.4':
resolution: {integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA==}
- '@vitest/pretty-format@4.1.0':
- resolution: {integrity: sha512-3RZLZlh88Ib0J7NQTRATfc/3ZPOnSUn2uDBUoGNn5T36+bALixmzphN26OUD3LRXWkJu4H0s5vvUeqBiw+kS0A==}
+ '@vitest/pretty-format@4.1.1':
+ resolution: {integrity: sha512-GM+TEQN5WhOygr1lp7skeVjdLPqqWMHsfzXrcHAqZJi/lIVh63H0kaRCY8MDhNWikx19zBUK8ceaLB7X5AH9NQ==}
- '@vitest/runner@4.1.0':
- resolution: {integrity: sha512-Duvx2OzQ7d6OjchL+trw+aSrb9idh7pnNfxrklo14p3zmNL4qPCDeIJAK+eBKYjkIwG96Bc6vYuxhqDXQOWpoQ==}
+ '@vitest/runner@4.1.1':
+ resolution: {integrity: sha512-f7+FPy75vN91QGWsITueq0gedwUZy1fLtHOCMeQpjs8jTekAHeKP80zfDEnhrleviLHzVSDXIWuCIOFn3D3f8A==}
- '@vitest/snapshot@4.1.0':
- resolution: {integrity: sha512-0Vy9euT1kgsnj1CHttwi9i9o+4rRLEaPRSOJ5gyv579GJkNpgJK+B4HSv/rAWixx2wdAFci1X4CEPjiu2bXIMg==}
+ '@vitest/snapshot@4.1.1':
+ resolution: {integrity: sha512-kMVSgcegWV2FibXEx9p9WIKgje58lcTbXgnJixfcg15iK8nzCXhmalL0ZLtTWLW9PH1+1NEDShiFFedB3tEgWg==}
'@vitest/spy@2.0.5':
resolution: {integrity: sha512-c/jdthAhvJdpfVuaexSrnawxZz6pywlTPe84LUB2m/4t3rl2fTo9NFGBG4oWgaD+FTgDDV8hJ/nibT7IfH3JfA==}
@@ -5515,8 +5671,8 @@ packages:
'@vitest/spy@3.2.4':
resolution: {integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw==}
- '@vitest/spy@4.1.0':
- resolution: {integrity: sha512-pz77k+PgNpyMDv2FV6qmk5ZVau6c3R8HC8v342T2xlFxQKTrSeYw9waIJG8KgV9fFwAtTu4ceRzMivPTH6wSxw==}
+ '@vitest/spy@4.1.1':
+ resolution: {integrity: sha512-6Ti/KT5OVaiupdIZEuZN7l3CZcR0cxnxt70Z0//3CtwgObwA6jZhmVBA3yrXSVN3gmwjgd7oDNLlsXz526gpRA==}
'@vitest/utils@2.0.5':
resolution: {integrity: sha512-d8HKbqIcya+GR67mkZbrzhS5kKhtp8dQLcmRZLGTscGVg7yImT82cIrhtn2L8+VujWcy6KZweApgNmPsTAO/UQ==}
@@ -5527,8 +5683,8 @@ packages:
'@vitest/utils@3.2.4':
resolution: {integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA==}
- '@vitest/utils@4.1.0':
- resolution: {integrity: sha512-XfPXT6a8TZY3dcGY8EdwsBulFCIw+BeeX0RZn2x/BtiY/75YGh8FeWGG8QISN/WhaqSrE2OrlDgtF8q5uhOTmw==}
+ '@vitest/utils@4.1.1':
+ resolution: {integrity: sha512-cNxAlaB3sHoCdL6pj6yyUXv9Gry1NHNg0kFTXdvSIZXLHsqKH7chiWOkwJ5s5+d/oMwcoG9T0bKU38JZWKusrQ==}
'@volar/language-core@2.4.15':
resolution: {integrity: sha512-3VHw+QZU0ZG9IuQmzT68IyN4hZNd9GchGPhbD9+pa8CVv7rnoOZwo7T8weIbrRmihqy3ATpdfXFnqRrfPVK6CA==}
@@ -5571,8 +5727,8 @@ packages:
typescript:
optional: true
- '@vue/language-core@3.2.5':
- resolution: {integrity: sha512-d3OIxN/+KRedeM5wQ6H6NIpwS3P5gC9nmyaHgBk+rO6dIsjY+tOh4UlPpiZbAh3YtLdCGEX4M16RmsBqPmJV+g==}
+ '@vue/language-core@3.2.6':
+ resolution: {integrity: sha512-xYYYX3/aVup576tP/23sEUpgiEnujrENaoNRbaozC1/MA9I6EGFQRJb4xrt/MmUCAGlxTKL2RmT8JLTPqagCkg==}
'@vue/reactivity@3.5.30':
resolution: {integrity: sha512-179YNgKATuwj9gB+66snskRDOitDiuOZqkYia7mHKJaidOMo/WJxHKF8DuGc4V4XbYTJANlfEKb0yxTQotnx4Q==}
@@ -6305,8 +6461,8 @@ packages:
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
engines: {node: '>=18'}
- chromatic@15.2.0:
- resolution: {integrity: sha512-c9tDfE62aiPVPnVab8jQLz+9c9II/CUFZ6T2Kk3hi2hSL+HLkRwX3zjwRYW1z9Shn57R/ORBEpQ3ftufp8EgWA==}
+ chromatic@15.3.1:
+ resolution: {integrity: sha512-2u4ow+Hf2xNusaTj9xkfp7pHMJ2pMnmOQxZPWyB+4SNEqjrMz813E6CJJzczBSlZzeY0waYq56uvpK/CkiUNvQ==}
hasBin: true
peerDependencies:
'@chromatic-com/cypress': ^0.*.* || ^1.0.0
@@ -6411,6 +6567,9 @@ packages:
colorette@2.0.20:
resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==}
+ colorjs.io@0.5.2:
+ resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==}
+
colors@1.4.0:
resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==}
engines: {node: '>=0.1.90'}
@@ -6617,8 +6776,8 @@ packages:
csstype@3.2.3:
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
- cypress@15.11.0:
- resolution: {integrity: sha512-NXDE6/fqZuzh1Zr53nyhCCa4lcANNTYWQNP9fJO+tzD3qVTDaTUni5xXMuigYjMujQ7CRiT9RkJJONmPQSsDFw==}
+ cypress@15.13.0:
+ resolution: {integrity: sha512-hJ9sY++TUC/HlUzHVJpIrDyqKMjlhx5PTXl/A7eA91JNEtUWkJAqefQR5mo9AtLra/9+m+JJaMg2U5Qd0a74Fw==}
engines: {node: ^20.1.0 || ^22.0.0 || >=24.0.0}
hasBin: true
@@ -7294,11 +7453,11 @@ packages:
fast-uri@3.1.0:
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
- fast-xml-builder@1.1.3:
- resolution: {integrity: sha512-1o60KoFw2+LWKQu3IdcfcFlGTW4dpqEWmjhYec6H82AYZU2TVBXep6tMl8Z1Y+wM+ZrzCwe3BZ9Vyd9N2rIvmg==}
+ fast-xml-builder@1.1.4:
+ resolution: {integrity: sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==}
- fast-xml-parser@5.4.1:
- resolution: {integrity: sha512-BQ30U1mKkvXQXXkAGcuyUA/GA26oEB7NzOtsxCDtyu62sjGw5QraKFhx2Em3WQNjPw9PG6MQ9yuIIgkSDfGu5A==}
+ fast-xml-parser@5.5.8:
+ resolution: {integrity: sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==}
hasBin: true
fastify-plugin@5.1.0:
@@ -7308,8 +7467,8 @@ packages:
resolution: {integrity: sha512-2qfoaQ3BQDhZ1gtbkKZd6n0kKxJISJGM6u/skD9ljdWItAscjXrtZ1lnjr7PavmXX9j4EyCPmBDiIsLn07d5vA==}
engines: {node: '>= 10'}
- fastify@5.8.2:
- resolution: {integrity: sha512-lZmt3navvZG915IE+f7/TIVamxIwmBd+OMB+O9WBzcpIwOo6F0LTh0sluoMFk5VkrKTvvrwIaoJPkir4Z+jtAg==}
+ fastify@5.8.4:
+ resolution: {integrity: sha512-sa42J1xylbBAYUWALSBoyXKPDUvM3OoNOibIefA+Oha57FryXKKCZarA1iDntOCWp3O35voZLuDg2mdODXtPzQ==}
fastq@1.20.1:
resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==}
@@ -7356,14 +7515,14 @@ packages:
resolution: {integrity: sha512-BfHZtG/l9iMm4Ecianu7P8HRD2tBHLtjXinm4X62XBOYzi7CYA7jyqfJzOvXHqzVrVPYqBo2/GvbARMaaJkKVg==}
engines: {node: '>=18'}
- file-type@21.3.0:
- resolution: {integrity: sha512-8kPJMIGz1Yt/aPEwOsrR97ZyZaD1Iqm8PClb1nYFclUCkBi0Ma5IsYNQzvSFS9ib51lWyIw5mIT9rWzI/xjpzA==}
- engines: {node: '>=20'}
-
file-type@21.3.2:
resolution: {integrity: sha512-DLkUvGwep3poOV2wpzbHCOnSKGk1LzyXTv+aHFgN2VFl96wnp8YA9YjO2qPzg5PuL8q/SW9Pdi6WTkYOIh995w==}
engines: {node: '>=20'}
+ file-type@21.3.4:
+ resolution: {integrity: sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==}
+ engines: {node: '>=20'}
+
filename-reserved-regex@3.0.0:
resolution: {integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
@@ -7634,16 +7793,16 @@ packages:
resolution: {integrity: sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==}
engines: {node: '>=0.8.0'}
- happy-dom@20.8.4:
- resolution: {integrity: sha512-GKhjq4OQCYB4VLFBzv8mmccUadwlAusOZOI7hC1D9xDIT5HhzkJK17c4el2f6R6C715P9xB4uiMxeKUa2nHMwQ==}
+ happy-dom@20.8.8:
+ resolution: {integrity: sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==}
engines: {node: '>=20.0.0'}
hard-rejection@2.1.0:
resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==}
engines: {node: '>=6'}
- harfbuzzjs@0.10.0:
- resolution: {integrity: sha512-SN8LVwCOzvTq3OPNd0+EAghgXugItz56wst567D1vs7LnnKGWprhi3EG58aVOBwhN8HEbQxL4I9NDWkcXUutRw==}
+ harfbuzzjs@0.10.1:
+ resolution: {integrity: sha512-Snspnku2xVnKvoXkdLeOgDWFmsjv8bhCkiA5o+c12I5NGO+aXsLNYmIjaEfIU//SSzoZ63xaOAb3A7eT/Ju+Sw==}
has-bigints@1.1.0:
resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==}
@@ -7838,6 +7997,10 @@ packages:
import-in-the-middle@2.0.6:
resolution: {integrity: sha512-3vZV3jX0XRFW3EJDTwzWoZa+RH1b8eTTx6YOCjglrLyPuepwoBti1k3L2dKwdCUrnVEfc5CuRuGstaC/uQJJaw==}
+ import-in-the-middle@3.0.0:
+ resolution: {integrity: sha512-OnGy+eYT7wVejH2XWgLRgbmzujhhVIATQH0ztIeRilwHBjTeG3pD+XnH3PKX0r9gJ0BuJmJ68q/oh9qgXnNDQg==}
+ engines: {node: '>=18'}
+
import-lazy@4.0.0:
resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==}
engines: {node: '>=8'}
@@ -7891,8 +8054,8 @@ packages:
resolution: {integrity: sha512-7m1vEcPCxXYI8HqnL8CKI6siDyD+eIWSwgB3DZA+ZTogxk9I4CDnj4wilt9x/+/QbHI4YG5YZNmC6458/e9Ktg==}
deprecated: The Intersection Observer polyfill is no longer needed and can safely be removed. Intersection Observer has been Baseline since 2019.
- ioredis@5.10.0:
- resolution: {integrity: sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==}
+ ioredis@5.10.1:
+ resolution: {integrity: sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==}
engines: {node: '>=12.22.0'}
ioredis@5.9.3:
@@ -8493,6 +8656,80 @@ packages:
light-my-request@6.6.0:
resolution: {integrity: sha512-CHYbu8RtboSIoVsHZ6Ye4cj4Aw/yg2oAFimlF7mNvfDV192LR7nDiKtSIfCuLT7KokPSTn/9kfVLm5OGN0A28A==}
+ lightningcss-android-arm64@1.32.0:
+ resolution: {integrity: sha512-YK7/ClTt4kAK0vo6w3X+Pnm0D2cf2vPHbhOXdoNti1Ga0al1P4TBZhwjATvjNwLEBCnKvjJc2jQgHXH0NEwlAg==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [android]
+
+ lightningcss-darwin-arm64@1.32.0:
+ resolution: {integrity: sha512-RzeG9Ju5bag2Bv1/lwlVJvBE3q6TtXskdZLLCyfg5pt+HLz9BqlICO7LZM7VHNTTn/5PRhHFBSjk5lc4cmscPQ==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ lightningcss-darwin-x64@1.32.0:
+ resolution: {integrity: sha512-U+QsBp2m/s2wqpUYT/6wnlagdZbtZdndSmut/NJqlCcMLTWp5muCrID+K5UJ6jqD2BFshejCYXniPDbNh73V8w==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ lightningcss-freebsd-x64@1.32.0:
+ resolution: {integrity: sha512-JCTigedEksZk3tHTTthnMdVfGf61Fky8Ji2E4YjUTEQX14xiy/lTzXnu1vwiZe3bYe0q+SpsSH/CTeDXK6WHig==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [freebsd]
+
+ lightningcss-linux-arm-gnueabihf@1.32.0:
+ resolution: {integrity: sha512-x6rnnpRa2GL0zQOkt6rts3YDPzduLpWvwAF6EMhXFVZXD4tPrBkEFqzGowzCsIWsPjqSK+tyNEODUBXeeVHSkw==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm]
+ os: [linux]
+
+ lightningcss-linux-arm64-gnu@1.32.0:
+ resolution: {integrity: sha512-0nnMyoyOLRJXfbMOilaSRcLH3Jw5z9HDNGfT/gwCPgaDjnx0i8w7vBzFLFR1f6CMLKF8gVbebmkUN3fa/kQJpQ==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: [glibc]
+
+ lightningcss-linux-arm64-musl@1.32.0:
+ resolution: {integrity: sha512-UpQkoenr4UJEzgVIYpI80lDFvRmPVg6oqboNHfoH4CQIfNA+HOrZ7Mo7KZP02dC6LjghPQJeBsvXhJod/wnIBg==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: [musl]
+
+ lightningcss-linux-x64-gnu@1.32.0:
+ resolution: {integrity: sha512-V7Qr52IhZmdKPVr+Vtw8o+WLsQJYCTd8loIfpDaMRWGUZfBOYEJeyJIkqGIDMZPwPx24pUMfwSxxI8phr/MbOA==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: [glibc]
+
+ lightningcss-linux-x64-musl@1.32.0:
+ resolution: {integrity: sha512-bYcLp+Vb0awsiXg/80uCRezCYHNg1/l3mt0gzHnWV9XP1W5sKa5/TCdGWaR/zBM2PeF/HbsQv/j2URNOiVuxWg==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: [musl]
+
+ lightningcss-win32-arm64-msvc@1.32.0:
+ resolution: {integrity: sha512-8SbC8BR40pS6baCM8sbtYDSwEVQd4JlFTOlaD3gWGHfThTcABnNDBda6eTZeqbofalIJhFx0qKzgHJmcPTnGdw==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ lightningcss-win32-x64-msvc@1.32.0:
+ resolution: {integrity: sha512-Amq9B/SoZYdDi1kFrojnoqPLxYhQ4Wo5XiL8EVJrVsB8ARoC1PWW6VGtT0WKCemjy8aC+louJnjS7U18x3b06Q==}
+ engines: {node: '>= 12.0.0'}
+ cpu: [x64]
+ os: [win32]
+
+ lightningcss@1.32.0:
+ resolution: {integrity: sha512-NXYBzinNrblfraPGyrbPoD19C1h9lfI/1mzgWYvXUTe414Gz/X1FD2XBZSZM7rRTrMA8JL3OtAaGifrIKhQ5yQ==}
+ engines: {node: '>= 12.0.0'}
+
lilconfig@3.1.3:
resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==}
engines: {node: '>=14'}
@@ -8690,11 +8927,11 @@ packages:
resolution: {integrity: sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==}
engines: {node: '>= 0.8'}
- mediabunny@1.39.2:
- resolution: {integrity: sha512-VcrisGRt+OI7tTPrziucJoCIPYIS/DEWY37TqzQVLWSUUHiyvsiRizEypQ3FOlhfIZ4ytAG/Mw4zxfetCTyKUg==}
+ mediabunny@1.40.1:
+ resolution: {integrity: sha512-HU/stGzAkdWaJIly6ypbUVgAUvT9kt39DIg0IaErR7/1fwtTmgUYs4i8uEPYcgcjPjbB9gtBmUXOLnXi6J2LDw==}
- meilisearch@0.55.0:
- resolution: {integrity: sha512-qSMeiezfDgIqciIeYzh5E4pXDZZD7CtHeWDCs43kN3trLgl5FtfmBAIkljL3huFaOx08feYtC8FfIFUpVwq6rg==}
+ meilisearch@0.56.0:
+ resolution: {integrity: sha512-kBXba8DcSrLWHYqopCm2JL90oBy97VdIfHkP1ii7/eHufeEEEk9Zu5Vv/IFQpNzmhEpWszVFVlGvZoI6QJeGzA==}
memoizerific@1.11.3:
resolution: {integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==}
@@ -8973,8 +9210,8 @@ packages:
peerDependencies:
msw: ^2.0.0
- msw@2.12.10:
- resolution: {integrity: sha512-G3VUymSE0/iegFnuipujpwyTM2GuZAKXNeerUSrG2+Eg391wW63xFs5ixWsK9MWzr1AGoSkYGmyAzNgbR3+urw==}
+ msw@2.12.14:
+ resolution: {integrity: sha512-4KXa4nVBIBjbDbd7vfQNuQ25eFxug0aropCQFoI0JdOBuJWamkT1yLVIWReFI8SiTRc+H1hKzaNk+cLk2N9rtQ==}
engines: {node: '>=18'}
hasBin: true
peerDependencies:
@@ -9006,8 +9243,8 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true
- nanoid@5.1.6:
- resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
+ nanoid@5.1.7:
+ resolution: {integrity: sha512-ua3NDgISf6jdwezAheMOk4mbE1LXjm1DfMUDMuJf4AqxLFK3ccGpgWizwa5YV7Yz9EpXwEaWoRXSb/BnV0t5dQ==}
engines: {node: ^18 || >=20}
hasBin: true
@@ -9100,8 +9337,8 @@ packages:
node-releases@2.0.27:
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
- nodemailer@8.0.2:
- resolution: {integrity: sha512-zbj002pZAIkWQFxyAaqoxvn+zoIwRnS40hgjqTXudKOOJkiFFgBeNqjgD3/YCR12sZnrghWYBY+yP1ZucdDRpw==}
+ nodemailer@8.0.3:
+ resolution: {integrity: sha512-JQNBqvK+bj3NMhUFR3wmCl3SYcOeMotDiwDBvIoCuQdF0PvlIY0BH+FJ2CG7u4cXKPChplE78oowlH/Otsc4ZQ==}
engines: {node: '>=6.0.0'}
nodemon@3.1.14:
@@ -9159,8 +9396,8 @@ packages:
resolution: {integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==}
deprecated: This package is no longer supported.
- nsfwjs@4.2.0:
- resolution: {integrity: sha512-8eMmV+Hfr3hqSX7PzDJx94kFSP4QiN4/G9+b92I3catgQuqOb9Qmns1nDyVI0jMcWc1sVWdqBIA6eYLvKkryxA==}
+ nsfwjs@4.3.0:
+ resolution: {integrity: sha512-WTKDte0vp1X97N1h34P79G/hG+sVT3+TnDz9di1WseIJR93v11E4viNX7Vg9WsO6HYoR772Nzq2iM8jo3XBZ+g==}
peerDependencies:
'@tensorflow/tfjs': ^4.0.0
buffer: ^6.0.3
@@ -9365,8 +9602,8 @@ packages:
resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==}
engines: {node: '>=8'}
- path-expression-matcher@1.1.3:
- resolution: {integrity: sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==}
+ path-expression-matcher@1.2.0:
+ resolution: {integrity: sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==}
engines: {node: '>=14.0.0'}
path-is-absolute@1.0.1:
@@ -9470,8 +9707,8 @@ packages:
resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==}
engines: {node: '>=12'}
- pid-port@2.0.1:
- resolution: {integrity: sha512-pnLo01AmMclw8l+/gfknsP2N351oe8VkVmCLFUvJZ11NRPPmghJrv0OcwsdgPQxsZkFYwm6hPWW0JKmXYCaXAw==}
+ pid-port@2.1.0:
+ resolution: {integrity: sha512-KPyrFEIMFmcfYwsQ+hX6AHtu40sqTm6cgJdtt3ppYnEiqXaAdnUB+TPeW80wIsxd3jkURuXztgVp5dR5sZzz2w==}
engines: {node: '>=20'}
pify@2.3.0:
@@ -9519,8 +9756,8 @@ packages:
resolution: {integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==}
engines: {node: '>=10.13.0'}
- pnpm@10.32.1:
- resolution: {integrity: sha512-pwaTjw6JrBRWtlY+q07fHR+vM2jRGR/FxZeQ6W3JGORFarLmfWE94QQ9LoyB+HMD5rQNT/7KnfFe8a1Wc0jyvg==}
+ pnpm@10.33.0:
+ resolution: {integrity: sha512-EFaLtKavtYyes2MNqQzJUWQXq+vT+rvmc58K55VyjaFJHp21pUTHatjrdXD1xLs9bGN7LLQb/c20f6gjyGSTGQ==}
engines: {node: '>=18.12'}
hasBin: true
@@ -10141,8 +10378,13 @@ packages:
deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
- rollup@4.59.0:
- resolution: {integrity: sha512-2oMpl67a3zCH9H79LeMcbDhXW/UmWG/y2zuqnF2jQq5uq9TbM9TVyXvA4+t+ne2IIkBdrLpAaRQAvo7YI/Yyeg==}
+ rolldown@1.0.0-rc.11:
+ resolution: {integrity: sha512-NRjoKMusSjfRbSYiH3VSumlkgFe7kYAa3pzVOsVYVFY3zb5d7nS+a3KGQ7hJKXuYWbzJKPVQ9Wxq2UvyK+ENpw==}
+ engines: {node: ^20.19.0 || >=22.12.0}
+ hasBin: true
+
+ rollup@4.60.0:
+ resolution: {integrity: sha512-yqjxruMGBQJ2gG4HtjZtAfXArHomazDHoFwFFmZZl0r7Pdo7qCIXKqKHZc8yeoMgzJJ+pO6pEEHa+V7uzWlrAQ==}
engines: {node: '>=18.0.0', npm: '>=8.0.0'}
hasBin: true
@@ -10197,6 +10439,126 @@ packages:
sanitize-html@2.17.1:
resolution: {integrity: sha512-ehFCW+q1a4CSOWRAdX97BX/6/PDEkCqw7/0JXZAGQV57FQB3YOkTa/rrzHPeJ+Aghy4vZAFfWMYyfxIiB7F/gw==}
+ sanitize-html@2.17.2:
+ resolution: {integrity: sha512-EnffJUl46VE9uvZ0XeWzObHLurClLlT12gsOk1cHyP2Ol1P0BnBnsXmShlBmWVJM+dKieQI68R0tsPY5m/B+Jg==}
+
+ sass-embedded-all-unknown@1.98.0:
+ resolution: {integrity: sha512-6n4RyK7/1mhdfYvpP3CClS3fGoYqDvRmLClCESS6I7+SAzqjxvGG6u5Fo+cb1nrPNbbilgbM4QKdgcgWHO9NCA==}
+ cpu: ['!arm', '!arm64', '!riscv64', '!x64']
+
+ sass-embedded-android-arm64@1.98.0:
+ resolution: {integrity: sha512-M9Ra98A6vYJHpwhoC/5EuH1eOshQ9ZyNwC8XifUDSbRl/cGeQceT1NReR9wFj3L7s1pIbmes1vMmaY2np0uAKQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm64]
+ os: [android]
+
+ sass-embedded-android-arm@1.98.0:
+ resolution: {integrity: sha512-LjGiMhHgu7VL1n7EJxTCre1x14bUsWd9d3dnkS2rku003IWOI/fxc7OXgaKagoVzok1kv09rzO3vFXJR5ZeONQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm]
+ os: [android]
+
+ sass-embedded-android-riscv64@1.98.0:
+ resolution: {integrity: sha512-WPe+0NbaJIZE1fq/RfCZANMeIgmy83x4f+SvFOG7LhUthHpZWcOcrPTsCKKmN3xMT3iw+4DXvqTYOCYGRL3hcQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [riscv64]
+ os: [android]
+
+ sass-embedded-android-x64@1.98.0:
+ resolution: {integrity: sha512-zrD25dT7OHPEgLWuPEByybnIfx4rnCtfge4clBgjZdZ3lF6E7qNLRBtSBmoFflh6Vg0RlEjJo5VlpnTMBM5MQQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [x64]
+ os: [android]
+
+ sass-embedded-darwin-arm64@1.98.0:
+ resolution: {integrity: sha512-cgr1z9rBnCdMf8K+JabIaYd9Rag2OJi5mjq08XJfbJGMZV/TA6hFJCLGkr5/+ZOn4/geTM5/3aSfQ8z5EIJAOg==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm64]
+ os: [darwin]
+
+ sass-embedded-darwin-x64@1.98.0:
+ resolution: {integrity: sha512-OLBOCs/NPeiMqTdOrMFbVHBQFj19GS3bSVSxIhcCq16ZyhouUkYJEZjxQgzv9SWA2q6Ki8GCqp4k6jMeUY9dcA==}
+ engines: {node: '>=14.0.0'}
+ cpu: [x64]
+ os: [darwin]
+
+ sass-embedded-linux-arm64@1.98.0:
+ resolution: {integrity: sha512-axOE3t2MTBwCtkUCbrdM++Gj0gC0fdHJPrgzQ+q1WUmY9NoNMGqflBtk5mBZaWUeha2qYO3FawxCB8lctFwCtw==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: glibc
+
+ sass-embedded-linux-arm@1.98.0:
+ resolution: {integrity: sha512-03baQZCxVyEp8v1NWBRlzGYrmVT/LK7ZrHlF1piscGiGxwfdxoLXVuxsylx3qn/dD/4i/rh7Bzk7reK1br9jvQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm]
+ os: [linux]
+ libc: glibc
+
+ sass-embedded-linux-musl-arm64@1.98.0:
+ resolution: {integrity: sha512-LeqNxQA8y4opjhe68CcFvMzCSrBuJqYVFbwElEj9bagHXQHTp9xVPJRn6VcrC+0VLEDq13HVXMv7RslIuU0zmA==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm64]
+ os: [linux]
+ libc: musl
+
+ sass-embedded-linux-musl-arm@1.98.0:
+ resolution: {integrity: sha512-OBkjTDPYR4hSaueOGIM6FDpl9nt/VZwbSRpbNu9/eEJcxE8G/vynRugW8KRZmCFjPy8j/jkGBvvS+k9iOqKV3g==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm]
+ os: [linux]
+ libc: musl
+
+ sass-embedded-linux-musl-riscv64@1.98.0:
+ resolution: {integrity: sha512-7w6hSuOHKt8FZsmjRb3iGSxEzM87fO9+M8nt5JIQYMhHTj5C+JY/vcske0v715HCVj5e1xyTnbGXf8FcASeAIw==}
+ engines: {node: '>=14.0.0'}
+ cpu: [riscv64]
+ os: [linux]
+ libc: musl
+
+ sass-embedded-linux-musl-x64@1.98.0:
+ resolution: {integrity: sha512-QikNyDEJOVqPmxyCFkci8ZdCwEssdItfjQFJB+D+Uy5HFqcS5Lv3d3GxWNX/h1dSb23RPyQdQc267ok5SbEyJw==}
+ engines: {node: '>=14.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: musl
+
+ sass-embedded-linux-riscv64@1.98.0:
+ resolution: {integrity: sha512-E7fNytc/v4xFBQKzgzBddV/jretA4ULAPO6XmtBiQu4zZBdBozuSxsQLe2+XXeb0X4S2GIl72V7IPABdqke/vA==}
+ engines: {node: '>=14.0.0'}
+ cpu: [riscv64]
+ os: [linux]
+ libc: glibc
+
+ sass-embedded-linux-x64@1.98.0:
+ resolution: {integrity: sha512-VsvP0t/uw00mMNPv3vwyYKUrFbqzxQHnRMO+bHdAMjvLw4NFf6mscpym9Bzf+NXwi1ZNKnB6DtXjmcpcvqFqYg==}
+ engines: {node: '>=14.0.0'}
+ cpu: [x64]
+ os: [linux]
+ libc: glibc
+
+ sass-embedded-unknown-all@1.98.0:
+ resolution: {integrity: sha512-C4MMzcAo3oEDQnW7L8SBgB9F2Fq5qHPnaYTZRMOH3Mp/7kM4OooBInXpCiiFjLnjY95hzP4KyctVx0uYR6MYlQ==}
+ os: ['!android', '!darwin', '!linux', '!win32']
+
+ sass-embedded-win32-arm64@1.98.0:
+ resolution: {integrity: sha512-nP/10xbAiPbhQkMr3zQfXE4TuOxPzWRQe1Hgbi90jv2R4TbzbqQTuZVOaJf7KOAN4L2Bo6XCTRjK5XkVnwZuwQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [arm64]
+ os: [win32]
+
+ sass-embedded-win32-x64@1.98.0:
+ resolution: {integrity: sha512-/lbrVsfbcbdZQ5SJCWcV0NVPd6YRs+FtAnfedp4WbCkO/ZO7Zt/58MvI4X2BVpRY/Nt5ZBo1/7v2gYcQ+J4svQ==}
+ engines: {node: '>=14.0.0'}
+ cpu: [x64]
+ os: [win32]
+
+ sass-embedded@1.98.0:
+ resolution: {integrity: sha512-Do7u6iRb6K+lrllcTkB1BXcHwOxcKe3rEfOF/GcCLE2w3WpddakRAosJOHFUR37DpsvimQXEt5abs3NzUjEIqg==}
+ engines: {node: '>=16.0.0'}
+ hasBin: true
+
sass@1.98.0:
resolution: {integrity: sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==}
engines: {node: '>=14.0.0'}
@@ -10585,8 +10947,8 @@ packages:
react-dom:
optional: true
- storybook@10.2.17:
- resolution: {integrity: sha512-yueTpl5YJqLzQqs3CanxNdAAfFU23iP0j+JVJURE4ghfEtRmWfWoZWLGkVcyjmgum7UmjwAlqRuOjQDNvH89kw==}
+ storybook@10.3.3:
+ resolution: {integrity: sha512-tMoRAts9EVqf+mEMPLC6z1DPyHbcPe+CV1MhLN55IKsl0HxNjvVGK44rVPSePbltPE6vIsn4bdRj6CCUt8SJwQ==}
hasBin: true
peerDependencies:
prettier: ^2 || ^3
@@ -10703,8 +11065,8 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
- strnum@2.1.2:
- resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==}
+ strnum@2.2.2:
+ resolution: {integrity: sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==}
strtok3@10.3.4:
resolution: {integrity: sha512-KIy5nylvC5le1OdaaoCJ07L+8iQzJHGH6pWDuzS+d07Cu7n1MZ2x26P8ZKIWfbK02+XIL8Mp4RkWeqdUCrDMfg==}
@@ -10759,8 +11121,16 @@ packages:
symbol-tree@3.2.4:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
- systeminformation@5.31.4:
- resolution: {integrity: sha512-lZppDyQx91VdS5zJvAyGkmwe+Mq6xY978BDUG2wRkWE+jkmUF5ti8cvOovFQoN5bvSFKCXVkyKEaU5ec3SJiRg==}
+ sync-child-process@1.0.2:
+ resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==}
+ engines: {node: '>=16.0.0'}
+
+ sync-message-port@1.2.0:
+ resolution: {integrity: sha512-gAQ9qrUN/UCypHtGFbbe7Rc/f9bzO88IwrG8TDo/aMKAApKyD6E3W4Cm0EfhfBb6Z6SKt59tTCTfD+n1xmAvMg==}
+ engines: {node: '>=16.0.0'}
+
+ systeminformation@5.31.5:
+ resolution: {integrity: sha512-5SyLdip4/3alxD4Kh+63bUQTJmu7YMfYQTC+koZy7X73HgNqZSD2P4wOZQWtUncvPvcEmnfIjCoygN4MRoEejQ==}
engines: {node: '>=8.0.0'}
os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android]
hasBin: true
@@ -10780,16 +11150,16 @@ packages:
engines: {node: '>=10'}
deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
- tar@7.5.11:
- resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==}
+ tar@7.5.13:
+ resolution: {integrity: sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==}
engines: {node: '>=18'}
taskkill@5.0.0:
resolution: {integrity: sha512-+HRtZ40Vc+6YfCDWCeAsixwxJgMbPY4HHuTgzPYH3JXvqHWUlsCfy+ylXlAKhFNcuLp4xVeWeFBUhDk+7KYUvQ==}
engines: {node: '>=14.16'}
- terser@5.46.0:
- resolution: {integrity: sha512-jTwoImyr/QbOWFFso3YoU3ik0jBBDJ6JTOQiy/J2YxVJdZCc+5u7skhNwiOR3FQIygFqVUPHl7qbbxtjW2K3Qg==}
+ terser@5.46.1:
+ resolution: {integrity: sha512-vzCjQO/rgUuK9sf8VJZvjqiqiHFaZLnOiimmUuOKODxWL8mm/xua7viT7aqX7dgPY60otQjUotzFMmCB4VdmqQ==}
engines: {node: '>=10'}
hasBin: true
@@ -11285,6 +11655,9 @@ packages:
validate-npm-package-license@3.0.4:
resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==}
+ varint@6.0.0:
+ resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==}
+
vary@1.1.2:
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
engines: {node: '>= 0.8'}
@@ -11299,8 +11672,8 @@ packages:
vfile@6.0.3:
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
- vite-plugin-glsl@1.5.5:
- resolution: {integrity: sha512-6NM2P4JkM+1hNSqMhM4eagX03bmhEoTyrOrk68y3Q6KXfdF73QIuCb6BmRZvwLPgXTCOBM3Zc8gL1WxctYnrUQ==}
+ vite-plugin-glsl@1.5.6:
+ resolution: {integrity: sha512-h3RfTiaI4cC8hICFZk5TBAAxmIuM0b/qkdrjYpqPtaL8bcxNEoEFXXdlISPGmDQ09eP0aJC8V2/BgTmPXspC8w==}
engines: {node: '>= 20.17.0', npm: '>= 10.8.3'}
peerDependencies:
'@rollup/pluginutils': ^5.x
@@ -11315,15 +11688,16 @@ packages:
vite-plugin-turbosnap@1.0.3:
resolution: {integrity: sha512-p4D8CFVhZS412SyQX125qxyzOgIFouwOcvjZWk6bQbNPR1wtaEzFT6jZxAjf1dejlGqa6fqHcuCvQea6EWUkUA==}
- vite@7.3.1:
- resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
+ vite@8.0.2:
+ resolution: {integrity: sha512-1gFhNi+bHhRE/qKZOJXACm6tX4bA3Isy9KuKF15AgSRuRazNBOJfdDemPBU16/mpMxApDPrWvZ08DcLPEoRnuA==}
engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true
peerDependencies:
'@types/node': ^20.19.0 || >=22.12.0
+ '@vitejs/devtools': ^0.1.0
+ esbuild: ^0.27.0
jiti: '>=1.21.0'
less: ^4.0.0
- lightningcss: ^1.21.0
sass: ^1.70.0
sass-embedded: ^1.70.0
stylus: '>=0.54.8'
@@ -11334,12 +11708,14 @@ packages:
peerDependenciesMeta:
'@types/node':
optional: true
+ '@vitejs/devtools':
+ optional: true
+ esbuild:
+ optional: true
jiti:
optional: true
less:
optional: true
- lightningcss:
- optional: true
sass:
optional: true
sass-embedded:
@@ -11366,21 +11742,21 @@ packages:
peerDependencies:
vitest: '>=3'
- vitest@4.1.0:
- resolution: {integrity: sha512-YbDrMF9jM2Lqc++2530UourxZHmkKLxrs4+mYhEwqWS97WJ7wOYEkcr+QfRgJ3PW9wz3odRijLZjHEaRLTNbqw==}
+ vitest@4.1.1:
+ resolution: {integrity: sha512-yF+o4POL41rpAzj5KVILUxm1GCjKnELvaqmU9TLLUbMfDzuN0UpUR9uaDs+mCtjPe+uYPksXDRLQGGPvj1cTmA==}
engines: {node: ^20.0.0 || ^22.0.0 || >=24.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@opentelemetry/api': ^1.9.0
'@types/node': ^20.0.0 || ^22.0.0 || >=24.0.0
- '@vitest/browser-playwright': 4.1.0
- '@vitest/browser-preview': 4.1.0
- '@vitest/browser-webdriverio': 4.1.0
- '@vitest/ui': 4.1.0
+ '@vitest/browser-playwright': 4.1.1
+ '@vitest/browser-preview': 4.1.1
+ '@vitest/browser-webdriverio': 4.1.1
+ '@vitest/ui': 4.1.1
happy-dom: '*'
jsdom: '*'
- vite: ^6.0.0 || ^7.0.0 || ^8.0.0-0
+ vite: ^6.0.0 || ^7.0.0 || ^8.0.0
peerDependenciesMeta:
'@edge-runtime/vm':
optional: true
@@ -11433,9 +11809,6 @@ packages:
vue-component-type-helpers@2.2.12:
resolution: {integrity: sha512-YbGqHZ5/eW4SnkPNR44mKVc6ZKQoRs/Rux1sxC6rdwXb4qpbOSYfDr9DsTHolOTGmIKgM9j141mZbBeg05R1pw==}
- vue-component-type-helpers@3.2.5:
- resolution: {integrity: sha512-tkvNr+bU8+xD/onAThIe7CHFvOJ/BO6XCOrxMzeytJq40nTfpGDJuVjyCM8ccGZKfAbGk2YfuZyDMXM56qheZQ==}
-
vue-component-type-helpers@3.2.6:
resolution: {integrity: sha512-O02tnvIfOQVmnvoWwuSydwRoHjZVt8UEBR+2p4rT35p8GAy5VTlWP8o5qXfJR/GWCN0nVZoYWsVUvx2jwgdBmQ==}
@@ -11466,8 +11839,8 @@ packages:
peerDependencies:
vue: '>=2'
- vue-tsc@3.2.5:
- resolution: {integrity: sha512-/htfTCMluQ+P2FISGAooul8kO4JMheOTCbCy4M6dYnYYjqLe3BExZudAua6MSIKSFYQtFOYAll7XobYwcpokGA==}
+ vue-tsc@3.2.6:
+ resolution: {integrity: sha512-gYW/kWI0XrwGzd0PKc7tVB/qpdeAkIZLNZb10/InizkQjHjnT8weZ/vBarZoj4kHKbUTZT/bAVgoOr8x4NsQ/Q==}
hasBin: true
peerDependencies:
typescript: '>=5.0.0'
@@ -11619,8 +11992,8 @@ packages:
resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
- ws@8.19.0:
- resolution: {integrity: sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==}
+ ws@8.20.0:
+ resolution: {integrity: sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
@@ -11815,20 +12188,20 @@ snapshots:
'@aws-crypto/crc32@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
tslib: 2.8.1
'@aws-crypto/crc32c@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
tslib: 2.8.1
'@aws-crypto/sha1-browser@5.2.0':
dependencies:
'@aws-crypto/supports-web-crypto': 5.2.0
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@aws-sdk/util-locate-window': 3.893.0
'@smithy/util-utf8': 2.3.0
tslib: 2.8.1
@@ -11838,7 +12211,7 @@ snapshots:
'@aws-crypto/sha256-js': 5.2.0
'@aws-crypto/supports-web-crypto': 5.2.0
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@aws-sdk/util-locate-window': 3.893.0
'@smithy/util-utf8': 2.3.0
tslib: 2.8.1
@@ -11846,7 +12219,7 @@ snapshots:
'@aws-crypto/sha256-js@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
tslib: 2.8.1
'@aws-crypto/supports-web-crypto@5.2.0':
@@ -11855,35 +12228,35 @@ snapshots:
'@aws-crypto/util@5.2.0':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/util-utf8': 2.3.0
tslib: 2.8.1
- '@aws-sdk/client-s3@3.1008.0':
+ '@aws-sdk/client-s3@3.1016.0':
dependencies:
'@aws-crypto/sha1-browser': 5.2.0
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/credential-provider-node': 3.972.20
- '@aws-sdk/middleware-bucket-endpoint': 3.972.7
- '@aws-sdk/middleware-expect-continue': 3.972.7
- '@aws-sdk/middleware-flexible-checksums': 3.973.5
- '@aws-sdk/middleware-host-header': 3.972.7
- '@aws-sdk/middleware-location-constraint': 3.972.7
- '@aws-sdk/middleware-logger': 3.972.7
- '@aws-sdk/middleware-recursion-detection': 3.972.7
- '@aws-sdk/middleware-sdk-s3': 3.972.19
- '@aws-sdk/middleware-ssec': 3.972.7
- '@aws-sdk/middleware-user-agent': 3.972.20
- '@aws-sdk/region-config-resolver': 3.972.7
- '@aws-sdk/signature-v4-multi-region': 3.996.7
- '@aws-sdk/types': 3.973.5
- '@aws-sdk/util-endpoints': 3.996.4
- '@aws-sdk/util-user-agent-browser': 3.972.7
- '@aws-sdk/util-user-agent-node': 3.973.6
- '@smithy/config-resolver': 4.4.11
- '@smithy/core': 3.23.11
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/credential-provider-node': 3.972.25
+ '@aws-sdk/middleware-bucket-endpoint': 3.972.8
+ '@aws-sdk/middleware-expect-continue': 3.972.8
+ '@aws-sdk/middleware-flexible-checksums': 3.974.4
+ '@aws-sdk/middleware-host-header': 3.972.8
+ '@aws-sdk/middleware-location-constraint': 3.972.8
+ '@aws-sdk/middleware-logger': 3.972.8
+ '@aws-sdk/middleware-recursion-detection': 3.972.8
+ '@aws-sdk/middleware-sdk-s3': 3.972.25
+ '@aws-sdk/middleware-ssec': 3.972.8
+ '@aws-sdk/middleware-user-agent': 3.972.25
+ '@aws-sdk/region-config-resolver': 3.972.9
+ '@aws-sdk/signature-v4-multi-region': 3.996.13
+ '@aws-sdk/types': 3.973.6
+ '@aws-sdk/util-endpoints': 3.996.5
+ '@aws-sdk/util-user-agent-browser': 3.972.8
+ '@aws-sdk/util-user-agent-node': 3.973.11
+ '@smithy/config-resolver': 4.4.13
+ '@smithy/core': 3.23.12
'@smithy/eventstream-serde-browser': 4.2.12
'@smithy/eventstream-serde-config-resolver': 4.3.12
'@smithy/eventstream-serde-node': 4.2.12
@@ -11894,84 +12267,84 @@ snapshots:
'@smithy/invalid-dependency': 4.2.12
'@smithy/md5-js': 4.2.12
'@smithy/middleware-content-length': 4.2.12
- '@smithy/middleware-endpoint': 4.4.25
- '@smithy/middleware-retry': 4.4.42
- '@smithy/middleware-serde': 4.2.14
+ '@smithy/middleware-endpoint': 4.4.27
+ '@smithy/middleware-retry': 4.4.44
+ '@smithy/middleware-serde': 4.2.15
'@smithy/middleware-stack': 4.2.12
'@smithy/node-config-provider': 4.3.12
- '@smithy/node-http-handler': 4.4.16
+ '@smithy/node-http-handler': 4.5.0
'@smithy/protocol-http': 5.3.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
'@smithy/url-parser': 4.2.12
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
'@smithy/util-body-length-node': 4.2.3
- '@smithy/util-defaults-mode-browser': 4.3.41
- '@smithy/util-defaults-mode-node': 4.2.44
+ '@smithy/util-defaults-mode-browser': 4.3.43
+ '@smithy/util-defaults-mode-node': 4.2.47
'@smithy/util-endpoints': 3.3.3
'@smithy/util-middleware': 4.2.12
'@smithy/util-retry': 4.2.12
- '@smithy/util-stream': 4.5.19
+ '@smithy/util-stream': 4.5.20
'@smithy/util-utf8': 4.2.2
'@smithy/util-waiter': 4.2.13
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/core@3.973.19':
+ '@aws-sdk/core@3.973.24':
dependencies:
- '@aws-sdk/types': 3.973.5
- '@aws-sdk/xml-builder': 3.972.10
- '@smithy/core': 3.23.11
+ '@aws-sdk/types': 3.973.6
+ '@aws-sdk/xml-builder': 3.972.15
+ '@smithy/core': 3.23.12
'@smithy/node-config-provider': 4.3.12
'@smithy/property-provider': 4.2.12
'@smithy/protocol-http': 5.3.12
'@smithy/signature-v4': 5.3.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
'@smithy/util-base64': 4.3.2
'@smithy/util-middleware': 4.2.12
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@aws-sdk/crc64-nvme@3.972.4':
+ '@aws-sdk/crc64-nvme@3.972.5':
dependencies:
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/credential-provider-env@3.972.17':
+ '@aws-sdk/credential-provider-env@3.972.22':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/types': 3.973.6
'@smithy/property-provider': 4.2.12
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/credential-provider-http@3.972.19':
+ '@aws-sdk/credential-provider-http@3.972.24':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/types': 3.973.6
'@smithy/fetch-http-handler': 5.3.15
- '@smithy/node-http-handler': 4.4.16
+ '@smithy/node-http-handler': 4.5.0
'@smithy/property-provider': 4.2.12
'@smithy/protocol-http': 5.3.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
- '@smithy/util-stream': 4.5.19
+ '@smithy/util-stream': 4.5.20
tslib: 2.8.1
- '@aws-sdk/credential-provider-ini@3.972.19':
+ '@aws-sdk/credential-provider-ini@3.972.24':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/credential-provider-env': 3.972.17
- '@aws-sdk/credential-provider-http': 3.972.19
- '@aws-sdk/credential-provider-login': 3.972.19
- '@aws-sdk/credential-provider-process': 3.972.17
- '@aws-sdk/credential-provider-sso': 3.972.19
- '@aws-sdk/credential-provider-web-identity': 3.972.19
- '@aws-sdk/nested-clients': 3.996.9
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/credential-provider-env': 3.972.22
+ '@aws-sdk/credential-provider-http': 3.972.24
+ '@aws-sdk/credential-provider-login': 3.972.24
+ '@aws-sdk/credential-provider-process': 3.972.22
+ '@aws-sdk/credential-provider-sso': 3.972.24
+ '@aws-sdk/credential-provider-web-identity': 3.972.24
+ '@aws-sdk/nested-clients': 3.996.14
+ '@aws-sdk/types': 3.973.6
'@smithy/credential-provider-imds': 4.2.12
'@smithy/property-provider': 4.2.12
'@smithy/shared-ini-file-loader': 4.4.7
@@ -11980,11 +12353,11 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-login@3.972.19':
+ '@aws-sdk/credential-provider-login@3.972.24':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/nested-clients': 3.996.9
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/nested-clients': 3.996.14
+ '@aws-sdk/types': 3.973.6
'@smithy/property-provider': 4.2.12
'@smithy/protocol-http': 5.3.12
'@smithy/shared-ini-file-loader': 4.4.7
@@ -11993,15 +12366,15 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-node@3.972.20':
+ '@aws-sdk/credential-provider-node@3.972.25':
dependencies:
- '@aws-sdk/credential-provider-env': 3.972.17
- '@aws-sdk/credential-provider-http': 3.972.19
- '@aws-sdk/credential-provider-ini': 3.972.19
- '@aws-sdk/credential-provider-process': 3.972.17
- '@aws-sdk/credential-provider-sso': 3.972.19
- '@aws-sdk/credential-provider-web-identity': 3.972.19
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/credential-provider-env': 3.972.22
+ '@aws-sdk/credential-provider-http': 3.972.24
+ '@aws-sdk/credential-provider-ini': 3.972.24
+ '@aws-sdk/credential-provider-process': 3.972.22
+ '@aws-sdk/credential-provider-sso': 3.972.24
+ '@aws-sdk/credential-provider-web-identity': 3.972.24
+ '@aws-sdk/types': 3.973.6
'@smithy/credential-provider-imds': 4.2.12
'@smithy/property-provider': 4.2.12
'@smithy/shared-ini-file-loader': 4.4.7
@@ -12010,21 +12383,21 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-process@3.972.17':
+ '@aws-sdk/credential-provider-process@3.972.22':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/types': 3.973.6
'@smithy/property-provider': 4.2.12
'@smithy/shared-ini-file-loader': 4.4.7
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/credential-provider-sso@3.972.19':
+ '@aws-sdk/credential-provider-sso@3.972.24':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/nested-clients': 3.996.9
- '@aws-sdk/token-providers': 3.1008.0
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/nested-clients': 3.996.14
+ '@aws-sdk/token-providers': 3.1015.0
+ '@aws-sdk/types': 3.973.6
'@smithy/property-provider': 4.2.12
'@smithy/shared-ini-file-loader': 4.4.7
'@smithy/types': 4.13.1
@@ -12032,11 +12405,11 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-web-identity@3.972.19':
+ '@aws-sdk/credential-provider-web-identity@3.972.24':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/nested-clients': 3.996.9
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/nested-clients': 3.996.14
+ '@aws-sdk/types': 3.973.6
'@smithy/property-provider': 4.2.12
'@smithy/shared-ini-file-loader': 4.4.7
'@smithy/types': 4.13.1
@@ -12044,20 +12417,20 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/lib-storage@3.1008.0(@aws-sdk/client-s3@3.1008.0)':
+ '@aws-sdk/lib-storage@3.1016.0(@aws-sdk/client-s3@3.1016.0)':
dependencies:
- '@aws-sdk/client-s3': 3.1008.0
+ '@aws-sdk/client-s3': 3.1016.0
'@smithy/abort-controller': 4.2.12
- '@smithy/middleware-endpoint': 4.4.25
- '@smithy/smithy-client': 4.12.5
+ '@smithy/middleware-endpoint': 4.4.27
+ '@smithy/smithy-client': 4.12.7
buffer: 5.6.0
events: 3.3.0
stream-browserify: 3.0.0
tslib: 2.8.1
- '@aws-sdk/middleware-bucket-endpoint@3.972.7':
+ '@aws-sdk/middleware-bucket-endpoint@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@aws-sdk/util-arn-parser': 3.972.3
'@smithy/node-config-provider': 4.3.12
'@smithy/protocol-http': 5.3.12
@@ -12065,126 +12438,126 @@ snapshots:
'@smithy/util-config-provider': 4.2.2
tslib: 2.8.1
- '@aws-sdk/middleware-expect-continue@3.972.7':
+ '@aws-sdk/middleware-expect-continue@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/middleware-flexible-checksums@3.973.5':
+ '@aws-sdk/middleware-flexible-checksums@3.974.4':
dependencies:
'@aws-crypto/crc32': 5.2.0
'@aws-crypto/crc32c': 5.2.0
'@aws-crypto/util': 5.2.0
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/crc64-nvme': 3.972.4
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/crc64-nvme': 3.972.5
+ '@aws-sdk/types': 3.973.6
'@smithy/is-array-buffer': 4.2.2
'@smithy/node-config-provider': 4.3.12
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
'@smithy/util-middleware': 4.2.12
- '@smithy/util-stream': 4.5.19
+ '@smithy/util-stream': 4.5.20
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@aws-sdk/middleware-host-header@3.972.7':
+ '@aws-sdk/middleware-host-header@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/middleware-location-constraint@3.972.7':
+ '@aws-sdk/middleware-location-constraint@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/middleware-logger@3.972.7':
+ '@aws-sdk/middleware-logger@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/middleware-recursion-detection@3.972.7':
+ '@aws-sdk/middleware-recursion-detection@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@aws/lambda-invoke-store': 0.2.2
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/middleware-sdk-s3@3.972.19':
+ '@aws-sdk/middleware-sdk-s3@3.972.25':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/types': 3.973.6
'@aws-sdk/util-arn-parser': 3.972.3
- '@smithy/core': 3.23.11
+ '@smithy/core': 3.23.12
'@smithy/node-config-provider': 4.3.12
'@smithy/protocol-http': 5.3.12
'@smithy/signature-v4': 5.3.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
'@smithy/util-config-provider': 4.2.2
'@smithy/util-middleware': 4.2.12
- '@smithy/util-stream': 4.5.19
+ '@smithy/util-stream': 4.5.20
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@aws-sdk/middleware-ssec@3.972.7':
+ '@aws-sdk/middleware-ssec@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/middleware-user-agent@3.972.20':
+ '@aws-sdk/middleware-user-agent@3.972.25':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/types': 3.973.5
- '@aws-sdk/util-endpoints': 3.996.4
- '@smithy/core': 3.23.11
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/types': 3.973.6
+ '@aws-sdk/util-endpoints': 3.996.5
+ '@smithy/core': 3.23.12
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
'@smithy/util-retry': 4.2.12
tslib: 2.8.1
- '@aws-sdk/nested-clients@3.996.9':
+ '@aws-sdk/nested-clients@3.996.14':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/middleware-host-header': 3.972.7
- '@aws-sdk/middleware-logger': 3.972.7
- '@aws-sdk/middleware-recursion-detection': 3.972.7
- '@aws-sdk/middleware-user-agent': 3.972.20
- '@aws-sdk/region-config-resolver': 3.972.7
- '@aws-sdk/types': 3.973.5
- '@aws-sdk/util-endpoints': 3.996.4
- '@aws-sdk/util-user-agent-browser': 3.972.7
- '@aws-sdk/util-user-agent-node': 3.973.6
- '@smithy/config-resolver': 4.4.11
- '@smithy/core': 3.23.11
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/middleware-host-header': 3.972.8
+ '@aws-sdk/middleware-logger': 3.972.8
+ '@aws-sdk/middleware-recursion-detection': 3.972.8
+ '@aws-sdk/middleware-user-agent': 3.972.25
+ '@aws-sdk/region-config-resolver': 3.972.9
+ '@aws-sdk/types': 3.973.6
+ '@aws-sdk/util-endpoints': 3.996.5
+ '@aws-sdk/util-user-agent-browser': 3.972.8
+ '@aws-sdk/util-user-agent-node': 3.973.11
+ '@smithy/config-resolver': 4.4.13
+ '@smithy/core': 3.23.12
'@smithy/fetch-http-handler': 5.3.15
'@smithy/hash-node': 4.2.12
'@smithy/invalid-dependency': 4.2.12
'@smithy/middleware-content-length': 4.2.12
- '@smithy/middleware-endpoint': 4.4.25
- '@smithy/middleware-retry': 4.4.42
- '@smithy/middleware-serde': 4.2.14
+ '@smithy/middleware-endpoint': 4.4.27
+ '@smithy/middleware-retry': 4.4.44
+ '@smithy/middleware-serde': 4.2.15
'@smithy/middleware-stack': 4.2.12
'@smithy/node-config-provider': 4.3.12
- '@smithy/node-http-handler': 4.4.16
+ '@smithy/node-http-handler': 4.5.0
'@smithy/protocol-http': 5.3.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
'@smithy/url-parser': 4.2.12
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
'@smithy/util-body-length-node': 4.2.3
- '@smithy/util-defaults-mode-browser': 4.3.41
- '@smithy/util-defaults-mode-node': 4.2.44
+ '@smithy/util-defaults-mode-browser': 4.3.43
+ '@smithy/util-defaults-mode-node': 4.2.47
'@smithy/util-endpoints': 3.3.3
'@smithy/util-middleware': 4.2.12
'@smithy/util-retry': 4.2.12
@@ -12193,28 +12566,28 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/region-config-resolver@3.972.7':
+ '@aws-sdk/region-config-resolver@3.972.9':
dependencies:
- '@aws-sdk/types': 3.973.5
- '@smithy/config-resolver': 4.4.11
+ '@aws-sdk/types': 3.973.6
+ '@smithy/config-resolver': 4.4.13
'@smithy/node-config-provider': 4.3.12
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/signature-v4-multi-region@3.996.7':
+ '@aws-sdk/signature-v4-multi-region@3.996.13':
dependencies:
- '@aws-sdk/middleware-sdk-s3': 3.972.19
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/middleware-sdk-s3': 3.972.25
+ '@aws-sdk/types': 3.973.6
'@smithy/protocol-http': 5.3.12
'@smithy/signature-v4': 5.3.12
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@aws-sdk/token-providers@3.1008.0':
+ '@aws-sdk/token-providers@3.1015.0':
dependencies:
- '@aws-sdk/core': 3.973.19
- '@aws-sdk/nested-clients': 3.996.9
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/core': 3.973.24
+ '@aws-sdk/nested-clients': 3.996.14
+ '@aws-sdk/types': 3.973.6
'@smithy/property-provider': 4.2.12
'@smithy/shared-ini-file-loader': 4.4.7
'@smithy/types': 4.13.1
@@ -12222,7 +12595,7 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/types@3.973.5':
+ '@aws-sdk/types@3.973.6':
dependencies:
'@smithy/types': 4.13.1
tslib: 2.8.1
@@ -12231,9 +12604,9 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@aws-sdk/util-endpoints@3.996.4':
+ '@aws-sdk/util-endpoints@3.996.5':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/types': 4.13.1
'@smithy/url-parser': 4.2.12
'@smithy/util-endpoints': 3.3.3
@@ -12243,26 +12616,26 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@aws-sdk/util-user-agent-browser@3.972.7':
+ '@aws-sdk/util-user-agent-browser@3.972.8':
dependencies:
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/types': 3.973.6
'@smithy/types': 4.13.1
bowser: 2.12.1
tslib: 2.8.1
- '@aws-sdk/util-user-agent-node@3.973.6':
+ '@aws-sdk/util-user-agent-node@3.973.11':
dependencies:
- '@aws-sdk/middleware-user-agent': 3.972.20
- '@aws-sdk/types': 3.973.5
+ '@aws-sdk/middleware-user-agent': 3.972.25
+ '@aws-sdk/types': 3.973.6
'@smithy/node-config-provider': 4.3.12
'@smithy/types': 4.13.1
'@smithy/util-config-provider': 4.2.2
tslib: 2.8.1
- '@aws-sdk/xml-builder@3.972.10':
+ '@aws-sdk/xml-builder@3.972.15':
dependencies:
'@smithy/types': 4.13.1
- fast-xml-parser: 5.4.1
+ fast-xml-parser: 5.5.8
tslib: 2.8.1
'@aws/lambda-invoke-store@0.2.2': {}
@@ -12509,6 +12882,8 @@ snapshots:
'@borewit/text-codec@0.1.1': {}
+ '@bufbuild/protobuf@2.11.0': {}
+
'@canvas/image-data@1.1.0': {}
'@chainsafe/is-ip@2.1.0': {}
@@ -12649,11 +13024,22 @@ snapshots:
jsonfile: 5.0.0
universalify: 0.1.2
+ '@emnapi/core@1.9.1':
+ dependencies:
+ '@emnapi/wasi-threads': 1.2.0
+ tslib: 2.8.1
+ optional: true
+
'@emnapi/runtime@1.7.1':
dependencies:
tslib: 2.8.1
optional: true
+ '@emnapi/wasi-threads@1.2.0':
+ dependencies:
+ tslib: 2.8.1
+ optional: true
+
'@emotion/hash@0.9.2': {}
'@epic-web/invariant@1.0.0': {}
@@ -12829,12 +13215,12 @@ snapshots:
'@fastify/forwarded@3.0.1': {}
- '@fastify/http-proxy@11.4.1(bufferutil@4.1.0)(utf-8-validate@6.0.6)':
+ '@fastify/http-proxy@11.4.2(bufferutil@4.1.0)(utf-8-validate@6.0.6)':
dependencies:
'@fastify/reply-from': 12.5.0
fast-querystring: 1.1.2
fastify-plugin: 5.1.0
- ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ ws: 8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
transitivePeerDependencies:
- bufferutil
- utf-8-validate
@@ -12851,12 +13237,12 @@ snapshots:
fastify-plugin: 5.1.0
secure-json-parse: 4.1.0
- '@fastify/otel@0.16.0(@opentelemetry/api@1.9.0)':
+ '@fastify/otel@0.17.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.208.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.212.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
minimatch: 10.2.4
transitivePeerDependencies:
- supports-color
@@ -14459,11 +14845,11 @@ snapshots:
'@types/yargs': 17.0.34
chalk: 4.1.2
- '@joshwooding/vite-plugin-react-docgen-typescript@0.6.4(typescript@5.9.3)(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))':
+ '@joshwooding/vite-plugin-react-docgen-typescript@0.6.4(typescript@5.9.3)(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))':
dependencies:
glob: 13.0.1
react-docgen-typescript: 2.4.0(typescript@5.9.3)
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
optionalDependencies:
typescript: 5.9.3
@@ -14575,14 +14961,14 @@ snapshots:
'@misskey-dev/browser-image-resizer@2024.1.0': {}
- '@misskey-dev/eslint-plugin@2.1.0(@eslint/compat@1.4.0(eslint@9.39.4))(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/eslint-plugin@8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4))(eslint@9.39.4)(globals@17.4.0)':
+ '@misskey-dev/eslint-plugin@2.1.0(@eslint/compat@1.4.0(eslint@9.39.4))(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3))(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4))(eslint@9.39.4)(globals@17.4.0)':
dependencies:
'@eslint/compat': 1.4.0(eslint@9.39.4)
'@stylistic/eslint-plugin': 5.5.0(eslint@9.39.4)
- '@typescript-eslint/eslint-plugin': 8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/eslint-plugin': 8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
eslint: 9.39.4
- eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
+ eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)
globals: 17.4.0
'@misskey-dev/sharp-read-bmp@1.2.0':
@@ -14628,52 +15014,52 @@ snapshots:
outvariant: 1.4.3
strict-event-emitter: 0.5.1
- '@napi-rs/canvas-android-arm64@0.1.96':
+ '@napi-rs/canvas-android-arm64@0.1.97':
optional: true
- '@napi-rs/canvas-darwin-arm64@0.1.96':
+ '@napi-rs/canvas-darwin-arm64@0.1.97':
optional: true
- '@napi-rs/canvas-darwin-x64@0.1.96':
+ '@napi-rs/canvas-darwin-x64@0.1.97':
optional: true
- '@napi-rs/canvas-linux-arm-gnueabihf@0.1.96':
+ '@napi-rs/canvas-linux-arm-gnueabihf@0.1.97':
optional: true
- '@napi-rs/canvas-linux-arm64-gnu@0.1.96':
+ '@napi-rs/canvas-linux-arm64-gnu@0.1.97':
optional: true
- '@napi-rs/canvas-linux-arm64-musl@0.1.96':
+ '@napi-rs/canvas-linux-arm64-musl@0.1.97':
optional: true
- '@napi-rs/canvas-linux-riscv64-gnu@0.1.96':
+ '@napi-rs/canvas-linux-riscv64-gnu@0.1.97':
optional: true
- '@napi-rs/canvas-linux-x64-gnu@0.1.96':
+ '@napi-rs/canvas-linux-x64-gnu@0.1.97':
optional: true
- '@napi-rs/canvas-linux-x64-musl@0.1.96':
+ '@napi-rs/canvas-linux-x64-musl@0.1.97':
optional: true
- '@napi-rs/canvas-win32-arm64-msvc@0.1.96':
+ '@napi-rs/canvas-win32-arm64-msvc@0.1.97':
optional: true
- '@napi-rs/canvas-win32-x64-msvc@0.1.96':
+ '@napi-rs/canvas-win32-x64-msvc@0.1.97':
optional: true
- '@napi-rs/canvas@0.1.96':
+ '@napi-rs/canvas@0.1.97':
optionalDependencies:
- '@napi-rs/canvas-android-arm64': 0.1.96
- '@napi-rs/canvas-darwin-arm64': 0.1.96
- '@napi-rs/canvas-darwin-x64': 0.1.96
- '@napi-rs/canvas-linux-arm-gnueabihf': 0.1.96
- '@napi-rs/canvas-linux-arm64-gnu': 0.1.96
- '@napi-rs/canvas-linux-arm64-musl': 0.1.96
- '@napi-rs/canvas-linux-riscv64-gnu': 0.1.96
- '@napi-rs/canvas-linux-x64-gnu': 0.1.96
- '@napi-rs/canvas-linux-x64-musl': 0.1.96
- '@napi-rs/canvas-win32-arm64-msvc': 0.1.96
- '@napi-rs/canvas-win32-x64-msvc': 0.1.96
+ '@napi-rs/canvas-android-arm64': 0.1.97
+ '@napi-rs/canvas-darwin-arm64': 0.1.97
+ '@napi-rs/canvas-darwin-x64': 0.1.97
+ '@napi-rs/canvas-linux-arm-gnueabihf': 0.1.97
+ '@napi-rs/canvas-linux-arm64-gnu': 0.1.97
+ '@napi-rs/canvas-linux-arm64-musl': 0.1.97
+ '@napi-rs/canvas-linux-riscv64-gnu': 0.1.97
+ '@napi-rs/canvas-linux-x64-gnu': 0.1.97
+ '@napi-rs/canvas-linux-x64-musl': 0.1.97
+ '@napi-rs/canvas-win32-arm64-msvc': 0.1.97
+ '@napi-rs/canvas-win32-x64-msvc': 0.1.97
'@napi-rs/nice-android-arm-eabi@1.1.1':
optional: true
@@ -14747,9 +15133,16 @@ snapshots:
'@napi-rs/nice-win32-x64-msvc': 1.1.1
optional: true
- '@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2)':
+ '@napi-rs/wasm-runtime@1.1.1':
dependencies:
- file-type: 21.3.0
+ '@emnapi/core': 1.9.1
+ '@emnapi/runtime': 1.7.1
+ '@tybys/wasm-util': 0.10.1
+ optional: true
+
+ '@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2)':
+ dependencies:
+ file-type: 21.3.2
iterare: 1.2.1
load-esm: 1.0.3
reflect-metadata: 0.2.2
@@ -14759,9 +15152,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@nestjs/core@11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.16)(reflect-metadata@0.2.2)(rxjs@7.8.2)':
+ '@nestjs/core@11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.17)(reflect-metadata@0.2.2)(rxjs@7.8.2)':
dependencies:
- '@nestjs/common': 11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ '@nestjs/common': 11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2)
'@nuxt/opencollective': 0.4.1
fast-safe-stringify: 2.1.1
iterare: 1.2.1
@@ -14771,12 +15164,12 @@ snapshots:
tslib: 2.8.1
uid: 2.0.2
optionalDependencies:
- '@nestjs/platform-express': 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.16)
+ '@nestjs/platform-express': 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.17)
- '@nestjs/platform-express@11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.16)':
+ '@nestjs/platform-express@11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.17)':
dependencies:
- '@nestjs/common': 11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2)
- '@nestjs/core': 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.16)(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ '@nestjs/common': 11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ '@nestjs/core': 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.17)(reflect-metadata@0.2.2)(rxjs@7.8.2)
cors: 2.8.6
express: 5.2.1
multer: 2.1.1
@@ -14785,13 +15178,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@nestjs/testing@11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.16)(@nestjs/platform-express@11.1.16)':
+ '@nestjs/testing@11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.17)(@nestjs/platform-express@11.1.17)':
dependencies:
- '@nestjs/common': 11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2)
- '@nestjs/core': 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.16)(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ '@nestjs/common': 11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2)
+ '@nestjs/core': 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/platform-express@11.1.17)(reflect-metadata@0.2.2)(rxjs@7.8.2)
tslib: 2.8.1
optionalDependencies:
- '@nestjs/platform-express': 11.1.16(@nestjs/common@11.1.16(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.16)
+ '@nestjs/platform-express': 11.1.17(@nestjs/common@11.1.17(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.17)
'@noble/hashes@1.8.0': {}
@@ -14842,218 +15235,218 @@ snapshots:
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-logs@0.208.0':
+ '@opentelemetry/api-logs@0.212.0':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-logs@0.211.0':
+ '@opentelemetry/api-logs@0.213.0':
dependencies:
'@opentelemetry/api': 1.9.0
'@opentelemetry/api@1.9.0': {}
- '@opentelemetry/context-async-hooks@2.5.1(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/context-async-hooks@2.6.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/core@2.6.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/semantic-conventions': 1.40.0
- '@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/core@2.6.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/semantic-conventions': 1.40.0
- '@opentelemetry/instrumentation-amqplib@0.58.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-amqplib@0.60.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-connect@0.54.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-connect@0.56.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
'@types/connect': 3.4.38
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-dataloader@0.28.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-dataloader@0.30.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-express@0.59.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-express@0.61.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-fs@0.30.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-fs@0.32.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-generic-pool@0.54.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-generic-pool@0.56.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-graphql@0.58.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-graphql@0.61.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-hapi@0.57.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-hapi@0.59.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-http@0.211.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-http@0.213.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
forwarded-parse: 2.1.2
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-ioredis@0.59.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-ioredis@0.61.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
'@opentelemetry/redis-common': 0.38.2
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-kafkajs@0.20.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-kafkajs@0.22.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-knex@0.55.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-knex@0.57.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-koa@0.59.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-koa@0.61.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-lru-memoizer@0.55.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-lru-memoizer@0.57.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mongodb@0.64.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mongodb@0.66.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mongoose@0.57.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mongoose@0.59.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mysql2@0.57.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mysql2@0.59.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
'@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.0)
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-mysql@0.57.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-mysql@0.59.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
'@types/mysql': 2.15.27
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-pg@0.63.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-pg@0.65.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
'@opentelemetry/sql-common': 0.41.2(@opentelemetry/api@1.9.0)
'@types/pg': 8.15.6
'@types/pg-pool': 2.0.7
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-redis@0.59.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-redis@0.61.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
'@opentelemetry/redis-common': 0.38.2
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-tedious@0.30.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-tedious@0.32.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
'@types/tedious': 4.0.14
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation-undici@0.21.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation-undici@0.23.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
transitivePeerDependencies:
- supports-color
@@ -15066,45 +15459,47 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation@0.208.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation@0.212.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-logs': 0.208.0
+ '@opentelemetry/api-logs': 0.212.0
import-in-the-middle: 2.0.6
require-in-the-middle: 8.0.1
transitivePeerDependencies:
- supports-color
- '@opentelemetry/instrumentation@0.211.0(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/instrumentation@0.213.0(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/api-logs': 0.211.0
- import-in-the-middle: 2.0.6
+ '@opentelemetry/api-logs': 0.213.0
+ import-in-the-middle: 3.0.0
require-in-the-middle: 8.0.1
transitivePeerDependencies:
- supports-color
'@opentelemetry/redis-common@0.38.2': {}
- '@opentelemetry/resources@2.5.1(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/resources@2.6.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
- '@opentelemetry/sdk-trace-base@2.5.1(@opentelemetry/api@1.9.0)':
+ '@opentelemetry/sdk-trace-base@2.6.1(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
- '@opentelemetry/semantic-conventions@1.39.0': {}
+ '@opentelemetry/semantic-conventions@1.40.0': {}
'@opentelemetry/sql-common@0.41.2(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+
+ '@oxc-project/types@0.122.0': {}
'@paralleldrive/cuid2@2.3.1':
dependencies:
@@ -15278,7 +15673,7 @@ snapshots:
'@pkgjs/parseargs@0.11.0':
optional: true
- '@prisma/instrumentation@7.2.0(@opentelemetry/api@1.9.0)':
+ '@prisma/instrumentation@7.4.2(@opentelemetry/api@1.9.0)':
dependencies:
'@opentelemetry/api': 1.9.0
'@opentelemetry/instrumentation': 0.207.0(@opentelemetry/api@1.9.0)
@@ -15330,105 +15725,147 @@ snapshots:
transitivePeerDependencies:
- supports-color
+ '@rolldown/binding-android-arm64@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-darwin-arm64@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-darwin-x64@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-freebsd-x64@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-arm-gnueabihf@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-arm64-gnu@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-arm64-musl@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-ppc64-gnu@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-s390x-gnu@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-x64-gnu@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-linux-x64-musl@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-openharmony-arm64@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-wasm32-wasi@1.0.0-rc.11':
+ dependencies:
+ '@napi-rs/wasm-runtime': 1.1.1
+ optional: true
+
+ '@rolldown/binding-win32-arm64-msvc@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/binding-win32-x64-msvc@1.0.0-rc.11':
+ optional: true
+
+ '@rolldown/pluginutils@1.0.0-rc.11': {}
+
'@rolldown/pluginutils@1.0.0-rc.2': {}
- '@rollup/plugin-json@6.1.0(rollup@4.59.0)':
+ '@rollup/plugin-json@6.1.0(rollup@4.60.0)':
dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.60.0)
optionalDependencies:
- rollup: 4.59.0
+ rollup: 4.60.0
- '@rollup/plugin-replace@6.0.3(rollup@4.59.0)':
- dependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
- magic-string: 0.30.21
- optionalDependencies:
- rollup: 4.59.0
-
- '@rollup/pluginutils@5.3.0(rollup@4.59.0)':
+ '@rollup/pluginutils@5.3.0(rollup@4.60.0)':
dependencies:
'@types/estree': 1.0.8
estree-walker: 2.0.2
picomatch: 4.0.3
optionalDependencies:
- rollup: 4.59.0
+ rollup: 4.60.0
- '@rollup/rollup-android-arm-eabi@4.59.0':
+ '@rollup/rollup-android-arm-eabi@4.60.0':
optional: true
- '@rollup/rollup-android-arm64@4.59.0':
+ '@rollup/rollup-android-arm64@4.60.0':
optional: true
- '@rollup/rollup-darwin-arm64@4.59.0':
+ '@rollup/rollup-darwin-arm64@4.60.0':
optional: true
- '@rollup/rollup-darwin-x64@4.59.0':
+ '@rollup/rollup-darwin-x64@4.60.0':
optional: true
- '@rollup/rollup-freebsd-arm64@4.59.0':
+ '@rollup/rollup-freebsd-arm64@4.60.0':
optional: true
- '@rollup/rollup-freebsd-x64@4.59.0':
+ '@rollup/rollup-freebsd-x64@4.60.0':
optional: true
- '@rollup/rollup-linux-arm-gnueabihf@4.59.0':
+ '@rollup/rollup-linux-arm-gnueabihf@4.60.0':
optional: true
- '@rollup/rollup-linux-arm-musleabihf@4.59.0':
+ '@rollup/rollup-linux-arm-musleabihf@4.60.0':
optional: true
- '@rollup/rollup-linux-arm64-gnu@4.59.0':
+ '@rollup/rollup-linux-arm64-gnu@4.60.0':
optional: true
- '@rollup/rollup-linux-arm64-musl@4.59.0':
+ '@rollup/rollup-linux-arm64-musl@4.60.0':
optional: true
- '@rollup/rollup-linux-loong64-gnu@4.59.0':
+ '@rollup/rollup-linux-loong64-gnu@4.60.0':
optional: true
- '@rollup/rollup-linux-loong64-musl@4.59.0':
+ '@rollup/rollup-linux-loong64-musl@4.60.0':
optional: true
- '@rollup/rollup-linux-ppc64-gnu@4.59.0':
+ '@rollup/rollup-linux-ppc64-gnu@4.60.0':
optional: true
- '@rollup/rollup-linux-ppc64-musl@4.59.0':
+ '@rollup/rollup-linux-ppc64-musl@4.60.0':
optional: true
- '@rollup/rollup-linux-riscv64-gnu@4.59.0':
+ '@rollup/rollup-linux-riscv64-gnu@4.60.0':
optional: true
- '@rollup/rollup-linux-riscv64-musl@4.59.0':
+ '@rollup/rollup-linux-riscv64-musl@4.60.0':
optional: true
- '@rollup/rollup-linux-s390x-gnu@4.59.0':
+ '@rollup/rollup-linux-s390x-gnu@4.60.0':
optional: true
'@rollup/rollup-linux-x64-gnu@4.53.3':
optional: true
- '@rollup/rollup-linux-x64-gnu@4.59.0':
+ '@rollup/rollup-linux-x64-gnu@4.60.0':
optional: true
- '@rollup/rollup-linux-x64-musl@4.59.0':
+ '@rollup/rollup-linux-x64-musl@4.60.0':
optional: true
- '@rollup/rollup-openbsd-x64@4.59.0':
+ '@rollup/rollup-openbsd-x64@4.60.0':
optional: true
- '@rollup/rollup-openharmony-arm64@4.59.0':
+ '@rollup/rollup-openharmony-arm64@4.60.0':
optional: true
- '@rollup/rollup-win32-arm64-msvc@4.59.0':
+ '@rollup/rollup-win32-arm64-msvc@4.60.0':
optional: true
- '@rollup/rollup-win32-ia32-msvc@4.59.0':
+ '@rollup/rollup-win32-ia32-msvc@4.60.0':
optional: true
- '@rollup/rollup-win32-x64-gnu@4.59.0':
+ '@rollup/rollup-win32-x64-gnu@4.60.0':
optional: true
- '@rollup/rollup-win32-x64-msvc@4.59.0':
+ '@rollup/rollup-win32-x64-msvc@4.60.0':
optional: true
'@rtsao/scc@1.1.0': {}
@@ -15474,114 +15911,148 @@ snapshots:
'@sec-ant/readable-stream@0.4.1': {}
- '@sentry-internal/browser-utils@10.43.0':
+ '@sentry-internal/browser-utils@10.40.0':
dependencies:
- '@sentry/core': 10.43.0
+ '@sentry/core': 10.40.0
- '@sentry-internal/feedback@10.43.0':
+ '@sentry-internal/browser-utils@10.45.0':
dependencies:
- '@sentry/core': 10.43.0
+ '@sentry/core': 10.45.0
+
+ '@sentry-internal/feedback@10.40.0':
+ dependencies:
+ '@sentry/core': 10.40.0
+
+ '@sentry-internal/feedback@10.45.0':
+ dependencies:
+ '@sentry/core': 10.45.0
'@sentry-internal/node-cpu-profiler@2.2.0':
dependencies:
detect-libc: 2.1.2
node-abi: 3.85.0
- '@sentry-internal/replay-canvas@10.43.0':
+ '@sentry-internal/replay-canvas@10.40.0':
dependencies:
- '@sentry-internal/replay': 10.43.0
- '@sentry/core': 10.43.0
+ '@sentry-internal/replay': 10.40.0
+ '@sentry/core': 10.40.0
- '@sentry-internal/replay@10.43.0':
+ '@sentry-internal/replay-canvas@10.45.0':
dependencies:
- '@sentry-internal/browser-utils': 10.43.0
- '@sentry/core': 10.43.0
+ '@sentry-internal/replay': 10.45.0
+ '@sentry/core': 10.45.0
- '@sentry/browser@10.43.0':
+ '@sentry-internal/replay@10.40.0':
dependencies:
- '@sentry-internal/browser-utils': 10.43.0
- '@sentry-internal/feedback': 10.43.0
- '@sentry-internal/replay': 10.43.0
- '@sentry-internal/replay-canvas': 10.43.0
- '@sentry/core': 10.43.0
+ '@sentry-internal/browser-utils': 10.40.0
+ '@sentry/core': 10.40.0
- '@sentry/core@10.43.0': {}
-
- '@sentry/node-core@10.43.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.211.0(@opentelemetry/api@1.9.0))(@opentelemetry/resources@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.39.0)':
+ '@sentry-internal/replay@10.45.0':
dependencies:
- '@sentry/core': 10.43.0
- '@sentry/opentelemetry': 10.43.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.39.0)
- import-in-the-middle: 2.0.6
+ '@sentry-internal/browser-utils': 10.45.0
+ '@sentry/core': 10.45.0
+
+ '@sentry/browser@10.40.0':
+ dependencies:
+ '@sentry-internal/browser-utils': 10.40.0
+ '@sentry-internal/feedback': 10.40.0
+ '@sentry-internal/replay': 10.40.0
+ '@sentry-internal/replay-canvas': 10.40.0
+ '@sentry/core': 10.40.0
+
+ '@sentry/browser@10.45.0':
+ dependencies:
+ '@sentry-internal/browser-utils': 10.45.0
+ '@sentry-internal/feedback': 10.45.0
+ '@sentry-internal/replay': 10.45.0
+ '@sentry-internal/replay-canvas': 10.45.0
+ '@sentry/core': 10.45.0
+
+ '@sentry/core@10.40.0': {}
+
+ '@sentry/core@10.45.0': {}
+
+ '@sentry/node-core@10.45.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.213.0(@opentelemetry/api@1.9.0))(@opentelemetry/resources@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.40.0)':
+ dependencies:
+ '@sentry/core': 10.45.0
+ '@sentry/opentelemetry': 10.45.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.40.0)
+ import-in-the-middle: 3.0.0
optionalDependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/context-async-hooks': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
+ '@opentelemetry/context-async-hooks': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
- '@sentry/node@10.43.0':
+ '@sentry/node@10.45.0':
dependencies:
- '@fastify/otel': 0.16.0(@opentelemetry/api@1.9.0)
+ '@fastify/otel': 0.17.1(@opentelemetry/api@1.9.0)
'@opentelemetry/api': 1.9.0
- '@opentelemetry/context-async-hooks': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-amqplib': 0.58.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-connect': 0.54.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-dataloader': 0.28.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-express': 0.59.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-fs': 0.30.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-generic-pool': 0.54.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-graphql': 0.58.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-hapi': 0.57.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-http': 0.211.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-ioredis': 0.59.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-kafkajs': 0.20.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-knex': 0.55.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-koa': 0.59.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-lru-memoizer': 0.55.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mongodb': 0.64.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mongoose': 0.57.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mysql': 0.57.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-mysql2': 0.57.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-pg': 0.63.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-redis': 0.59.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-tedious': 0.30.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/instrumentation-undici': 0.21.0(@opentelemetry/api@1.9.0)
- '@opentelemetry/resources': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
- '@prisma/instrumentation': 7.2.0(@opentelemetry/api@1.9.0)
- '@sentry/core': 10.43.0
- '@sentry/node-core': 10.43.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.211.0(@opentelemetry/api@1.9.0))(@opentelemetry/resources@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.39.0)
- '@sentry/opentelemetry': 10.43.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.39.0)
- import-in-the-middle: 2.0.6
+ '@opentelemetry/context-async-hooks': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-amqplib': 0.60.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-connect': 0.56.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-dataloader': 0.30.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-express': 0.61.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-fs': 0.32.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-generic-pool': 0.56.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-graphql': 0.61.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-hapi': 0.59.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-http': 0.213.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-ioredis': 0.61.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-kafkajs': 0.22.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-knex': 0.57.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-koa': 0.61.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-lru-memoizer': 0.57.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mongodb': 0.66.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mongoose': 0.59.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mysql': 0.59.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-mysql2': 0.59.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-pg': 0.65.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-redis': 0.61.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-tedious': 0.32.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/instrumentation-undici': 0.23.0(@opentelemetry/api@1.9.0)
+ '@opentelemetry/resources': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
+ '@prisma/instrumentation': 7.4.2(@opentelemetry/api@1.9.0)
+ '@sentry/core': 10.45.0
+ '@sentry/node-core': 10.45.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/instrumentation@0.213.0(@opentelemetry/api@1.9.0))(@opentelemetry/resources@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.40.0)
+ '@sentry/opentelemetry': 10.45.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.40.0)
+ import-in-the-middle: 3.0.0
transitivePeerDependencies:
- supports-color
- '@sentry/opentelemetry@10.43.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.39.0)':
+ '@sentry/opentelemetry@10.45.0(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.6.1(@opentelemetry/api@1.9.0))(@opentelemetry/semantic-conventions@1.40.0)':
dependencies:
'@opentelemetry/api': 1.9.0
- '@opentelemetry/context-async-hooks': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/core': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/sdk-trace-base': 2.5.1(@opentelemetry/api@1.9.0)
- '@opentelemetry/semantic-conventions': 1.39.0
- '@sentry/core': 10.43.0
+ '@opentelemetry/context-async-hooks': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/core': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/sdk-trace-base': 2.6.1(@opentelemetry/api@1.9.0)
+ '@opentelemetry/semantic-conventions': 1.40.0
+ '@sentry/core': 10.45.0
- '@sentry/profiling-node@10.43.0':
+ '@sentry/profiling-node@10.45.0':
dependencies:
'@sentry-internal/node-cpu-profiler': 2.2.0
- '@sentry/core': 10.43.0
- '@sentry/node': 10.43.0
+ '@sentry/core': 10.45.0
+ '@sentry/node': 10.45.0
transitivePeerDependencies:
- supports-color
- '@sentry/vue@10.43.0(vue@3.5.30(typescript@5.9.3))':
+ '@sentry/vue@10.40.0(vue@3.5.30(typescript@5.9.3))':
dependencies:
- '@sentry/browser': 10.43.0
- '@sentry/core': 10.43.0
+ '@sentry/browser': 10.40.0
+ '@sentry/core': 10.40.0
+ vue: 3.5.30(typescript@5.9.3)
+
+ '@sentry/vue@10.45.0(vue@3.5.30(typescript@5.9.3))':
+ dependencies:
+ '@sentry/browser': 10.45.0
+ '@sentry/core': 10.45.0
vue: 3.5.30(typescript@5.9.3)
'@shikijs/core@3.23.0':
@@ -15689,7 +16160,7 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@smithy/config-resolver@4.4.11':
+ '@smithy/config-resolver@4.4.13':
dependencies:
'@smithy/node-config-provider': 4.3.12
'@smithy/types': 4.13.1
@@ -15698,7 +16169,7 @@ snapshots:
'@smithy/util-middleware': 4.2.12
tslib: 2.8.1
- '@smithy/core@3.23.11':
+ '@smithy/core@3.23.12':
dependencies:
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
@@ -15706,7 +16177,7 @@ snapshots:
'@smithy/util-base64': 4.3.2
'@smithy/util-body-length-browser': 4.2.2
'@smithy/util-middleware': 4.2.12
- '@smithy/util-stream': 4.5.19
+ '@smithy/util-stream': 4.5.20
'@smithy/util-utf8': 4.2.2
'@smithy/uuid': 1.1.2
tslib: 2.8.1
@@ -15802,10 +16273,10 @@ snapshots:
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/middleware-endpoint@4.4.25':
+ '@smithy/middleware-endpoint@4.4.27':
dependencies:
- '@smithy/core': 3.23.11
- '@smithy/middleware-serde': 4.2.14
+ '@smithy/core': 3.23.12
+ '@smithy/middleware-serde': 4.2.15
'@smithy/node-config-provider': 4.3.12
'@smithy/shared-ini-file-loader': 4.4.7
'@smithy/types': 4.13.1
@@ -15813,21 +16284,21 @@ snapshots:
'@smithy/util-middleware': 4.2.12
tslib: 2.8.1
- '@smithy/middleware-retry@4.4.42':
+ '@smithy/middleware-retry@4.4.44':
dependencies:
'@smithy/node-config-provider': 4.3.12
'@smithy/protocol-http': 5.3.12
'@smithy/service-error-classification': 4.2.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
'@smithy/util-middleware': 4.2.12
'@smithy/util-retry': 4.2.12
'@smithy/uuid': 1.1.2
tslib: 2.8.1
- '@smithy/middleware-serde@4.2.14':
+ '@smithy/middleware-serde@4.2.15':
dependencies:
- '@smithy/core': 3.23.11
+ '@smithy/core': 3.23.12
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
tslib: 2.8.1
@@ -15844,7 +16315,7 @@ snapshots:
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/node-http-handler@4.4.16':
+ '@smithy/node-http-handler@4.5.0':
dependencies:
'@smithy/abort-controller': 4.2.12
'@smithy/protocol-http': 5.3.12
@@ -15893,14 +16364,14 @@ snapshots:
'@smithy/util-utf8': 4.2.2
tslib: 2.8.1
- '@smithy/smithy-client@4.12.5':
+ '@smithy/smithy-client@4.12.7':
dependencies:
- '@smithy/core': 3.23.11
- '@smithy/middleware-endpoint': 4.4.25
+ '@smithy/core': 3.23.12
+ '@smithy/middleware-endpoint': 4.4.27
'@smithy/middleware-stack': 4.2.12
'@smithy/protocol-http': 5.3.12
'@smithy/types': 4.13.1
- '@smithy/util-stream': 4.5.19
+ '@smithy/util-stream': 4.5.20
tslib: 2.8.1
'@smithy/types@4.13.1':
@@ -15941,20 +16412,20 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@smithy/util-defaults-mode-browser@4.3.41':
+ '@smithy/util-defaults-mode-browser@4.3.43':
dependencies:
'@smithy/property-provider': 4.2.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/util-defaults-mode-node@4.2.44':
+ '@smithy/util-defaults-mode-node@4.2.47':
dependencies:
- '@smithy/config-resolver': 4.4.11
+ '@smithy/config-resolver': 4.4.13
'@smithy/credential-provider-imds': 4.2.12
'@smithy/node-config-provider': 4.3.12
'@smithy/property-provider': 4.2.12
- '@smithy/smithy-client': 4.12.5
+ '@smithy/smithy-client': 4.12.7
'@smithy/types': 4.13.1
tslib: 2.8.1
@@ -15979,10 +16450,10 @@ snapshots:
'@smithy/types': 4.13.1
tslib: 2.8.1
- '@smithy/util-stream@4.5.19':
+ '@smithy/util-stream@4.5.20':
dependencies:
'@smithy/fetch-http-handler': 5.3.15
- '@smithy/node-http-handler': 4.4.16
+ '@smithy/node-http-handler': 4.5.0
'@smithy/types': 4.13.1
'@smithy/util-base64': 4.3.2
'@smithy/util-buffer-from': 4.2.2
@@ -16018,155 +16489,155 @@ snapshots:
'@standard-schema/spec@1.1.0': {}
- '@storybook/addon-actions@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-actions@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
'@types/uuid': 9.0.8
dequal: 2.0.3
polished: 4.3.1
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
uuid: 9.0.1
- '@storybook/addon-backgrounds@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-backgrounds@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
memoizerific: 1.11.3
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
- '@storybook/addon-controls@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-controls@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
dequal: 2.0.3
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
- '@storybook/addon-docs@8.6.18(@types/react@19.2.2)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-docs@8.6.18(@types/react@19.2.2)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@mdx-js/react': 3.1.1(@types/react@19.2.2)(react@19.2.4)
- '@storybook/blocks': 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/csf-plugin': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/react-dom-shim': 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/blocks': 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/csf-plugin': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/react-dom-shim': 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
react: 19.2.4
react-dom: 19.2.4(react@19.2.4)
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
transitivePeerDependencies:
- '@types/react'
- '@storybook/addon-essentials@8.6.18(@types/react@19.2.2)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-essentials@8.6.18(@types/react@19.2.2)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- '@storybook/addon-actions': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-backgrounds': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-controls': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-docs': 8.6.18(@types/react@19.2.2)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-highlight': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-measure': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-outline': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-toolbars': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/addon-viewport': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ '@storybook/addon-actions': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-backgrounds': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-controls': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-docs': 8.6.18(@types/react@19.2.2)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-highlight': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-measure': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-outline': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-toolbars': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/addon-viewport': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
transitivePeerDependencies:
- '@types/react'
- '@storybook/addon-highlight@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-highlight@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/addon-interactions@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-interactions@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
- '@storybook/instrumenter': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/test': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/instrumenter': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/test': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
polished: 4.3.1
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
- '@storybook/addon-links@10.2.17(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-links@10.3.3(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
optionalDependencies:
react: 19.2.4
- '@storybook/addon-mdx-gfm@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-mdx-gfm@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
remark-gfm: 4.0.1
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
transitivePeerDependencies:
- supports-color
- '@storybook/addon-measure@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-measure@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
tiny-invariant: 1.3.3
- '@storybook/addon-outline@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-outline@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
- '@storybook/addon-storysource@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-storysource@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- '@storybook/source-loader': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/source-loader': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
estraverse: 5.3.0
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
tiny-invariant: 1.3.3
- '@storybook/addon-toolbars@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-toolbars@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/addon-viewport@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/addon-viewport@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
memoizerific: 1.11.3
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/blocks@8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/blocks@8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/icons': 1.6.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
optionalDependencies:
react: 19.2.4
react-dom: 19.2.4(react@19.2.4)
- '@storybook/builder-vite@10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))':
+ '@storybook/builder-vite@10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))':
dependencies:
- '@storybook/csf-plugin': 10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ '@storybook/csf-plugin': 10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
ts-dedent: 2.2.0
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
transitivePeerDependencies:
- esbuild
- rollup
- webpack
- '@storybook/components@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/components@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/core-events@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/core-events@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/csf-plugin@10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))':
+ '@storybook/csf-plugin@10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
unplugin: 2.3.10
optionalDependencies:
esbuild: 0.27.4
- rollup: 4.59.0
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ rollup: 4.60.0
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
- '@storybook/csf-plugin@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/csf-plugin@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
unplugin: 1.16.1
'@storybook/global@5.0.0': {}
@@ -16181,47 +16652,47 @@ snapshots:
react: 19.2.4
react-dom: 19.2.4(react@19.2.4)
- '@storybook/instrumenter@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/instrumenter@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
'@vitest/utils': 2.1.9
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/manager-api@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/manager-api@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/preview-api@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/preview-api@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/react-dom-shim@10.2.17(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/react-dom-shim@10.3.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
react: 19.2.4
react-dom: 19.2.4(react@19.2.4)
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/react-dom-shim@8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/react-dom-shim@8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
react: 19.2.4
react-dom: 19.2.4(react@19.2.4)
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/react-vite@10.2.17(esbuild@0.27.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))':
+ '@storybook/react-vite@10.3.3(esbuild@0.27.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))':
dependencies:
- '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.4(typescript@5.9.3)(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
- '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
- '@storybook/builder-vite': 10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
- '@storybook/react': 10.2.17(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)
+ '@joshwooding/vite-plugin-react-docgen-typescript': 0.6.4(typescript@5.9.3)(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
+ '@rollup/pluginutils': 5.3.0(rollup@4.60.0)
+ '@storybook/builder-vite': 10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
+ '@storybook/react': 10.3.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)
empathic: 2.0.0
magic-string: 0.30.21
react: 19.2.4
react-docgen: 8.0.2
react-dom: 19.2.4(react@19.2.4)
resolve: 1.22.11
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
tsconfig-paths: 4.2.0
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
transitivePeerDependencies:
- esbuild
- rollup
@@ -16229,53 +16700,54 @@ snapshots:
- typescript
- webpack
- '@storybook/react@10.2.17(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)':
+ '@storybook/react@10.3.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(typescript@5.9.3)':
dependencies:
'@storybook/global': 5.0.0
- '@storybook/react-dom-shim': 10.2.17(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/react-dom-shim': 10.3.3(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
react: 19.2.4
react-docgen: 8.0.2
+ react-docgen-typescript: 2.4.0(typescript@5.9.3)
react-dom: 19.2.4(react@19.2.4)
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
optionalDependencies:
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@storybook/source-loader@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/source-loader@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
es-toolkit: 1.42.0
estraverse: 5.3.0
prettier: 3.8.1
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/test@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/test@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
'@storybook/global': 5.0.0
- '@storybook/instrumenter': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/instrumenter': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
'@testing-library/dom': 10.4.0
'@testing-library/jest-dom': 6.5.0
'@testing-library/user-event': 14.5.2(@testing-library/dom@10.4.0)
'@vitest/expect': 2.0.5
'@vitest/spy': 2.0.5
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/theming@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/theming@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/types@8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
+ '@storybook/types@8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))':
dependencies:
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
- '@storybook/vue3-vite@10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))':
+ '@storybook/vue3-vite@10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))':
dependencies:
- '@storybook/builder-vite': 10.2.17(esbuild@0.27.4)(rollup@4.59.0)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
- '@storybook/vue3': 10.2.17(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vue@3.5.30(typescript@5.9.3))
+ '@storybook/builder-vite': 10.3.3(esbuild@0.27.4)(rollup@4.60.0)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
+ '@storybook/vue3': 10.3.3(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vue@3.5.30(typescript@5.9.3))
magic-string: 0.30.21
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
typescript: 5.9.3
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
vue-component-meta: 2.2.12(typescript@5.9.3)
vue-docgen-api: 4.79.2(vue@3.5.30(typescript@5.9.3))
transitivePeerDependencies:
@@ -16284,10 +16756,10 @@ snapshots:
- vue
- webpack
- '@storybook/vue3@10.2.17(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vue@3.5.30(typescript@5.9.3))':
+ '@storybook/vue3@10.3.3(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))(vue@3.5.30(typescript@5.9.3))':
dependencies:
'@storybook/global': 5.0.0
- storybook: 10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
+ storybook: 10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6)
type-fest: 2.19.0
vue: 3.5.30(typescript@5.9.3)
vue-component-type-helpers: 3.2.6
@@ -16302,9 +16774,9 @@ snapshots:
estraverse: 5.3.0
picomatch: 4.0.3
- '@swc/cli@0.8.0(@swc/core@1.15.18(@swc/helpers@0.5.18))(chokidar@5.0.0)':
+ '@swc/cli@0.8.0(@swc/core@1.15.21(@swc/helpers@0.5.18))(chokidar@5.0.0)':
dependencies:
- '@swc/core': 1.15.18(@swc/helpers@0.5.18)
+ '@swc/core': 1.15.21(@swc/helpers@0.5.18)
'@swc/counter': 0.1.3
'@xhmikosr/bin-wrapper': 13.2.0
commander: 8.3.0
@@ -16326,10 +16798,10 @@ snapshots:
'@swc/wasm': 1.2.130
optional: true
- '@swc/core-darwin-arm64@1.15.18':
+ '@swc/core-darwin-arm64@1.15.21':
optional: true
- '@swc/core-darwin-x64@1.15.18':
+ '@swc/core-darwin-x64@1.15.21':
optional: true
'@swc/core-freebsd-x64@1.3.11':
@@ -16337,45 +16809,53 @@ snapshots:
'@swc/wasm': 1.2.130
optional: true
- '@swc/core-linux-arm-gnueabihf@1.15.18':
+ '@swc/core-linux-arm-gnueabihf@1.15.21':
optional: true
- '@swc/core-linux-arm64-gnu@1.15.18':
+ '@swc/core-linux-arm64-gnu@1.15.21':
optional: true
- '@swc/core-linux-arm64-musl@1.15.18':
+ '@swc/core-linux-arm64-musl@1.15.21':
optional: true
- '@swc/core-linux-x64-gnu@1.15.18':
+ '@swc/core-linux-ppc64-gnu@1.15.21':
optional: true
- '@swc/core-linux-x64-musl@1.15.18':
+ '@swc/core-linux-s390x-gnu@1.15.21':
optional: true
- '@swc/core-win32-arm64-msvc@1.15.18':
+ '@swc/core-linux-x64-gnu@1.15.21':
optional: true
- '@swc/core-win32-ia32-msvc@1.15.18':
+ '@swc/core-linux-x64-musl@1.15.21':
optional: true
- '@swc/core-win32-x64-msvc@1.15.18':
+ '@swc/core-win32-arm64-msvc@1.15.21':
optional: true
- '@swc/core@1.15.18(@swc/helpers@0.5.18)':
+ '@swc/core-win32-ia32-msvc@1.15.21':
+ optional: true
+
+ '@swc/core-win32-x64-msvc@1.15.21':
+ optional: true
+
+ '@swc/core@1.15.21(@swc/helpers@0.5.18)':
dependencies:
'@swc/counter': 0.1.3
'@swc/types': 0.1.25
optionalDependencies:
- '@swc/core-darwin-arm64': 1.15.18
- '@swc/core-darwin-x64': 1.15.18
- '@swc/core-linux-arm-gnueabihf': 1.15.18
- '@swc/core-linux-arm64-gnu': 1.15.18
- '@swc/core-linux-arm64-musl': 1.15.18
- '@swc/core-linux-x64-gnu': 1.15.18
- '@swc/core-linux-x64-musl': 1.15.18
- '@swc/core-win32-arm64-msvc': 1.15.18
- '@swc/core-win32-ia32-msvc': 1.15.18
- '@swc/core-win32-x64-msvc': 1.15.18
+ '@swc/core-darwin-arm64': 1.15.21
+ '@swc/core-darwin-x64': 1.15.21
+ '@swc/core-linux-arm-gnueabihf': 1.15.21
+ '@swc/core-linux-arm64-gnu': 1.15.21
+ '@swc/core-linux-arm64-musl': 1.15.21
+ '@swc/core-linux-ppc64-gnu': 1.15.21
+ '@swc/core-linux-s390x-gnu': 1.15.21
+ '@swc/core-linux-x64-gnu': 1.15.21
+ '@swc/core-linux-x64-musl': 1.15.21
+ '@swc/core-win32-arm64-msvc': 1.15.21
+ '@swc/core-win32-ia32-msvc': 1.15.21
+ '@swc/core-win32-x64-msvc': 1.15.21
'@swc/helpers': 0.5.18
'@swc/counter@0.1.3': {}
@@ -16384,10 +16864,10 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@swc/jest@0.2.39(@swc/core@1.15.18(@swc/helpers@0.5.18))':
+ '@swc/jest@0.2.39(@swc/core@1.15.21(@swc/helpers@0.5.18))':
dependencies:
'@jest/create-cache-key-function': 30.2.0
- '@swc/core': 1.15.18(@swc/helpers@0.5.18)
+ '@swc/core': 1.15.21(@swc/helpers@0.5.18)
'@swc/counter': 0.1.3
jsonc-parser: 3.3.1
@@ -16577,6 +17057,11 @@ snapshots:
'@twemoji/parser@16.0.0': {}
+ '@tybys/wasm-util@0.10.1':
+ dependencies:
+ tslib: 2.8.1
+ optional: true
+
'@types/accepts@1.3.7':
dependencies:
'@types/node': 24.12.0
@@ -16781,7 +17266,7 @@ snapshots:
'@types/pg-pool@2.0.7':
dependencies:
- '@types/pg': 8.18.0
+ '@types/pg': 8.20.0
'@types/pg@8.15.6':
dependencies:
@@ -16789,7 +17274,7 @@ snapshots:
pg-protocol: 1.13.0
pg-types: 2.2.0
- '@types/pg@8.18.0':
+ '@types/pg@8.20.0':
dependencies:
'@types/node': 24.12.0
pg-protocol: 1.13.0
@@ -16925,14 +17410,14 @@ snapshots:
'@types/node': 24.12.0
optional: true
- '@typescript-eslint/eslint-plugin@8.57.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
+ '@typescript-eslint/eslint-plugin@8.57.2(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.2
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
- '@typescript-eslint/scope-manager': 8.57.0
- '@typescript-eslint/type-utils': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
- '@typescript-eslint/utils': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.57.2
+ '@typescript-eslint/type-utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.57.2
eslint: 9.39.4
ignore: 7.0.5
natural-compare: 1.4.0
@@ -16941,41 +17426,41 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3)':
+ '@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/scope-manager': 8.57.0
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/scope-manager': 8.57.2
+ '@typescript-eslint/types': 8.57.2
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
+ '@typescript-eslint/visitor-keys': 8.57.2
debug: 4.4.3(supports-color@10.2.2)
eslint: 9.39.4
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.57.0(typescript@5.9.3)':
+ '@typescript-eslint/project-service@8.57.2(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.9.3)
- '@typescript-eslint/types': 8.57.0
+ '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
+ '@typescript-eslint/types': 8.57.2
debug: 4.4.3(supports-color@10.2.2)
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.57.0':
+ '@typescript-eslint/scope-manager@8.57.2':
dependencies:
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/types': 8.57.2
+ '@typescript-eslint/visitor-keys': 8.57.2
- '@typescript-eslint/tsconfig-utils@8.57.0(typescript@5.9.3)':
+ '@typescript-eslint/tsconfig-utils@8.57.2(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/type-utils@8.57.0(eslint@9.39.4)(typescript@5.9.3)':
+ '@typescript-eslint/type-utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
- '@typescript-eslint/utils': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/types': 8.57.2
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
+ '@typescript-eslint/utils': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
debug: 4.4.3(supports-color@10.2.2)
eslint: 9.39.4
ts-api-utils: 2.4.0(typescript@5.9.3)
@@ -16985,12 +17470,14 @@ snapshots:
'@typescript-eslint/types@8.57.0': {}
- '@typescript-eslint/typescript-estree@8.57.0(typescript@5.9.3)':
+ '@typescript-eslint/types@8.57.2': {}
+
+ '@typescript-eslint/typescript-estree@8.57.2(typescript@5.9.3)':
dependencies:
- '@typescript-eslint/project-service': 8.57.0(typescript@5.9.3)
- '@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.9.3)
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/visitor-keys': 8.57.0
+ '@typescript-eslint/project-service': 8.57.2(typescript@5.9.3)
+ '@typescript-eslint/tsconfig-utils': 8.57.2(typescript@5.9.3)
+ '@typescript-eslint/types': 8.57.2
+ '@typescript-eslint/visitor-keys': 8.57.2
debug: 4.4.3(supports-color@10.2.2)
minimatch: 10.2.4
semver: 7.7.4
@@ -17000,20 +17487,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.57.0(eslint@9.39.4)(typescript@5.9.3)':
+ '@typescript-eslint/utils@8.57.2(eslint@9.39.4)(typescript@5.9.3)':
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
- '@typescript-eslint/scope-manager': 8.57.0
- '@typescript-eslint/types': 8.57.0
- '@typescript-eslint/typescript-estree': 8.57.0(typescript@5.9.3)
+ '@typescript-eslint/scope-manager': 8.57.2
+ '@typescript-eslint/types': 8.57.2
+ '@typescript-eslint/typescript-estree': 8.57.2(typescript@5.9.3)
eslint: 9.39.4
typescript: 5.9.3
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.57.0':
+ '@typescript-eslint/visitor-keys@8.57.2':
dependencies:
- '@typescript-eslint/types': 8.57.0
+ '@typescript-eslint/types': 8.57.2
eslint-visitor-keys: 5.0.1
'@typescript/native-preview-darwin-arm64@7.0.0-dev.20260116.1':
@@ -17049,16 +17536,16 @@ snapshots:
'@ungap/structured-clone@1.3.0': {}
- '@vitejs/plugin-vue@6.0.5(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))':
+ '@vitejs/plugin-vue@6.0.5(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))(vue@3.5.30(typescript@5.9.3))':
dependencies:
'@rolldown/pluginutils': 1.0.0-rc.2
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
vue: 3.5.30(typescript@5.9.3)
- '@vitest/coverage-v8@4.1.0(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)))':
+ '@vitest/coverage-v8@4.1.1(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)))':
dependencies:
'@bcoe/v8-coverage': 1.0.2
- '@vitest/utils': 4.1.0
+ '@vitest/utils': 4.1.1
ast-v8-to-istanbul: 1.0.0
istanbul-lib-coverage: 3.2.2
istanbul-lib-report: 3.0.1
@@ -17067,7 +17554,7 @@ snapshots:
obug: 2.1.1
std-env: 4.0.0
tinyrainbow: 3.0.3
- vitest: 4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ vitest: 4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
'@vitest/expect@2.0.5':
dependencies:
@@ -17084,23 +17571,23 @@ snapshots:
chai: 5.3.3
tinyrainbow: 2.0.0
- '@vitest/expect@4.1.0':
+ '@vitest/expect@4.1.1':
dependencies:
'@standard-schema/spec': 1.1.0
'@types/chai': 5.2.3
- '@vitest/spy': 4.1.0
- '@vitest/utils': 4.1.0
+ '@vitest/spy': 4.1.1
+ '@vitest/utils': 4.1.1
chai: 6.2.2
tinyrainbow: 3.0.3
- '@vitest/mocker@4.1.0(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))':
+ '@vitest/mocker@4.1.1(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))':
dependencies:
- '@vitest/spy': 4.1.0
+ '@vitest/spy': 4.1.1
estree-walker: 3.0.3
magic-string: 0.30.21
optionalDependencies:
- msw: 2.12.10(@types/node@24.12.0)(typescript@5.9.3)
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ msw: 2.12.14(@types/node@24.12.0)(typescript@5.9.3)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
'@vitest/pretty-format@2.0.5':
dependencies:
@@ -17114,19 +17601,19 @@ snapshots:
dependencies:
tinyrainbow: 2.0.0
- '@vitest/pretty-format@4.1.0':
+ '@vitest/pretty-format@4.1.1':
dependencies:
tinyrainbow: 3.0.3
- '@vitest/runner@4.1.0':
+ '@vitest/runner@4.1.1':
dependencies:
- '@vitest/utils': 4.1.0
+ '@vitest/utils': 4.1.1
pathe: 2.0.3
- '@vitest/snapshot@4.1.0':
+ '@vitest/snapshot@4.1.1':
dependencies:
- '@vitest/pretty-format': 4.1.0
- '@vitest/utils': 4.1.0
+ '@vitest/pretty-format': 4.1.1
+ '@vitest/utils': 4.1.1
magic-string: 0.30.21
pathe: 2.0.3
@@ -17138,7 +17625,7 @@ snapshots:
dependencies:
tinyspy: 4.0.4
- '@vitest/spy@4.1.0': {}
+ '@vitest/spy@4.1.1': {}
'@vitest/utils@2.0.5':
dependencies:
@@ -17159,9 +17646,9 @@ snapshots:
loupe: 3.2.1
tinyrainbow: 2.0.0
- '@vitest/utils@4.1.0':
+ '@vitest/utils@4.1.1':
dependencies:
- '@vitest/pretty-format': 4.1.0
+ '@vitest/pretty-format': 4.1.1
convert-source-map: 2.0.0
tinyrainbow: 3.0.3
@@ -17237,7 +17724,7 @@ snapshots:
optionalDependencies:
typescript: 5.9.3
- '@vue/language-core@3.2.5':
+ '@vue/language-core@3.2.6':
dependencies:
'@volar/language-core': 2.4.28
'@vue/compiler-dom': 3.5.30
@@ -18136,7 +18623,7 @@ snapshots:
chownr@3.0.0: {}
- chromatic@15.2.0: {}
+ chromatic@15.3.1: {}
ci-info@3.9.0: {}
@@ -18226,6 +18713,8 @@ snapshots:
colorette@2.0.20: {}
+ colorjs.io@0.5.2: {}
+
colors@1.4.0:
optional: true
@@ -18446,7 +18935,7 @@ snapshots:
csstype@3.2.3: {}
- cypress@15.11.0:
+ cypress@15.13.0:
dependencies:
'@cypress/request': 3.0.10
'@cypress/xvfb': 1.2.4(supports-color@8.1.1)
@@ -18485,7 +18974,7 @@ snapshots:
proxy-from-env: 1.0.0
request-progress: 3.0.0
supports-color: 8.1.1
- systeminformation: 5.31.4
+ systeminformation: 5.31.5
tmp: 0.2.5
tree-kill: 1.2.2
tslib: 1.14.1
@@ -18930,7 +19419,7 @@ snapshots:
esbuild-plugin-swc@1.0.1(@swc/helpers@0.5.18):
dependencies:
- '@swc/core': 1.15.18(@swc/helpers@0.5.18)
+ '@swc/core': 1.15.21(@swc/helpers@0.5.18)
deepmerge: 4.3.1
transitivePeerDependencies:
- '@swc/helpers'
@@ -18999,17 +19488,17 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.1(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4):
+ eslint-module-utils@2.12.1(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4):
dependencies:
debug: 3.2.7(supports-color@8.1.1)
optionalDependencies:
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
eslint: 9.39.4
eslint-import-resolver-node: 0.3.9
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
+ eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.9
@@ -19020,7 +19509,7 @@ snapshots:
doctrine: 2.1.0
eslint: 9.39.4
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4)
+ eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.39.4)
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3
@@ -19032,13 +19521,13 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-vue@10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.0(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
+ eslint-plugin-vue@10.8.0(@stylistic/eslint-plugin@5.5.0(eslint@9.39.4))(@typescript-eslint/parser@8.57.2(eslint@9.39.4)(typescript@5.9.3))(eslint@9.39.4)(vue-eslint-parser@10.4.0(eslint@9.39.4)):
dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.4)
eslint: 9.39.4
@@ -19050,7 +19539,7 @@ snapshots:
xml-name-validator: 4.0.0
optionalDependencies:
'@stylistic/eslint-plugin': 5.5.0(eslint@9.39.4)
- '@typescript-eslint/parser': 8.57.0(eslint@9.39.4)(typescript@5.9.3)
+ '@typescript-eslint/parser': 8.57.2(eslint@9.39.4)(typescript@5.9.3)
eslint-rule-docs@1.1.235: {}
@@ -19362,14 +19851,15 @@ snapshots:
fast-uri@3.1.0: {}
- fast-xml-builder@1.1.3:
+ fast-xml-builder@1.1.4:
dependencies:
- path-expression-matcher: 1.1.3
+ path-expression-matcher: 1.2.0
- fast-xml-parser@5.4.1:
+ fast-xml-parser@5.5.8:
dependencies:
- fast-xml-builder: 1.1.3
- strnum: 2.1.2
+ fast-xml-builder: 1.1.4
+ path-expression-matcher: 1.2.0
+ strnum: 2.2.2
fastify-plugin@5.1.0: {}
@@ -19379,7 +19869,7 @@ snapshots:
raw-body: 3.0.1
secure-json-parse: 2.7.0
- fastify@5.8.2:
+ fastify@5.8.4:
dependencies:
'@fastify/ajv-compiler': 4.0.5
'@fastify/error': 4.2.0
@@ -19445,7 +19935,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- file-type@21.3.0:
+ file-type@21.3.2:
dependencies:
'@tokenizer/inflate': 0.4.1
strtok3: 10.3.4
@@ -19454,7 +19944,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
- file-type@21.3.2:
+ file-type@21.3.4:
dependencies:
'@tokenizer/inflate': 0.4.1
strtok3: 10.3.4
@@ -19519,7 +20009,7 @@ snapshots:
fkill@10.0.3:
dependencies:
execa: 9.6.1
- pid-port: 2.0.1
+ pid-port: 2.1.0
process-exists: 5.0.0
ps-list: 9.0.0
taskkill: 5.0.0
@@ -19789,21 +20279,21 @@ snapshots:
hammerjs@2.0.8: {}
- happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6):
+ happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6):
dependencies:
'@types/node': 24.12.0
'@types/whatwg-mimetype': 3.0.2
'@types/ws': 8.18.1
entities: 7.0.1
whatwg-mimetype: 3.0.0
- ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ ws: 8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
transitivePeerDependencies:
- bufferutil
- utf-8-validate
hard-rejection@2.1.0: {}
- harfbuzzjs@0.10.0: {}
+ harfbuzzjs@0.10.1: {}
has-bigints@1.1.0: {}
@@ -20014,6 +20504,13 @@ snapshots:
cjs-module-lexer: 2.2.0
module-details-from-path: 1.0.4
+ import-in-the-middle@3.0.0:
+ dependencies:
+ acorn: 8.16.0
+ acorn-import-attributes: 1.9.5(acorn@8.16.0)
+ cjs-module-lexer: 2.2.0
+ module-details-from-path: 1.0.4
+
import-lazy@4.0.0: {}
import-local@3.2.0:
@@ -20054,7 +20551,7 @@ snapshots:
intersection-observer@0.12.2: {}
- ioredis@5.10.0:
+ ioredis@5.10.1:
dependencies:
'@ioredis/commands': 1.5.1
cluster-key-slot: 1.1.2
@@ -20725,7 +21222,7 @@ snapshots:
whatwg-encoding: 3.1.1
whatwg-mimetype: 4.0.0
whatwg-url: 15.1.0
- ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ ws: 8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
xml-name-validator: 5.0.0
transitivePeerDependencies:
- bufferutil
@@ -20862,6 +21359,55 @@ snapshots:
process-warning: 4.0.1
set-cookie-parser: 2.7.1
+ lightningcss-android-arm64@1.32.0:
+ optional: true
+
+ lightningcss-darwin-arm64@1.32.0:
+ optional: true
+
+ lightningcss-darwin-x64@1.32.0:
+ optional: true
+
+ lightningcss-freebsd-x64@1.32.0:
+ optional: true
+
+ lightningcss-linux-arm-gnueabihf@1.32.0:
+ optional: true
+
+ lightningcss-linux-arm64-gnu@1.32.0:
+ optional: true
+
+ lightningcss-linux-arm64-musl@1.32.0:
+ optional: true
+
+ lightningcss-linux-x64-gnu@1.32.0:
+ optional: true
+
+ lightningcss-linux-x64-musl@1.32.0:
+ optional: true
+
+ lightningcss-win32-arm64-msvc@1.32.0:
+ optional: true
+
+ lightningcss-win32-x64-msvc@1.32.0:
+ optional: true
+
+ lightningcss@1.32.0:
+ dependencies:
+ detect-libc: 2.1.2
+ optionalDependencies:
+ lightningcss-android-arm64: 1.32.0
+ lightningcss-darwin-arm64: 1.32.0
+ lightningcss-darwin-x64: 1.32.0
+ lightningcss-freebsd-x64: 1.32.0
+ lightningcss-linux-arm-gnueabihf: 1.32.0
+ lightningcss-linux-arm64-gnu: 1.32.0
+ lightningcss-linux-arm64-musl: 1.32.0
+ lightningcss-linux-x64-gnu: 1.32.0
+ lightningcss-linux-x64-musl: 1.32.0
+ lightningcss-win32-arm64-msvc: 1.32.0
+ lightningcss-win32-x64-msvc: 1.32.0
+
lilconfig@3.1.3: {}
lines-and-columns@1.2.4: {}
@@ -21120,12 +21666,12 @@ snapshots:
media-typer@1.1.0: {}
- mediabunny@1.39.2:
+ mediabunny@1.40.1:
dependencies:
'@types/dom-mediacapture-transform': 0.1.11
'@types/dom-webcodecs': 0.1.13
- meilisearch@0.55.0: {}
+ meilisearch@0.56.0: {}
memoizerific@1.11.3:
dependencies:
@@ -21492,12 +22038,12 @@ snapshots:
optionalDependencies:
msgpackr-extract: 3.0.3
- msw-storybook-addon@2.0.6(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3)):
+ msw-storybook-addon@2.0.6(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3)):
dependencies:
is-node-process: 1.2.0
- msw: 2.12.10(@types/node@24.12.0)(typescript@5.9.3)
+ msw: 2.12.14(@types/node@24.12.0)(typescript@5.9.3)
- msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3):
+ msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3):
dependencies:
'@inquirer/confirm': 5.1.21(@types/node@24.12.0)
'@mswjs/interceptors': 0.41.2
@@ -21539,7 +22085,7 @@ snapshots:
nanoid@3.3.11: {}
- nanoid@5.1.6: {}
+ nanoid@5.1.7: {}
natural-compare@1.4.0: {}
@@ -21616,7 +22162,7 @@ snapshots:
nopt: 9.0.0
proc-log: 6.1.0
semver: 7.7.4
- tar: 7.5.11
+ tar: 7.5.13
tinyglobby: 0.2.15
which: 6.0.0
transitivePeerDependencies:
@@ -21631,7 +22177,7 @@ snapshots:
node-releases@2.0.27: {}
- nodemailer@8.0.2: {}
+ nodemailer@8.0.3: {}
nodemon@3.1.14:
dependencies:
@@ -21700,7 +22246,7 @@ snapshots:
set-blocking: 2.0.0
optional: true
- nsfwjs@4.2.0(@tensorflow/tfjs@4.22.0(encoding@0.1.13)(seedrandom@3.0.5))(buffer@6.0.3):
+ nsfwjs@4.3.0(@tensorflow/tfjs@4.22.0(encoding@0.1.13)(seedrandom@3.0.5))(buffer@6.0.3):
dependencies:
'@tensorflow/tfjs': 4.22.0(encoding@0.1.13)(seedrandom@3.0.5)
buffer: 6.0.3
@@ -21919,7 +22465,7 @@ snapshots:
path-exists@4.0.0: {}
- path-expression-matcher@1.1.3: {}
+ path-expression-matcher@1.2.0: {}
path-is-absolute@1.0.1: {}
@@ -22002,7 +22548,7 @@ snapshots:
picomatch@4.0.3: {}
- pid-port@2.0.1:
+ pid-port@2.1.0:
dependencies:
execa: 9.6.1
@@ -22052,7 +22598,7 @@ snapshots:
pngjs@5.0.0: {}
- pnpm@10.32.1: {}
+ pnpm@10.33.0: {}
polished@4.3.1:
dependencies:
@@ -22709,35 +23255,56 @@ snapshots:
glob: 7.2.3
optional: true
- rollup@4.59.0:
+ rolldown@1.0.0-rc.11:
+ dependencies:
+ '@oxc-project/types': 0.122.0
+ '@rolldown/pluginutils': 1.0.0-rc.11
+ optionalDependencies:
+ '@rolldown/binding-android-arm64': 1.0.0-rc.11
+ '@rolldown/binding-darwin-arm64': 1.0.0-rc.11
+ '@rolldown/binding-darwin-x64': 1.0.0-rc.11
+ '@rolldown/binding-freebsd-x64': 1.0.0-rc.11
+ '@rolldown/binding-linux-arm-gnueabihf': 1.0.0-rc.11
+ '@rolldown/binding-linux-arm64-gnu': 1.0.0-rc.11
+ '@rolldown/binding-linux-arm64-musl': 1.0.0-rc.11
+ '@rolldown/binding-linux-ppc64-gnu': 1.0.0-rc.11
+ '@rolldown/binding-linux-s390x-gnu': 1.0.0-rc.11
+ '@rolldown/binding-linux-x64-gnu': 1.0.0-rc.11
+ '@rolldown/binding-linux-x64-musl': 1.0.0-rc.11
+ '@rolldown/binding-openharmony-arm64': 1.0.0-rc.11
+ '@rolldown/binding-wasm32-wasi': 1.0.0-rc.11
+ '@rolldown/binding-win32-arm64-msvc': 1.0.0-rc.11
+ '@rolldown/binding-win32-x64-msvc': 1.0.0-rc.11
+
+ rollup@4.60.0:
dependencies:
'@types/estree': 1.0.8
optionalDependencies:
- '@rollup/rollup-android-arm-eabi': 4.59.0
- '@rollup/rollup-android-arm64': 4.59.0
- '@rollup/rollup-darwin-arm64': 4.59.0
- '@rollup/rollup-darwin-x64': 4.59.0
- '@rollup/rollup-freebsd-arm64': 4.59.0
- '@rollup/rollup-freebsd-x64': 4.59.0
- '@rollup/rollup-linux-arm-gnueabihf': 4.59.0
- '@rollup/rollup-linux-arm-musleabihf': 4.59.0
- '@rollup/rollup-linux-arm64-gnu': 4.59.0
- '@rollup/rollup-linux-arm64-musl': 4.59.0
- '@rollup/rollup-linux-loong64-gnu': 4.59.0
- '@rollup/rollup-linux-loong64-musl': 4.59.0
- '@rollup/rollup-linux-ppc64-gnu': 4.59.0
- '@rollup/rollup-linux-ppc64-musl': 4.59.0
- '@rollup/rollup-linux-riscv64-gnu': 4.59.0
- '@rollup/rollup-linux-riscv64-musl': 4.59.0
- '@rollup/rollup-linux-s390x-gnu': 4.59.0
- '@rollup/rollup-linux-x64-gnu': 4.59.0
- '@rollup/rollup-linux-x64-musl': 4.59.0
- '@rollup/rollup-openbsd-x64': 4.59.0
- '@rollup/rollup-openharmony-arm64': 4.59.0
- '@rollup/rollup-win32-arm64-msvc': 4.59.0
- '@rollup/rollup-win32-ia32-msvc': 4.59.0
- '@rollup/rollup-win32-x64-gnu': 4.59.0
- '@rollup/rollup-win32-x64-msvc': 4.59.0
+ '@rollup/rollup-android-arm-eabi': 4.60.0
+ '@rollup/rollup-android-arm64': 4.60.0
+ '@rollup/rollup-darwin-arm64': 4.60.0
+ '@rollup/rollup-darwin-x64': 4.60.0
+ '@rollup/rollup-freebsd-arm64': 4.60.0
+ '@rollup/rollup-freebsd-x64': 4.60.0
+ '@rollup/rollup-linux-arm-gnueabihf': 4.60.0
+ '@rollup/rollup-linux-arm-musleabihf': 4.60.0
+ '@rollup/rollup-linux-arm64-gnu': 4.60.0
+ '@rollup/rollup-linux-arm64-musl': 4.60.0
+ '@rollup/rollup-linux-loong64-gnu': 4.60.0
+ '@rollup/rollup-linux-loong64-musl': 4.60.0
+ '@rollup/rollup-linux-ppc64-gnu': 4.60.0
+ '@rollup/rollup-linux-ppc64-musl': 4.60.0
+ '@rollup/rollup-linux-riscv64-gnu': 4.60.0
+ '@rollup/rollup-linux-riscv64-musl': 4.60.0
+ '@rollup/rollup-linux-s390x-gnu': 4.60.0
+ '@rollup/rollup-linux-x64-gnu': 4.60.0
+ '@rollup/rollup-linux-x64-musl': 4.60.0
+ '@rollup/rollup-openbsd-x64': 4.60.0
+ '@rollup/rollup-openharmony-arm64': 4.60.0
+ '@rollup/rollup-win32-arm64-msvc': 4.60.0
+ '@rollup/rollup-win32-ia32-msvc': 4.60.0
+ '@rollup/rollup-win32-x64-gnu': 4.60.0
+ '@rollup/rollup-win32-x64-msvc': 4.60.0
fsevents: 2.3.3
router@2.2.0:
@@ -22809,6 +23376,102 @@ snapshots:
parse-srcset: 1.0.2
postcss: 8.5.8
+ sanitize-html@2.17.2:
+ dependencies:
+ deepmerge: 4.3.1
+ escape-string-regexp: 4.0.0
+ htmlparser2: 10.1.0
+ is-plain-object: 5.0.0
+ parse-srcset: 1.0.2
+ postcss: 8.5.8
+
+ sass-embedded-all-unknown@1.98.0:
+ dependencies:
+ sass: 1.98.0
+ optional: true
+
+ sass-embedded-android-arm64@1.98.0:
+ optional: true
+
+ sass-embedded-android-arm@1.98.0:
+ optional: true
+
+ sass-embedded-android-riscv64@1.98.0:
+ optional: true
+
+ sass-embedded-android-x64@1.98.0:
+ optional: true
+
+ sass-embedded-darwin-arm64@1.98.0:
+ optional: true
+
+ sass-embedded-darwin-x64@1.98.0:
+ optional: true
+
+ sass-embedded-linux-arm64@1.98.0:
+ optional: true
+
+ sass-embedded-linux-arm@1.98.0:
+ optional: true
+
+ sass-embedded-linux-musl-arm64@1.98.0:
+ optional: true
+
+ sass-embedded-linux-musl-arm@1.98.0:
+ optional: true
+
+ sass-embedded-linux-musl-riscv64@1.98.0:
+ optional: true
+
+ sass-embedded-linux-musl-x64@1.98.0:
+ optional: true
+
+ sass-embedded-linux-riscv64@1.98.0:
+ optional: true
+
+ sass-embedded-linux-x64@1.98.0:
+ optional: true
+
+ sass-embedded-unknown-all@1.98.0:
+ dependencies:
+ sass: 1.98.0
+ optional: true
+
+ sass-embedded-win32-arm64@1.98.0:
+ optional: true
+
+ sass-embedded-win32-x64@1.98.0:
+ optional: true
+
+ sass-embedded@1.98.0:
+ dependencies:
+ '@bufbuild/protobuf': 2.11.0
+ colorjs.io: 0.5.2
+ immutable: 5.1.5
+ rxjs: 7.8.2
+ supports-color: 8.1.1
+ sync-child-process: 1.0.2
+ varint: 6.0.0
+ optionalDependencies:
+ sass-embedded-all-unknown: 1.98.0
+ sass-embedded-android-arm: 1.98.0
+ sass-embedded-android-arm64: 1.98.0
+ sass-embedded-android-riscv64: 1.98.0
+ sass-embedded-android-x64: 1.98.0
+ sass-embedded-darwin-arm64: 1.98.0
+ sass-embedded-darwin-x64: 1.98.0
+ sass-embedded-linux-arm: 1.98.0
+ sass-embedded-linux-arm64: 1.98.0
+ sass-embedded-linux-musl-arm: 1.98.0
+ sass-embedded-linux-musl-arm64: 1.98.0
+ sass-embedded-linux-musl-riscv64: 1.98.0
+ sass-embedded-linux-musl-x64: 1.98.0
+ sass-embedded-linux-riscv64: 1.98.0
+ sass-embedded-linux-x64: 1.98.0
+ sass-embedded-unknown-all: 1.98.0
+ sass-embedded-win32-arm64: 1.98.0
+ sass-embedded-win32-x64: 1.98.0
+
sass@1.98.0:
dependencies:
chokidar: 5.0.0
@@ -22816,6 +23479,7 @@ snapshots:
source-map-js: 1.2.1
optionalDependencies:
'@parcel/watcher': 2.5.1
+ optional: true
sax@1.5.0: {}
@@ -23235,20 +23899,20 @@ snapshots:
es-errors: 1.3.0
internal-slot: 1.1.0
- storybook-addon-misskey-theme@https://codeload.github.com/misskey-dev/storybook-addon-misskey-theme/tar.gz/cf583db098365b2ccc81a82f63ca9c93bc32b640(b407b999cadc51b47ccbc8c1fb8ccff6):
+ storybook-addon-misskey-theme@https://codeload.github.com/misskey-dev/storybook-addon-misskey-theme/tar.gz/cf583db098365b2ccc81a82f63ca9c93bc32b640(568dc48ee0a6363e76595daf2f12f0a3):
dependencies:
- '@storybook/blocks': 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/components': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/core-events': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/manager-api': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/preview-api': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/theming': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
- '@storybook/types': 8.6.18(storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/blocks': 8.6.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/components': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/core-events': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/manager-api': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/preview-api': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/theming': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
+ '@storybook/types': 8.6.18(storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6))
optionalDependencies:
react: 19.2.4
react-dom: 19.2.4(react@19.2.4)
- storybook@10.2.17(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6):
+ storybook@10.3.3(@testing-library/dom@10.4.0)(bufferutil@4.1.0)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(utf-8-validate@6.0.6):
dependencies:
'@storybook/global': 5.0.0
'@storybook/icons': 2.0.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
@@ -23261,7 +23925,7 @@ snapshots:
recast: 0.23.11
semver: 7.7.4
use-sync-external-store: 1.6.0(react@19.2.4)
- ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ ws: 8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
optionalDependencies:
prettier: 3.8.1
transitivePeerDependencies:
@@ -23397,7 +24061,7 @@ snapshots:
strip-json-comments@3.1.1: {}
- strnum@2.1.2: {}
+ strnum@2.2.2: {}
strtok3@10.3.4:
dependencies:
@@ -23467,7 +24131,13 @@ snapshots:
symbol-tree@3.2.4:
optional: true
- systeminformation@5.31.4: {}
+ sync-child-process@1.0.2:
+ dependencies:
+ sync-message-port: 1.2.0
+
+ sync-message-port@1.2.0: {}
+
+ systeminformation@5.31.5: {}
tabster@8.7.0:
dependencies:
@@ -23497,7 +24167,7 @@ snapshots:
yallist: 4.0.0
optional: true
- tar@7.5.11:
+ tar@7.5.13:
dependencies:
'@isaacs/fs-minipass': 4.0.1
chownr: 3.0.0
@@ -23509,7 +24179,7 @@ snapshots:
dependencies:
execa: 6.1.0
- terser@5.46.0:
+ terser@5.46.1:
dependencies:
'@jridgewell/source-map': 0.3.11
acorn: 8.16.0
@@ -23764,7 +24434,7 @@ snapshots:
typedarray@0.0.6: {}
- typeorm@0.3.28(ioredis@5.10.0)(pg@8.20.0):
+ typeorm@0.3.28(ioredis@5.10.1)(pg@8.20.0):
dependencies:
'@sqltools/formatter': 1.2.5
ansis: 4.2.0
@@ -23782,7 +24452,7 @@ snapshots:
uuid: 11.1.0
yargs: 17.7.2
optionalDependencies:
- ioredis: 5.10.0
+ ioredis: 5.10.1
pg: 8.20.0
transitivePeerDependencies:
- babel-plugin-macros
@@ -23946,6 +24616,8 @@ snapshots:
spdx-correct: 3.2.0
spdx-expression-parse: 3.0.1
+ varint@6.0.0: {}
+
vary@1.1.2: {}
verror@1.10.0:
@@ -23964,49 +24636,50 @@ snapshots:
'@types/unist': 3.0.3
vfile-message: 4.0.3
- vite-plugin-glsl@1.5.5(@rollup/pluginutils@5.3.0(rollup@4.59.0))(esbuild@0.27.4)(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)):
+ vite-plugin-glsl@1.5.6(@rollup/pluginutils@5.3.0(rollup@4.60.0))(esbuild@0.27.4)(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)):
dependencies:
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
optionalDependencies:
- '@rollup/pluginutils': 5.3.0(rollup@4.59.0)
+ '@rollup/pluginutils': 5.3.0(rollup@4.60.0)
esbuild: 0.27.4
vite-plugin-turbosnap@1.0.3: {}
- vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0):
+ vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0):
dependencies:
- esbuild: 0.27.4
- fdir: 6.5.0(picomatch@4.0.3)
+ lightningcss: 1.32.0
picomatch: 4.0.3
postcss: 8.5.8
- rollup: 4.59.0
+ rolldown: 1.0.0-rc.11
tinyglobby: 0.2.15
optionalDependencies:
'@types/node': 24.12.0
+ esbuild: 0.27.4
fsevents: 2.3.3
sass: 1.98.0
- terser: 5.46.0
+ sass-embedded: 1.98.0
+ terser: 5.46.1
tsx: 4.21.0
- vitest-fetch-mock@0.4.5(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))):
+ vitest-fetch-mock@0.4.5(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))):
dependencies:
- vitest: 4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ vitest: 4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
- vitest-websocket-mock@0.5.0(vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))):
+ vitest-websocket-mock@0.5.0(vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))):
dependencies:
'@vitest/utils': 3.2.4
mock-socket: 9.3.1
- vitest: 4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
+ vitest: 4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
- vitest@4.1.0(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)):
+ vitest@4.1.1(@opentelemetry/api@1.9.0)(@types/node@24.12.0)(happy-dom@20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6))(jsdom@27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6))(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)):
dependencies:
- '@vitest/expect': 4.1.0
- '@vitest/mocker': 4.1.0(msw@2.12.10(@types/node@24.12.0)(typescript@5.9.3))(vite@7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0))
- '@vitest/pretty-format': 4.1.0
- '@vitest/runner': 4.1.0
- '@vitest/snapshot': 4.1.0
- '@vitest/spy': 4.1.0
- '@vitest/utils': 4.1.0
+ '@vitest/expect': 4.1.1
+ '@vitest/mocker': 4.1.1(msw@2.12.14(@types/node@24.12.0)(typescript@5.9.3))(vite@8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0))
+ '@vitest/pretty-format': 4.1.1
+ '@vitest/runner': 4.1.1
+ '@vitest/snapshot': 4.1.1
+ '@vitest/spy': 4.1.1
+ '@vitest/utils': 4.1.1
es-module-lexer: 2.0.0
expect-type: 1.3.0
magic-string: 0.30.21
@@ -24018,12 +24691,12 @@ snapshots:
tinyexec: 1.0.2
tinyglobby: 0.2.15
tinyrainbow: 3.0.3
- vite: 7.3.1(@types/node@24.12.0)(sass@1.98.0)(terser@5.46.0)(tsx@4.21.0)
+ vite: 8.0.2(@types/node@24.12.0)(esbuild@0.27.4)(sass-embedded@1.98.0)(sass@1.98.0)(terser@5.46.1)(tsx@4.21.0)
why-is-node-running: 2.3.0
optionalDependencies:
'@opentelemetry/api': 1.9.0
'@types/node': 24.12.0
- happy-dom: 20.8.4(bufferutil@4.1.0)(utf-8-validate@6.0.6)
+ happy-dom: 20.8.8(bufferutil@4.1.0)(utf-8-validate@6.0.6)
jsdom: 27.2.0(bufferutil@4.1.0)(utf-8-validate@6.0.6)
transitivePeerDependencies:
- msw
@@ -24058,8 +24731,6 @@ snapshots:
vue-component-type-helpers@2.2.12: {}
- vue-component-type-helpers@3.2.5: {}
-
vue-component-type-helpers@3.2.6: {}
vue-demi@0.14.10(vue@3.5.30(typescript@5.9.3)):
@@ -24098,10 +24769,10 @@ snapshots:
dependencies:
vue: 3.5.30(typescript@5.9.3)
- vue-tsc@3.2.5(typescript@5.9.3):
+ vue-tsc@3.2.6(typescript@5.9.3):
dependencies:
'@volar/typescript': 2.4.28
- '@vue/language-core': 3.2.5
+ '@vue/language-core': 3.2.6
typescript: 5.9.3
vue@3.5.30(typescript@5.9.3):
@@ -24293,7 +24964,7 @@ snapshots:
imurmurhash: 0.1.4
signal-exit: 3.0.7
- ws@8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6):
+ ws@8.20.0(bufferutil@4.1.0)(utf-8-validate@6.0.6):
optionalDependencies:
bufferutil: 4.1.0
utf-8-validate: 6.0.6
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
index 16d30e83ea..eb6b2446f9 100644
--- a/pnpm-workspace.yaml
+++ b/pnpm-workspace.yaml
@@ -36,5 +36,3 @@ minimumReleaseAge: 10080 # delay 7days to mitigate supply-chain attack
minimumReleaseAgeExclude:
- '@syuilo/aiscript'
- '@babylonjs/*'
- - 'tar' # 脆弱性対応 そのうち消す
- - 'fastify' # 脆弱性対応 そのうち消す
diff --git a/scripts/changelog-checker/package.json b/scripts/changelog-checker/package.json
index 69a31a92a3..50f88ffc95 100644
--- a/scripts/changelog-checker/package.json
+++ b/scripts/changelog-checker/package.json
@@ -11,7 +11,7 @@
"devDependencies": {
"@types/mdast": "4.0.4",
"@types/node": "24.12.0",
- "@vitest/coverage-v8": "4.1.0",
+ "@vitest/coverage-v8": "4.1.1",
"mdast-util-to-string": "4.0.0",
"remark": "15.0.1",
"remark-parse": "11.0.0",
@@ -19,6 +19,6 @@
"unified": "11.0.5",
"vite": "7.3.1",
"vite-node": "5.3.0",
- "vitest": "4.1.0"
+ "vitest": "4.1.1"
}
}