summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-09 10:19:43 +0900
committerGitHub <noreply@github.com>2025-10-09 10:19:43 +0900
commit70473c66e9a152f79d2ba66c118c591880b933d4 (patch)
tree2c2f57574b045a8f316d41f2cf5869ff8a012d12
parentchore(deps): update [tools] update dependencies [ci skip] (#16546) (diff)
downloadmisskey-70473c66e9a152f79d2ba66c118c591880b933d4.tar.gz
misskey-70473c66e9a152f79d2ba66c118c591880b933d4.tar.bz2
misskey-70473c66e9a152f79d2ba66c118c591880b933d4.zip
fix(deps): update [backend] update dependencies [ci skip] (#16615)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--packages/backend/package.json42
-rw-r--r--pnpm-lock.yaml1808
2 files changed, 1034 insertions, 816 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 07a80abc0f..8fe04a45dd 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -39,17 +39,17 @@
},
"optionalDependencies": {
"@swc/core-android-arm64": "1.3.11",
- "@swc/core-darwin-arm64": "1.13.19",
- "@swc/core-darwin-x64": "1.13.19",
+ "@swc/core-darwin-arm64": "1.13.20",
+ "@swc/core-darwin-x64": "1.13.20",
"@swc/core-freebsd-x64": "1.3.11",
- "@swc/core-linux-arm-gnueabihf": "1.13.19",
- "@swc/core-linux-arm64-gnu": "1.13.19",
- "@swc/core-linux-arm64-musl": "1.13.19",
- "@swc/core-linux-x64-gnu": "1.13.19",
- "@swc/core-linux-x64-musl": "1.13.19",
- "@swc/core-win32-arm64-msvc": "1.13.19",
- "@swc/core-win32-ia32-msvc": "1.13.19",
- "@swc/core-win32-x64-msvc": "1.13.19",
+ "@swc/core-linux-arm-gnueabihf": "1.13.20",
+ "@swc/core-linux-arm64-gnu": "1.13.20",
+ "@swc/core-linux-arm64-musl": "1.13.20",
+ "@swc/core-linux-x64-gnu": "1.13.20",
+ "@swc/core-linux-x64-musl": "1.13.20",
+ "@swc/core-win32-arm64-msvc": "1.13.20",
+ "@swc/core-win32-ia32-msvc": "1.13.20",
+ "@swc/core-win32-x64-msvc": "1.13.20",
"@tensorflow/tfjs": "4.22.0",
"@tensorflow/tfjs-node": "4.22.0",
"bufferutil": "4.0.9",
@@ -69,10 +69,10 @@
"utf-8-validate": "6.0.5"
},
"dependencies": {
- "@aws-sdk/client-s3": "3.896.0",
- "@aws-sdk/lib-storage": "3.895.0",
+ "@aws-sdk/client-s3": "3.901.0",
+ "@aws-sdk/lib-storage": "3.901.0",
"@discordapp/twemoji": "16.0.1",
- "@fastify/accepts": "5.0.2",
+ "@fastify/accepts": "5.0.3",
"@fastify/cookie": "11.0.2",
"@fastify/cors": "10.1.0",
"@fastify/express": "4.0.2",
@@ -81,7 +81,7 @@
"@fastify/static": "8.2.0",
"@fastify/view": "10.0.2",
"@misskey-dev/sharp-read-bmp": "1.2.0",
- "@misskey-dev/summaly": "5.2.3",
+ "@misskey-dev/summaly": "5.2.4",
"@napi-rs/canvas": "0.1.80",
"@nestjs/common": "11.1.6",
"@nestjs/core": "11.1.6",
@@ -103,7 +103,7 @@
"bcryptjs": "2.4.3",
"blurhash": "2.0.5",
"body-parser": "1.20.3",
- "bullmq": "5.58.8",
+ "bullmq": "5.59.0",
"cacheable-lookup": "7.0.0",
"cbor": "9.0.2",
"chalk": "5.6.2",
@@ -134,7 +134,7 @@
"json5": "2.2.3",
"jsonld": "8.3.3",
"jsrsasign": "11.1.0",
- "juice": "11.0.1",
+ "juice": "11.0.3",
"meilisearch": "0.53.0",
"mfm-js": "0.25.0",
"microformats-parser": "2.0.4",
@@ -181,7 +181,7 @@
"tsc-alias": "1.8.16",
"tsconfig-paths": "4.2.0",
"typeorm": "0.3.27",
- "typescript": "5.9.2",
+ "typescript": "5.9.3",
"ulid": "2.4.0",
"vary": "1.1.2",
"web-push": "3.6.7",
@@ -210,8 +210,8 @@
"@types/jsrsasign": "10.5.15",
"@types/mime-types": "2.1.4",
"@types/ms": "0.7.34",
- "@types/node": "22.18.6",
- "@types/nodemailer": "6.4.19",
+ "@types/node": "22.18.8",
+ "@types/nodemailer": "6.4.20",
"@types/oauth": "0.9.6",
"@types/oauth2orize": "1.11.5",
"@types/oauth2orize-pkce": "0.1.2",
@@ -231,8 +231,8 @@
"@types/vary": "1.1.3",
"@types/web-push": "3.6.4",
"@types/ws": "8.18.1",
- "@typescript-eslint/eslint-plugin": "8.44.1",
- "@typescript-eslint/parser": "8.44.1",
+ "@typescript-eslint/eslint-plugin": "8.45.0",
+ "@typescript-eslint/parser": "8.45.0",
"aws-sdk-client-mock": "4.1.0",
"cross-env": "7.0.3",
"eslint-plugin-import": "2.32.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b5a08adbb8..ba8f8e50e6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -96,17 +96,17 @@ importers:
packages/backend:
dependencies:
'@aws-sdk/client-s3':
- specifier: 3.896.0
- version: 3.896.0
+ specifier: 3.901.0
+ version: 3.901.0
'@aws-sdk/lib-storage':
- specifier: 3.895.0
- version: 3.895.0(@aws-sdk/client-s3@3.896.0)
+ specifier: 3.901.0
+ version: 3.901.0(@aws-sdk/client-s3@3.901.0)
'@discordapp/twemoji':
specifier: 16.0.1
version: 16.0.1
'@fastify/accepts':
- specifier: 5.0.2
- version: 5.0.2
+ specifier: 5.0.3
+ version: 5.0.3
'@fastify/cookie':
specifier: 11.0.2
version: 11.0.2
@@ -132,8 +132,8 @@ importers:
specifier: 1.2.0
version: 1.2.0
'@misskey-dev/summaly':
- specifier: 5.2.3
- version: 5.2.3
+ specifier: 5.2.4
+ version: 5.2.4
'@napi-rs/canvas':
specifier: 0.1.80
version: 0.1.80
@@ -198,8 +198,8 @@ importers:
specifier: 1.20.3
version: 1.20.3
bullmq:
- specifier: 5.58.8
- version: 5.58.8
+ specifier: 5.59.0
+ version: 5.59.0
cacheable-lookup:
specifier: 7.0.0
version: 7.0.0
@@ -291,8 +291,8 @@ importers:
specifier: 11.1.0
version: 11.1.0
juice:
- specifier: 11.0.1
- version: 11.0.1
+ specifier: 11.0.3
+ version: 11.0.3
meilisearch:
specifier: 0.53.0
version: 0.53.0
@@ -432,8 +432,8 @@ importers:
specifier: 0.3.27
version: 0.3.27(patch_hash=b1141d7fd5ff7abdae28a93b2a634f595c7848518643c08d120698da1d2b4ebc)(ioredis@5.8.0)(pg@8.16.3)(reflect-metadata@0.2.2)
typescript:
- specifier: 5.9.2
- version: 5.9.2
+ specifier: 5.9.3
+ version: 5.9.3
ulid:
specifier: 2.4.0
version: 2.4.0
@@ -458,7 +458,7 @@ importers:
version: 10.4.20(@nestjs/common@11.1.6(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.6)
'@sentry/vue':
specifier: 9.46.0
- version: 9.46.0(vue@3.5.22(typescript@5.9.2))
+ version: 9.46.0(vue@3.5.22(typescript@5.9.3))
'@simplewebauthn/types':
specifier: 12.0.0
version: 12.0.0
@@ -514,11 +514,11 @@ importers:
specifier: 0.7.34
version: 0.7.34
'@types/node':
- specifier: 22.18.6
- version: 22.18.6
+ specifier: 22.18.8
+ version: 22.18.8
'@types/nodemailer':
- specifier: 6.4.19
- version: 6.4.19
+ specifier: 6.4.20
+ version: 6.4.20
'@types/oauth':
specifier: 0.9.6
version: 0.9.6
@@ -577,11 +577,11 @@ importers:
specifier: 8.18.1
version: 8.18.1
'@typescript-eslint/eslint-plugin':
- specifier: 8.44.1
- version: 8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2)
+ specifier: 8.45.0
+ version: 8.45.0(@typescript-eslint/parser@8.45.0(eslint@9.36.0)(typescript@5.9.3))(eslint@9.36.0)(typescript@5.9.3)
'@typescript-eslint/parser':
- specifier: 8.44.1
- version: 8.44.1(eslint@9.36.0)(typescript@5.9.2)
+ specifier: 8.45.0
+ version: 8.45.0(eslint@9.36.0)(typescript@5.9.3)
aws-sdk-client-mock:
specifier: 4.1.0
version: 4.1.0
@@ -590,7 +590,7 @@ importers:
version: 7.0.3
eslint-plugin-import:
specifier: 2.32.0
- version: 2.32.0(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)
+ version: 2.32.0(@typescript-eslint/parser@8.45.0(eslint@9.36.0)(typescript@5.9.3))(eslint@9.36.0)
execa:
specifier: 8.0.1
version: 8.0.1
@@ -599,7 +599,7 @@ importers:
version: 9.0.0
jest:
specifier: 29.7.0
- version: 29.7.0(@types/node@22.18.6)
+ version: 29.7.0(@types/node@22.18.8)
jest-mock:
specifier: 29.7.0
version: 29.7.0
@@ -620,38 +620,38 @@ importers:
specifier: 1.3.11
version: 1.3.11
'@swc/core-darwin-arm64':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-darwin-x64':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-freebsd-x64':
specifier: 1.3.11
version: 1.3.11
'@swc/core-linux-arm-gnueabihf':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-linux-arm64-gnu':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-linux-arm64-musl':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-linux-x64-gnu':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-linux-x64-musl':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-win32-arm64-msvc':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-win32-ia32-msvc':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@swc/core-win32-x64-msvc':
- specifier: 1.13.19
- version: 1.13.19
+ specifier: 1.13.20
+ version: 1.13.20
'@tensorflow/tfjs':
specifier: 4.22.0
version: 4.22.0(encoding@0.1.13)(seedrandom@3.0.5)
@@ -1621,8 +1621,8 @@ packages:
'@aws-crypto/util@5.2.0':
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
- '@aws-sdk/client-s3@3.896.0':
- resolution: {integrity: sha512-UETVuMLQRqgrWxTnavotY0TlB/jaR9sL3hkIFPx4KtjmigNBdwRaiVfOuTnIXKd+w9RPINYG//nnrK+5gIyZkA==}
+ '@aws-sdk/client-s3@3.901.0':
+ resolution: {integrity: sha512-wyKhZ51ur1tFuguZ6PgrUsot9KopqD0Tmxw8O8P/N3suQDxFPr0Yo7Y77ezDRDZQ95Ml3C0jlvx79HCo8VxdWA==}
engines: {node: '>=18.0.0'}
'@aws-sdk/client-ses@3.873.0':
@@ -1633,170 +1633,170 @@ packages:
resolution: {integrity: sha512-EmcrOgFODWe7IsLKFTeSXM9TlQ80/BO1MBISlr7w2ydnOaUYIiPGRRJnDpeIgMaNqT4Rr2cRN2RiMrbFO7gDdA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/client-sso@3.896.0':
- resolution: {integrity: sha512-mpE3mrNili1dcvEvxaYjyoib8HlRXkb2bY5a3WeK++KObFY+HUujKtgQmiNSRX5YwQszm//fTrmGMmv9zpMcKg==}
+ '@aws-sdk/client-sso@3.901.0':
+ resolution: {integrity: sha512-sGyDjjkJ7ppaE+bAKL/Q5IvVCxtoyBIzN+7+hWTS/mUxWJ9EOq9238IqmVIIK6sYNIzEf9yhobfMARasPYVTNg==}
engines: {node: '>=18.0.0'}
'@aws-sdk/core@3.873.0':
resolution: {integrity: sha512-WrROjp8X1VvmnZ4TBzwM7RF+EB3wRaY9kQJLXw+Aes0/3zRjUXvGIlseobGJMqMEGnM0YekD2F87UaVfot1xeQ==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/core@3.896.0':
- resolution: {integrity: sha512-uJaoyWKeGNyCyeI+cIJrD7LEB4iF/W8/x2ij7zg32OFpAAJx96N34/e+XSKp/xkJpO5FKiBOskKLnHeUsJsAPA==}
+ '@aws-sdk/core@3.901.0':
+ resolution: {integrity: sha512-brKAc3y64tdhyuEf+OPIUln86bRTqkLgb9xkd6kUdIeA5+qmp/N6amItQz+RN4k4O3kqkCPYnAd3LonTKluobw==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-env@3.873.0':
resolution: {integrity: sha512-FWj1yUs45VjCADv80JlGshAttUHBL2xtTAbJcAxkkJZzLRKVkdyrepFWhv/95MvDyzfbT6PgJiWMdW65l/8ooA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-env@3.896.0':
- resolution: {integrity: sha512-Cnqhupdkp825ICySrz4QTI64Nq3AmUAscPW8dueanni0avYBDp7RBppX4H0+6icqN569B983XNfQ0YSImQhfhg==}
+ '@aws-sdk/credential-provider-env@3.901.0':
+ resolution: {integrity: sha512-5hAdVl3tBuARh3zX5MLJ1P/d+Kr5kXtDU3xm1pxUEF4xt2XkEEpwiX5fbkNkz2rbh3BCt2gOHsAbh6b3M7n+DA==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-http@3.873.0':
resolution: {integrity: sha512-0sIokBlXIsndjZFUfr3Xui8W6kPC4DAeBGAXxGi9qbFZ9PWJjn1vt2COLikKH3q2snchk+AsznREZG8NW6ezSg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-http@3.896.0':
- resolution: {integrity: sha512-CN0fTCKCUA1OTSx1c76o8XyJCy2WoI/av3J8r8mL6GmxTerhLRyzDy/MwxzPjTYPoL+GLEg6V4a9fRkWj1hBUA==}
+ '@aws-sdk/credential-provider-http@3.901.0':
+ resolution: {integrity: sha512-Ggr7+0M6QZEsrqRkK7iyJLf4LkIAacAxHz9c4dm9hnDdU7vqrlJm6g73IxMJXWN1bIV7IxfpzB11DsRrB/oNjQ==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-ini@3.873.0':
resolution: {integrity: sha512-bQdGqh47Sk0+2S3C+N46aNQsZFzcHs7ndxYLARH/avYXf02Nl68p194eYFaAHJSQ1re5IbExU1+pbums7FJ9fA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-ini@3.896.0':
- resolution: {integrity: sha512-+rbYG98czzwZLTYHJasK+VBjnIeXk73mRpZXHvaa4kDNxBezdN2YsoGNpLlPSxPdbpq18LY3LRtkdFTaT6DIQA==}
+ '@aws-sdk/credential-provider-ini@3.901.0':
+ resolution: {integrity: sha512-zxadcDS0hNJgv8n4hFYJNOXyfjaNE1vvqIiF/JzZSQpSSYXzCd+WxXef5bQh+W3giDtRUmkvP5JLbamEFjZKyw==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-node@3.873.0':
resolution: {integrity: sha512-+v/xBEB02k2ExnSDL8+1gD6UizY4Q/HaIJkNSkitFynRiiTQpVOSkCkA0iWxzksMeN8k1IHTE5gzeWpkEjNwbA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-node@3.896.0':
- resolution: {integrity: sha512-J0Jm+56MNngk1PIyqoJFf5FC2fjA4CYXlqODqNRDtid7yk7HB9W3UTtvxofmii5KJOLcHGNPdGnHWKkUc+xYgw==}
+ '@aws-sdk/credential-provider-node@3.901.0':
+ resolution: {integrity: sha512-dPuFzMF7L1s/lQyT3wDxqLe82PyTH+5o1jdfseTEln64LJMl0ZMWaKX/C1UFNDxaTd35Cgt1bDbjjAWHMiKSFQ==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-process@3.873.0':
resolution: {integrity: sha512-ycFv9WN+UJF7bK/ElBq1ugWA4NMbYS//1K55bPQZb2XUpAM2TWFlEjG7DIyOhLNTdl6+CbHlCdhlKQuDGgmm0A==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-process@3.896.0':
- resolution: {integrity: sha512-UfWVMQPZy7dus40c4LWxh5vQ+I51z0q4vf09Eqas5848e9DrGRG46GYIuc/gy+4CqEypjbg/XNMjnZfGLHxVnQ==}
+ '@aws-sdk/credential-provider-process@3.901.0':
+ resolution: {integrity: sha512-/IWgmgM3Cl1wTdJA5HqKMAojxLkYchh5kDuphApxKhupLu6Pu0JBOHU8A5GGeFvOycyaVwosod6zDduINZxe+A==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-sso@3.873.0':
resolution: {integrity: sha512-SudkAOZmjEEYgUrqlUUjvrtbWJeI54/0Xo87KRxm4kfBtMqSx0TxbplNUAk8Gkg4XQNY0o7jpG8tK7r2Wc2+uw==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-sso@3.896.0':
- resolution: {integrity: sha512-77Te8WrVdLABKlv7QyetXP6aYEX1UORiahLA1PXQb/p66aFBw18Xc6JiN/6zJ4RqdyV1Xr9rwYBwGYua93ANIA==}
+ '@aws-sdk/credential-provider-sso@3.901.0':
+ resolution: {integrity: sha512-SjmqZQHmqFSET7+6xcZgtH7yEyh5q53LN87GqwYlJZ6KJ5oNw11acUNEhUOL1xTSJEvaWqwTIkS2zqrzLcM9bw==}
engines: {node: '>=18.0.0'}
'@aws-sdk/credential-provider-web-identity@3.873.0':
resolution: {integrity: sha512-Gw2H21+VkA6AgwKkBtTtlGZ45qgyRZPSKWs0kUwXVlmGOiPz61t/lBX0vG6I06ZIz2wqeTJ5OA1pWZLqw1j0JQ==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/credential-provider-web-identity@3.896.0':
- resolution: {integrity: sha512-gwMwZWumo+V0xJplO8j2HIb1TfPsF9fbcRGXS0CanEvjg4fF2Xs1pOQl2oCw3biPZpxHB0plNZjqSF2eneGg9g==}
+ '@aws-sdk/credential-provider-web-identity@3.901.0':
+ resolution: {integrity: sha512-NYjy/6NLxH9m01+pfpB4ql8QgAorJcu8tw69kzHwUd/ql6wUDTbC7HcXqtKlIwWjzjgj2BKL7j6SyFapgCuafA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/lib-storage@3.895.0':
- resolution: {integrity: sha512-zTiDLJJYctvDfNCLvdb7xrXpIY69dy2dLBLdMdvJM8EMZiwPtbO1efnGSM/9dclEINax7NTgmARvIIF52QB9oA==}
+ '@aws-sdk/lib-storage@3.901.0':
+ resolution: {integrity: sha512-wbsDLyqP6eWuipME0klToroZVMY+8xKiFILyZDQ1ZKy5kNa0dEOokE78mlat+GsP2ygW+Zv5il7LDPskRpaEOQ==}
engines: {node: '>=18.0.0'}
peerDependencies:
- '@aws-sdk/client-s3': ^3.895.0
+ '@aws-sdk/client-s3': ^3.901.0
- '@aws-sdk/middleware-bucket-endpoint@3.893.0':
- resolution: {integrity: sha512-H+wMAoFC73T7M54OFIezdHXR9/lH8TZ3Cx1C3MEBb2ctlzQrVCd8LX8zmOtcGYC8plrRwV+8rNPe0FMqecLRew==}
+ '@aws-sdk/middleware-bucket-endpoint@3.901.0':
+ resolution: {integrity: sha512-mPF3N6eZlVs9G8aBSzvtoxR1RZqMo1aIwR+X8BAZSkhfj55fVF2no4IfPXfdFO3I66N+zEQ8nKoB0uTATWrogQ==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-expect-continue@3.893.0':
- resolution: {integrity: sha512-PEZkvD6k0X9sacHkvkVF4t2QyQEAzd35OJ2bIrjWCfc862TwukMMJ1KErRmQ1WqKXHKF4L0ed5vtWaO/8jVLNA==}
+ '@aws-sdk/middleware-expect-continue@3.901.0':
+ resolution: {integrity: sha512-bwq9nj6MH38hlJwOY9QXIDwa6lI48UsaZpaXbdD71BljEIRlxDzfB4JaYb+ZNNK7RIAdzsP/K05mJty6KJAQHw==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-flexible-checksums@3.896.0':
- resolution: {integrity: sha512-bB3W/IFG7HNNziACOp1aZVGGnrIahXc0PxZoU055JirEGQtDFIU1ZD7S9zLKmy9FFUvQsAeRL9nDFHbx8cwx/w==}
+ '@aws-sdk/middleware-flexible-checksums@3.901.0':
+ resolution: {integrity: sha512-63lcKfggVUFyXhE4SsFXShCTCyh7ZHEqXLyYEL4DwX+VWtxutf9t9m3fF0TNUYDE8eEGWiRXhegj8l4FjuW+wA==}
engines: {node: '>=18.0.0'}
'@aws-sdk/middleware-host-header@3.873.0':
resolution: {integrity: sha512-KZ/W1uruWtMOs7D5j3KquOxzCnV79KQW9MjJFZM/M0l6KI8J6V3718MXxFHsTjUE4fpdV6SeCNLV1lwGygsjJA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-host-header@3.893.0':
- resolution: {integrity: sha512-qL5xYRt80ahDfj9nDYLhpCNkDinEXvjLe/Qen/Y/u12+djrR2MB4DRa6mzBCkLkdXDtf0WAoW2EZsNCfGrmOEQ==}
+ '@aws-sdk/middleware-host-header@3.901.0':
+ resolution: {integrity: sha512-yWX7GvRmqBtbNnUW7qbre3GvZmyYwU0WHefpZzDTYDoNgatuYq6LgUIQ+z5C04/kCRoFkAFrHag8a3BXqFzq5A==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-location-constraint@3.893.0':
- resolution: {integrity: sha512-MlbBc7Ttb1ekbeeeFBU4DeEZOLb5s0Vl4IokvO17g6yJdLk4dnvZro9zdXl3e7NXK+kFxHRBFZe55p/42mVgDA==}
+ '@aws-sdk/middleware-location-constraint@3.901.0':
+ resolution: {integrity: sha512-MuCS5R2ngNoYifkVt05CTULvYVWX0dvRT0/Md4jE3a0u0yMygYy31C1zorwfE/SUgAQXyLmUx8ATmPp9PppImQ==}
engines: {node: '>=18.0.0'}
'@aws-sdk/middleware-logger@3.873.0':
resolution: {integrity: sha512-QhNZ8X7pW68kFez9QxUSN65Um0Feo18ZmHxszQZNUhKDsXew/EG9NPQE/HgYcekcon35zHxC4xs+FeNuPurP2g==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-logger@3.893.0':
- resolution: {integrity: sha512-ZqzMecjju5zkBquSIfVfCORI/3Mge21nUY4nWaGQy+NUXehqCGG4W7AiVpiHGOcY2cGJa7xeEkYcr2E2U9U0AA==}
+ '@aws-sdk/middleware-logger@3.901.0':
+ resolution: {integrity: sha512-UoHebjE7el/tfRo8/CQTj91oNUm+5Heus5/a4ECdmWaSCHCS/hXTsU3PTTHAY67oAQR8wBLFPfp3mMvXjB+L2A==}
engines: {node: '>=18.0.0'}
'@aws-sdk/middleware-recursion-detection@3.873.0':
resolution: {integrity: sha512-OtgY8EXOzRdEWR//WfPkA/fXl0+WwE8hq0y9iw2caNyKPtca85dzrrZWnPqyBK/cpImosrpR1iKMYr41XshsCg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-recursion-detection@3.893.0':
- resolution: {integrity: sha512-H7Zotd9zUHQAr/wr3bcWHULYhEeoQrF54artgsoUGIf/9emv6LzY89QUccKIxYd6oHKNTrTyXm9F0ZZrzXNxlg==}
+ '@aws-sdk/middleware-recursion-detection@3.901.0':
+ resolution: {integrity: sha512-Wd2t8qa/4OL0v/oDpCHHYkgsXJr8/ttCxrvCKAt0H1zZe2LlRhY9gpDVKqdertfHrHDj786fOvEQA28G1L75Dg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-sdk-s3@3.896.0':
- resolution: {integrity: sha512-hlPu/AZ5Afa4ZafP+aXIjRtKm7BX57lurA+TJ+7nXm1Az8Du3Sg2tZXP2/GfqTztLIFQYj/Jy5smkJ0+1HNAPQ==}
+ '@aws-sdk/middleware-sdk-s3@3.901.0':
+ resolution: {integrity: sha512-prgjVC3fDT2VIlmQPiw/cLee8r4frTam9GILRUVQyDdNtshNwV3MiaSCLzzQJjKJlLgnBLNUHJCSmvUVtg+3iA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-ssec@3.893.0':
- resolution: {integrity: sha512-e4ccCiAnczv9mMPheKjgKxZQN473mcup+3DPLVNnIw5GRbQoDqPSB70nUzfORKZvM7ar7xLMPxNR8qQgo1C8Rg==}
+ '@aws-sdk/middleware-ssec@3.901.0':
+ resolution: {integrity: sha512-YiLLJmA3RvjL38mFLuu8fhTTGWtp2qT24VqpucgfoyziYcTgIQkJJmKi90Xp6R6/3VcArqilyRgM1+x8i/em+Q==}
engines: {node: '>=18.0.0'}
'@aws-sdk/middleware-user-agent@3.873.0':
resolution: {integrity: sha512-gHqAMYpWkPhZLwqB3Yj83JKdL2Vsb64sryo8LN2UdpElpS+0fT4yjqSxKTfp7gkhN6TCIxF24HQgbPk5FMYJWw==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/middleware-user-agent@3.896.0':
- resolution: {integrity: sha512-so/3tZH34YIeqG/QJgn5ZinnmHRdXV1ehsj4wVUrezL/dVW86jfwIkQIwpw8roOC657UoUf91c9FDhCxs3J5aQ==}
+ '@aws-sdk/middleware-user-agent@3.901.0':
+ resolution: {integrity: sha512-Zby4F03fvD9xAgXGPywyk4bC1jCbnyubMEYChLYohD+x20ULQCf+AimF/Btn7YL+hBpzh1+RmqmvZcx+RgwgNQ==}
engines: {node: '>=18.0.0'}
'@aws-sdk/nested-clients@3.873.0':
resolution: {integrity: sha512-yg8JkRHuH/xO65rtmLOWcd9XQhxX1kAonp2CliXT44eA/23OBds6XoheY44eZeHfCTgutDLTYitvy3k9fQY6ZA==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/nested-clients@3.896.0':
- resolution: {integrity: sha512-KaHALB6DIXScJL/ExmonADr3jtTV6dpOHoEeTRSskJ/aW+rhZo7kH8SLmrwOT/qX8d5tza17YyR/oRkIKY6Eaw==}
+ '@aws-sdk/nested-clients@3.901.0':
+ resolution: {integrity: sha512-feAAAMsVwctk2Tms40ONybvpfJPLCmSdI+G+OTrNpizkGLNl6ik2Ng2RzxY6UqOfN8abqKP/DOUj1qYDRDG8ag==}
engines: {node: '>=18.0.0'}
'@aws-sdk/region-config-resolver@3.873.0':
resolution: {integrity: sha512-q9sPoef+BBG6PJnc4x60vK/bfVwvRWsPgcoQyIra057S/QGjq5VkjvNk6H8xedf6vnKlXNBwq9BaANBXnldUJg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/region-config-resolver@3.893.0':
- resolution: {integrity: sha512-/cJvh3Zsa+Of0Zbg7vl9wp/kZtdb40yk/2+XcroAMVPO9hPvmS9r/UOm6tO7FeX4TtkRFwWaQJiTZTgSdsPY+Q==}
+ '@aws-sdk/region-config-resolver@3.901.0':
+ resolution: {integrity: sha512-7F0N888qVLHo4CSQOsnkZ4QAp8uHLKJ4v3u09Ly5k4AEStrSlFpckTPyUx6elwGL+fxGjNE2aakK8vEgzzCV0A==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/signature-v4-multi-region@3.896.0':
- resolution: {integrity: sha512-txiQDEZXL9tlNP8mbnNaDtuHBYc/FCqaZ8Y76qnfM3o6CTIn0t0tTAlnx1CyFe4EaikVBgQuZvj5KfNA8PmlzA==}
+ '@aws-sdk/signature-v4-multi-region@3.901.0':
+ resolution: {integrity: sha512-2IWxbll/pRucp1WQkHi2W5E2SVPGBvk4Is923H7gpNksbVFws18ItjMM8ZpGm44cJEoy1zR5gjhLFklatpuoOw==}
engines: {node: '>=18.0.0'}
'@aws-sdk/token-providers@3.873.0':
resolution: {integrity: sha512-BWOCeFeV/Ba8fVhtwUw/0Hz4wMm9fjXnMb4Z2a5he/jFlz5mt1/rr6IQ4MyKgzOaz24YrvqsJW2a0VUKOaYDvg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/token-providers@3.896.0':
- resolution: {integrity: sha512-WBoD+RY7tUfW9M+wGrZ2vdveR+ziZOjGHWFY3lcGnDvI8KE+fcSccEOTxgJBNBS5Z8B+WHKU2sZjb+Z7QqGwjw==}
+ '@aws-sdk/token-providers@3.901.0':
+ resolution: {integrity: sha512-pJEr1Ggbc/uVTDqp9IbNu9hdr0eQf3yZix3s4Nnyvmg4xmJSGAlbPC9LrNr5u3CDZoc8Z9CuLrvbP4MwYquNpQ==}
engines: {node: '>=18.0.0'}
'@aws-sdk/types@3.862.0':
resolution: {integrity: sha512-Bei+RL0cDxxV+lW2UezLbCYYNeJm6Nzee0TpW0FfyTRBhH9C1XQh4+x+IClriXvgBnRquTMMYsmJfvx8iyLKrg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/types@3.893.0':
- resolution: {integrity: sha512-Aht1nn5SnA0N+Tjv0dzhAY7CQbxVtmq1bBR6xI0MhG7p2XYVh1wXuKTzrldEvQWwA3odOYunAfT9aBiKZx9qIg==}
+ '@aws-sdk/types@3.901.0':
+ resolution: {integrity: sha512-FfEM25hLEs4LoXsLXQ/q6X6L4JmKkKkbVFpKD4mwfVHtRVQG6QxJiCPcrkcPISquiy6esbwK2eh64TWbiD60cg==}
engines: {node: '>=18.0.0'}
'@aws-sdk/util-arn-parser@3.893.0':
@@ -1807,8 +1807,8 @@ packages:
resolution: {integrity: sha512-YByHrhjxYdjKRf/RQygRK1uh0As1FIi9+jXTcIEX/rBgN8mUByczr2u4QXBzw7ZdbdcOBMOkPnLRjNOWW1MkFg==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/util-endpoints@3.895.0':
- resolution: {integrity: sha512-MhxBvWbwxmKknuggO2NeMwOVkHOYL98pZ+1ZRI5YwckoCL3AvISMnPJgfN60ww6AIXHGpkp+HhpFdKOe8RHSEg==}
+ '@aws-sdk/util-endpoints@3.901.0':
+ resolution: {integrity: sha512-5nZP3hGA8FHEtKvEQf4Aww5QZOkjLW1Z+NixSd+0XKfHvA39Ah5sZboScjLx0C9kti/K3OGW1RCx5K9Zc3bZqg==}
engines: {node: '>=18.0.0'}
'@aws-sdk/util-locate-window@3.208.0':
@@ -1818,8 +1818,8 @@ packages:
'@aws-sdk/util-user-agent-browser@3.873.0':
resolution: {integrity: sha512-AcRdbK6o19yehEcywI43blIBhOCSo6UgyWcuOJX5CFF8k39xm1ILCjQlRRjchLAxWrm0lU0Q7XV90RiMMFMZtA==}
- '@aws-sdk/util-user-agent-browser@3.893.0':
- resolution: {integrity: sha512-PE9NtbDBW6Kgl1bG6A5fF3EPo168tnkj8TgMcT0sg4xYBWsBpq0bpJZRh+Jm5Bkwiw9IgTCLjEU7mR6xWaMB9w==}
+ '@aws-sdk/util-user-agent-browser@3.901.0':
+ resolution: {integrity: sha512-Ntb6V/WFI21Ed4PDgL/8NSfoZQQf9xzrwNgiwvnxgAl/KvAvRBgQtqj5gHsDX8Nj2YmJuVoHfH9BGjL9VQ4WNg==}
'@aws-sdk/util-user-agent-node@3.873.0':
resolution: {integrity: sha512-9MivTP+q9Sis71UxuBaIY3h5jxH0vN3/ZWGxO8ADL19S2OIfknrYSAfzE5fpoKROVBu0bS4VifHOFq4PY1zsxw==}
@@ -1830,8 +1830,8 @@ packages:
aws-crt:
optional: true
- '@aws-sdk/util-user-agent-node@3.896.0':
- resolution: {integrity: sha512-jegizucAwoxyBddKl0kRGNEgRHcfGuMeyhP1Nf+wIUmHz/9CxobIajqcVk/KRNLdZY5mSn7YG2VtP3z0BcBb0w==}
+ '@aws-sdk/util-user-agent-node@3.901.0':
+ resolution: {integrity: sha512-l59KQP5TY7vPVUfEURc7P5BJKuNg1RSsAKBQW7LHLECXjLqDUbo2SMLrexLBEoArSt6E8QOrIN0C8z/0Xk0jYw==}
engines: {node: '>=18.0.0'}
peerDependencies:
aws-crt: '>=1.0.0'
@@ -1843,8 +1843,8 @@ packages:
resolution: {integrity: sha512-kLO7k7cGJ6KaHiExSJWojZurF7SnGMDHXRuQunFnEoD0n1yB6Lqy/S/zHiQ7oJnBhPr9q0TW9qFkrsZb1Uc54w==}
engines: {node: '>=18.0.0'}
- '@aws-sdk/xml-builder@3.894.0':
- resolution: {integrity: sha512-E6EAMc9dT1a2DOdo4zyOf3fp5+NJ2wI+mcm7RaW1baFIWDwcb99PpvWoV7YEiK7oaBDshuOEGWKUSYXdW+JYgA==}
+ '@aws-sdk/xml-builder@3.901.0':
+ resolution: {integrity: sha512-pxFCkuAP7Q94wMTNPAwi6hEtNrp/BdFf+HOrIEeFQsk4EoOmpKY3I6S+u6A9Wg295J80Kh74LqDWM22ux3z6Aw==}
engines: {node: '>=18.0.0'}
'@aws/lambda-invoke-store@0.0.1':
@@ -2304,8 +2304,8 @@ packages:
'@fastify/accept-negotiator@2.0.0':
resolution: {integrity: sha512-/Sce/kBzuTxIq5tJh85nVNOq9wKD8s+viIgX0fFMDBdw95gnpf53qmF1oBgJym3cPFliWUuSloVg/1w/rH0FcQ==}
- '@fastify/accepts@5.0.2':
- resolution: {integrity: sha512-pX0OrioMz3C2cuYFOGRCNMdP3sR6daTFjeSNFrWlZVutawpPIGI5opK5h4Qa6x6C9oavdDkAjA16orneE2jAFQ==}
+ '@fastify/accepts@5.0.3':
+ resolution: {integrity: sha512-JQE0PVW7V5aIvWNQvBvlz3K92Q4OnDcC8ERcJnFd9a11/IVi/eV6SCutOUh9K2CAeQUMkJJyRog3Gltn7uAF6g==}
'@fastify/ajv-compiler@4.0.0':
resolution: {integrity: sha512-dt0jyLAlay14LpIn4Fg1SY7V5NJ9KH0YFDpYVQY5cgIVBvdI8908AMx5zQ0bBYPGT6Wh+bM3f2caMmOXLP3QsQ==}
@@ -2774,9 +2774,6 @@ packages:
'@misskey-dev/sharp-read-bmp@1.2.0':
resolution: {integrity: sha512-er4pRakXzHYfEgOFAFfQagqDouG+wLm+kwNq1I30oSdIHDa0wM3KjFpfIGQ25Fks4GcmOl1s7Zh6xoQu5dNjTw==}
- '@misskey-dev/summaly@5.2.3':
- resolution: {integrity: sha512-TvJMrF2VKTK9fkD8nKNHp8PBHUwJqKOhFs4S7uwhoXpkpxpI/w4RBWbr7Gjg9xV0k9TL288N39OML+XaJCaL9Q==}
-
'@misskey-dev/summaly@5.2.4':
resolution: {integrity: sha512-GDil+9w2DPsbwNYatB6cLRCPEqSY9k/f39rN8LrzUKYCrATzj5FLCFIbFvZQg55zgUnM599GJzNLka5LlFlA/g==}
@@ -3704,66 +3701,94 @@ packages:
resolution: {integrity: sha512-vkzula+IwRvPR6oKQhMYioM3A/oX/lFCZiwuxkQbRhqJS2S4YRY2k7k/SyR2jMf3607HLtbEwlRxi0ndXHMjRg==}
engines: {node: '>=18.0.0'}
- '@smithy/chunked-blob-reader-native@4.1.0':
- resolution: {integrity: sha512-Bnv0B3nSlfB2mPO0WgM49I/prl7+kamF042rrf3ezJ3Z4C7csPYvyYgZfXTGXwXfj1mAwDWjE/ybIf49PzFzvA==}
+ '@smithy/abort-controller@4.2.0':
+ resolution: {integrity: sha512-PLUYa+SUKOEZtXFURBu/CNxlsxfaFGxSBPcStL13KpVeVWIfdezWyDqkz7iDLmwnxojXD0s5KzuB5HGHvt4Aeg==}
+ engines: {node: '>=18.0.0'}
+
+ '@smithy/chunked-blob-reader-native@4.2.0':
+ resolution: {integrity: sha512-HNbGWdyTfSM1nfrZKQjYTvD8k086+M8s1EYkBUdGC++lhxegUp2HgNf5RIt6oOGVvsC26hBCW/11tv8KbwLn/Q==}
engines: {node: '>=18.0.0'}
- '@smithy/chunked-blob-reader@5.1.0':
- resolution: {integrity: sha512-a36AtR7Q7XOhRPt6F/7HENmTWcB8kN7mDJcOFM/+FuKO6x88w8MQJfYCufMWh4fGyVkPjUh3Rrz/dnqFQdo6OQ==}
+ '@smithy/chunked-blob-reader@5.2.0':
+ resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==}
engines: {node: '>=18.0.0'}
'@smithy/config-resolver@4.2.2':
resolution: {integrity: sha512-IT6MatgBWagLybZl1xQcURXRICvqz1z3APSCAI9IqdvfCkrA7RaQIEfgC6G/KvfxnDfQUDqFV+ZlixcuFznGBQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/config-resolver@4.3.0':
+ resolution: {integrity: sha512-9oH+n8AVNiLPK/iK/agOsoWfrKZ3FGP3502tkksd6SRsKMYiu7AFX0YXo6YBADdsAj7C+G/aLKdsafIJHxuCkQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/core@3.12.0':
resolution: {integrity: sha512-zJeAgogZfbwlPGL93y4Z/XNeIN37YCreRUd6YMIRvaq+6RnBK8PPYYIQ85Is/GglPh3kNImD5riDCXbVSDpCiQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/core@3.14.0':
+ resolution: {integrity: sha512-XJ4z5FxvY/t0Dibms/+gLJrI5niRoY0BCmE02fwmPcRYFPI4KI876xaE79YGWIKnEslMbuQPsIEsoU/DXa0DoA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/credential-provider-imds@4.1.2':
resolution: {integrity: sha512-JlYNq8TShnqCLg0h+afqe2wLAwZpuoSgOyzhYvTgbiKBWRov+uUve+vrZEQO6lkdLOWPh7gK5dtb9dS+KGendg==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-codec@4.1.1':
- resolution: {integrity: sha512-PwkQw1hZwHTQB6X5hSUWz2OSeuj5Z6enWuAqke7DgWoP3t6vg3ktPpqPz3Erkn6w+tmsl8Oss6nrgyezoea2Iw==}
+ '@smithy/credential-provider-imds@4.2.0':
+ resolution: {integrity: sha512-SOhFVvFH4D5HJZytb0bLKxCrSnwcqPiNlrw+S4ZXjMnsC+o9JcUQzbZOEQcA8yv9wJFNhfsUiIUKiEnYL68Big==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-browser@4.1.1':
- resolution: {integrity: sha512-Q9QWdAzRaIuVkefupRPRFAasaG/droBqn1feiMnmLa+LLEUG45pqX1+FurHFmlqiCfobB3nUlgoJfeXZsr7MPA==}
+ '@smithy/eventstream-codec@4.2.0':
+ resolution: {integrity: sha512-XE7CtKfyxYiNZ5vz7OvyTf1osrdbJfmUy+rbh+NLQmZumMGvY0mT0Cq1qKSfhrvLtRYzMsOBuRpi10dyI0EBPg==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-config-resolver@4.2.1':
- resolution: {integrity: sha512-oSUkF9zDN9zcOUBMtxp8RewJlh71E9NoHWU8jE3hU9JMYCsmW4assVTpgic/iS3/dM317j6hO5x18cc3XrfvEw==}
+ '@smithy/eventstream-serde-browser@4.2.0':
+ resolution: {integrity: sha512-U53p7fcrk27k8irLhOwUu+UYnBqsXNLKl1XevOpsxK3y1Lndk8R7CSiZV6FN3fYFuTPuJy5pP6qa/bjDzEkRvA==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-node@4.1.1':
- resolution: {integrity: sha512-tn6vulwf/ScY0vjhzptSJuDJJqlhNtUjkxJ4wiv9E3SPoEqTEKbaq6bfqRO7nvhTG29ALICRcvfFheOUPl8KNA==}
+ '@smithy/eventstream-serde-config-resolver@4.3.0':
+ resolution: {integrity: sha512-uwx54t8W2Yo9Jr3nVF5cNnkAAnMCJ8Wrm+wDlQY6rY/IrEgZS3OqagtCu/9ceIcZFQ1zVW/zbN9dxb5esuojfA==}
engines: {node: '>=18.0.0'}
- '@smithy/eventstream-serde-universal@4.1.1':
- resolution: {integrity: sha512-uLOAiM/Dmgh2CbEXQx+6/ssK7fbzFhd+LjdyFxXid5ZBCbLHTFHLdD/QbXw5aEDsLxQhgzDxLLsZhsftAYwHJA==}
+ '@smithy/eventstream-serde-node@4.2.0':
+ resolution: {integrity: sha512-yjM2L6QGmWgJjVu/IgYd6hMzwm/tf4VFX0lm8/SvGbGBwc+aFl3hOzvO/e9IJ2XI+22Tx1Zg3vRpFRs04SWFcg==}
+ engines: {node: '>=18.0.0'}
+
+ '@smithy/eventstream-serde-universal@4.2.0':
+ resolution: {integrity: sha512-C3jxz6GeRzNyGKhU7oV656ZbuHY93mrfkT12rmjDdZch142ykjn8do+VOkeRNjSGKw01p4g+hdalPYPhmMwk1g==}
engines: {node: '>=18.0.0'}
'@smithy/fetch-http-handler@5.2.1':
resolution: {integrity: sha512-5/3wxKNtV3wO/hk1is+CZUhL8a1yy/U+9u9LKQ9kZTkMsHaQjJhc3stFfiujtMnkITjzWfndGA2f7g9Uh9vKng==}
engines: {node: '>=18.0.0'}
- '@smithy/hash-blob-browser@4.1.1':
- resolution: {integrity: sha512-avAtk++s1e/1VODf+rg7c9R2pB5G9y8yaJaGY4lPZI2+UIqVyuSDMikWjeWfBVmFZ3O7NpDxBbUCyGhThVUKWQ==}
+ '@smithy/fetch-http-handler@5.3.0':
+ resolution: {integrity: sha512-BG3KSmsx9A//KyIfw+sqNmWFr1YBUr+TwpxFT7yPqAk0yyDh7oSNgzfNH7pS6OC099EGx2ltOULvumCFe8bcgw==}
+ engines: {node: '>=18.0.0'}
+
+ '@smithy/hash-blob-browser@4.2.0':
+ resolution: {integrity: sha512-MWmrRTPqVKpN8NmxmJPTeQuhewTt8Chf+waB38LXHZoA02+BeWYVQ9ViAwHjug8m7lQb1UWuGqp3JoGDOWvvuA==}
engines: {node: '>=18.0.0'}
'@smithy/hash-node@4.1.1':
resolution: {integrity: sha512-H9DIU9WBLhYrvPs9v4sYvnZ1PiAI0oc8CgNQUJ1rpN3pP7QADbTOUjchI2FB764Ub0DstH5xbTqcMJu1pnVqxA==}
engines: {node: '>=18.0.0'}
- '@smithy/hash-stream-node@4.1.1':
- resolution: {integrity: sha512-3ztT4pV0Moazs3JAYFdfKk11kYFDo4b/3R3+xVjIm6wY9YpJf+xfz+ocEnNKcWAdcmSMqi168i2EMaKmJHbJMA==}
+ '@smithy/hash-node@4.2.0':
+ resolution: {integrity: sha512-ugv93gOhZGysTctZh9qdgng8B+xO0cj+zN0qAZ+Sgh7qTQGPOJbMdIuyP89KNfUyfAqFSNh5tMvC+h2uCpmTtA==}
+ engines: {node: '>=18.0.0'}
+
+ '@smithy/hash-stream-node@4.2.0':
+ resolution: {integrity: sha512-8dELAuGv+UEjtzrpMeNBZc1sJhO8GxFVV/Yh21wE35oX4lOE697+lsMHBoUIFAUuYkTMIeu0EuJSEsH7/8Y+UQ==}
engines: {node: '>=18.0.0'}
'@smithy/invalid-dependency@4.1.1':
resolution: {integrity: sha512-1AqLyFlfrrDkyES8uhINRlJXmHA2FkG+3DY8X+rmLSqmFwk3DJnvhyGzyByPyewh2jbmV+TYQBEfngQax8IFGg==}
engines: {node: '>=18.0.0'}
+ '@smithy/invalid-dependency@4.2.0':
+ resolution: {integrity: sha512-ZmK5X5fUPAbtvRcUPtk28aqIClVhbfcmfoS4M7UQBTnDdrNxhsrxYVv0ZEl5NaPSyExsPWqL4GsPlRvtlwg+2A==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/is-array-buffer@2.0.0':
resolution: {integrity: sha512-z3PjFjMyZNI98JFRJi/U0nGoLWMSJlDjAW4QUX2WNZLas5C0CmVV6LJ01JI0k90l7FvpmixjWxPFmENSClQ7ug==}
engines: {node: '>=14.0.0'}
@@ -3772,34 +3797,62 @@ packages:
resolution: {integrity: sha512-ePTYUOV54wMogio+he4pBybe8fwg4sDvEVDBU8ZlHOZXbXK3/C0XfJgUCu6qAZcawv05ZhZzODGUerFBPsPUDQ==}
engines: {node: '>=18.0.0'}
- '@smithy/md5-js@4.1.1':
- resolution: {integrity: sha512-MvWXKK743BuHjr/hnWuT6uStdKEaoqxHAQUvbKJPPZM5ZojTNFI5D+47BoQfBE5RgGlRRty05EbWA+NXDv+hIA==}
+ '@smithy/is-array-buffer@4.2.0':
+ resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==}
+ engines: {node: '>=18.0.0'}
+
+ '@smithy/md5-js@4.2.0':
+ resolution: {integrity: sha512-LFEPniXGKRQArFmDQ3MgArXlClFJMsXDteuQQY8WG1/zzv6gVSo96+qpkuu1oJp4MZsKrwchY0cuAoPKzEbaNA==}
engines: {node: '>=18.0.0'}
'@smithy/middleware-content-length@4.1.1':
resolution: {integrity: sha512-9wlfBBgTsRvC2JxLJxv4xDGNBrZuio3AgSl0lSFX7fneW2cGskXTYpFxCdRYD2+5yzmsiTuaAJD1Wp7gWt9y9w==}
engines: {node: '>=18.0.0'}
+ '@smithy/middleware-content-length@4.2.0':
+ resolution: {integrity: sha512-6ZAnwrXFecrA4kIDOcz6aLBhU5ih2is2NdcZtobBDSdSHtE9a+MThB5uqyK4XXesdOCvOcbCm2IGB95birTSOQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/middleware-endpoint@4.2.4':
resolution: {integrity: sha512-FZ4hzupOmthm8Q8ujYrd0I+/MHwVMuSTdkDtIQE0xVuvJt9pLT6Q+b0p4/t+slDyrpcf+Wj7SN+ZqT5OryaaZg==}
engines: {node: '>=18.0.0'}
+ '@smithy/middleware-endpoint@4.3.0':
+ resolution: {integrity: sha512-jFVjuQeV8TkxaRlcCNg0GFVgg98tscsmIrIwRFeC74TIUyLE3jmY9xgc1WXrPQYRjQNK3aRoaIk6fhFRGOIoGw==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/middleware-retry@4.3.0':
resolution: {integrity: sha512-qhEX9745fAxZvtLM4bQJAVC98elWjiMO2OiHl1s6p7hUzS4QfZO1gXUYNwEK8m0J6NoCD5W52ggWxbIDHI0XSg==}
engines: {node: '>=18.0.0'}
+ '@smithy/middleware-retry@4.4.0':
+ resolution: {integrity: sha512-yaVBR0vQnOnzex45zZ8ZrPzUnX73eUC8kVFaAAbn04+6V7lPtxn56vZEBBAhgS/eqD6Zm86o6sJs6FuQVoX5qg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/middleware-serde@4.1.1':
resolution: {integrity: sha512-lh48uQdbCoj619kRouev5XbWhCwRKLmphAif16c4J6JgJ4uXjub1PI6RL38d3BLliUvSso6klyB/LTNpWSNIyg==}
engines: {node: '>=18.0.0'}
+ '@smithy/middleware-serde@4.2.0':
+ resolution: {integrity: sha512-rpTQ7D65/EAbC6VydXlxjvbifTf4IH+sADKg6JmAvhkflJO2NvDeyU9qsWUNBelJiQFcXKejUHWRSdmpJmEmiw==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/middleware-stack@4.1.1':
resolution: {integrity: sha512-ygRnniqNcDhHzs6QAPIdia26M7e7z9gpkIMUe/pK0RsrQ7i5MblwxY8078/QCnGq6AmlUUWgljK2HlelsKIb/A==}
engines: {node: '>=18.0.0'}
+ '@smithy/middleware-stack@4.2.0':
+ resolution: {integrity: sha512-G5CJ//eqRd9OARrQu9MK1H8fNm2sMtqFh6j8/rPozhEL+Dokpvi1Og+aCixTuwDAGZUkJPk6hJT5jchbk/WCyg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/node-config-provider@4.2.2':
resolution: {integrity: sha512-SYGTKyPvyCfEzIN5rD8q/bYaOPZprYUPD2f5g9M7OjaYupWOoQFYJ5ho+0wvxIRf471i2SR4GoiZ2r94Jq9h6A==}
engines: {node: '>=18.0.0'}
+ '@smithy/node-config-provider@4.3.0':
+ resolution: {integrity: sha512-5QgHNuWdT9j9GwMPPJCKxy2KDxZ3E5l4M3/5TatSZrqYVoEiqQrDfAq8I6KWZw7RZOHtVtCzEPdYz7rHZixwcA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/node-http-handler@2.5.0':
resolution: {integrity: sha512-mVGyPBzkkGQsPoxQUbxlEfRjrj6FPyA3u3u2VXGr9hT8wilsoQdZdvKpMBFMB8Crfhv5dNkKHIW0Yyuc7eABqA==}
engines: {node: '>=14.0.0'}
@@ -3808,10 +3861,18 @@ packages:
resolution: {integrity: sha512-REyybygHlxo3TJICPF89N2pMQSf+p+tBJqpVe1+77Cfi9HBPReNjTgtZ1Vg73exq24vkqJskKDpfF74reXjxfw==}
engines: {node: '>=18.0.0'}
+ '@smithy/node-http-handler@4.3.0':
+ resolution: {integrity: sha512-RHZ/uWCmSNZ8cneoWEVsVwMZBKy/8123hEpm57vgGXA3Irf/Ja4v9TVshHK2ML5/IqzAZn0WhINHOP9xl+Qy6Q==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/property-provider@4.1.1':
resolution: {integrity: sha512-gm3ZS7DHxUbzC2wr8MUCsAabyiXY0gaj3ROWnhSx/9sPMc6eYLMM4rX81w1zsMaObj2Lq3PZtNCC1J6lpEY7zg==}
engines: {node: '>=18.0.0'}
+ '@smithy/property-provider@4.2.0':
+ resolution: {integrity: sha512-rV6wFre0BU6n/tx2Ztn5LdvEdNZ2FasQbPQmDOPfV9QQyDmsCkOAB0osQjotRCQg+nSKFmINhyda0D3AnjSBJw==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/protocol-http@3.3.0':
resolution: {integrity: sha512-Xy5XK1AFWW2nlY/biWZXu6/krgbaf2dg0q492D8M5qthsnU2H+UgFeZLbM76FnH7s6RO/xhQRkj+T6KBO3JzgQ==}
engines: {node: '>=14.0.0'}
@@ -3820,6 +3881,10 @@ packages:
resolution: {integrity: sha512-T8SlkLYCwfT/6m33SIU/JOVGNwoelkrvGjFKDSDtVvAXj/9gOT78JVJEas5a+ETjOu4SVvpCstKgd0PxSu/aHw==}
engines: {node: '>=18.0.0'}
+ '@smithy/protocol-http@5.3.0':
+ resolution: {integrity: sha512-6POSYlmDnsLKb7r1D3SVm7RaYW6H1vcNcTWGWrF7s9+2noNYvUsm7E4tz5ZQ9HXPmKn6Hb67pBDRIjrT4w/d7Q==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/querystring-builder@2.2.0':
resolution: {integrity: sha512-L1kSeviUWL+emq3CUVSgdogoM/D9QMFaqxL/dd0X7PCNWmPXqt+ExtrBjqT0V7HLN03Vs9SuiLrG3zy3JGnE5A==}
engines: {node: '>=14.0.0'}
@@ -3828,26 +3893,50 @@ packages:
resolution: {integrity: sha512-J9b55bfimP4z/Jg1gNo+AT84hr90p716/nvxDkPGCD4W70MPms0h8KF50RDRgBGZeL83/u59DWNqJv6tEP/DHA==}
engines: {node: '>=18.0.0'}
+ '@smithy/querystring-builder@4.2.0':
+ resolution: {integrity: sha512-Q4oFD0ZmI8yJkiPPeGUITZj++4HHYCW3pYBYfIobUCkYpI6mbkzmG1MAQQ3lJYYWj3iNqfzOenUZu+jqdPQ16A==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/querystring-parser@4.1.1':
resolution: {integrity: sha512-63TEp92YFz0oQ7Pj9IuI3IgnprP92LrZtRAkE3c6wLWJxfy/yOPRt39IOKerVr0JS770olzl0kGafXlAXZ1vng==}
engines: {node: '>=18.0.0'}
+ '@smithy/querystring-parser@4.2.0':
+ resolution: {integrity: sha512-BjATSNNyvVbQxOOlKse0b0pSezTWGMvA87SvoFoFlkRsKXVsN3bEtjCxvsNXJXfnAzlWFPaT9DmhWy1vn0sNEA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/service-error-classification@4.1.2':
resolution: {integrity: sha512-Kqd8wyfmBWHZNppZSMfrQFpc3M9Y/kjyN8n8P4DqJJtuwgK1H914R471HTw7+RL+T7+kI1f1gOnL7Vb5z9+NgQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/service-error-classification@4.2.0':
+ resolution: {integrity: sha512-Ylv1ttUeKatpR0wEOMnHf1hXMktPUMObDClSWl2TpCVT4DwtJhCeighLzSLbgH3jr5pBNM0LDXT5yYxUvZ9WpA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/shared-ini-file-loader@4.2.0':
resolution: {integrity: sha512-OQTfmIEp2LLuWdxa8nEEPhZmiOREO6bcB6pjs0AySf4yiZhl6kMOfqmcwcY8BaBPX+0Tb+tG7/Ia/6mwpoZ7Pw==}
engines: {node: '>=18.0.0'}
+ '@smithy/shared-ini-file-loader@4.3.0':
+ resolution: {integrity: sha512-VCUPPtNs+rKWlqqntX0CbVvWyjhmX30JCtzO+s5dlzzxrvSfRh5SY0yxnkirvc1c80vdKQttahL71a9EsdolSQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/signature-v4@5.2.1':
resolution: {integrity: sha512-M9rZhWQLjlQVCCR37cSjHfhriGRN+FQ8UfgrYNufv66TJgk+acaggShl3KS5U/ssxivvZLlnj7QH2CUOKlxPyA==}
engines: {node: '>=18.0.0'}
+ '@smithy/signature-v4@5.3.0':
+ resolution: {integrity: sha512-MKNyhXEs99xAZaFhm88h+3/V+tCRDQ+PrDzRqL0xdDpq4gjxcMmf5rBA3YXgqZqMZ/XwemZEurCBQMfxZOWq/g==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/smithy-client@4.6.4':
resolution: {integrity: sha512-qL7O3VDyfzCSN9r+sdbQXGhaHtrfSJL30En6Jboj0I3bobf2g1/T0eP2L4qxqrEW26gWhJ4THI4ElVVLjYyBHg==}
engines: {node: '>=18.0.0'}
+ '@smithy/smithy-client@4.7.0':
+ resolution: {integrity: sha512-3BDx/aCCPf+kkinYf5QQhdQ9UAGihgOVqI3QO5xQfSaIWvUE4KYLtiGRWsNe1SR7ijXC0QEPqofVp5Sb0zC8xQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/types@2.12.0':
resolution: {integrity: sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==}
engines: {node: '>=14.0.0'}
@@ -3856,22 +3945,42 @@ packages:
resolution: {integrity: sha512-RkUpIOsVlAwUIZXO1dsz8Zm+N72LClFfsNqf173catVlvRZiwPy0x2u0JLEA4byreOPKDZPGjmPDylMoP8ZJRg==}
engines: {node: '>=18.0.0'}
+ '@smithy/types@4.6.0':
+ resolution: {integrity: sha512-4lI9C8NzRPOv66FaY1LL1O/0v0aLVrq/mXP/keUa9mJOApEeae43LsLd2kZRUJw91gxOQfLIrV3OvqPgWz1YsA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/url-parser@4.1.1':
resolution: {integrity: sha512-bx32FUpkhcaKlEoOMbScvc93isaSiRM75pQ5IgIBaMkT7qMlIibpPRONyx/0CvrXHzJLpOn/u6YiDX2hcvs7Dg==}
engines: {node: '>=18.0.0'}
+ '@smithy/url-parser@4.2.0':
+ resolution: {integrity: sha512-AlBmD6Idav2ugmoAL6UtR6ItS7jU5h5RNqLMZC7QrLCoITA9NzIN3nx9GWi8g4z1pfWh2r9r96SX/jHiNwPJ9A==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-base64@4.1.0':
resolution: {integrity: sha512-RUGd4wNb8GeW7xk+AY5ghGnIwM96V0l2uzvs/uVHf+tIuVX2WSvynk5CxNoBCsM2rQRSZElAo9rt3G5mJ/gktQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-base64@4.2.0':
+ resolution: {integrity: sha512-+erInz8WDv5KPe7xCsJCp+1WCjSbah9gWcmUXc9NqmhyPx59tf7jqFz+za1tRG1Y5KM1Cy1rWCcGypylFp4mvA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-body-length-browser@4.1.0':
resolution: {integrity: sha512-V2E2Iez+bo6bUMOTENPr6eEmepdY8Hbs+Uc1vkDKgKNA/brTJqOW/ai3JO1BGj9GbCeLqw90pbbH7HFQyFotGQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-body-length-browser@4.2.0':
+ resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-body-length-node@4.1.0':
resolution: {integrity: sha512-BOI5dYjheZdgR9XiEM3HJcEMCXSoqbzu7CzIgYrx0UtmvtC3tC2iDGpJLsSRFffUpy8ymsg2ARMP5fR8mtuUQQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-body-length-node@4.2.0':
+ resolution: {integrity: sha512-U8q1WsSZFjXijlD7a4wsDQOvOwV+72iHSfq1q7VD+V75xP/pdtm0WIGuaFJ3gcADDOKj2MIBn4+zisi140HEnQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-buffer-from@2.0.0':
resolution: {integrity: sha512-/YNnLoHsR+4W4Vf2wL5lGv0ksg8Bmk3GEGxn2vEQt52AQaPSCuaO5PM5VM7lP1K9qHRKHwrPGktqVoAHKWHxzw==}
engines: {node: '>=14.0.0'}
@@ -3880,38 +3989,74 @@ packages:
resolution: {integrity: sha512-N6yXcjfe/E+xKEccWEKzK6M+crMrlwaCepKja0pNnlSkm6SjAeLKKA++er5Ba0I17gvKfN/ThV+ZOx/CntKTVw==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-buffer-from@4.2.0':
+ resolution: {integrity: sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-config-provider@4.1.0':
resolution: {integrity: sha512-swXz2vMjrP1ZusZWVTB/ai5gK+J8U0BWvP10v9fpcFvg+Xi/87LHvHfst2IgCs1i0v4qFZfGwCmeD/KNCdJZbQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-config-provider@4.2.0':
+ resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-defaults-mode-browser@4.1.4':
resolution: {integrity: sha512-mLDJ1s4eA3vwOGaQOEPlg5LB4LdZUUMpB5UMOMofeGhWqiS7WR7dTpLiNi9zVn+YziKUd3Af5NLfxDs7NJqmIw==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-defaults-mode-browser@4.2.0':
+ resolution: {integrity: sha512-qzHp7ZDk1Ba4LDwQVCNp90xPGqSu7kmL7y5toBpccuhi3AH7dcVBIT/pUxYcInK4jOy6FikrcTGq5wxcka8UaQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-defaults-mode-node@4.1.4':
resolution: {integrity: sha512-pjX2iMTcOASaSanAd7bu6i3fcMMezr3NTr8Rh64etB0uHRZi+Aw86DoCxPESjY4UTIuA06hhqtTtw95o//imYA==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-defaults-mode-node@4.2.0':
+ resolution: {integrity: sha512-FxUHS3WXgx3bTWR6yQHNHHkQHZm/XKIi/CchTnKvBulN6obWpcbzJ6lDToXn+Wp0QlVKd7uYAz2/CTw1j7m+Kg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-endpoints@3.1.2':
resolution: {integrity: sha512-+AJsaaEGb5ySvf1SKMRrPZdYHRYSzMkCoK16jWnIMpREAnflVspMIDeCVSZJuj+5muZfgGpNpijE3mUNtjv01Q==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-endpoints@3.2.0':
+ resolution: {integrity: sha512-TXeCn22D56vvWr/5xPqALc9oO+LN+QpFjrSM7peG/ckqEPoI3zaKZFp+bFwfmiHhn5MGWPaLCqDOJPPIixk9Wg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-hex-encoding@4.1.0':
resolution: {integrity: sha512-1LcueNN5GYC4tr8mo14yVYbh/Ur8jHhWOxniZXii+1+ePiIbsLZ5fEI0QQGtbRRP5mOhmooos+rLmVASGGoq5w==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-hex-encoding@4.2.0':
+ resolution: {integrity: sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-middleware@4.1.1':
resolution: {integrity: sha512-CGmZ72mL29VMfESz7S6dekqzCh8ZISj3B+w0g1hZFXaOjGTVaSqfAEFAq8EGp8fUL+Q2l8aqNmt8U1tglTikeg==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-middleware@4.2.0':
+ resolution: {integrity: sha512-u9OOfDa43MjagtJZ8AapJcmimP+K2Z7szXn8xbty4aza+7P1wjFmy2ewjSbhEiYQoW1unTlOAIV165weYAaowA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-retry@4.1.2':
resolution: {integrity: sha512-NCgr1d0/EdeP6U5PSZ9Uv5SMR5XRRYoVr1kRVtKZxWL3tixEL3UatrPIMFZSKwHlCcp2zPLDvMubVDULRqeunA==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-retry@4.2.0':
+ resolution: {integrity: sha512-BWSiuGbwRnEE2SFfaAZEX0TqaxtvtSYPM/J73PFVm+A29Fg1HTPiYFb8TmX1DXp4hgcdyJcNQmprfd5foeORsg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-stream@4.3.2':
resolution: {integrity: sha512-Ka+FA2UCC/Q1dEqUanCdpqwxOFdf5Dg2VXtPtB1qxLcSGh5C1HdzklIt18xL504Wiy9nNUKwDMRTVCbKGoK69g==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-stream@4.4.0':
+ resolution: {integrity: sha512-vtO7ktbixEcrVzMRmpQDnw/Ehr9UWjBvSJ9fyAbadKkC4w5Cm/4lMO8cHz8Ysb8uflvQUNRcuux/oNHKPXkffg==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-uri-escape@2.2.0':
resolution: {integrity: sha512-jtmJMyt1xMD/d8OtbVJ2gFZOSKc+ueYJZPW20ULW1GOp/q/YIM0wNh+u8ZFao9UaIGz4WoPW8hC64qlWLIfoDA==}
engines: {node: '>=14.0.0'}
@@ -3920,6 +4065,10 @@ packages:
resolution: {integrity: sha512-b0EFQkq35K5NHUYxU72JuoheM6+pytEVUGlTwiFxWFpmddA+Bpz3LgsPRIpBk8lnPE47yT7AF2Egc3jVnKLuPg==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-uri-escape@4.2.0':
+ resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-utf8@2.0.0':
resolution: {integrity: sha512-rctU1VkziY84n5OXe3bPNpKR001ZCME2JCaBBFgtiM2hfKbHFudc/BkMuPab8hRbLd0j3vbnBTTZ1igBf0wgiQ==}
engines: {node: '>=14.0.0'}
@@ -3928,14 +4077,26 @@ packages:
resolution: {integrity: sha512-mEu1/UIXAdNYuBcyEPbjScKi/+MQVXNIuY/7Cm5XLIWe319kDrT5SizBE95jqtmEXoDbGoZxKLCMttdZdqTZKQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-utf8@4.2.0':
+ resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/util-waiter@4.1.1':
resolution: {integrity: sha512-PJBmyayrlfxM7nbqjomF4YcT1sApQwZio0NHSsT0EzhJqljRmvhzqZua43TyEs80nJk2Cn2FGPg/N8phH6KeCQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/util-waiter@4.2.0':
+ resolution: {integrity: sha512-0Z+nxUU4/4T+SL8BCNN4ztKdQjToNvUYmkF1kXO5T7Yz3Gafzh0HeIG6mrkN8Fz3gn9hSyxuAT+6h4vM+iQSBQ==}
+ engines: {node: '>=18.0.0'}
+
'@smithy/uuid@1.0.0':
resolution: {integrity: sha512-OlA/yZHh0ekYFnbUkmYBDQPE6fGfdrvgz39ktp8Xf+FA6BfxLejPTMDOG0Nfk5/rDySAz1dRbFf24zaAFYVXlQ==}
engines: {node: '>=18.0.0'}
+ '@smithy/uuid@1.1.0':
+ resolution: {integrity: sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==}
+ engines: {node: '>=18.0.0'}
+
'@sqltools/formatter@1.2.5':
resolution: {integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==}
@@ -4171,8 +4332,8 @@ packages:
cpu: [arm64]
os: [android]
- '@swc/core-darwin-arm64@1.13.19':
- resolution: {integrity: sha512-NxDyte9tCJSJ8+R62WDtqwg8eI57lubD52sHyGOfezpJBOPr36bUSGGLyO3Vod9zTGlOu2CpkuzA/2iVw92u1g==}
+ '@swc/core-darwin-arm64@1.13.20':
+ resolution: {integrity: sha512-k/nqRwm6G3tw1BbCDxc3KmAMGsuDYA5Uh4MjYm23e+UziLyHz0z7W0zja3el+yGBIZXKlgSzWVFLsFDFzVqtgg==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
@@ -4183,8 +4344,8 @@ packages:
cpu: [arm64]
os: [darwin]
- '@swc/core-darwin-x64@1.13.19':
- resolution: {integrity: sha512-+w5DYrJndSygFFRDcuPYmx5BljD6oYnAohZ15K1L6SfORHp/BTSIbgSFRKPoyhjuIkDiq3W0um8RoMTOBAcQjQ==}
+ '@swc/core-darwin-x64@1.13.20':
+ resolution: {integrity: sha512-7xr+ACdUMNyrN87oEF1GvJIZJBAhGolfQVB0EYP08JEy8VSh//FEwfdlUz8gweaZyjOl1nuPS6ncXlKgZuZU8A==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
@@ -4201,8 +4362,8 @@ packages:
cpu: [x64]
os: [freebsd]
- '@swc/core-linux-arm-gnueabihf@1.13.19':
- resolution: {integrity: sha512-7LlfgpdwwYq2q7himNkAAFo4q6jysMLFNoBH6GRP7WL29NcSsl5mPMJjmYZymK+sYq/9MTVieDTQvChzYDsapw==}
+ '@swc/core-linux-arm-gnueabihf@1.13.20':
+ resolution: {integrity: sha512-IaOLxU1U/oGV3lZ2T8tD5nB/5O60UFPqj5ZxYzDpCBVB73tDQDIxiDcro1X81nHbwJHjuHmbIrhoflS7LQN6+A==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
@@ -4213,8 +4374,8 @@ packages:
cpu: [arm]
os: [linux]
- '@swc/core-linux-arm64-gnu@1.13.19':
- resolution: {integrity: sha512-ml3I6Lm2marAQ3UC/TS9t/yILBh/eDSVHAdPpikp652xouWAVW1znUeV6bBSxe1sSZIenv+p55ubKAWq/u84sQ==}
+ '@swc/core-linux-arm64-gnu@1.13.20':
+ resolution: {integrity: sha512-Lg6FyotDydXGnNnlw+u7vCZzR2+fX3Q2HiULBTYl2dey3TvRyzAfEhdgMjUc4beRzf26U9rzMuTroJ6KMBCBjA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@@ -4227,8 +4388,8 @@ packages:
os: [linux]
libc: [glibc]
- '@swc/core-linux-arm64-musl@1.13.19':
- resolution: {integrity: sha512-M/otFc3/rWWkbF6VgbOXVzUKVoE7MFcphTaStxJp4bwb7oP5slYlxMZN51Dk/OTOfvCDo9pTAFDKNyixbkXMDQ==}
+ '@swc/core-linux-arm64-musl@1.13.20':
+ resolution: {integrity: sha512-d1SvxmFykS0Ep8nPbduV1UwCvFjZ3ESzFKQdTbkr72bge8AseILBI9TbLTmoeWndDaTesiiTKRD5Y1iAvF1wvA==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@@ -4241,8 +4402,8 @@ packages:
os: [linux]
libc: [musl]
- '@swc/core-linux-x64-gnu@1.13.19':
- resolution: {integrity: sha512-NoMUKaOJEdouU4tKF88ggdDHFiRRING+gYLxDqnTfm+sUXaizB5OGBRzvSVDYSXQb1SuUuChnXFPFzwTWbt3ZQ==}
+ '@swc/core-linux-x64-gnu@1.13.20':
+ resolution: {integrity: sha512-Bwmng57EuMod58Q8GDJA8rmUgFl20taK8w8MqeeDMiCnZY2+rJrNERbIX3sXZbwsf/kCIELZ7q4ZXiwdyB4zoQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@@ -4255,8 +4416,8 @@ packages:
os: [linux]
libc: [glibc]
- '@swc/core-linux-x64-musl@1.13.19':
- resolution: {integrity: sha512-r6krlZwyu8SBaw24QuS1lau2I9q8M+eJV6ITz0rpb6P1Bx0elf9ii5Bhh8ddmIqXXH8kOGSjC/dwcdHbZqAhgw==}
+ '@swc/core-linux-x64-musl@1.13.20':
+ resolution: {integrity: sha512-osCm3VEKL/OIKInyhy75S5B+R+QGBdpR1B5vwTYqG/1RB4vFM3O5SDtRZabd6NV9Cxc9dcLztWyZjhs2qp63SQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@@ -4269,8 +4430,8 @@ packages:
os: [linux]
libc: [musl]
- '@swc/core-win32-arm64-msvc@1.13.19':
- resolution: {integrity: sha512-awcZSIuxyVn0Dw28VjMvgk1qiDJ6CeQwHkZNUjg2UxVlq23zE01NMMp+zkoGFypmLG9gaGmJSzuoqvk/WCQ5tw==}
+ '@swc/core-win32-arm64-msvc@1.13.20':
+ resolution: {integrity: sha512-svbQNirwEa6zwaAJPrEmQnMVZsOz8Jpr4nakFLkYIQwwJ73sBUkUJvH9ouIWmIu5bvgQrbQlRpxWTIY3e0Utlg==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
@@ -4281,8 +4442,8 @@ packages:
cpu: [arm64]
os: [win32]
- '@swc/core-win32-ia32-msvc@1.13.19':
- resolution: {integrity: sha512-H5d+KO7ISoLNgYvTbOcCQjJZNM3R7yaYlrMAF13lUr6GSiOUX+92xtM31B+HvzAWI7HtvVe74d29aC1b1TpXFA==}
+ '@swc/core-win32-ia32-msvc@1.13.20':
+ resolution: {integrity: sha512-uVjjwGXJltUQK0v1qQSNGeMS6osLJuwgeTti5N7kxQ6mOfa1irxq+TX0YdIVQwIONMjzI+TP7lhqPeA9VdUjRg==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
@@ -4293,8 +4454,8 @@ packages:
cpu: [ia32]
os: [win32]
- '@swc/core-win32-x64-msvc@1.13.19':
- resolution: {integrity: sha512-qNoyCpXvv2O3JqXKanRIeoMn03Fho/As+N4Fhe7u0FsYh4VYqGQah4DGDzEP/yjl4Gx1IElhqLGDhCCGMwWaDw==}
+ '@swc/core-win32-x64-msvc@1.13.20':
+ resolution: {integrity: sha512-Xm1JAew/P0TgsPSXyo60IH865fAmt9b2Mzd0FBJ77Q1xA1o/Oi9teCeGChyFq3+6JFao6uT0N4mcI3BJ4WBfkA==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
@@ -4620,8 +4781,11 @@ packages:
'@types/node@22.18.6':
resolution: {integrity: sha512-r8uszLPpeIWbNKtvWRt/DbVi5zbqZyj1PTmhRMqBMvDnaz1QpmSKujUtJLrqGZeoM8v72MfYggDceY4K1itzWQ==}
- '@types/nodemailer@6.4.19':
- resolution: {integrity: sha512-Fi8DwmuAduTk1/1MpkR9EwS0SsDvYXx5RxivAVII1InDCIxmhj/iQm3W8S3EVb/0arnblr6PK0FK4wYa7bwdLg==}
+ '@types/node@22.18.8':
+ resolution: {integrity: sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==}
+
+ '@types/nodemailer@6.4.20':
+ resolution: {integrity: sha512-uj83z0GqwqMUE6RI4EKptPlav0FYE6vpIlqJAnxzu+/sSezRdbH69rSBCMsdW6DdsCAzoFQZ52c2UIlhRVQYDA==}
'@types/normalize-package-data@2.4.1':
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
@@ -4785,14 +4949,6 @@ packages:
'@types/yauzl@2.10.3':
resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==}
- '@typescript-eslint/eslint-plugin@8.44.1':
- resolution: {integrity: sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- '@typescript-eslint/parser': ^8.44.1
- eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/eslint-plugin@8.45.0':
resolution: {integrity: sha512-HC3y9CVuevvWCl/oyZuI47dOeDF9ztdMEfMH8/DW/Mhwa9cCLnK1oD7JoTVGW/u7kFzNZUKUoyJEqkaJh5y3Wg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -4801,13 +4957,6 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/parser@8.44.1':
- resolution: {integrity: sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/parser@8.45.0':
resolution: {integrity: sha512-TGf22kon8KW+DeKaUmOibKWktRY8b2NSAZNdtWh798COm1NWx8+xJ6iFBtk3IvLdv6+LGLJLRlyhrhEDZWargQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -4815,45 +4964,22 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/project-service@8.44.1':
- resolution: {integrity: sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/project-service@8.45.0':
resolution: {integrity: sha512-3pcVHwMG/iA8afdGLMuTibGR7pDsn9RjDev6CCB+naRsSYs2pns5QbinF4Xqw6YC/Sj3lMrm/Im0eMfaa61WUg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/scope-manager@8.44.1':
- resolution: {integrity: sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/scope-manager@8.45.0':
resolution: {integrity: sha512-clmm8XSNj/1dGvJeO6VGH7EUSeA0FMs+5au/u3lrA3KfG8iJ4u8ym9/j2tTEoacAffdW1TVUzXO30W1JTJS7dA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/tsconfig-utils@8.44.1':
- resolution: {integrity: sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/tsconfig-utils@8.45.0':
resolution: {integrity: sha512-aFdr+c37sc+jqNMGhH+ajxPXwjv9UtFZk79k8pLoJ6p4y0snmYpPA52GuWHgt2ZF4gRRW6odsEj41uZLojDt5w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/type-utils@8.44.1':
- resolution: {integrity: sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/type-utils@8.45.0':
resolution: {integrity: sha512-bpjepLlHceKgyMEPglAeULX1vixJDgaKocp0RVJ5u4wLJIMNuKtUXIczpJCPcn2waII0yuvks/5m5/h3ZQKs0A==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -4861,33 +4987,16 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/types@8.44.1':
- resolution: {integrity: sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/types@8.45.0':
resolution: {integrity: sha512-WugXLuOIq67BMgQInIxxnsSyRLFxdkJEJu8r4ngLR56q/4Q5LrbfkFRH27vMTjxEK8Pyz7QfzuZe/G15qQnVRA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@typescript-eslint/typescript-estree@8.44.1':
- resolution: {integrity: sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/typescript-estree@8.45.0':
resolution: {integrity: sha512-GfE1NfVbLam6XQ0LcERKwdTTPlLvHvXXhOeUGC1OXi4eQBoyy1iVsW+uzJ/J9jtCz6/7GCQ9MtrQ0fml/jWCnA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/utils@8.44.1':
- resolution: {integrity: sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- peerDependencies:
- eslint: ^8.57.0 || ^9.0.0
- typescript: '>=4.8.4 <6.0.0'
-
'@typescript-eslint/utils@8.45.0':
resolution: {integrity: sha512-bxi1ht+tLYg4+XV2knz/F7RVhU0k6VrSMc9sb8DQ6fyCTrGQLHfo7lDtN0QJjZjKkLA2ThrKuCdHEvLReqtIGg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -4895,10 +5004,6 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <6.0.0'
- '@typescript-eslint/visitor-keys@8.44.1':
- resolution: {integrity: sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@typescript-eslint/visitor-keys@8.45.0':
resolution: {integrity: sha512-qsaFBA3e09MIDAGFUrTk+dzqtfv1XPVz8t8d1f0ybTzrCY7BKiMC5cjrl1O/P7UmHsNyW90EYSkU/ZWpmXelag==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -5538,8 +5643,8 @@ packages:
resolution: {integrity: sha512-WDtdLmJvAuNNPzByAYpRo2rF1Mmradw6gvWsQKf63476DDXmomT9zUiGypLcG4ibIM67vhAj8jJRdbmEws2Aqw==}
engines: {node: '>=6.14.2'}
- bullmq@5.58.8:
- resolution: {integrity: sha512-j7h2JlWs7rOzsLePKtNK+zLOyrH6PRurLLZ6SriSpt9w5fHR128IFSd4gHGwYUb41ycnWmbLDcggp64zNW/p/Q==}
+ bullmq@5.59.0:
+ resolution: {integrity: sha512-RmqUIvNKWQ5bTBnMo4ttCNqWs+IzTHfkRbPS95r8Ba2uCZQKe/xXbZbIiwx5FAMhckab03slIKKAYHto/M223Q==}
buraha@0.0.1:
resolution: {integrity: sha512-G563A0mTbzknm2jDaNxfZuNKIdeArs8T+XQN6t+KbmgnOoevXSXhKDkyf8Md/36Jrx99ikwbCag37VGe3myExQ==}
@@ -5705,8 +5810,8 @@ packages:
cheerio-select@2.1.0:
resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==}
- cheerio@1.1.0:
- resolution: {integrity: sha512-+0hMx9eYhJvWbgpKV9hN7jg0JcwydpopZE4hgi+KvQtByZXPp04NiCWU0LzcAbP63abZckIHkTQaXVF52mX3xQ==}
+ cheerio@1.0.0:
+ resolution: {integrity: sha512-quS9HgjQpdaXOvsZz82Oz7uxtXiy6UIsIQcpBj7HRw2M63Skasm9qlDocAM7jNuaxdhpPU7c4kJN+gA5MCu4ww==}
engines: {node: '>=18.17'}
cheerio@1.1.2:
@@ -6367,6 +6472,10 @@ packages:
resolution: {integrity: sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==}
engines: {node: '>=0.12'}
+ entities@7.0.0:
+ resolution: {integrity: sha512-FDWG5cmEYf2Z00IkYRhbFrwIwvdFKH07uV8dvNy0omp/Qb1xcyCWp2UDtcwJF4QZZvk0sLudP6/hAu42TaqVhQ==}
+ engines: {node: '>=0.12'}
+
env-paths@2.2.1:
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
engines: {node: '>=6'}
@@ -7170,6 +7279,9 @@ packages:
htmlparser2@8.0.1:
resolution: {integrity: sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==}
+ htmlparser2@9.1.0:
+ resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==}
+
http-cache-semantics@4.1.1:
resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==}
@@ -7863,8 +7975,8 @@ packages:
jstransformer@1.0.0:
resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==}
- juice@11.0.1:
- resolution: {integrity: sha512-R3KLud4l/sN9AMmFZs0QY7cugGSiKvPhGyIsufCV5nJ0MjSlngUE7k80TmFeK9I62wOXrjWBtYA1knVs2OkF8w==}
+ juice@11.0.3:
+ resolution: {integrity: sha512-VYjPg4WylyWyLPnSiUsJ9tnnGhRZF0vn0YD8WWwaI8FhP9+1UdRMyRDbvqPOH/nBotmLKOc+FI+Oma6FwVWfSw==}
engines: {node: '>=18.17'}
hasBin: true
@@ -10607,11 +10719,6 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
- typescript@5.9.2:
- resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
- engines: {node: '>=14.17'}
- hasBin: true
-
typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
@@ -11272,20 +11379,20 @@ snapshots:
'@aws-crypto/crc32@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/types': 3.901.0
tslib: 2.8.1
'@aws-crypto/crc32c@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/types': 3.901.0
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.893.0
+ '@aws-sdk/types': 3.901.0
'@aws-sdk/util-locate-window': 3.208.0
'@smithy/util-utf8': 2.0.0
tslib: 2.8.1
@@ -11295,7 +11402,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.893.0
+ '@aws-sdk/types': 3.901.0
'@aws-sdk/util-locate-window': 3.208.0
'@smithy/util-utf8': 2.0.0
tslib: 2.8.1
@@ -11303,7 +11410,7 @@ snapshots:
'@aws-crypto/sha256-js@5.2.0':
dependencies:
'@aws-crypto/util': 5.2.0
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/types': 3.901.0
tslib: 2.8.1
'@aws-crypto/supports-web-crypto@5.2.0':
@@ -11312,68 +11419,68 @@ snapshots:
'@aws-crypto/util@5.2.0':
dependencies:
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/types': 3.901.0
'@smithy/util-utf8': 2.0.0
tslib: 2.8.1
- '@aws-sdk/client-s3@3.896.0':
+ '@aws-sdk/client-s3@3.901.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.896.0
- '@aws-sdk/credential-provider-node': 3.896.0
- '@aws-sdk/middleware-bucket-endpoint': 3.893.0
- '@aws-sdk/middleware-expect-continue': 3.893.0
- '@aws-sdk/middleware-flexible-checksums': 3.896.0
- '@aws-sdk/middleware-host-header': 3.893.0
- '@aws-sdk/middleware-location-constraint': 3.893.0
- '@aws-sdk/middleware-logger': 3.893.0
- '@aws-sdk/middleware-recursion-detection': 3.893.0
- '@aws-sdk/middleware-sdk-s3': 3.896.0
- '@aws-sdk/middleware-ssec': 3.893.0
- '@aws-sdk/middleware-user-agent': 3.896.0
- '@aws-sdk/region-config-resolver': 3.893.0
- '@aws-sdk/signature-v4-multi-region': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@aws-sdk/util-endpoints': 3.895.0
- '@aws-sdk/util-user-agent-browser': 3.893.0
- '@aws-sdk/util-user-agent-node': 3.896.0
- '@aws-sdk/xml-builder': 3.894.0
- '@smithy/config-resolver': 4.2.2
- '@smithy/core': 3.12.0
- '@smithy/eventstream-serde-browser': 4.1.1
- '@smithy/eventstream-serde-config-resolver': 4.2.1
- '@smithy/eventstream-serde-node': 4.1.1
- '@smithy/fetch-http-handler': 5.2.1
- '@smithy/hash-blob-browser': 4.1.1
- '@smithy/hash-node': 4.1.1
- '@smithy/hash-stream-node': 4.1.1
- '@smithy/invalid-dependency': 4.1.1
- '@smithy/md5-js': 4.1.1
- '@smithy/middleware-content-length': 4.1.1
- '@smithy/middleware-endpoint': 4.2.4
- '@smithy/middleware-retry': 4.3.0
- '@smithy/middleware-serde': 4.1.1
- '@smithy/middleware-stack': 4.1.1
- '@smithy/node-config-provider': 4.2.2
- '@smithy/node-http-handler': 4.2.1
- '@smithy/protocol-http': 5.2.1
- '@smithy/smithy-client': 4.6.4
- '@smithy/types': 4.5.0
- '@smithy/url-parser': 4.1.1
- '@smithy/util-base64': 4.1.0
- '@smithy/util-body-length-browser': 4.1.0
- '@smithy/util-body-length-node': 4.1.0
- '@smithy/util-defaults-mode-browser': 4.1.4
- '@smithy/util-defaults-mode-node': 4.1.4
- '@smithy/util-endpoints': 3.1.2
- '@smithy/util-middleware': 4.1.1
- '@smithy/util-retry': 4.1.2
- '@smithy/util-stream': 4.3.2
- '@smithy/util-utf8': 4.1.0
- '@smithy/util-waiter': 4.1.1
- '@smithy/uuid': 1.0.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/credential-provider-node': 3.901.0
+ '@aws-sdk/middleware-bucket-endpoint': 3.901.0
+ '@aws-sdk/middleware-expect-continue': 3.901.0
+ '@aws-sdk/middleware-flexible-checksums': 3.901.0
+ '@aws-sdk/middleware-host-header': 3.901.0
+ '@aws-sdk/middleware-location-constraint': 3.901.0
+ '@aws-sdk/middleware-logger': 3.901.0
+ '@aws-sdk/middleware-recursion-detection': 3.901.0
+ '@aws-sdk/middleware-sdk-s3': 3.901.0
+ '@aws-sdk/middleware-ssec': 3.901.0
+ '@aws-sdk/middleware-user-agent': 3.901.0
+ '@aws-sdk/region-config-resolver': 3.901.0
+ '@aws-sdk/signature-v4-multi-region': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@aws-sdk/util-endpoints': 3.901.0
+ '@aws-sdk/util-user-agent-browser': 3.901.0
+ '@aws-sdk/util-user-agent-node': 3.901.0
+ '@aws-sdk/xml-builder': 3.901.0
+ '@smithy/config-resolver': 4.3.0
+ '@smithy/core': 3.14.0
+ '@smithy/eventstream-serde-browser': 4.2.0
+ '@smithy/eventstream-serde-config-resolver': 4.3.0
+ '@smithy/eventstream-serde-node': 4.2.0
+ '@smithy/fetch-http-handler': 5.3.0
+ '@smithy/hash-blob-browser': 4.2.0
+ '@smithy/hash-node': 4.2.0
+ '@smithy/hash-stream-node': 4.2.0
+ '@smithy/invalid-dependency': 4.2.0
+ '@smithy/md5-js': 4.2.0
+ '@smithy/middleware-content-length': 4.2.0
+ '@smithy/middleware-endpoint': 4.3.0
+ '@smithy/middleware-retry': 4.4.0
+ '@smithy/middleware-serde': 4.2.0
+ '@smithy/middleware-stack': 4.2.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/node-http-handler': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/url-parser': 4.2.0
+ '@smithy/util-base64': 4.2.0
+ '@smithy/util-body-length-browser': 4.2.0
+ '@smithy/util-body-length-node': 4.2.0
+ '@smithy/util-defaults-mode-browser': 4.2.0
+ '@smithy/util-defaults-mode-node': 4.2.0
+ '@smithy/util-endpoints': 3.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-retry': 4.2.0
+ '@smithy/util-stream': 4.4.0
+ '@smithy/util-utf8': 4.2.0
+ '@smithy/util-waiter': 4.2.0
+ '@smithy/uuid': 1.1.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11466,45 +11573,45 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/client-sso@3.896.0':
+ '@aws-sdk/client-sso@3.901.0':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/middleware-host-header': 3.893.0
- '@aws-sdk/middleware-logger': 3.893.0
- '@aws-sdk/middleware-recursion-detection': 3.893.0
- '@aws-sdk/middleware-user-agent': 3.896.0
- '@aws-sdk/region-config-resolver': 3.893.0
- '@aws-sdk/types': 3.893.0
- '@aws-sdk/util-endpoints': 3.895.0
- '@aws-sdk/util-user-agent-browser': 3.893.0
- '@aws-sdk/util-user-agent-node': 3.896.0
- '@smithy/config-resolver': 4.2.2
- '@smithy/core': 3.12.0
- '@smithy/fetch-http-handler': 5.2.1
- '@smithy/hash-node': 4.1.1
- '@smithy/invalid-dependency': 4.1.1
- '@smithy/middleware-content-length': 4.1.1
- '@smithy/middleware-endpoint': 4.2.4
- '@smithy/middleware-retry': 4.3.0
- '@smithy/middleware-serde': 4.1.1
- '@smithy/middleware-stack': 4.1.1
- '@smithy/node-config-provider': 4.2.2
- '@smithy/node-http-handler': 4.2.1
- '@smithy/protocol-http': 5.2.1
- '@smithy/smithy-client': 4.6.4
- '@smithy/types': 4.5.0
- '@smithy/url-parser': 4.1.1
- '@smithy/util-base64': 4.1.0
- '@smithy/util-body-length-browser': 4.1.0
- '@smithy/util-body-length-node': 4.1.0
- '@smithy/util-defaults-mode-browser': 4.1.4
- '@smithy/util-defaults-mode-node': 4.1.4
- '@smithy/util-endpoints': 3.1.2
- '@smithy/util-middleware': 4.1.1
- '@smithy/util-retry': 4.1.2
- '@smithy/util-utf8': 4.1.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/middleware-host-header': 3.901.0
+ '@aws-sdk/middleware-logger': 3.901.0
+ '@aws-sdk/middleware-recursion-detection': 3.901.0
+ '@aws-sdk/middleware-user-agent': 3.901.0
+ '@aws-sdk/region-config-resolver': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@aws-sdk/util-endpoints': 3.901.0
+ '@aws-sdk/util-user-agent-browser': 3.901.0
+ '@aws-sdk/util-user-agent-node': 3.901.0
+ '@smithy/config-resolver': 4.3.0
+ '@smithy/core': 3.14.0
+ '@smithy/fetch-http-handler': 5.3.0
+ '@smithy/hash-node': 4.2.0
+ '@smithy/invalid-dependency': 4.2.0
+ '@smithy/middleware-content-length': 4.2.0
+ '@smithy/middleware-endpoint': 4.3.0
+ '@smithy/middleware-retry': 4.4.0
+ '@smithy/middleware-serde': 4.2.0
+ '@smithy/middleware-stack': 4.2.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/node-http-handler': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/url-parser': 4.2.0
+ '@smithy/util-base64': 4.2.0
+ '@smithy/util-body-length-browser': 4.2.0
+ '@smithy/util-body-length-node': 4.2.0
+ '@smithy/util-defaults-mode-browser': 4.2.0
+ '@smithy/util-defaults-mode-node': 4.2.0
+ '@smithy/util-endpoints': 3.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-retry': 4.2.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11527,20 +11634,20 @@ snapshots:
fast-xml-parser: 5.2.5
tslib: 2.8.1
- '@aws-sdk/core@3.896.0':
+ '@aws-sdk/core@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@aws-sdk/xml-builder': 3.894.0
- '@smithy/core': 3.12.0
- '@smithy/node-config-provider': 4.2.2
- '@smithy/property-provider': 4.1.1
- '@smithy/protocol-http': 5.2.1
- '@smithy/signature-v4': 5.2.1
- '@smithy/smithy-client': 4.6.4
- '@smithy/types': 4.5.0
- '@smithy/util-base64': 4.1.0
- '@smithy/util-middleware': 4.1.1
- '@smithy/util-utf8': 4.1.0
+ '@aws-sdk/types': 3.901.0
+ '@aws-sdk/xml-builder': 3.901.0
+ '@smithy/core': 3.14.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/signature-v4': 5.3.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-base64': 4.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
'@aws-sdk/credential-provider-env@3.873.0':
@@ -11551,12 +11658,12 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/credential-provider-env@3.896.0':
+ '@aws-sdk/credential-provider-env@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/property-provider': 4.1.1
- '@smithy/types': 4.5.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/credential-provider-http@3.873.0':
@@ -11572,17 +11679,17 @@ snapshots:
'@smithy/util-stream': 4.3.2
tslib: 2.8.1
- '@aws-sdk/credential-provider-http@3.896.0':
+ '@aws-sdk/credential-provider-http@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/fetch-http-handler': 5.2.1
- '@smithy/node-http-handler': 4.2.1
- '@smithy/property-provider': 4.1.1
- '@smithy/protocol-http': 5.2.1
- '@smithy/smithy-client': 4.6.4
- '@smithy/types': 4.5.0
- '@smithy/util-stream': 4.3.2
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/fetch-http-handler': 5.3.0
+ '@smithy/node-http-handler': 4.3.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-stream': 4.4.0
tslib: 2.8.1
'@aws-sdk/credential-provider-ini@3.873.0':
@@ -11603,20 +11710,20 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-ini@3.896.0':
+ '@aws-sdk/credential-provider-ini@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/credential-provider-env': 3.896.0
- '@aws-sdk/credential-provider-http': 3.896.0
- '@aws-sdk/credential-provider-process': 3.896.0
- '@aws-sdk/credential-provider-sso': 3.896.0
- '@aws-sdk/credential-provider-web-identity': 3.896.0
- '@aws-sdk/nested-clients': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/credential-provider-imds': 4.1.2
- '@smithy/property-provider': 4.1.1
- '@smithy/shared-ini-file-loader': 4.2.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/credential-provider-env': 3.901.0
+ '@aws-sdk/credential-provider-http': 3.901.0
+ '@aws-sdk/credential-provider-process': 3.901.0
+ '@aws-sdk/credential-provider-sso': 3.901.0
+ '@aws-sdk/credential-provider-web-identity': 3.901.0
+ '@aws-sdk/nested-clients': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/credential-provider-imds': 4.2.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11638,19 +11745,19 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-node@3.896.0':
+ '@aws-sdk/credential-provider-node@3.901.0':
dependencies:
- '@aws-sdk/credential-provider-env': 3.896.0
- '@aws-sdk/credential-provider-http': 3.896.0
- '@aws-sdk/credential-provider-ini': 3.896.0
- '@aws-sdk/credential-provider-process': 3.896.0
- '@aws-sdk/credential-provider-sso': 3.896.0
- '@aws-sdk/credential-provider-web-identity': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/credential-provider-imds': 4.1.2
- '@smithy/property-provider': 4.1.1
- '@smithy/shared-ini-file-loader': 4.2.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/credential-provider-env': 3.901.0
+ '@aws-sdk/credential-provider-http': 3.901.0
+ '@aws-sdk/credential-provider-ini': 3.901.0
+ '@aws-sdk/credential-provider-process': 3.901.0
+ '@aws-sdk/credential-provider-sso': 3.901.0
+ '@aws-sdk/credential-provider-web-identity': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/credential-provider-imds': 4.2.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11664,13 +11771,13 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/credential-provider-process@3.896.0':
+ '@aws-sdk/credential-provider-process@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/property-provider': 4.1.1
- '@smithy/shared-ini-file-loader': 4.2.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/credential-provider-sso@3.873.0':
@@ -11686,15 +11793,15 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-sso@3.896.0':
+ '@aws-sdk/credential-provider-sso@3.901.0':
dependencies:
- '@aws-sdk/client-sso': 3.896.0
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/token-providers': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/property-provider': 4.1.1
- '@smithy/shared-ini-file-loader': 4.2.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/client-sso': 3.901.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/token-providers': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11710,60 +11817,60 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/credential-provider-web-identity@3.896.0':
+ '@aws-sdk/credential-provider-web-identity@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/nested-clients': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/property-provider': 4.1.1
- '@smithy/shared-ini-file-loader': 4.2.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/nested-clients': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/lib-storage@3.895.0(@aws-sdk/client-s3@3.896.0)':
+ '@aws-sdk/lib-storage@3.901.0(@aws-sdk/client-s3@3.901.0)':
dependencies:
- '@aws-sdk/client-s3': 3.896.0
- '@smithy/abort-controller': 4.1.1
- '@smithy/middleware-endpoint': 4.2.4
- '@smithy/smithy-client': 4.6.4
+ '@aws-sdk/client-s3': 3.901.0
+ '@smithy/abort-controller': 4.2.0
+ '@smithy/middleware-endpoint': 4.3.0
+ '@smithy/smithy-client': 4.7.0
buffer: 5.6.0
events: 3.3.0
stream-browserify: 3.0.0
tslib: 2.8.1
- '@aws-sdk/middleware-bucket-endpoint@3.893.0':
+ '@aws-sdk/middleware-bucket-endpoint@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/types': 3.901.0
'@aws-sdk/util-arn-parser': 3.893.0
- '@smithy/node-config-provider': 4.2.2
- '@smithy/protocol-http': 5.2.1
- '@smithy/types': 4.5.0
- '@smithy/util-config-provider': 4.1.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-config-provider': 4.2.0
tslib: 2.8.1
- '@aws-sdk/middleware-expect-continue@3.893.0':
+ '@aws-sdk/middleware-expect-continue@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/protocol-http': 5.2.1
- '@smithy/types': 4.5.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
- '@aws-sdk/middleware-flexible-checksums@3.896.0':
+ '@aws-sdk/middleware-flexible-checksums@3.901.0':
dependencies:
'@aws-crypto/crc32': 5.2.0
'@aws-crypto/crc32c': 5.2.0
'@aws-crypto/util': 5.2.0
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/is-array-buffer': 4.1.0
- '@smithy/node-config-provider': 4.2.2
- '@smithy/protocol-http': 5.2.1
- '@smithy/types': 4.5.0
- '@smithy/util-middleware': 4.1.1
- '@smithy/util-stream': 4.3.2
- '@smithy/util-utf8': 4.1.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/is-array-buffer': 4.2.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-stream': 4.4.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
'@aws-sdk/middleware-host-header@3.873.0':
@@ -11773,17 +11880,17 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/middleware-host-header@3.893.0':
+ '@aws-sdk/middleware-host-header@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/protocol-http': 5.2.1
- '@smithy/types': 4.5.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
- '@aws-sdk/middleware-location-constraint@3.893.0':
+ '@aws-sdk/middleware-location-constraint@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/middleware-logger@3.873.0':
@@ -11792,10 +11899,10 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/middleware-logger@3.893.0':
+ '@aws-sdk/middleware-logger@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/middleware-recursion-detection@3.873.0':
@@ -11805,35 +11912,35 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/middleware-recursion-detection@3.893.0':
+ '@aws-sdk/middleware-recursion-detection@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/types': 3.901.0
'@aws/lambda-invoke-store': 0.0.1
- '@smithy/protocol-http': 5.2.1
- '@smithy/types': 4.5.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
- '@aws-sdk/middleware-sdk-s3@3.896.0':
+ '@aws-sdk/middleware-sdk-s3@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/types': 3.893.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/types': 3.901.0
'@aws-sdk/util-arn-parser': 3.893.0
- '@smithy/core': 3.12.0
- '@smithy/node-config-provider': 4.2.2
- '@smithy/protocol-http': 5.2.1
- '@smithy/signature-v4': 5.2.1
- '@smithy/smithy-client': 4.6.4
- '@smithy/types': 4.5.0
- '@smithy/util-config-provider': 4.1.0
- '@smithy/util-middleware': 4.1.1
- '@smithy/util-stream': 4.3.2
- '@smithy/util-utf8': 4.1.0
+ '@smithy/core': 3.14.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/signature-v4': 5.3.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-config-provider': 4.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-stream': 4.4.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
- '@aws-sdk/middleware-ssec@3.893.0':
+ '@aws-sdk/middleware-ssec@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/middleware-user-agent@3.873.0':
@@ -11846,14 +11953,14 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/middleware-user-agent@3.896.0':
+ '@aws-sdk/middleware-user-agent@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@aws-sdk/util-endpoints': 3.895.0
- '@smithy/core': 3.12.0
- '@smithy/protocol-http': 5.2.1
- '@smithy/types': 4.5.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@aws-sdk/util-endpoints': 3.901.0
+ '@smithy/core': 3.14.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/nested-clients@3.873.0':
@@ -11899,45 +12006,45 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/nested-clients@3.896.0':
+ '@aws-sdk/nested-clients@3.901.0':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
'@aws-crypto/sha256-js': 5.2.0
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/middleware-host-header': 3.893.0
- '@aws-sdk/middleware-logger': 3.893.0
- '@aws-sdk/middleware-recursion-detection': 3.893.0
- '@aws-sdk/middleware-user-agent': 3.896.0
- '@aws-sdk/region-config-resolver': 3.893.0
- '@aws-sdk/types': 3.893.0
- '@aws-sdk/util-endpoints': 3.895.0
- '@aws-sdk/util-user-agent-browser': 3.893.0
- '@aws-sdk/util-user-agent-node': 3.896.0
- '@smithy/config-resolver': 4.2.2
- '@smithy/core': 3.12.0
- '@smithy/fetch-http-handler': 5.2.1
- '@smithy/hash-node': 4.1.1
- '@smithy/invalid-dependency': 4.1.1
- '@smithy/middleware-content-length': 4.1.1
- '@smithy/middleware-endpoint': 4.2.4
- '@smithy/middleware-retry': 4.3.0
- '@smithy/middleware-serde': 4.1.1
- '@smithy/middleware-stack': 4.1.1
- '@smithy/node-config-provider': 4.2.2
- '@smithy/node-http-handler': 4.2.1
- '@smithy/protocol-http': 5.2.1
- '@smithy/smithy-client': 4.6.4
- '@smithy/types': 4.5.0
- '@smithy/url-parser': 4.1.1
- '@smithy/util-base64': 4.1.0
- '@smithy/util-body-length-browser': 4.1.0
- '@smithy/util-body-length-node': 4.1.0
- '@smithy/util-defaults-mode-browser': 4.1.4
- '@smithy/util-defaults-mode-node': 4.1.4
- '@smithy/util-endpoints': 3.1.2
- '@smithy/util-middleware': 4.1.1
- '@smithy/util-retry': 4.1.2
- '@smithy/util-utf8': 4.1.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/middleware-host-header': 3.901.0
+ '@aws-sdk/middleware-logger': 3.901.0
+ '@aws-sdk/middleware-recursion-detection': 3.901.0
+ '@aws-sdk/middleware-user-agent': 3.901.0
+ '@aws-sdk/region-config-resolver': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@aws-sdk/util-endpoints': 3.901.0
+ '@aws-sdk/util-user-agent-browser': 3.901.0
+ '@aws-sdk/util-user-agent-node': 3.901.0
+ '@smithy/config-resolver': 4.3.0
+ '@smithy/core': 3.14.0
+ '@smithy/fetch-http-handler': 5.3.0
+ '@smithy/hash-node': 4.2.0
+ '@smithy/invalid-dependency': 4.2.0
+ '@smithy/middleware-content-length': 4.2.0
+ '@smithy/middleware-endpoint': 4.3.0
+ '@smithy/middleware-retry': 4.4.0
+ '@smithy/middleware-serde': 4.2.0
+ '@smithy/middleware-stack': 4.2.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/node-http-handler': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/url-parser': 4.2.0
+ '@smithy/util-base64': 4.2.0
+ '@smithy/util-body-length-browser': 4.2.0
+ '@smithy/util-body-length-node': 4.2.0
+ '@smithy/util-defaults-mode-browser': 4.2.0
+ '@smithy/util-defaults-mode-node': 4.2.0
+ '@smithy/util-endpoints': 3.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-retry': 4.2.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11951,22 +12058,22 @@ snapshots:
'@smithy/util-middleware': 4.1.1
tslib: 2.8.1
- '@aws-sdk/region-config-resolver@3.893.0':
+ '@aws-sdk/region-config-resolver@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/node-config-provider': 4.2.2
- '@smithy/types': 4.5.0
- '@smithy/util-config-provider': 4.1.0
- '@smithy/util-middleware': 4.1.1
+ '@aws-sdk/types': 3.901.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-config-provider': 4.2.0
+ '@smithy/util-middleware': 4.2.0
tslib: 2.8.1
- '@aws-sdk/signature-v4-multi-region@3.896.0':
+ '@aws-sdk/signature-v4-multi-region@3.901.0':
dependencies:
- '@aws-sdk/middleware-sdk-s3': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/protocol-http': 5.2.1
- '@smithy/signature-v4': 5.2.1
- '@smithy/types': 4.5.0
+ '@aws-sdk/middleware-sdk-s3': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/signature-v4': 5.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/token-providers@3.873.0':
@@ -11981,14 +12088,14 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/token-providers@3.896.0':
+ '@aws-sdk/token-providers@3.901.0':
dependencies:
- '@aws-sdk/core': 3.896.0
- '@aws-sdk/nested-clients': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/property-provider': 4.1.1
- '@smithy/shared-ini-file-loader': 4.2.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/core': 3.901.0
+ '@aws-sdk/nested-clients': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
transitivePeerDependencies:
- aws-crt
@@ -11998,9 +12105,9 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/types@3.893.0':
+ '@aws-sdk/types@3.901.0':
dependencies:
- '@smithy/types': 4.5.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/util-arn-parser@3.893.0':
@@ -12015,12 +12122,12 @@ snapshots:
'@smithy/util-endpoints': 3.1.2
tslib: 2.8.1
- '@aws-sdk/util-endpoints@3.895.0':
+ '@aws-sdk/util-endpoints@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/types': 4.5.0
- '@smithy/url-parser': 4.1.1
- '@smithy/util-endpoints': 3.1.2
+ '@aws-sdk/types': 3.901.0
+ '@smithy/types': 4.6.0
+ '@smithy/url-parser': 4.2.0
+ '@smithy/util-endpoints': 3.2.0
tslib: 2.8.1
'@aws-sdk/util-locate-window@3.208.0':
@@ -12034,10 +12141,10 @@ snapshots:
bowser: 2.12.1
tslib: 2.8.1
- '@aws-sdk/util-user-agent-browser@3.893.0':
+ '@aws-sdk/util-user-agent-browser@3.901.0':
dependencies:
- '@aws-sdk/types': 3.893.0
- '@smithy/types': 4.5.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/types': 4.6.0
bowser: 2.12.1
tslib: 2.8.1
@@ -12049,12 +12156,12 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/util-user-agent-node@3.896.0':
+ '@aws-sdk/util-user-agent-node@3.901.0':
dependencies:
- '@aws-sdk/middleware-user-agent': 3.896.0
- '@aws-sdk/types': 3.893.0
- '@smithy/node-config-provider': 4.2.2
- '@smithy/types': 4.5.0
+ '@aws-sdk/middleware-user-agent': 3.901.0
+ '@aws-sdk/types': 3.901.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@aws-sdk/xml-builder@3.873.0':
@@ -12062,9 +12169,9 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@aws-sdk/xml-builder@3.894.0':
+ '@aws-sdk/xml-builder@3.901.0':
dependencies:
- '@smithy/types': 4.5.0
+ '@smithy/types': 4.6.0
fast-xml-parser: 5.2.5
tslib: 2.8.1
@@ -12526,7 +12633,7 @@ snapshots:
'@fastify/accept-negotiator@2.0.0': {}
- '@fastify/accepts@5.0.2':
+ '@fastify/accepts@5.0.3':
dependencies:
accepts: 1.3.8
fastify-plugin: 5.0.0
@@ -12815,7 +12922,7 @@ snapshots:
'@jest/console@29.7.0':
dependencies:
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
chalk: 4.1.2
jest-message-util: 29.7.0
jest-util: 29.7.0
@@ -12828,14 +12935,14 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.9.0
exit: 0.1.2
graceful-fs: 4.2.11
jest-changed-files: 29.7.0
- jest-config: 29.7.0(@types/node@22.18.6)
+ jest-config: 29.7.0(@types/node@22.18.8)
jest-haste-map: 29.7.0
jest-message-util: 29.7.0
jest-regex-util: 29.6.3
@@ -12864,7 +12971,7 @@ snapshots:
dependencies:
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
jest-mock: 29.7.0
'@jest/expect-utils@29.7.0':
@@ -12882,7 +12989,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@sinonjs/fake-timers': 10.3.0
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
jest-message-util: 29.7.0
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -12898,7 +13005,7 @@ snapshots:
'@jest/pattern@30.0.1':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
jest-regex-util: 30.0.1
'@jest/reporters@29.7.0':
@@ -12909,7 +13016,7 @@ snapshots:
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
'@jridgewell/trace-mapping': 0.3.31
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
chalk: 4.1.2
collect-v8-coverage: 1.0.1
exit: 0.1.2
@@ -12983,7 +13090,7 @@ snapshots:
'@jest/schemas': 29.6.3
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/yargs': 17.0.33
chalk: 4.1.2
@@ -12993,7 +13100,7 @@ snapshots:
'@jest/schemas': 30.0.5
'@types/istanbul-lib-coverage': 2.0.6
'@types/istanbul-reports': 3.0.4
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/yargs': 17.0.33
chalk: 4.1.2
@@ -13119,16 +13226,6 @@ snapshots:
decode-ico: 0.4.1
sharp: 0.33.5
- '@misskey-dev/summaly@5.2.3':
- dependencies:
- cheerio: 1.1.0
- escape-regexp: 0.0.1
- got: 14.4.9
- html-entities: 2.6.0
- iconv-lite: 0.6.3
- jschardet: 3.1.4
- private-ip: 3.0.2
-
'@misskey-dev/summaly@5.2.4':
dependencies:
cheerio: 1.1.2
@@ -14005,11 +14102,11 @@ snapshots:
'@sentry/core': 10.17.0
vue: 3.5.22(typescript@5.9.3)
- '@sentry/vue@9.46.0(vue@3.5.22(typescript@5.9.2))':
+ '@sentry/vue@9.46.0(vue@3.5.22(typescript@5.9.3))':
dependencies:
'@sentry/browser': 9.46.0
'@sentry/core': 9.46.0
- vue: 3.5.22(typescript@5.9.2)
+ vue: 3.5.22(typescript@5.9.3)
'@shikijs/core@3.13.0':
dependencies:
@@ -14120,12 +14217,17 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
- '@smithy/chunked-blob-reader-native@4.1.0':
+ '@smithy/abort-controller@4.2.0':
dependencies:
- '@smithy/util-base64': 4.1.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
+ '@smithy/chunked-blob-reader-native@4.2.0':
+ dependencies:
+ '@smithy/util-base64': 4.2.0
tslib: 2.8.1
- '@smithy/chunked-blob-reader@5.1.0':
+ '@smithy/chunked-blob-reader@5.2.0':
dependencies:
tslib: 2.8.1
@@ -14137,6 +14239,14 @@ snapshots:
'@smithy/util-middleware': 4.1.1
tslib: 2.8.1
+ '@smithy/config-resolver@4.3.0':
+ dependencies:
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-config-provider': 4.2.0
+ '@smithy/util-middleware': 4.2.0
+ tslib: 2.8.1
+
'@smithy/core@3.12.0':
dependencies:
'@smithy/middleware-serde': 4.1.1
@@ -14150,6 +14260,19 @@ snapshots:
'@smithy/uuid': 1.0.0
tslib: 2.8.1
+ '@smithy/core@3.14.0':
+ dependencies:
+ '@smithy/middleware-serde': 4.2.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-base64': 4.2.0
+ '@smithy/util-body-length-browser': 4.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-stream': 4.4.0
+ '@smithy/util-utf8': 4.2.0
+ '@smithy/uuid': 1.1.0
+ tslib: 2.8.1
+
'@smithy/credential-provider-imds@4.1.2':
dependencies:
'@smithy/node-config-provider': 4.2.2
@@ -14158,34 +14281,42 @@ snapshots:
'@smithy/url-parser': 4.1.1
tslib: 2.8.1
- '@smithy/eventstream-codec@4.1.1':
+ '@smithy/credential-provider-imds@4.2.0':
+ dependencies:
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/types': 4.6.0
+ '@smithy/url-parser': 4.2.0
+ tslib: 2.8.1
+
+ '@smithy/eventstream-codec@4.2.0':
dependencies:
'@aws-crypto/crc32': 5.2.0
- '@smithy/types': 4.5.0
- '@smithy/util-hex-encoding': 4.1.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-hex-encoding': 4.2.0
tslib: 2.8.1
- '@smithy/eventstream-serde-browser@4.1.1':
+ '@smithy/eventstream-serde-browser@4.2.0':
dependencies:
- '@smithy/eventstream-serde-universal': 4.1.1
- '@smithy/types': 4.5.0
+ '@smithy/eventstream-serde-universal': 4.2.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
- '@smithy/eventstream-serde-config-resolver@4.2.1':
+ '@smithy/eventstream-serde-config-resolver@4.3.0':
dependencies:
- '@smithy/types': 4.5.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
- '@smithy/eventstream-serde-node@4.1.1':
+ '@smithy/eventstream-serde-node@4.2.0':
dependencies:
- '@smithy/eventstream-serde-universal': 4.1.1
- '@smithy/types': 4.5.0
+ '@smithy/eventstream-serde-universal': 4.2.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
- '@smithy/eventstream-serde-universal@4.1.1':
+ '@smithy/eventstream-serde-universal@4.2.0':
dependencies:
- '@smithy/eventstream-codec': 4.1.1
- '@smithy/types': 4.5.0
+ '@smithy/eventstream-codec': 4.2.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@smithy/fetch-http-handler@5.2.1':
@@ -14196,11 +14327,19 @@ snapshots:
'@smithy/util-base64': 4.1.0
tslib: 2.8.1
- '@smithy/hash-blob-browser@4.1.1':
+ '@smithy/fetch-http-handler@5.3.0':
dependencies:
- '@smithy/chunked-blob-reader': 5.1.0
- '@smithy/chunked-blob-reader-native': 4.1.0
- '@smithy/types': 4.5.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/querystring-builder': 4.2.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-base64': 4.2.0
+ tslib: 2.8.1
+
+ '@smithy/hash-blob-browser@4.2.0':
+ dependencies:
+ '@smithy/chunked-blob-reader': 5.2.0
+ '@smithy/chunked-blob-reader-native': 4.2.0
+ '@smithy/types': 4.6.0
tslib: 2.8.1
'@smithy/hash-node@4.1.1':
@@ -14210,10 +14349,17 @@ snapshots:
'@smithy/util-utf8': 4.1.0
tslib: 2.8.1
- '@smithy/hash-stream-node@4.1.1':
+ '@smithy/hash-node@4.2.0':
dependencies:
- '@smithy/types': 4.5.0
- '@smithy/util-utf8': 4.1.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-buffer-from': 4.2.0
+ '@smithy/util-utf8': 4.2.0
+ tslib: 2.8.1
+
+ '@smithy/hash-stream-node@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
'@smithy/invalid-dependency@4.1.1':
@@ -14221,6 +14367,11 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/invalid-dependency@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/is-array-buffer@2.0.0':
dependencies:
tslib: 2.8.1
@@ -14229,10 +14380,14 @@ snapshots:
dependencies:
tslib: 2.8.1
- '@smithy/md5-js@4.1.1':
+ '@smithy/is-array-buffer@4.2.0':
dependencies:
- '@smithy/types': 4.5.0
- '@smithy/util-utf8': 4.1.0
+ tslib: 2.8.1
+
+ '@smithy/md5-js@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ '@smithy/util-utf8': 4.2.0
tslib: 2.8.1
'@smithy/middleware-content-length@4.1.1':
@@ -14241,6 +14396,12 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/middleware-content-length@4.2.0':
+ dependencies:
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/middleware-endpoint@4.2.4':
dependencies:
'@smithy/core': 3.12.0
@@ -14252,6 +14413,17 @@ snapshots:
'@smithy/util-middleware': 4.1.1
tslib: 2.8.1
+ '@smithy/middleware-endpoint@4.3.0':
+ dependencies:
+ '@smithy/core': 3.14.0
+ '@smithy/middleware-serde': 4.2.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/url-parser': 4.2.0
+ '@smithy/util-middleware': 4.2.0
+ tslib: 2.8.1
+
'@smithy/middleware-retry@4.3.0':
dependencies:
'@smithy/node-config-provider': 4.2.2
@@ -14264,17 +14436,40 @@ snapshots:
'@smithy/uuid': 1.0.0
tslib: 2.8.1
+ '@smithy/middleware-retry@4.4.0':
+ dependencies:
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/service-error-classification': 4.2.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-retry': 4.2.0
+ '@smithy/uuid': 1.1.0
+ tslib: 2.8.1
+
'@smithy/middleware-serde@4.1.1':
dependencies:
'@smithy/protocol-http': 5.2.1
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/middleware-serde@4.2.0':
+ dependencies:
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/middleware-stack@4.1.1':
dependencies:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/middleware-stack@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/node-config-provider@4.2.2':
dependencies:
'@smithy/property-provider': 4.1.1
@@ -14282,6 +14477,13 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/node-config-provider@4.3.0':
+ dependencies:
+ '@smithy/property-provider': 4.2.0
+ '@smithy/shared-ini-file-loader': 4.3.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/node-http-handler@2.5.0':
dependencies:
'@smithy/abort-controller': 2.2.0
@@ -14298,11 +14500,24 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/node-http-handler@4.3.0':
+ dependencies:
+ '@smithy/abort-controller': 4.2.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/querystring-builder': 4.2.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/property-provider@4.1.1':
dependencies:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/property-provider@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/protocol-http@3.3.0':
dependencies:
'@smithy/types': 2.12.0
@@ -14313,6 +14528,11 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/protocol-http@5.3.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/querystring-builder@2.2.0':
dependencies:
'@smithy/types': 2.12.0
@@ -14325,20 +14545,40 @@ snapshots:
'@smithy/util-uri-escape': 4.1.0
tslib: 2.8.1
+ '@smithy/querystring-builder@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ '@smithy/util-uri-escape': 4.2.0
+ tslib: 2.8.1
+
'@smithy/querystring-parser@4.1.1':
dependencies:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/querystring-parser@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/service-error-classification@4.1.2':
dependencies:
'@smithy/types': 4.5.0
+ '@smithy/service-error-classification@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+
'@smithy/shared-ini-file-loader@4.2.0':
dependencies:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/shared-ini-file-loader@4.3.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/signature-v4@5.2.1':
dependencies:
'@smithy/is-array-buffer': 4.1.0
@@ -14350,6 +14590,17 @@ snapshots:
'@smithy/util-utf8': 4.1.0
tslib: 2.8.1
+ '@smithy/signature-v4@5.3.0':
+ dependencies:
+ '@smithy/is-array-buffer': 4.2.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-hex-encoding': 4.2.0
+ '@smithy/util-middleware': 4.2.0
+ '@smithy/util-uri-escape': 4.2.0
+ '@smithy/util-utf8': 4.2.0
+ tslib: 2.8.1
+
'@smithy/smithy-client@4.6.4':
dependencies:
'@smithy/core': 3.12.0
@@ -14360,6 +14611,16 @@ snapshots:
'@smithy/util-stream': 4.3.2
tslib: 2.8.1
+ '@smithy/smithy-client@4.7.0':
+ dependencies:
+ '@smithy/core': 3.14.0
+ '@smithy/middleware-endpoint': 4.3.0
+ '@smithy/middleware-stack': 4.2.0
+ '@smithy/protocol-http': 5.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-stream': 4.4.0
+ tslib: 2.8.1
+
'@smithy/types@2.12.0':
dependencies:
tslib: 2.8.1
@@ -14368,26 +14629,50 @@ snapshots:
dependencies:
tslib: 2.8.1
+ '@smithy/types@4.6.0':
+ dependencies:
+ tslib: 2.8.1
+
'@smithy/url-parser@4.1.1':
dependencies:
'@smithy/querystring-parser': 4.1.1
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/url-parser@4.2.0':
+ dependencies:
+ '@smithy/querystring-parser': 4.2.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/util-base64@4.1.0':
dependencies:
'@smithy/util-buffer-from': 4.1.0
'@smithy/util-utf8': 4.1.0
tslib: 2.8.1
+ '@smithy/util-base64@4.2.0':
+ dependencies:
+ '@smithy/util-buffer-from': 4.2.0
+ '@smithy/util-utf8': 4.2.0
+ tslib: 2.8.1
+
'@smithy/util-body-length-browser@4.1.0':
dependencies:
tslib: 2.8.1
+ '@smithy/util-body-length-browser@4.2.0':
+ dependencies:
+ tslib: 2.8.1
+
'@smithy/util-body-length-node@4.1.0':
dependencies:
tslib: 2.8.1
+ '@smithy/util-body-length-node@4.2.0':
+ dependencies:
+ tslib: 2.8.1
+
'@smithy/util-buffer-from@2.0.0':
dependencies:
'@smithy/is-array-buffer': 2.0.0
@@ -14398,10 +14683,19 @@ snapshots:
'@smithy/is-array-buffer': 4.1.0
tslib: 2.8.1
+ '@smithy/util-buffer-from@4.2.0':
+ dependencies:
+ '@smithy/is-array-buffer': 4.2.0
+ tslib: 2.8.1
+
'@smithy/util-config-provider@4.1.0':
dependencies:
tslib: 2.8.1
+ '@smithy/util-config-provider@4.2.0':
+ dependencies:
+ tslib: 2.8.1
+
'@smithy/util-defaults-mode-browser@4.1.4':
dependencies:
'@smithy/property-provider': 4.1.1
@@ -14410,6 +14704,14 @@ snapshots:
bowser: 2.12.1
tslib: 2.8.1
+ '@smithy/util-defaults-mode-browser@4.2.0':
+ dependencies:
+ '@smithy/property-provider': 4.2.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ bowser: 2.12.1
+ tslib: 2.8.1
+
'@smithy/util-defaults-mode-node@4.1.4':
dependencies:
'@smithy/config-resolver': 4.2.2
@@ -14420,27 +14722,58 @@ snapshots:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/util-defaults-mode-node@4.2.0':
+ dependencies:
+ '@smithy/config-resolver': 4.3.0
+ '@smithy/credential-provider-imds': 4.2.0
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/property-provider': 4.2.0
+ '@smithy/smithy-client': 4.7.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/util-endpoints@3.1.2':
dependencies:
'@smithy/node-config-provider': 4.2.2
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/util-endpoints@3.2.0':
+ dependencies:
+ '@smithy/node-config-provider': 4.3.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/util-hex-encoding@4.1.0':
dependencies:
tslib: 2.8.1
+ '@smithy/util-hex-encoding@4.2.0':
+ dependencies:
+ tslib: 2.8.1
+
'@smithy/util-middleware@4.1.1':
dependencies:
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/util-middleware@4.2.0':
+ dependencies:
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/util-retry@4.1.2':
dependencies:
'@smithy/service-error-classification': 4.1.2
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/util-retry@4.2.0':
+ dependencies:
+ '@smithy/service-error-classification': 4.2.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/util-stream@4.3.2':
dependencies:
'@smithy/fetch-http-handler': 5.2.1
@@ -14452,6 +14785,17 @@ snapshots:
'@smithy/util-utf8': 4.1.0
tslib: 2.8.1
+ '@smithy/util-stream@4.4.0':
+ dependencies:
+ '@smithy/fetch-http-handler': 5.3.0
+ '@smithy/node-http-handler': 4.3.0
+ '@smithy/types': 4.6.0
+ '@smithy/util-base64': 4.2.0
+ '@smithy/util-buffer-from': 4.2.0
+ '@smithy/util-hex-encoding': 4.2.0
+ '@smithy/util-utf8': 4.2.0
+ tslib: 2.8.1
+
'@smithy/util-uri-escape@2.2.0':
dependencies:
tslib: 2.8.1
@@ -14460,6 +14804,10 @@ snapshots:
dependencies:
tslib: 2.8.1
+ '@smithy/util-uri-escape@4.2.0':
+ dependencies:
+ tslib: 2.8.1
+
'@smithy/util-utf8@2.0.0':
dependencies:
'@smithy/util-buffer-from': 2.0.0
@@ -14470,16 +14818,31 @@ snapshots:
'@smithy/util-buffer-from': 4.1.0
tslib: 2.8.1
+ '@smithy/util-utf8@4.2.0':
+ dependencies:
+ '@smithy/util-buffer-from': 4.2.0
+ tslib: 2.8.1
+
'@smithy/util-waiter@4.1.1':
dependencies:
'@smithy/abort-controller': 4.1.1
'@smithy/types': 4.5.0
tslib: 2.8.1
+ '@smithy/util-waiter@4.2.0':
+ dependencies:
+ '@smithy/abort-controller': 4.2.0
+ '@smithy/types': 4.6.0
+ tslib: 2.8.1
+
'@smithy/uuid@1.0.0':
dependencies:
tslib: 2.8.1
+ '@smithy/uuid@1.1.0':
+ dependencies:
+ tslib: 2.8.1
+
'@sqltools/formatter@1.2.5': {}
'@standard-schema/spec@1.0.0': {}
@@ -14770,13 +15133,13 @@ snapshots:
'@swc/wasm': 1.2.130
optional: true
- '@swc/core-darwin-arm64@1.13.19':
+ '@swc/core-darwin-arm64@1.13.20':
optional: true
'@swc/core-darwin-arm64@1.13.5':
optional: true
- '@swc/core-darwin-x64@1.13.19':
+ '@swc/core-darwin-x64@1.13.20':
optional: true
'@swc/core-darwin-x64@1.13.5':
@@ -14787,49 +15150,49 @@ snapshots:
'@swc/wasm': 1.2.130
optional: true
- '@swc/core-linux-arm-gnueabihf@1.13.19':
+ '@swc/core-linux-arm-gnueabihf@1.13.20':
optional: true
'@swc/core-linux-arm-gnueabihf@1.13.5':
optional: true
- '@swc/core-linux-arm64-gnu@1.13.19':
+ '@swc/core-linux-arm64-gnu@1.13.20':
optional: true
'@swc/core-linux-arm64-gnu@1.13.5':
optional: true
- '@swc/core-linux-arm64-musl@1.13.19':
+ '@swc/core-linux-arm64-musl@1.13.20':
optional: true
'@swc/core-linux-arm64-musl@1.13.5':
optional: true
- '@swc/core-linux-x64-gnu@1.13.19':
+ '@swc/core-linux-x64-gnu@1.13.20':
optional: true
'@swc/core-linux-x64-gnu@1.13.5':
optional: true
- '@swc/core-linux-x64-musl@1.13.19':
+ '@swc/core-linux-x64-musl@1.13.20':
optional: true
'@swc/core-linux-x64-musl@1.13.5':
optional: true
- '@swc/core-win32-arm64-msvc@1.13.19':
+ '@swc/core-win32-arm64-msvc@1.13.20':
optional: true
'@swc/core-win32-arm64-msvc@1.13.5':
optional: true
- '@swc/core-win32-ia32-msvc@1.13.19':
+ '@swc/core-win32-ia32-msvc@1.13.20':
optional: true
'@swc/core-win32-ia32-msvc@1.13.5':
optional: true
- '@swc/core-win32-x64-msvc@1.13.19':
+ '@swc/core-win32-x64-msvc@1.13.20':
optional: true
'@swc/core-win32-x64-msvc@1.13.5':
@@ -15043,7 +15406,7 @@ snapshots:
'@types/accepts@1.3.7':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/archiver@6.0.3':
dependencies:
@@ -15079,7 +15442,7 @@ snapshots:
'@types/body-parser@1.19.6':
dependencies:
'@types/connect': 3.4.36
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/braces@3.0.1': {}
@@ -15097,7 +15460,7 @@ snapshots:
'@types/connect@3.4.36':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/content-disposition@0.5.9': {}
@@ -15132,7 +15495,7 @@ snapshots:
'@types/express-serve-static-core@4.17.33':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/qs': 6.9.7
'@types/range-parser': 1.2.4
@@ -15145,11 +15508,11 @@ snapshots:
'@types/fluent-ffmpeg@2.1.27':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/graceful-fs@4.1.6':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/hammerjs@2.0.46': {}
@@ -15163,7 +15526,7 @@ snapshots:
'@types/http-link-header@1.0.7':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/istanbul-lib-coverage@2.0.6': {}
@@ -15184,7 +15547,7 @@ snapshots:
'@types/jsdom@21.1.7':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/tough-cookie': 4.0.5
parse5: 7.3.0
@@ -15222,11 +15585,11 @@ snapshots:
'@types/mysql@2.15.26':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/node-fetch@2.6.11':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
form-data: 4.0.4
'@types/node@20.19.19':
@@ -15237,10 +15600,14 @@ snapshots:
dependencies:
undici-types: 6.21.0
- '@types/nodemailer@6.4.19':
+ '@types/node@22.18.8':
+ dependencies:
+ undici-types: 6.21.0
+
+ '@types/nodemailer@6.4.20':
dependencies:
'@aws-sdk/client-ses': 3.873.0
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
transitivePeerDependencies:
- aws-crt
@@ -15253,11 +15620,11 @@ snapshots:
'@types/oauth2orize@1.11.5':
dependencies:
'@types/express': 4.17.17
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/oauth@0.9.6':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/offscreencanvas@2019.3.0': {}
@@ -15269,13 +15636,13 @@ snapshots:
'@types/pg@8.15.5':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
pg-protocol: 1.10.3
pg-types: 2.2.0
'@types/pg@8.6.1':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
pg-protocol: 1.10.3
pg-types: 2.2.0
@@ -15287,7 +15654,7 @@ snapshots:
'@types/qrcode@1.5.5':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/qs@6.9.7': {}
@@ -15305,7 +15672,7 @@ snapshots:
'@types/readdir-glob@1.1.1':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/redis-info@3.0.3': {}
@@ -15328,7 +15695,7 @@ snapshots:
'@types/serve-static@1.15.1':
dependencies:
'@types/mime': 3.0.1
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/serviceworker@0.0.74': {}
@@ -15354,7 +15721,7 @@ snapshots:
dependencies:
'@types/cookiejar': 2.1.5
'@types/methods': 1.1.4
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
form-data: 4.0.4
'@types/supertest@6.0.3':
@@ -15364,7 +15731,7 @@ snapshots:
'@types/tedious@4.0.14':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/throttle-debounce@5.0.2': {}
@@ -15380,21 +15747,21 @@ snapshots:
'@types/vary@1.1.3':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/wawoff2@1.0.2':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/web-push@3.6.4':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/whatwg-mimetype@3.0.2': {}
'@types/ws@8.18.1':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
'@types/yargs-parser@21.0.0': {}
@@ -15404,26 +15771,9 @@ snapshots:
'@types/yauzl@2.10.3':
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
optional: true
- '@typescript-eslint/eslint-plugin@8.44.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0)(typescript@5.9.2)':
- dependencies:
- '@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- '@typescript-eslint/scope-manager': 8.44.1
- '@typescript-eslint/type-utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- '@typescript-eslint/utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- '@typescript-eslint/visitor-keys': 8.44.1
- eslint: 9.36.0
- graphemer: 1.4.0
- ignore: 7.0.5
- natural-compare: 1.4.0
- ts-api-utils: 2.1.0(typescript@5.9.2)
- typescript: 5.9.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/eslint-plugin@8.45.0(@typescript-eslint/parser@8.45.0(eslint@9.36.0)(typescript@5.9.3))(eslint@9.36.0)(typescript@5.9.3)':
dependencies:
'@eslint-community/regexpp': 4.12.1
@@ -15441,18 +15791,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2)':
- dependencies:
- '@typescript-eslint/scope-manager': 8.44.1
- '@typescript-eslint/types': 8.44.1
- '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
- '@typescript-eslint/visitor-keys': 8.44.1
- debug: 4.4.3(supports-color@10.2.0)
- eslint: 9.36.0
- typescript: 5.9.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/parser@8.45.0(eslint@9.36.0)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/scope-manager': 8.45.0
@@ -15465,15 +15803,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/project-service@8.44.1(typescript@5.9.2)':
- dependencies:
- '@typescript-eslint/tsconfig-utils': 8.45.0(typescript@5.9.2)
- '@typescript-eslint/types': 8.45.0
- debug: 4.4.3(supports-color@10.2.0)
- typescript: 5.9.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/project-service@8.45.0(typescript@5.9.3)':
dependencies:
'@typescript-eslint/tsconfig-utils': 8.45.0(typescript@5.9.3)
@@ -15483,40 +15812,15 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/scope-manager@8.44.1':
- dependencies:
- '@typescript-eslint/types': 8.44.1
- '@typescript-eslint/visitor-keys': 8.44.1
-
'@typescript-eslint/scope-manager@8.45.0':
dependencies:
'@typescript-eslint/types': 8.45.0
'@typescript-eslint/visitor-keys': 8.45.0
- '@typescript-eslint/tsconfig-utils@8.44.1(typescript@5.9.2)':
- dependencies:
- typescript: 5.9.2
-
- '@typescript-eslint/tsconfig-utils@8.45.0(typescript@5.9.2)':
- dependencies:
- typescript: 5.9.2
-
'@typescript-eslint/tsconfig-utils@8.45.0(typescript@5.9.3)':
dependencies:
typescript: 5.9.3
- '@typescript-eslint/type-utils@8.44.1(eslint@9.36.0)(typescript@5.9.2)':
- dependencies:
- '@typescript-eslint/types': 8.44.1
- '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
- '@typescript-eslint/utils': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- debug: 4.4.3(supports-color@10.2.0)
- eslint: 9.36.0
- ts-api-utils: 2.1.0(typescript@5.9.2)
- typescript: 5.9.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/type-utils@8.45.0(eslint@9.36.0)(typescript@5.9.3)':
dependencies:
'@typescript-eslint/types': 8.45.0
@@ -15529,26 +15833,8 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/types@8.44.1': {}
-
'@typescript-eslint/types@8.45.0': {}
- '@typescript-eslint/typescript-estree@8.44.1(typescript@5.9.2)':
- dependencies:
- '@typescript-eslint/project-service': 8.44.1(typescript@5.9.2)
- '@typescript-eslint/tsconfig-utils': 8.44.1(typescript@5.9.2)
- '@typescript-eslint/types': 8.44.1
- '@typescript-eslint/visitor-keys': 8.44.1
- debug: 4.4.3(supports-color@10.2.0)
- fast-glob: 3.3.3
- is-glob: 4.0.3
- minimatch: 9.0.5
- semver: 7.7.2
- ts-api-utils: 2.1.0(typescript@5.9.2)
- typescript: 5.9.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/typescript-estree@8.45.0(typescript@5.9.3)':
dependencies:
'@typescript-eslint/project-service': 8.45.0(typescript@5.9.3)
@@ -15565,17 +15851,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/utils@8.44.1(eslint@9.36.0)(typescript@5.9.2)':
- dependencies:
- '@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
- '@typescript-eslint/scope-manager': 8.44.1
- '@typescript-eslint/types': 8.44.1
- '@typescript-eslint/typescript-estree': 8.44.1(typescript@5.9.2)
- eslint: 9.36.0
- typescript: 5.9.2
- transitivePeerDependencies:
- - supports-color
-
'@typescript-eslint/utils@8.45.0(eslint@9.36.0)(typescript@5.9.3)':
dependencies:
'@eslint-community/eslint-utils': 4.9.0(eslint@9.36.0)
@@ -15587,11 +15862,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@8.44.1':
- dependencies:
- '@typescript-eslint/types': 8.44.1
- eslint-visitor-keys: 4.2.1
-
'@typescript-eslint/visitor-keys@8.45.0':
dependencies:
'@typescript-eslint/types': 8.45.0
@@ -15799,12 +16069,6 @@ snapshots:
'@vue/shared': 3.5.22
csstype: 3.1.3
- '@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.9.2))':
- dependencies:
- '@vue/compiler-ssr': 3.5.22
- '@vue/shared': 3.5.22
- vue: 3.5.22(typescript@5.9.2)
-
'@vue/server-renderer@3.5.22(vue@3.5.22(typescript@5.9.3))':
dependencies:
'@vue/compiler-ssr': 3.5.22
@@ -16419,7 +16683,7 @@ snapshots:
node-gyp-build: 4.6.0
optional: true
- bullmq@5.58.8:
+ bullmq@5.59.0:
dependencies:
cron-parser: 4.9.0
ioredis: 5.8.0
@@ -16610,18 +16874,18 @@ snapshots:
domhandler: 5.0.3
domutils: 3.2.2
- cheerio@1.1.0:
+ cheerio@1.0.0:
dependencies:
cheerio-select: 2.1.0
dom-serializer: 2.0.0
domhandler: 5.0.3
domutils: 3.2.2
encoding-sniffer: 0.2.1
- htmlparser2: 10.0.0
+ htmlparser2: 9.1.0
parse5: 7.3.0
parse5-htmlparser2-tree-adapter: 7.1.0
parse5-parser-stream: 7.1.2
- undici: 7.16.0
+ undici: 6.19.8
whatwg-mimetype: 4.0.0
cheerio@1.1.2:
@@ -16838,13 +17102,13 @@ snapshots:
crc-32: 1.2.2
readable-stream: 4.3.0
- create-jest@29.7.0(@types/node@22.18.6):
+ create-jest@29.7.0(@types/node@22.18.8):
dependencies:
'@jest/types': 29.6.3
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.11
- jest-config: 29.7.0(@types/node@22.18.6)
+ jest-config: 29.7.0(@types/node@22.18.8)
jest-util: 29.7.0
prompts: 2.4.2
transitivePeerDependencies:
@@ -17329,6 +17593,8 @@ snapshots:
entities@6.0.1: {}
+ entities@7.0.0: {}
+
env-paths@2.2.1: {}
err-code@2.0.3: {}
@@ -17514,16 +17780,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.36.0):
- dependencies:
- debug: 3.2.7(supports-color@8.1.1)
- optionalDependencies:
- '@typescript-eslint/parser': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- eslint: 9.36.0
- eslint-import-resolver-node: 0.3.9
- transitivePeerDependencies:
- - supports-color
-
eslint-module-utils@2.12.1(@typescript-eslint/parser@8.45.0(eslint@9.36.0)(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint@9.36.0):
dependencies:
debug: 3.2.7(supports-color@8.1.1)
@@ -17534,35 +17790,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint@9.36.0):
- dependencies:
- '@rtsao/scc': 1.1.0
- array-includes: 3.1.9
- array.prototype.findlastindex: 1.2.6
- array.prototype.flat: 1.3.3
- array.prototype.flatmap: 1.3.3
- debug: 3.2.7(supports-color@8.1.1)
- doctrine: 2.1.0
- eslint: 9.36.0
- eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.44.1(eslint@9.36.0)(typescript@5.9.2))(eslint-import-resolver-node@0.3.9)(eslint@9.36.0)
- hasown: 2.0.2
- is-core-module: 2.16.1
- is-glob: 4.0.3
- minimatch: 3.1.2
- object.fromentries: 2.0.8
- object.groupby: 1.0.3
- object.values: 1.2.1
- semver: 6.3.1
- string.prototype.trimend: 1.0.9
- tsconfig-paths: 3.15.0
- optionalDependencies:
- '@typescript-eslint/parser': 8.44.1(eslint@9.36.0)(typescript@5.9.2)
- transitivePeerDependencies:
- - eslint-import-resolver-typescript
- - eslint-import-resolver-webpack
- - supports-color
-
eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.45.0(eslint@9.36.0)(typescript@5.9.3))(eslint@9.36.0):
dependencies:
'@rtsao/scc': 1.1.0
@@ -18441,6 +18668,13 @@ snapshots:
domutils: 3.2.2
entities: 4.5.0
+ htmlparser2@9.1.0:
+ dependencies:
+ domelementtype: 2.3.0
+ domhandler: 5.0.3
+ domutils: 3.2.2
+ entities: 4.5.0
+
http-cache-semantics@4.1.1: {}
http-errors@2.0.0:
@@ -18869,7 +19103,7 @@ snapshots:
'@jest/expect': 29.7.0
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
chalk: 4.1.2
co: 4.6.0
dedent: 1.6.0
@@ -18889,16 +19123,16 @@ snapshots:
- babel-plugin-macros
- supports-color
- jest-cli@29.7.0(@types/node@22.18.6):
+ jest-cli@29.7.0(@types/node@22.18.8):
dependencies:
'@jest/core': 29.7.0
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
chalk: 4.1.2
- create-jest: 29.7.0(@types/node@22.18.6)
+ create-jest: 29.7.0(@types/node@22.18.8)
exit: 0.1.2
import-local: 3.1.0
- jest-config: 29.7.0(@types/node@22.18.6)
+ jest-config: 29.7.0(@types/node@22.18.8)
jest-util: 29.7.0
jest-validate: 29.7.0
yargs: 17.7.2
@@ -18908,7 +19142,7 @@ snapshots:
- supports-color
- ts-node
- jest-config@29.7.0(@types/node@22.18.6):
+ jest-config@29.7.0(@types/node@22.18.8):
dependencies:
'@babel/core': 7.28.4
'@jest/test-sequencer': 29.7.0
@@ -18933,7 +19167,7 @@ snapshots:
slash: 3.0.0
strip-json-comments: 3.1.1
optionalDependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
transitivePeerDependencies:
- babel-plugin-macros
- supports-color
@@ -18962,7 +19196,7 @@ snapshots:
'@jest/environment': 29.7.0
'@jest/fake-timers': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
jest-mock: 29.7.0
jest-util: 29.7.0
@@ -18972,7 +19206,7 @@ snapshots:
dependencies:
'@jest/types': 29.6.3
'@types/graceful-fs': 4.1.6
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.11
@@ -19011,7 +19245,7 @@ snapshots:
jest-mock@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
jest-util: 29.7.0
jest-pnp-resolver@1.2.3(jest-resolve@29.7.0):
@@ -19048,7 +19282,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.11
@@ -19076,7 +19310,7 @@ snapshots:
'@jest/test-result': 29.7.0
'@jest/transform': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
chalk: 4.1.2
cjs-module-lexer: 1.2.2
collect-v8-coverage: 1.0.1
@@ -19122,7 +19356,7 @@ snapshots:
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
chalk: 4.1.2
ci-info: 3.9.0
graceful-fs: 4.2.11
@@ -19141,7 +19375,7 @@ snapshots:
dependencies:
'@jest/test-result': 29.7.0
'@jest/types': 29.6.3
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
@@ -19150,17 +19384,17 @@ snapshots:
jest-worker@29.7.0:
dependencies:
- '@types/node': 22.18.6
+ '@types/node': 22.18.8
jest-util: 29.7.0
merge-stream: 2.0.0
supports-color: 8.1.1
- jest@29.7.0(@types/node@22.18.6):
+ jest@29.7.0(@types/node@22.18.8):
dependencies:
'@jest/core': 29.7.0
'@jest/types': 29.6.3
import-local: 3.1.0
- jest-cli: 29.7.0(@types/node@22.18.6)
+ jest-cli: 29.7.0(@types/node@22.18.8)
transitivePeerDependencies:
- '@types/node'
- babel-plugin-macros
@@ -19322,11 +19556,11 @@ snapshots:
is-promise: 2.2.2
promise: 7.3.1
- juice@11.0.1:
+ juice@11.0.3:
dependencies:
- cheerio: 1.1.2
+ cheerio: 1.0.0
commander: 12.1.0
- entities: 4.5.0
+ entities: 7.0.0
mensch: 0.3.4
slick: 1.12.2
web-resource-inliner: 7.0.0
@@ -22220,10 +22454,6 @@ snapshots:
trough@2.2.0: {}
- ts-api-utils@2.1.0(typescript@5.9.2):
- dependencies:
- typescript: 5.9.2
-
ts-api-utils@2.1.0(typescript@5.9.3):
dependencies:
typescript: 5.9.3
@@ -22366,8 +22596,6 @@ snapshots:
typescript@5.8.2: {}
- typescript@5.9.2: {}
-
typescript@5.9.3: {}
uid2@0.0.4: {}
@@ -22703,16 +22931,6 @@ snapshots:
'@vue/language-core': 3.1.0(typescript@5.9.3)
typescript: 5.9.3
- vue@3.5.22(typescript@5.9.2):
- dependencies:
- '@vue/compiler-dom': 3.5.22
- '@vue/compiler-sfc': 3.5.22
- '@vue/runtime-dom': 3.5.22
- '@vue/server-renderer': 3.5.22(vue@3.5.22(typescript@5.9.2))
- '@vue/shared': 3.5.22
- optionalDependencies:
- typescript: 5.9.2
-
vue@3.5.22(typescript@5.9.3):
dependencies:
'@vue/compiler-dom': 3.5.22