summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-02-09 11:54:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-02-09 11:54:49 +0900
commita558767b7ae8b1845377e5f01ebf3505cd0e9c56 (patch)
tree1695e487ac0d0e6fa73da74eb7b9a1fbbed96961
parentMerge branch 'develop' (diff)
parent13.5.3 (diff)
downloadmisskey-a558767b7ae8b1845377e5f01ebf3505cd0e9c56.tar.gz
misskey-a558767b7ae8b1845377e5f01ebf3505cd0e9c56.tar.bz2
misskey-a558767b7ae8b1845377e5f01ebf3505cd0e9c56.zip
Merge branch 'develop'
-rw-r--r--CHANGELOG.md6
-rw-r--r--ROADMAP.md7
-rw-r--r--locales/ar-SA.yml1
-rw-r--r--locales/bn-BD.yml1
-rw-r--r--locales/cs-CZ.yml1
-rw-r--r--locales/de-DE.yml1
-rw-r--r--locales/en-US.yml1
-rw-r--r--locales/es-ES.yml1
-rw-r--r--locales/fr-FR.yml1
-rw-r--r--locales/id-ID.yml1
-rw-r--r--locales/it-IT.yml1
-rw-r--r--locales/ja-JP.yml2
-rw-r--r--locales/ja-KS.yml1
-rw-r--r--locales/ko-KR.yml1
-rw-r--r--locales/pl-PL.yml1
-rw-r--r--locales/ro-RO.yml1
-rw-r--r--locales/ru-RU.yml1
-rw-r--r--locales/sk-SK.yml1
-rw-r--r--locales/th-TH.yml1
-rw-r--r--locales/uk-UA.yml1
-rw-r--r--locales/vi-VN.yml1
-rw-r--r--locales/zh-CN.yml1
-rw-r--r--locales/zh-TW.yml1
-rw-r--r--package.json6
-rw-r--r--packages/backend/package.json36
-rw-r--r--packages/backend/src/core/AchievementService.ts2
-rw-r--r--packages/backend/src/core/QueryService.ts6
-rw-r--r--packages/backend/src/decorators.ts4
-rw-r--r--packages/backend/src/logger.ts2
-rw-r--r--packages/backend/src/misc/gen-identicon.ts2
-rw-r--r--packages/backend/src/misc/i18n.ts3
-rw-r--r--packages/backend/src/server/ActivityPubServerService.ts17
-rw-r--r--packages/backend/src/server/ServerService.ts1
-rw-r--r--packages/backend/src/server/api/RateLimiterService.ts6
-rw-r--r--packages/backend/src/server/api/SigninApiService.ts4
-rw-r--r--packages/backend/src/server/api/SigninService.ts28
-rw-r--r--packages/backend/src/server/api/SignupApiService.ts5
-rw-r--r--packages/backend/src/server/api/endpoints/admin/roles/create.ts2
-rw-r--r--packages/backend/src/server/api/endpoints/admin/roles/update.ts2
-rw-r--r--packages/backend/src/server/api/endpoints/charts/user/pv.ts2
-rw-r--r--packages/backend/src/server/api/endpoints/endpoint.ts2
-rw-r--r--packages/backend/src/server/api/endpoints/i/claim-achievement.ts4
-rw-r--r--packages/backend/src/server/web/ClientServerService.ts5
-rw-r--r--packages/frontend/package.json14
-rw-r--r--packages/frontend/src/account.ts2
-rw-r--r--packages/frontend/src/components/MkCropperDialog.vue2
-rw-r--r--packages/frontend/src/components/MkMediaImage.vue142
-rw-r--r--packages/frontend/src/components/MkNotification.vue2
-rw-r--r--packages/frontend/src/pages/channel.vue4
-rw-r--r--packages/frontend/src/pages/share.vue32
-rw-r--r--packages/frontend/src/pages/timeline.vue4
-rw-r--r--packages/frontend/src/style.scss5
-rw-r--r--packages/frontend/src/ui/deck.vue1
-rw-r--r--packages/frontend/src/ui/deck/channel-column.vue71
-rw-r--r--packages/frontend/src/ui/deck/column-core.vue2
-rw-r--r--packages/frontend/src/ui/deck/deck-store.ts3
-rw-r--r--packages/frontend/src/widgets/WidgetPostForm.vue6
-rw-r--r--packages/sw/package.json4
-rw-r--r--pnpm-lock.yaml1098
59 files changed, 828 insertions, 738 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7f914bd4b..77df0d292e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,12 @@
You should also include the user name that made the change.
-->
+
+## 13.5.3 (2023/02/09)
+
+### Improvements
+- Client: デッキにチャンネルカラムを追加
+
## 13.5.2 (2023/02/08)
### Changes
diff --git a/ROADMAP.md b/ROADMAP.md
index b2c5c87575..c95bb8d92b 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -6,16 +6,13 @@ Also, the later tasks are more indefinite and are subject to change as developme
This is the phase we are at now. We need to make a high-maintenance environment that can withstand future development.
- Make the number of type errors zero (backend)
- - Probably need to switch some libraries to others that make it difficult to reduce type errors
- - e.g. koa to fastify https://github.com/misskey-dev/misskey/issues/7537
- Improve CI
- Fix tests
- - mocha, jest, etc. do not support the combination of `TypeScript + ESM + Path alias`, and the tests currently do not work.
- Fix random test failures - https://github.com/misskey-dev/misskey/issues/7985 and https://github.com/misskey-dev/misskey/issues/7986
- Add more tests
- - May need to implement a mechanism that allows for DI
+ - ~~May need to implement a mechanism that allows for DI~~ → Done ✔️
- https://github.com/misskey-dev/misskey/pull/9085
- - Measure coverage
+ - ~~Measure coverage~~ → Done ✔️
- https://github.com/misskey-dev/misskey/pull/9081
- Improve documentation
- Refactoring
diff --git a/locales/ar-SA.yml b/locales/ar-SA.yml
index 1ff72668eb..5542e09b19 100644
--- a/locales/ar-SA.yml
+++ b/locales/ar-SA.yml
@@ -1345,5 +1345,6 @@ _deck:
tl: "الخيط الزمني"
antenna: "الهوائيات"
list: "القوائم"
+ channel: "القنوات"
mentions: "الإشارات"
direct: "مباشرة"
diff --git a/locales/bn-BD.yml b/locales/bn-BD.yml
index c6e94896e1..6f5d676395 100644
--- a/locales/bn-BD.yml
+++ b/locales/bn-BD.yml
@@ -1441,5 +1441,6 @@ _deck:
tl: "টাইমলাইন"
antenna: "অ্যান্টেনা"
list: "লিস্ট"
+ channel: "চ্যানেলগুলি"
mentions: "উল্লেখসমূহ"
direct: "ডাইরেক্ট নোটগুলি"
diff --git a/locales/cs-CZ.yml b/locales/cs-CZ.yml
index eb9ae6f87b..926c173f8c 100644
--- a/locales/cs-CZ.yml
+++ b/locales/cs-CZ.yml
@@ -804,4 +804,5 @@ _deck:
tl: "Časová osa"
antenna: "Antény"
list: "Seznamy"
+ channel: "Kanály"
mentions: "Zmínění"
diff --git a/locales/de-DE.yml b/locales/de-DE.yml
index dd1494fb21..fa5818af02 100644
--- a/locales/de-DE.yml
+++ b/locales/de-DE.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "Chronik"
antenna: "Antennen"
list: "Listen"
+ channel: "Kanäle"
mentions: "Erwähnungen"
direct: "Direktnachrichten"
diff --git a/locales/en-US.yml b/locales/en-US.yml
index 0c39a5e356..1aa4fd738c 100644
--- a/locales/en-US.yml
+++ b/locales/en-US.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "Timeline"
antenna: "Antennas"
list: "List"
+ channel: "Channels"
mentions: "Mentions"
direct: "Direct notes"
diff --git a/locales/es-ES.yml b/locales/es-ES.yml
index ba1c717f85..2464fb1240 100644
--- a/locales/es-ES.yml
+++ b/locales/es-ES.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "Linea de tiempo"
antenna: "Antenas"
list: "Listas"
+ channel: "Canal"
mentions: "Menciones"
direct: "Mensaje directo"
diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml
index 462b561e43..8a9476e916 100644
--- a/locales/fr-FR.yml
+++ b/locales/fr-FR.yml
@@ -1541,5 +1541,6 @@ _deck:
tl: "Fil"
antenna: "Antennes"
list: "Listes"
+ channel: "Canaux"
mentions: "Mentions"
direct: "Direct"
diff --git a/locales/id-ID.yml b/locales/id-ID.yml
index 6a2ccfd8d2..7332e030c4 100644
--- a/locales/id-ID.yml
+++ b/locales/id-ID.yml
@@ -1673,5 +1673,6 @@ _deck:
tl: "Linimasa"
antenna: "Antena"
list: "Daftar"
+ channel: "Kanal"
mentions: "Sebutan"
direct: "Langsung"
diff --git a/locales/it-IT.yml b/locales/it-IT.yml
index 701fb7eef3..12bbc78d62 100644
--- a/locales/it-IT.yml
+++ b/locales/it-IT.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "Timeline"
antenna: "Antenne"
list: "Liste"
+ channel: "Canale"
mentions: "Menzioni"
direct: "Diretta"
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 6286367b50..8e8fddfb89 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -129,6 +129,7 @@ unblockConfirm: "ブロック解除しますか?"
suspendConfirm: "凍結しますか?"
unsuspendConfirm: "解凍しますか?"
selectList: "リストを選択"
+selectChannel: "チャンネルを選択"
selectAntenna: "アンテナを選択"
selectWidget: "ウィジェットを選択"
editWidgets: "ウィジェットを編集"
@@ -1922,5 +1923,6 @@ _deck:
tl: "タイムライン"
antenna: "アンテナ"
list: "リスト"
+ channel: "チャンネル"
mentions: "あなた宛て"
direct: "ダイレクト"
diff --git a/locales/ja-KS.yml b/locales/ja-KS.yml
index 40d28b1961..05de911bec 100644
--- a/locales/ja-KS.yml
+++ b/locales/ja-KS.yml
@@ -1628,5 +1628,6 @@ _deck:
tl: "タイムライン"
antenna: "アンテナ"
list: "リスト"
+ channel: "チャンネル"
mentions: "あんた宛て"
direct: "ダイレクト"
diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml
index 265f14ec59..23814208a3 100644
--- a/locales/ko-KR.yml
+++ b/locales/ko-KR.yml
@@ -1866,5 +1866,6 @@ _deck:
tl: "타임라인"
antenna: "안테나"
list: "리스트"
+ channel: "채널"
mentions: "받은 멘션"
direct: "다이렉트"
diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml
index d78185be82..d8c7739f6c 100644
--- a/locales/pl-PL.yml
+++ b/locales/pl-PL.yml
@@ -1438,5 +1438,6 @@ _deck:
tl: "Oś czasu"
antenna: "Anteny"
list: "Listy"
+ channel: "Kanały"
mentions: "Wspomnienia"
direct: "Bezpośredni"
diff --git a/locales/ro-RO.yml b/locales/ro-RO.yml
index b1ec5426ad..f354801d5c 100644
--- a/locales/ro-RO.yml
+++ b/locales/ro-RO.yml
@@ -721,4 +721,5 @@ _deck:
tl: "Cronologie"
antenna: "Antene"
list: "Liste"
+ channel: "Canale"
mentions: "Mențiuni"
diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml
index 2085cb2be5..26e9ad0e94 100644
--- a/locales/ru-RU.yml
+++ b/locales/ru-RU.yml
@@ -1845,5 +1845,6 @@ _deck:
tl: "Лента"
antenna: "Антенны"
list: "Списки"
+ channel: "Каналы"
mentions: "Упоминания"
direct: "Личное"
diff --git a/locales/sk-SK.yml b/locales/sk-SK.yml
index ee2ca11fa7..369f1af36d 100644
--- a/locales/sk-SK.yml
+++ b/locales/sk-SK.yml
@@ -1545,5 +1545,6 @@ _deck:
tl: "Časová os"
antenna: "Antény"
list: "Zoznam"
+ channel: "Kanály"
mentions: "Zmienky"
direct: "Priame poznámky"
diff --git a/locales/th-TH.yml b/locales/th-TH.yml
index 98ac29151c..3311db39f0 100644
--- a/locales/th-TH.yml
+++ b/locales/th-TH.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "ไทม์ไลน์"
antenna: "เสาอากาศ"
list: "รายการ"
+ channel: "แชนแนล"
mentions: "พูดถึง"
direct: "ไดเร็ค"
diff --git a/locales/uk-UA.yml b/locales/uk-UA.yml
index d38cab9d14..68e949f920 100644
--- a/locales/uk-UA.yml
+++ b/locales/uk-UA.yml
@@ -1689,5 +1689,6 @@ _deck:
tl: "Стрічка"
antenna: "Антени"
list: "Списки"
+ channel: "Канали"
mentions: "Згадки"
direct: "Особисте"
diff --git a/locales/vi-VN.yml b/locales/vi-VN.yml
index b460b5e837..26527c74c3 100644
--- a/locales/vi-VN.yml
+++ b/locales/vi-VN.yml
@@ -1520,5 +1520,6 @@ _deck:
tl: "Bảng tin"
antenna: "Trạm phát sóng"
list: "Danh sách"
+ channel: "Kênh"
mentions: "Lượt nhắc"
direct: "Nhắn riêng"
diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml
index 7796dc3de1..9a63bdec4e 100644
--- a/locales/zh-CN.yml
+++ b/locales/zh-CN.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "时间线"
antenna: "天线"
list: "列表"
+ channel: "频道"
mentions: "提及"
direct: "指定用户"
diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml
index ed1e7d8bcb..9cf6563160 100644
--- a/locales/zh-TW.yml
+++ b/locales/zh-TW.yml
@@ -1869,5 +1869,6 @@ _deck:
tl: "時間軸"
antenna: "天線"
list: "清單"
+ channel: "頻道"
mentions: "提及"
direct: "指定使用者"
diff --git a/package.json b/package.json
index 37a106ce75..cbf67dc0da 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "13.5.2",
+ "version": "13.5.3",
"codename": "nasubi",
"repository": {
"type": "git",
@@ -54,8 +54,8 @@
"devDependencies": {
"@types/gulp": "4.0.10",
"@types/gulp-rename": "2.0.1",
- "@typescript-eslint/eslint-plugin": "5.50.0",
- "@typescript-eslint/parser": "5.50.0",
+ "@typescript-eslint/eslint-plugin": "5.51.0",
+ "@typescript-eslint/parser": "5.51.0",
"cross-env": "7.0.3",
"cypress": "12.5.1",
"eslint": "8.33.0",
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 762cb4b4d5..6ec2ef4b76 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -23,9 +23,9 @@
"@tensorflow/tfjs-node": "4.2.0"
},
"dependencies": {
- "@bull-board/api": "4.11.0",
- "@bull-board/fastify": "4.11.0",
- "@bull-board/ui": "4.11.0",
+ "@bull-board/api": "4.11.1",
+ "@bull-board/fastify": "4.11.1",
+ "@bull-board/ui": "4.11.1",
"@discordapp/twemoji": "14.0.2",
"@fastify/accepts": "4.1.0",
"@fastify/cookie": "8.3.0",
@@ -34,9 +34,9 @@
"@fastify/multipart": "7.4.0",
"@fastify/static": "6.8.0",
"@fastify/view": "7.4.1",
- "@nestjs/common": "9.3.1",
- "@nestjs/core": "9.3.1",
- "@nestjs/testing": "9.3.1",
+ "@nestjs/common": "9.3.7",
+ "@nestjs/core": "9.3.7",
+ "@nestjs/testing": "9.3.7",
"@peertube/http-signature": "1.7.0",
"@sinonjs/fake-timers": "10.0.2",
"accepts": "1.3.8",
@@ -46,7 +46,7 @@
"aws-sdk": "2.1295.0",
"bcryptjs": "2.4.3",
"blurhash": "2.0.4",
- "bull": "4.10.2",
+ "bull": "4.10.3",
"cacheable-lookup": "6.1.0",
"cbor": "8.1.0",
"chalk": "5.2.0",
@@ -90,7 +90,7 @@
"promise-limit": "2.7.0",
"pug": "3.0.2",
"punycode": "2.3.0",
- "pureimage": "0.3.15",
+ "pureimage": "0.3.17",
"qrcode": "1.5.1",
"random-seed": "0.3.0",
"ratelimiter": "3.4.1",
@@ -111,12 +111,12 @@
"stringz": "2.1.0",
"summaly": "2.7.0",
"systeminformation": "5.17.8",
- "tinycolor2": "1.5.2",
+ "tinycolor2": "1.6.0",
"tmp": "0.2.1",
"tsc-alias": "1.8.2",
"tsconfig-paths": "4.1.2",
"twemoji-parser": "14.0.0",
- "typeorm": "0.3.11",
+ "typeorm": "0.3.12",
"typescript": "4.9.5",
"ulid": "2.3.0",
"unzipper": "0.10.11",
@@ -128,10 +128,10 @@
"xev": "3.0.2"
},
"devDependencies": {
- "@jest/globals": "29.4.1",
+ "@jest/globals": "29.4.2",
"@redocly/openapi-core": "1.0.0-beta.123",
"@swc/cli": "0.1.61",
- "@swc/core": "1.3.32",
+ "@swc/core": "1.3.34",
"@swc/jest": "0.2.24",
"@types/accepts": "1.3.5",
"@types/archiver": "5.3.1",
@@ -145,11 +145,11 @@
"@types/ioredis": "4.28.10",
"@types/jest": "29.4.0",
"@types/js-yaml": "4.0.5",
- "@types/jsdom": "20.0.1",
+ "@types/jsdom": "21.1.0",
"@types/jsonld": "1.5.8",
"@types/jsrsasign": "10.5.5",
"@types/mime-types": "2.1.1",
- "@types/node": "18.11.18",
+ "@types/node": "18.13.0",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.7",
"@types/oauth": "0.9.1",
@@ -174,13 +174,13 @@
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.4",
- "@typescript-eslint/eslint-plugin": "5.50.0",
- "@typescript-eslint/parser": "5.50.0",
+ "@typescript-eslint/eslint-plugin": "5.51.0",
+ "@typescript-eslint/parser": "5.51.0",
"cross-env": "7.0.3",
"eslint": "8.33.0",
"eslint-plugin-import": "2.27.5",
"execa": "6.1.0",
- "jest": "29.4.1",
- "jest-mock": "29.4.1"
+ "jest": "29.4.2",
+ "jest-mock": "29.4.2"
}
}
diff --git a/packages/backend/src/core/AchievementService.ts b/packages/backend/src/core/AchievementService.ts
index 5fd9c451ce..2ebee0f7e0 100644
--- a/packages/backend/src/core/AchievementService.ts
+++ b/packages/backend/src/core/AchievementService.ts
@@ -5,7 +5,7 @@ import { DI } from '@/di-symbols.js';
import { bindThis } from '@/decorators.js';
import { CreateNotificationService } from '@/core/CreateNotificationService.js';
-const ACHIEVEMENT_TYPES = [
+export const ACHIEVEMENT_TYPES = [
'notes1',
'notes10',
'notes100',
diff --git a/packages/backend/src/core/QueryService.ts b/packages/backend/src/core/QueryService.ts
index 4cc844ccea..c334d749e6 100644
--- a/packages/backend/src/core/QueryService.ts
+++ b/packages/backend/src/core/QueryService.ts
@@ -1,10 +1,10 @@
import { Inject, Injectable } from '@nestjs/common';
-import { Brackets } from 'typeorm';
+import { Brackets, ObjectLiteral } from 'typeorm';
import { DI } from '@/di-symbols.js';
import type { User } from '@/models/entities/User.js';
import type { UserProfilesRepository, FollowingsRepository, ChannelFollowingsRepository, MutedNotesRepository, BlockingsRepository, NoteThreadMutingsRepository, MutingsRepository } from '@/models/index.js';
-import type { SelectQueryBuilder } from 'typeorm';
import { bindThis } from '@/decorators.js';
+import type { SelectQueryBuilder } from 'typeorm';
@Injectable()
export class QueryService {
@@ -32,7 +32,7 @@ export class QueryService {
) {
}
- public makePaginationQuery<T>(q: SelectQueryBuilder<T>, sinceId?: string, untilId?: string, sinceDate?: number, untilDate?: number): SelectQueryBuilder<T> {
+ public makePaginationQuery<T extends ObjectLiteral>(q: SelectQueryBuilder<T>, sinceId?: string, untilId?: string, sinceDate?: number, untilDate?: number): SelectQueryBuilder<T> {
if (sinceId && untilId) {
q.andWhere(`${q.alias}.id > :sinceId`, { sinceId: sinceId });
q.andWhere(`${q.alias}.id < :untilId`, { untilId: untilId });
diff --git a/packages/backend/src/decorators.ts b/packages/backend/src/decorators.ts
index 94b1c4be8c..db23317eef 100644
--- a/packages/backend/src/decorators.ts
+++ b/packages/backend/src/decorators.ts
@@ -5,7 +5,7 @@
* The getter will return a .bind version of the function
* and memoize the result against a symbol on the instance
*/
-export function bindThis(target, key, descriptor) {
+export function bindThis(target: any, key: string, descriptor: any) {
let fn = descriptor.value;
if (typeof fn !== 'function') {
@@ -34,7 +34,7 @@ export function bindThis(target, key, descriptor) {
});
return boundFn;
},
- set(value) {
+ set(value: any) {
fn = value;
},
};
diff --git a/packages/backend/src/logger.ts b/packages/backend/src/logger.ts
index 87f9b12313..91039098f1 100644
--- a/packages/backend/src/logger.ts
+++ b/packages/backend/src/logger.ts
@@ -45,7 +45,7 @@ export default class Logger {
}
const time = dateFormat(new Date(), 'HH:mm:ss');
- const worker = cluster.isPrimary ? '*' : cluster.worker.id;
+ const worker = cluster.isPrimary ? '*' : cluster.worker!.id;
const l =
level === 'error' ? important ? chalk.bgRed.white('ERR ') : chalk.red('ERR ') :
level === 'warning' ? chalk.yellow('WARN') :
diff --git a/packages/backend/src/misc/gen-identicon.ts b/packages/backend/src/misc/gen-identicon.ts
index 4a70d7a4bb..b40745973e 100644
--- a/packages/backend/src/misc/gen-identicon.ts
+++ b/packages/backend/src/misc/gen-identicon.ts
@@ -51,7 +51,7 @@ export function genIdenticon(seed: string, stream: WriteStream): Promise<void> {
bg.addColorStop(0, bgColors[0]);
bg.addColorStop(1, bgColors[1]);
- ctx.fillStyle = bg;
+ ctx.fillStyle = bg as any;
ctx.beginPath();
ctx.fillRect(0, 0, size, size);
diff --git a/packages/backend/src/misc/i18n.ts b/packages/backend/src/misc/i18n.ts
index e304a8adac..b1c727827d 100644
--- a/packages/backend/src/misc/i18n.ts
+++ b/packages/backend/src/misc/i18n.ts
@@ -11,10 +11,9 @@ export class I18n<T extends Record<string, any>> {
// string にしているのは、ドット区切りでのパス指定を許可するため
// なるべくこのメソッド使うよりもlocale直接参照の方がvueのキャッシュ効いてパフォーマンスが良いかも
- @bindThis
public t(key: string, args?: Record<string, any>): string {
try {
- let str = key.split('.').reduce((o, i) => o[i], this.locale) as string;
+ let str = key.split('.').reduce((o, i) => o[i], this.locale as any) as string;
if (args) {
for (const [k, v] of Object.entries(args)) {
diff --git a/packages/backend/src/server/ActivityPubServerService.ts b/packages/backend/src/server/ActivityPubServerService.ts
index bdd2e97508..186d3822d8 100644
--- a/packages/backend/src/server/ActivityPubServerService.ts
+++ b/packages/backend/src/server/ActivityPubServerService.ts
@@ -1,3 +1,4 @@
+import { IncomingMessage } from 'node:http';
import { Inject, Injectable } from '@nestjs/common';
import fastifyAccepts from '@fastify/accepts';
import httpSignature from '@peertube/http-signature';
@@ -19,6 +20,7 @@ import { QueryService } from '@/core/QueryService.js';
import { UtilityService } from '@/core/UtilityService.js';
import { UserEntityService } from '@/core/entities/UserEntityService.js';
import { bindThis } from '@/decorators.js';
+import { IActivity } from '@/core/activitypub/type.js';
import type { FastifyInstance, FastifyRequest, FastifyReply, FastifyPluginOptions } from 'fastify';
import type { FindOptionsWhere } from 'typeorm';
@@ -97,7 +99,8 @@ export class ActivityPubServerService {
return;
}
- this.queueService.inbox(request.body, signature);
+ // TODO: request.bodyのバリデーション?
+ this.queueService.inbox(request.body as IActivity, signature);
reply.code(202);
}
@@ -413,20 +416,21 @@ export class ActivityPubServerService {
@bindThis
public createServer(fastify: FastifyInstance, options: FastifyPluginOptions, done: (err?: Error) => void) {
- fastify.addConstraintStrategy({
+ // addConstraintStrategy の型定義がおかしいため
+ (fastify.addConstraintStrategy as any)({
name: 'apOrHtml',
storage() {
- const store = {};
+ const store = {} as any;
return {
- get(key) {
+ get(key: string) {
return store[key] ?? null;
},
- set(key, value) {
+ set(key: string, value: any) {
store[key] = value;
},
};
},
- deriveConstraint(request, ctx) {
+ deriveConstraint(request: IncomingMessage) {
const accepted = accepts(request).type(['html', ACTIVITY_JSON, LD_JSON]);
const isAp = typeof accepted === 'string' && !accepted.match(/html/);
return isAp ? 'ap' : 'html';
@@ -536,6 +540,7 @@ export class ActivityPubServerService {
return (this.apRendererService.renderActivity(this.apRendererService.renderKey(user, keypair)));
} else {
reply.code(400);
+ return;
}
});
diff --git a/packages/backend/src/server/ServerService.ts b/packages/backend/src/server/ServerService.ts
index c7a2c99f94..f76871c60f 100644
--- a/packages/backend/src/server/ServerService.ts
+++ b/packages/backend/src/server/ServerService.ts
@@ -166,6 +166,7 @@ export class ServerService {
return 'Verify succeeded!';
} else {
reply.code(404);
+ return;
}
});
diff --git a/packages/backend/src/server/api/RateLimiterService.ts b/packages/backend/src/server/api/RateLimiterService.ts
index a9c34e363a..1f8915ecca 100644
--- a/packages/backend/src/server/api/RateLimiterService.ts
+++ b/packages/backend/src/server/api/RateLimiterService.ts
@@ -34,7 +34,7 @@ export class RateLimiterService {
const min = (): void => {
const minIntervalLimiter = new Limiter({
id: `${actor}:${limitation.key}:min`,
- duration: limitation.minInterval * factor,
+ duration: limitation.minInterval! * factor,
max: 1,
db: this.redisClient,
});
@@ -62,8 +62,8 @@ export class RateLimiterService {
const max = (): void => {
const limiter = new Limiter({
id: `${actor}:${limitation.key}`,
- duration: limitation.duration * factor,
- max: limitation.max / factor,
+ duration: limitation.duration! * factor,
+ max: limitation.max! / factor,
db: this.redisClient,
});
diff --git a/packages/backend/src/server/api/SigninApiService.ts b/packages/backend/src/server/api/SigninApiService.ts
index 10f8423d44..d490097dea 100644
--- a/packages/backend/src/server/api/SigninApiService.ts
+++ b/packages/backend/src/server/api/SigninApiService.ts
@@ -10,9 +10,9 @@ import { getIpHash } from '@/misc/get-ip-hash.js';
import type { ILocalUser } from '@/models/entities/User.js';
import { IdService } from '@/core/IdService.js';
import { TwoFactorAuthenticationService } from '@/core/TwoFactorAuthenticationService.js';
+import { bindThis } from '@/decorators.js';
import { RateLimiterService } from './RateLimiterService.js';
import { SigninService } from './SigninService.js';
-import { bindThis } from '@/decorators.js';
import type { FastifyRequest, FastifyReply } from 'fastify';
@Injectable()
@@ -131,7 +131,7 @@ export class SigninApiService {
createdAt: new Date(),
userId: user.id,
ip: request.ip,
- headers: request.headers,
+ headers: request.headers as any,
success: false,
});
diff --git a/packages/backend/src/server/api/SigninService.ts b/packages/backend/src/server/api/SigninService.ts
index 89a8a9ff16..c78d9f85cd 100644
--- a/packages/backend/src/server/api/SigninService.ts
+++ b/packages/backend/src/server/api/SigninService.ts
@@ -25,7 +25,7 @@ export class SigninService {
}
@bindThis
- public signin(request: FastifyRequest, reply: FastifyReply, user: ILocalUser, redirect = false) {
+ public signin(request: FastifyRequest, reply: FastifyReply, user: ILocalUser) {
setImmediate(async () => {
// Append signin history
const record = await this.signinsRepository.insert({
@@ -33,7 +33,7 @@ export class SigninService {
createdAt: new Date(),
userId: user.id,
ip: request.ip,
- headers: request.headers,
+ headers: request.headers as any,
success: true,
}).then(x => this.signinsRepository.findOneByOrFail(x.identifiers[0]));
@@ -41,25 +41,11 @@ export class SigninService {
this.globalEventService.publishMainStream(user.id, 'signin', await this.signinEntityService.pack(record));
});
- if (redirect) {
- //#region Cookie
- reply.setCookie('igi', user.token!, {
- path: '/',
- // SEE: https://github.com/koajs/koa/issues/974
- // When using a SSL proxy it should be configured to add the "X-Forwarded-Proto: https" header
- secure: this.config.url.startsWith('https'),
- httpOnly: false,
- });
- //#endregion
-
- reply.redirect(this.config.url);
- } else {
- reply.code(200);
- return {
- id: user.id,
- i: user.token,
- };
- }
+ reply.code(200);
+ return {
+ id: user.id,
+ i: user.token,
+ };
}
}
diff --git a/packages/backend/src/server/api/SignupApiService.ts b/packages/backend/src/server/api/SignupApiService.ts
index 4b676bb8b9..ffd7e203ea 100644
--- a/packages/backend/src/server/api/SignupApiService.ts
+++ b/packages/backend/src/server/api/SignupApiService.ts
@@ -146,6 +146,7 @@ export class SignupApiService {
`To complete signup, please click this link: ${link}`);
reply.code(204);
+ return;
} else {
try {
const { account, secret } = await this.signupService.signup({
@@ -162,7 +163,7 @@ export class SignupApiService {
token: secret,
};
} catch (err) {
- throw new FastifyReplyError(400, err);
+ throw new FastifyReplyError(400, typeof err === 'string' ? err : (err as Error).toString());
}
}
}
@@ -195,7 +196,7 @@ export class SignupApiService {
return this.signinService.signin(request, reply, account as ILocalUser);
} catch (err) {
- throw new FastifyReplyError(400, err);
+ throw new FastifyReplyError(400, typeof err === 'string' ? err : (err as Error).toString());
}
}
}
diff --git a/packages/backend/src/server/api/endpoints/admin/roles/create.ts b/packages/backend/src/server/api/endpoints/admin/roles/create.ts
index 1a2a9fb747..df60c6be94 100644
--- a/packages/backend/src/server/api/endpoints/admin/roles/create.ts
+++ b/packages/backend/src/server/api/endpoints/admin/roles/create.ts
@@ -20,7 +20,7 @@ export const paramDef = {
description: { type: 'string' },
color: { type: 'string', nullable: true },
iconUrl: { type: 'string', nullable: true },
- target: { type: 'string' },
+ target: { type: 'string', enum: ['manual', 'conditional'] },
condFormula: { type: 'object' },
isPublic: { type: 'boolean' },
isModerator: { type: 'boolean' },
diff --git a/packages/backend/src/server/api/endpoints/admin/roles/update.ts b/packages/backend/src/server/api/endpoints/admin/roles/update.ts
index c9f4a9fed8..b939ccdbf9 100644
--- a/packages/backend/src/server/api/endpoints/admin/roles/update.ts
+++ b/packages/backend/src/server/api/endpoints/admin/roles/update.ts
@@ -28,7 +28,7 @@ export const paramDef = {
description: { type: 'string' },
color: { type: 'string', nullable: true },
iconUrl: { type: 'string', nullable: true },
- target: { type: 'string' },
+ target: { type: 'string', enum: ['manual', 'conditional'] },
condFormula: { type: 'object' },
isPublic: { type: 'boolean' },
isModerator: { type: 'boolean' },
diff --git a/packages/backend/src/server/api/endpoints/charts/user/pv.ts b/packages/backend/src/server/api/endpoints/charts/user/pv.ts
index c920e0f57d..33652c3adf 100644
--- a/packages/backend/src/server/api/endpoints/charts/user/pv.ts
+++ b/packages/backend/src/server/api/endpoints/charts/user/pv.ts
@@ -2,7 +2,7 @@ import { Inject, Injectable } from '@nestjs/common';
import { getJsonSchema } from '@/core/chart/core.js';
import { Endpoint } from '@/server/api/endpoint-base.js';
import PerUserPvChart from '@/core/chart/charts/per-user-pv.js';
-import { schema } from '@/core/chart/charts/entities/per-user-notes.js';
+import { schema } from '@/core/chart/charts/entities/per-user-pv.js';
export const meta = {
tags: ['charts', 'users'],
diff --git a/packages/backend/src/server/api/endpoints/endpoint.ts b/packages/backend/src/server/api/endpoints/endpoint.ts
index a337a05f8c..13b91685a4 100644
--- a/packages/backend/src/server/api/endpoints/endpoint.ts
+++ b/packages/backend/src/server/api/endpoints/endpoint.ts
@@ -27,7 +27,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
return {
params: Object.entries(ep.params.properties ?? {}).map(([k, v]) => ({
name: k,
- type: v.type.charAt(0).toUpperCase() + v.type.slice(1),
+ type: v.type ? v.type.charAt(0).toUpperCase() + v.type.slice(1) : 'string',
})),
};
});
diff --git a/packages/backend/src/server/api/endpoints/i/claim-achievement.ts b/packages/backend/src/server/api/endpoints/i/claim-achievement.ts
index 52ae5475b6..d7109c6953 100644
--- a/packages/backend/src/server/api/endpoints/i/claim-achievement.ts
+++ b/packages/backend/src/server/api/endpoints/i/claim-achievement.ts
@@ -1,7 +1,7 @@
import { Inject, Injectable } from '@nestjs/common';
import { Endpoint } from '@/server/api/endpoint-base.js';
import { DI } from '@/di-symbols.js';
-import { AchievementService } from '@/core/AchievementService.js';
+import { AchievementService, ACHIEVEMENT_TYPES } from '@/core/AchievementService.js';
export const meta = {
requireCredential: true,
@@ -10,7 +10,7 @@ export const meta = {
export const paramDef = {
type: 'object',
properties: {
- name: { type: 'string' },
+ name: { type: 'string', enum: ACHIEVEMENT_TYPES },
},
required: ['name'],
} as const;
diff --git a/packages/backend/src/server/web/ClientServerService.ts b/packages/backend/src/server/web/ClientServerService.ts
index 2a764a25b0..1fa8950d75 100644
--- a/packages/backend/src/server/web/ClientServerService.ts
+++ b/packages/backend/src/server/web/ClientServerService.ts
@@ -155,7 +155,7 @@ export class ClientServerService {
});
serverAdapter.setBasePath(bullBoardPath);
- fastify.register(serverAdapter.registerPlugin(), { prefix: bullBoardPath });
+ (fastify.register as any)(serverAdapter.registerPlugin(), { prefix: bullBoardPath });
//#endregion
fastify.register(fastifyView, {
@@ -372,6 +372,7 @@ export class ClientServerService {
return feed.atom1();
} else {
reply.code(404);
+ return;
}
});
@@ -384,6 +385,7 @@ export class ClientServerService {
return feed.rss2();
} else {
reply.code(404);
+ return;
}
});
@@ -396,6 +398,7 @@ export class ClientServerService {
return feed.json1();
} else {
reply.code(404);
+ return;
}
});
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index 40183d64ce..bf22f7aaad 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -12,7 +12,7 @@
"@rollup/plugin-json": "6.0.0",
"@rollup/pluginutils": "5.0.2",
"@syuilo/aiscript": "0.12.4",
- "@tabler/icons-webfont": "2.1.2",
+ "@tabler/icons-webfont": "2.2.0",
"@vitejs/plugin-vue": "4.0.0",
"@vue/compiler-sfc": "3.2.47",
"autobind-decorator": "2.4.0",
@@ -23,7 +23,7 @@
"canvas-confetti": "1.6.0",
"chart.js": "4.2.0",
"chartjs-adapter-date-fns": "3.0.0",
- "chartjs-chart-matrix": "1.3.0",
+ "chartjs-chart-matrix": "2.0.1",
"chartjs-plugin-gradient": "0.6.1",
"chartjs-plugin-zoom": "2.0.0",
"compare-versions": "5.0.1",
@@ -44,7 +44,7 @@
"punycode": "2.3.0",
"querystring": "0.2.1",
"rndstr": "1.0.0",
- "rollup": "3.12.1",
+ "rollup": "3.14.0",
"s-age": "1.1.2",
"sanitize-html": "2.9.0",
"sass": "1.58.0",
@@ -55,7 +55,7 @@
"textarea-caret": "3.1.0",
"three": "0.149.0",
"throttle-debounce": "5.0.0",
- "tinycolor2": "1.5.2",
+ "tinycolor2": "1.6.0",
"tsc-alias": "1.8.2",
"tsconfig-paths": "4.1.2",
"twemoji-parser": "14.0.0",
@@ -74,7 +74,7 @@
"@types/gulp": "4.0.10",
"@types/gulp-rename": "2.0.1",
"@types/matter-js": "0.18.2",
- "@types/node": "18.11.18",
+ "@types/node": "18.13.0",
"@types/punycode": "2.1.0",
"@types/sanitize-html": "2.8.0",
"@types/seedrandom": "3.0.4",
@@ -83,8 +83,8 @@
"@types/uuid": "9.0.0",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.4",
- "@typescript-eslint/eslint-plugin": "5.50.0",
- "@typescript-eslint/parser": "5.50.0",
+ "@typescript-eslint/eslint-plugin": "5.51.0",
+ "@typescript-eslint/parser": "5.51.0",
"@vue/runtime-core": "3.2.47",
"cross-env": "7.0.3",
"cypress": "12.5.1",
diff --git a/packages/frontend/src/account.ts b/packages/frontend/src/account.ts
index 31c125d3ae..610212b6ec 100644
--- a/packages/frontend/src/account.ts
+++ b/packages/frontend/src/account.ts
@@ -61,8 +61,6 @@ export async function signout() {
} catch (err) {}
//#endregion
- document.cookie = 'igi=; path=/';
-
if (accounts.length > 0) login(accounts[0].token);
else unisonReload('/');
}
diff --git a/packages/frontend/src/components/MkCropperDialog.vue b/packages/frontend/src/components/MkCropperDialog.vue
index 84adb790f9..7e4d2016be 100644
--- a/packages/frontend/src/components/MkCropperDialog.vue
+++ b/packages/frontend/src/components/MkCropperDialog.vue
@@ -18,7 +18,7 @@
</div>
</Transition>
<div class="container">
- <img ref="imgEl" :src="imgUrl" style="display: none;" @load="onImageLoad">
+ <img ref="imgEl" :src="imgUrl" style="display: none;" crossorigin="anonymous" @load="onImageLoad">
</div>
</div>
</template>
diff --git a/packages/frontend/src/components/MkMediaImage.vue b/packages/frontend/src/components/MkMediaImage.vue
index c0638c0feb..6ac56f3ce0 100644
--- a/packages/frontend/src/components/MkMediaImage.vue
+++ b/packages/frontend/src/components/MkMediaImage.vue
@@ -1,22 +1,23 @@
<template>
-<div v-if="hide" class="qjewsnkg" @click="hide = false">
- <ImgWithBlurhash class="bg" :hash="image.blurhash" :title="image.comment" :alt="image.comment"/>
- <div class="text">
- <div class="wrapper">
+<div v-if="hide" :class="$style.hidden" @click="hide = false">
+ <ImgWithBlurhash style="filter: brightness(0.5);" :hash="image.blurhash" :title="image.comment" :alt="image.comment"/>
+ <div :class="$style.hiddenText">
+ <div :class="$style.hiddenTextWrapper">
<b style="display: block;"><i class="ti ti-alert-triangle"></i> {{ $ts.sensitive }}</b>
<span style="display: block;">{{ $ts.clickToShow }}</span>
</div>
</div>
</div>
-<div v-else class="gqnyydlz">
+<div v-else :class="$style.visible">
<a
+ :class="$style.imageContainer"
:href="image.url"
:title="image.name"
>
<ImgWithBlurhash :hash="image.blurhash" :src="url" :alt="image.comment || image.name" :title="image.comment || image.name" :cover="false"/>
- <div v-if="image.type === 'image/gif'" class="gif">GIF</div>
+ <div v-if="image.type === 'image/gif'" :class="$style.gif">GIF</div>
</a>
- <button v-tooltip="$ts.hide" class="_button hide" @click="hide = true"><i class="ti ti-eye-off"></i></button>
+ <button v-tooltip="$ts.hide" :class="$style.hide" class="_button" @click="hide = true"><i class="ti ti-eye-off"></i></button>
</div>
</template>
@@ -49,82 +50,77 @@ watch(() => props.image, () => {
});
</script>
-<style lang="scss" scoped>
-.qjewsnkg {
+<style lang="scss" module>
+.hidden {
position: relative;
+}
- > .bg {
- filter: brightness(0.5);
- }
-
- > .text {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 1;
- display: flex;
- justify-content: center;
- align-items: center;
+.hiddenText {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ z-index: 1;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
- > .wrapper {
- display: table-cell;
- text-align: center;
- font-size: 0.8em;
- color: #fff;
- }
- }
+.hiddenTextWrapper {
+ display: table-cell;
+ text-align: center;
+ font-size: 0.8em;
+ color: #fff;
}
-.gqnyydlz {
+.visible {
position: relative;
//box-shadow: 0 0 0 1px var(--divider) inset;
background: var(--bg);
+ --c: rgb(0 0 0 / 2%);
+ background-image: linear-gradient(45deg, var(--c) 16.67%, var(--bg) 16.67%, var(--bg) 50%, var(--c) 50%, var(--c) 66.67%, var(--bg) 66.67%, var(--bg) 100%);
+ background-size: 16px 16px;
+}
- > .hide {
- display: block;
- position: absolute;
- border-radius: 6px;
- background-color: var(--accentedBg);
- -webkit-backdrop-filter: var(--blur, blur(15px));
- backdrop-filter: var(--blur, blur(15px));
- color: var(--accent);
- font-size: 0.8em;
- padding: 6px 8px;
- text-align: center;
- top: 12px;
- right: 12px;
-
- > i {
- display: block;
- }
- }
+.hide {
+ display: block;
+ position: absolute;
+ border-radius: 6px;
+ background-color: var(--accentedBg);
+ -webkit-backdrop-filter: var(--blur, blur(15px));
+ backdrop-filter: var(--blur, blur(15px));
+ color: var(--accent);
+ font-size: 0.8em;
+ padding: 6px 8px;
+ text-align: center;
+ top: 12px;
+ right: 12px;
+}
- > a {
- display: block;
- cursor: zoom-in;
- overflow: hidden;
- width: 100%;
- height: 100%;
- background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
+.imageContainer {
+ display: block;
+ cursor: zoom-in;
+ overflow: hidden;
+ width: 100%;
+ height: 100%;
+ background-position: center;
+ background-size: contain;
+ background-repeat: no-repeat;
+}
- > .gif {
- background-color: var(--fg);
- border-radius: 6px;
- color: var(--accentLighten);
- display: inline-block;
- font-size: 14px;
- font-weight: bold;
- left: 12px;
- opacity: .5;
- padding: 0 6px;
- text-align: center;
- top: 12px;
- pointer-events: none;
- }
- }
+.gif {
+ background-color: var(--fg);
+ border-radius: 6px;
+ color: var(--accentLighten);
+ display: inline-block;
+ font-size: 14px;
+ font-weight: bold;
+ left: 12px;
+ opacity: .5;
+ padding: 0 6px;
+ text-align: center;
+ top: 12px;
+ pointer-events: none;
}
</style>
diff --git a/packages/frontend/src/components/MkNotification.vue b/packages/frontend/src/components/MkNotification.vue
index e7a951dd27..8c7114eac1 100644
--- a/packages/frontend/src/components/MkNotification.vue
+++ b/packages/frontend/src/components/MkNotification.vue
@@ -215,7 +215,7 @@ useTooltip(reactionRef, (showing) => {
border-radius: 100%;
background: var(--panel);
box-shadow: 0 0 0 3px var(--panel);
- font-size: 12px;
+ font-size: 11px;
text-align: center;
color: #fff;
diff --git a/packages/frontend/src/pages/channel.vue b/packages/frontend/src/pages/channel.vue
index 96340a36b9..0fb33e30f7 100644
--- a/packages/frontend/src/pages/channel.vue
+++ b/packages/frontend/src/pages/channel.vue
@@ -23,7 +23,7 @@
</div>
</div>
- <XPostForm v-if="$i" :channel="channel" class="post-form _panel _margin" fixed/>
+ <MkPostForm v-if="$i" :channel="channel" class="post-form _panel _margin" fixed/>
<XTimeline :key="channelId" class="_margin" src="channel" :channel="channelId" @before="before" @after="after"/>
</div>
@@ -34,7 +34,7 @@
<script lang="ts" setup>
import { computed, inject, watch } from 'vue';
import MkContainer from '@/components/MkContainer.vue';
-import XPostForm from '@/components/MkPostForm.vue';
+import MkPostForm from '@/components/MkPostForm.vue';
import XTimeline from '@/components/MkTimeline.vue';
import XChannelFollowButton from '@/components/MkChannelFollowButton.vue';
import * as os from '@/os';
diff --git a/packages/frontend/src/pages/share.vue b/packages/frontend/src/pages/share.vue
index a7e797eeab..d8b956b6d1 100644
--- a/packages/frontend/src/pages/share.vue
+++ b/packages/frontend/src/pages/share.vue
@@ -29,7 +29,7 @@ import { noteVisibilities } from 'misskey-js';
import * as Acct from 'misskey-js/built/acct';
import * as Misskey from 'misskey-js';
import MkButton from '@/components/MkButton.vue';
-import XPostForm from '@/components/MkPostForm.vue';
+import MkPostForm from '@/components/MkPostForm.vue';
import * as os from '@/os';
import { mainRouter } from '@/router';
import { definePageMetadata } from '@/scripts/page-metadata';
@@ -69,14 +69,14 @@ async function init() {
...(visibleAccts ? visibleAccts.split(',').map(Acct.parse) : []),
]
// TypeScriptの指示通りに変換する
- .map(q => 'username' in q ? { username: q.username, host: q.host === null ? undefined : q.host } : q)
- .map(q => os.api('users/show', q)
- .then(user => {
- visibleUsers.push(user);
- }, () => {
- console.error(`Invalid user query: ${JSON.stringify(q)}`);
- }),
- ),
+ .map(q => 'username' in q ? { username: q.username, host: q.host === null ? undefined : q.host } : q)
+ .map(q => os.api('users/show', q)
+ .then(user => {
+ visibleUsers.push(user);
+ }, () => {
+ console.error(`Invalid user query: ${JSON.stringify(q)}`);
+ }),
+ ),
);
}
@@ -120,13 +120,13 @@ async function init() {
if (fileIds) {
await Promise.all(
fileIds.split(',')
- .map(fileId => os.api('drive/files/show', { fileId })
- .then(file => {
- files.push(file);
- }, () => {
- console.error(`Failed to fetch a file ${fileId}`);
- }),
- ),
+ .map(fileId => os.api('drive/files/show', { fileId })
+ .then(file => {
+ files.push(file);
+ }, () => {
+ console.error(`Failed to fetch a file ${fileId}`);
+ }),
+ ),
);
}
//#endregion
diff --git a/packages/frontend/src/pages/timeline.vue b/packages/frontend/src/pages/timeline.vue
index 080772951e..057409484c 100644
--- a/packages/frontend/src/pages/timeline.vue
+++ b/packages/frontend/src/pages/timeline.vue
@@ -4,7 +4,7 @@
<MkSpacer :content-max="800">
<div ref="rootEl" v-hotkey.global="keymap">
<XTutorial v-if="$i && $store.reactiveState.tutorial.value != -1" class="_panel" style="margin-bottom: var(--margin);"/>
- <XPostForm v-if="$store.reactiveState.showFixedPostForm.value" :class="$style.postForm" class="post-form _panel" fixed style="margin-bottom: var(--margin);"/>
+ <MkPostForm v-if="$store.reactiveState.showFixedPostForm.value" :class="$style.postForm" class="post-form _panel" fixed style="margin-bottom: var(--margin);"/>
<div v-if="queue > 0" :class="$style.new"><button class="_buttonPrimary" @click="top()">{{ i18n.ts.newNoteRecived }}</button></div>
<div :class="$style.tl">
@@ -24,7 +24,7 @@
<script lang="ts" setup>
import { defineAsyncComponent, computed, watch } from 'vue';
import XTimeline from '@/components/MkTimeline.vue';
-import XPostForm from '@/components/MkPostForm.vue';
+import MkPostForm from '@/components/MkPostForm.vue';
import { scroll } from '@/scripts/scroll';
import * as os from '@/os';
import { defaultStore } from '@/store';
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss
index 88e15abdbf..7e8996f5df 100644
--- a/packages/frontend/src/style.scss
+++ b/packages/frontend/src/style.scss
@@ -127,13 +127,12 @@ hr {
}
.ti {
- vertical-align: -40%;
+ vertical-align: -14%;
line-height: 1em;
&:before {
display: inline-block;
- font-size: 165%;
- width: 0.74em;
+ font-size: 130%;
}
}
diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue
index fd6caaa58c..b09721dec9 100644
--- a/packages/frontend/src/ui/deck.vue
+++ b/packages/frontend/src/ui/deck.vue
@@ -146,6 +146,7 @@ const addColumn = async (ev) => {
'tl',
'antenna',
'list',
+ 'channel',
'mentions',
'direct',
];
diff --git a/packages/frontend/src/ui/deck/channel-column.vue b/packages/frontend/src/ui/deck/channel-column.vue
new file mode 100644
index 0000000000..5a84237c80
--- /dev/null
+++ b/packages/frontend/src/ui/deck/channel-column.vue
@@ -0,0 +1,71 @@
+<template>
+<XColumn :menu="menu" :column="column" :is-stacked="isStacked" @parent-focus="$event => emit('parent-focus', $event)">
+ <template #header>
+ <i class="ti ti-device-tv"></i><span style="margin-left: 8px;">{{ column.name }}</span>
+ </template>
+
+ <template v-if="column.channelId">
+ <div style="padding: 8px; text-align: center;">
+ <MkButton primary gradate rounded inline @click="post"><i class="ti ti-pencil"></i></MkButton>
+ </div>
+ <XTimeline ref="timeline" src="channel" :channel="column.channelId" @after="() => emit('loaded')"/>
+ </template>
+</XColumn>
+</template>
+
+<script lang="ts" setup>
+import { } from 'vue';
+import XColumn from './column.vue';
+import { updateColumn, Column } from './deck-store';
+import XTimeline from '@/components/MkTimeline.vue';
+import MkButton from '@/components/MkButton.vue';
+import * as os from '@/os';
+import { i18n } from '@/i18n';
+
+const props = defineProps<{
+ column: Column;
+ isStacked: boolean;
+}>();
+
+const emit = defineEmits<{
+ (ev: 'loaded'): void;
+ (ev: 'parent-focus', direction: 'up' | 'down' | 'left' | 'right'): void;
+}>();
+
+let timeline = $shallowRef<InstanceType<typeof XTimeline>>();
+
+if (props.column.channelId == null) {
+ setChannel();
+}
+
+async function setChannel() {
+ const channels = await os.api('channels/followed');
+ const { canceled, result: channel } = await os.select({
+ title: i18n.ts.selectChannel,
+ items: channels.map(x => ({
+ value: x, text: x.name,
+ })),
+ default: props.column.channelId,
+ });
+ if (canceled) return;
+ updateColumn(props.column.id, {
+ channelId: channel.id,
+ name: channel.name,
+ });
+}
+
+function post() {
+ os.post({
+ channel: {
+ id: props.column.channelId,
+ },
+ instant: true,
+ });
+}
+
+const menu = [{
+ icon: 'ti ti-pencil',
+ text: i18n.ts.selectChannel,
+ action: setChannel,
+}];
+</script>
diff --git a/packages/frontend/src/ui/deck/column-core.vue b/packages/frontend/src/ui/deck/column-core.vue
index 30c0dc5e1c..083e91bb03 100644
--- a/packages/frontend/src/ui/deck/column-core.vue
+++ b/packages/frontend/src/ui/deck/column-core.vue
@@ -6,6 +6,7 @@
<XNotificationsColumn v-else-if="column.type === 'notifications'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
<XTlColumn v-else-if="column.type === 'tl'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
<XListColumn v-else-if="column.type === 'list'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
+<XChannelColumn v-else-if="column.type === 'channel'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
<XAntennaColumn v-else-if="column.type === 'antenna'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
<XMentionsColumn v-else-if="column.type === 'mentions'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
<XDirectColumn v-else-if="column.type === 'direct'" :column="column" :is-stacked="isStacked" @parent-focus="emit('parent-focus', $event)"/>
@@ -17,6 +18,7 @@ import XMainColumn from './main-column.vue';
import XTlColumn from './tl-column.vue';
import XAntennaColumn from './antenna-column.vue';
import XListColumn from './list-column.vue';
+import XChannelColumn from './channel-column.vue';
import XNotificationsColumn from './notifications-column.vue';
import XWidgetsColumn from './widgets-column.vue';
import XMentionsColumn from './mentions-column.vue';
diff --git a/packages/frontend/src/ui/deck/deck-store.ts b/packages/frontend/src/ui/deck/deck-store.ts
index 56db7398e5..80c202a2ef 100644
--- a/packages/frontend/src/ui/deck/deck-store.ts
+++ b/packages/frontend/src/ui/deck/deck-store.ts
@@ -14,7 +14,7 @@ type ColumnWidget = {
export type Column = {
id: string;
- type: 'main' | 'widgets' | 'notifications' | 'tl' | 'antenna' | 'list' | 'mentions' | 'direct';
+ type: 'main' | 'widgets' | 'notifications' | 'tl' | 'antenna' | 'channel' | 'list' | 'mentions' | 'direct';
name: string | null;
width: number;
widgets?: ColumnWidget[];
@@ -22,6 +22,7 @@ export type Column = {
flexible?: boolean;
antennaId?: string;
listId?: string;
+ channelId?: string;
includingTypes?: typeof notificationTypes[number][];
tl?: 'home' | 'local' | 'social' | 'global';
};
diff --git a/packages/frontend/src/widgets/WidgetPostForm.vue b/packages/frontend/src/widgets/WidgetPostForm.vue
index 54226c1dbf..f8bebcbf96 100644
--- a/packages/frontend/src/widgets/WidgetPostForm.vue
+++ b/packages/frontend/src/widgets/WidgetPostForm.vue
@@ -1,12 +1,12 @@
<template>
-<XPostForm class="_panel mkw-postForm data-cy-mkw-postForm" :fixed="true" :autofocus="false"/>
+<MkPostForm class="_panel mkw-post-form data-cy-mkw-postForm" :fixed="true" :autofocus="false"/>
</template>
<script lang="ts" setup>
import { } from 'vue';
-import { GetFormResultType } from '@/scripts/form';
import { useWidgetPropsManager, Widget, WidgetComponentEmits, WidgetComponentExpose, WidgetComponentProps } from './widget';
-import XPostForm from '@/components/MkPostForm.vue';
+import { GetFormResultType } from '@/scripts/form';
+import MkPostForm from '@/components/MkPostForm.vue';
const name = 'postForm';
diff --git a/packages/sw/package.json b/packages/sw/package.json
index d44c3bccae..8650f9597b 100644
--- a/packages/sw/package.json
+++ b/packages/sw/package.json
@@ -12,8 +12,8 @@
"misskey-js": "0.0.15"
},
"devDependencies": {
- "@typescript-eslint/parser": "5.50.0",
- "@typescript/lib-webworker": "npm:@types/serviceworker@0.0.61",
+ "@typescript-eslint/parser": "5.51.0",
+ "@typescript/lib-webworker": "npm:@types/serviceworker@0.0.62",
"eslint": "8.33.0",
"eslint-plugin-import": "2.27.5",
"typescript": "4.9.5"
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index eff3e7d53e..7480d74ed1 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -11,8 +11,8 @@ importers:
'@tensorflow/tfjs-core': 4.2.0
'@types/gulp': 4.0.10
'@types/gulp-rename': 2.0.1
- '@typescript-eslint/eslint-plugin': 5.50.0
- '@typescript-eslint/parser': 5.50.0
+ '@typescript-eslint/eslint-plugin': 5.51.0
+ '@typescript-eslint/parser': 5.51.0
cross-env: 7.0.3
cypress: 12.5.1
eslint: 8.33.0
@@ -39,8 +39,8 @@ importers:
devDependencies:
'@types/gulp': 4.0.10
'@types/gulp-rename': 2.0.1
- '@typescript-eslint/eslint-plugin': 5.50.0_go4drrxstycfikanvu45pi4vgq
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/eslint-plugin': 5.51.0_b635kmla6dsb4frxfihkw4m47e
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
cross-env: 7.0.3
cypress: 12.5.1
eslint: 8.33.0
@@ -48,9 +48,9 @@ importers:
packages/backend:
specifiers:
- '@bull-board/api': 4.11.0
- '@bull-board/fastify': 4.11.0
- '@bull-board/ui': 4.11.0
+ '@bull-board/api': 4.11.1
+ '@bull-board/fastify': 4.11.1
+ '@bull-board/ui': 4.11.1
'@discordapp/twemoji': 14.0.2
'@fastify/accepts': 4.1.0
'@fastify/cookie': 8.3.0
@@ -59,15 +59,15 @@ importers:
'@fastify/multipart': 7.4.0
'@fastify/static': 6.8.0
'@fastify/view': 7.4.1
- '@jest/globals': 29.4.1
- '@nestjs/common': 9.3.1
- '@nestjs/core': 9.3.1
- '@nestjs/testing': 9.3.1
+ '@jest/globals': 29.4.2
+ '@nestjs/common': 9.3.7
+ '@nestjs/core': 9.3.7
+ '@nestjs/testing': 9.3.7
'@peertube/http-signature': 1.7.0
'@redocly/openapi-core': 1.0.0-beta.123
'@sinonjs/fake-timers': 10.0.2
'@swc/cli': 0.1.61
- '@swc/core': 1.3.32
+ '@swc/core': 1.3.34
'@swc/jest': 0.2.24
'@tensorflow/tfjs': 4.2.0
'@tensorflow/tfjs-node': 4.2.0
@@ -83,11 +83,11 @@ importers:
'@types/ioredis': 4.28.10
'@types/jest': 29.4.0
'@types/js-yaml': 4.0.5
- '@types/jsdom': 20.0.1
+ '@types/jsdom': 21.1.0
'@types/jsonld': 1.5.8
'@types/jsrsasign': 10.5.5
'@types/mime-types': 2.1.1
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/node-fetch': 3.0.3
'@types/nodemailer': 6.4.7
'@types/oauth': 0.9.1
@@ -112,8 +112,8 @@ importers:
'@types/web-push': 3.3.2
'@types/websocket': 1.0.5
'@types/ws': 8.5.4
- '@typescript-eslint/eslint-plugin': 5.50.0
- '@typescript-eslint/parser': 5.50.0
+ '@typescript-eslint/eslint-plugin': 5.51.0
+ '@typescript-eslint/parser': 5.51.0
accepts: 1.3.8
ajv: 8.12.0
archiver: 5.3.1
@@ -121,7 +121,7 @@ importers:
aws-sdk: 2.1295.0
bcryptjs: 2.4.3
blurhash: 2.0.4
- bull: 4.10.2
+ bull: 4.10.3
cacheable-lookup: 6.1.0
cbor: 8.1.0
chalk: 5.2.0
@@ -147,8 +147,8 @@ importers:
ioredis: 4.28.5
ip-cidr: 3.1.0
is-svg: 4.3.2
- jest: 29.4.1
- jest-mock: 29.4.1
+ jest: 29.4.2
+ jest-mock: 29.4.2
js-yaml: 4.1.0
jsdom: 21.1.0
json5: 2.2.3
@@ -171,7 +171,7 @@ importers:
promise-limit: 2.7.0
pug: 3.0.2
punycode: 2.3.0
- pureimage: 0.3.15
+ pureimage: 0.3.17
qrcode: 1.5.1
random-seed: 0.3.0
ratelimiter: 3.4.1
@@ -192,12 +192,12 @@ importers:
stringz: 2.1.0
summaly: 2.7.0
systeminformation: 5.17.8
- tinycolor2: 1.5.2
+ tinycolor2: 1.6.0
tmp: 0.2.1
tsc-alias: 1.8.2
tsconfig-paths: 4.1.2
twemoji-parser: 14.0.0
- typeorm: 0.3.11
+ typeorm: 0.3.12
typescript: 4.9.5
ulid: 2.3.0
unzipper: 0.10.11
@@ -208,9 +208,9 @@ importers:
ws: 8.12.0
xev: 3.0.2
dependencies:
- '@bull-board/api': 4.11.0
- '@bull-board/fastify': 4.11.0
- '@bull-board/ui': 4.11.0
+ '@bull-board/api': 4.11.1
+ '@bull-board/fastify': 4.11.1
+ '@bull-board/ui': 4.11.1
'@discordapp/twemoji': 14.0.2
'@fastify/accepts': 4.1.0
'@fastify/cookie': 8.3.0
@@ -219,9 +219,9 @@ importers:
'@fastify/multipart': 7.4.0
'@fastify/static': 6.8.0
'@fastify/view': 7.4.1
- '@nestjs/common': 9.3.1_mnr6j2del53muneqly5h4y27ai
- '@nestjs/core': 9.3.1_fipbdz7qhdiauthzsrt4bq6tsq
- '@nestjs/testing': 9.3.1_22j2lmearpmfr73ppsmjho62xq
+ '@nestjs/common': 9.3.7_mnr6j2del53muneqly5h4y27ai
+ '@nestjs/core': 9.3.7_ojttuksvundfk3amlyo674va74
+ '@nestjs/testing': 9.3.7_zmctrozi6xxh3beaccl6ebop6u
'@peertube/http-signature': 1.7.0
'@sinonjs/fake-timers': 10.0.2
accepts: 1.3.8
@@ -231,7 +231,7 @@ importers:
aws-sdk: 2.1295.0
bcryptjs: 2.4.3
blurhash: 2.0.4
- bull: 4.10.2
+ bull: 4.10.3
cacheable-lookup: 6.1.0
cbor: 8.1.0
chalk: 5.2.0
@@ -275,7 +275,7 @@ importers:
promise-limit: 2.7.0
pug: 3.0.2
punycode: 2.3.0
- pureimage: 0.3.15
+ pureimage: 0.3.17
qrcode: 1.5.1
random-seed: 0.3.0
ratelimiter: 3.4.1
@@ -296,12 +296,12 @@ importers:
stringz: 2.1.0
summaly: 2.7.0
systeminformation: 5.17.8
- tinycolor2: 1.5.2
+ tinycolor2: 1.6.0
tmp: 0.2.1
tsc-alias: 1.8.2
tsconfig-paths: 4.1.2
twemoji-parser: 14.0.0
- typeorm: 0.3.11_ioredis@4.28.5+pg@8.9.0
+ typeorm: 0.3.12_ioredis@4.28.5+pg@8.9.0
typescript: 4.9.5
ulid: 2.3.0
unzipper: 0.10.11
@@ -315,11 +315,11 @@ importers:
'@tensorflow/tfjs': 4.2.0_seedrandom@3.0.5
'@tensorflow/tfjs-node': 4.2.0_seedrandom@3.0.5
devDependencies:
- '@jest/globals': 29.4.1
+ '@jest/globals': 29.4.2
'@redocly/openapi-core': 1.0.0-beta.123
- '@swc/cli': 0.1.61_5jdtwbnmkukfw2ny6dph7gfmoq
- '@swc/core': 1.3.32
- '@swc/jest': 0.2.24_@swc+core@1.3.32
+ '@swc/cli': 0.1.61_nh7rjdlljrxbrljvydz3oxxjt4
+ '@swc/core': 1.3.34
+ '@swc/jest': 0.2.24_@swc+core@1.3.34
'@types/accepts': 1.3.5
'@types/archiver': 5.3.1
'@types/bcryptjs': 2.4.2
@@ -332,11 +332,11 @@ importers:
'@types/ioredis': 4.28.10
'@types/jest': 29.4.0
'@types/js-yaml': 4.0.5
- '@types/jsdom': 20.0.1
+ '@types/jsdom': 21.1.0
'@types/jsonld': 1.5.8
'@types/jsrsasign': 10.5.5
'@types/mime-types': 2.1.1
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/node-fetch': 3.0.3
'@types/nodemailer': 6.4.7
'@types/oauth': 0.9.1
@@ -361,14 +361,14 @@ importers:
'@types/web-push': 3.3.2
'@types/websocket': 1.0.5
'@types/ws': 8.5.4
- '@typescript-eslint/eslint-plugin': 5.50.0_go4drrxstycfikanvu45pi4vgq
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/eslint-plugin': 5.51.0_b635kmla6dsb4frxfihkw4m47e
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
cross-env: 7.0.3
eslint: 8.33.0
- eslint-plugin-import: 2.27.5_ufewo3pl5nnmz6lltvjrdi2hii
+ eslint-plugin-import: 2.27.5_yzj2n2b43wonjwaifya6xmk2zy
execa: 6.1.0
- jest: 29.4.1_@types+node@18.11.18
- jest-mock: 29.4.1
+ jest: 29.4.2_@types+node@18.13.0
+ jest-mock: 29.4.2
packages/frontend:
specifiers:
@@ -377,13 +377,13 @@ importers:
'@rollup/plugin-json': 6.0.0
'@rollup/pluginutils': 5.0.2
'@syuilo/aiscript': 0.12.4
- '@tabler/icons-webfont': 2.1.2
+ '@tabler/icons-webfont': 2.2.0
'@types/escape-regexp': 0.0.1
'@types/glob': 8.0.1
'@types/gulp': 4.0.10
'@types/gulp-rename': 2.0.1
'@types/matter-js': 0.18.2
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/punycode': 2.1.0
'@types/sanitize-html': 2.8.0
'@types/seedrandom': 3.0.4
@@ -392,8 +392,8 @@ importers:
'@types/uuid': 9.0.0
'@types/websocket': 1.0.5
'@types/ws': 8.5.4
- '@typescript-eslint/eslint-plugin': 5.50.0
- '@typescript-eslint/parser': 5.50.0
+ '@typescript-eslint/eslint-plugin': 5.51.0
+ '@typescript-eslint/parser': 5.51.0
'@vitejs/plugin-vue': 4.0.0
'@vue/compiler-sfc': 3.2.47
'@vue/runtime-core': 3.2.47
@@ -405,7 +405,7 @@ importers:
canvas-confetti: 1.6.0
chart.js: 4.2.0
chartjs-adapter-date-fns: 3.0.0
- chartjs-chart-matrix: 1.3.0
+ chartjs-chart-matrix: 2.0.1
chartjs-plugin-gradient: 0.6.1
chartjs-plugin-zoom: 2.0.0
compare-versions: 5.0.1
@@ -431,7 +431,7 @@ importers:
punycode: 2.3.0
querystring: 0.2.1
rndstr: 1.0.0
- rollup: 3.12.1
+ rollup: 3.14.0
s-age: 1.1.2
sanitize-html: 2.9.0
sass: 1.58.0
@@ -443,7 +443,7 @@ importers:
textarea-caret: 3.1.0
three: 0.149.0
throttle-debounce: 5.0.0
- tinycolor2: 1.5.2
+ tinycolor2: 1.6.0
tsc-alias: 1.8.2
tsconfig-paths: 4.1.2
twemoji-parser: 14.0.0
@@ -459,11 +459,11 @@ importers:
vuedraggable: next
dependencies:
'@discordapp/twemoji': 14.0.2
- '@rollup/plugin-alias': 4.0.3_rollup@3.12.1
- '@rollup/plugin-json': 6.0.0_rollup@3.12.1
- '@rollup/pluginutils': 5.0.2_rollup@3.12.1
+ '@rollup/plugin-alias': 4.0.3_rollup@3.14.0
+ '@rollup/plugin-json': 6.0.0_rollup@3.14.0
+ '@rollup/pluginutils': 5.0.2_rollup@3.14.0
'@syuilo/aiscript': 0.12.4
- '@tabler/icons-webfont': 2.1.2
+ '@tabler/icons-webfont': 2.2.0
'@vitejs/plugin-vue': 4.0.0_vite@4.1.1+vue@3.2.47
'@vue/compiler-sfc': 3.2.47
autobind-decorator: 2.4.0
@@ -474,7 +474,7 @@ importers:
canvas-confetti: 1.6.0
chart.js: 4.2.0
chartjs-adapter-date-fns: 3.0.0_n6szoxj4ax2zhp2sxsxxj6zdla
- chartjs-chart-matrix: 1.3.0_chart.js@4.2.0
+ chartjs-chart-matrix: 2.0.1_chart.js@4.2.0
chartjs-plugin-gradient: 0.6.1_chart.js@4.2.0
chartjs-plugin-zoom: 2.0.0_chart.js@4.2.0
compare-versions: 5.0.1
@@ -495,7 +495,7 @@ importers:
punycode: 2.3.0
querystring: 0.2.1
rndstr: 1.0.0
- rollup: 3.12.1
+ rollup: 3.14.0
s-age: 1.1.2
sanitize-html: 2.9.0
sass: 1.58.0
@@ -506,14 +506,14 @@ importers:
textarea-caret: 3.1.0
three: 0.149.0
throttle-debounce: 5.0.0
- tinycolor2: 1.5.2
+ tinycolor2: 1.6.0
tsc-alias: 1.8.2
tsconfig-paths: 4.1.2
twemoji-parser: 14.0.0
typescript: 4.9.5
uuid: 9.0.0
vanilla-tilt: 1.8.0
- vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
+ vite: 4.1.1_gyrp4zacqcjjrmgvdzgac5epyy
vue: 3.2.47
vue-plyr: 7.0.0
vue-prism-editor: 2.0.0-alpha.2_vue@3.2.47
@@ -524,7 +524,7 @@ importers:
'@types/gulp': 4.0.10
'@types/gulp-rename': 2.0.1
'@types/matter-js': 0.18.2
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/punycode': 2.1.0
'@types/sanitize-html': 2.8.0
'@types/seedrandom': 3.0.4
@@ -533,13 +533,13 @@ importers:
'@types/uuid': 9.0.0
'@types/websocket': 1.0.5
'@types/ws': 8.5.4
- '@typescript-eslint/eslint-plugin': 5.50.0_go4drrxstycfikanvu45pi4vgq
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/eslint-plugin': 5.51.0_b635kmla6dsb4frxfihkw4m47e
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
'@vue/runtime-core': 3.2.47
cross-env: 7.0.3
cypress: 12.5.1
eslint: 8.33.0
- eslint-plugin-import: 2.27.5_ufewo3pl5nnmz6lltvjrdi2hii
+ eslint-plugin-import: 2.27.5_yzj2n2b43wonjwaifya6xmk2zy
eslint-plugin-vue: 9.9.0_eslint@8.33.0
start-server-and-test: 1.15.3
vue-eslint-parser: 9.1.0_eslint@8.33.0
@@ -547,8 +547,8 @@ importers:
packages/sw:
specifiers:
- '@typescript-eslint/parser': 5.50.0
- '@typescript/lib-webworker': npm:@types/serviceworker@0.0.61
+ '@typescript-eslint/parser': 5.51.0
+ '@typescript/lib-webworker': npm:@types/serviceworker@0.0.62
esbuild: 0.14.42
eslint: 8.33.0
eslint-plugin-import: 2.27.5
@@ -560,10 +560,10 @@ importers:
idb-keyval: 6.2.0
misskey-js: 0.0.15
devDependencies:
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
- '@typescript/lib-webworker': /@types/serviceworker/0.0.61
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript/lib-webworker': /@types/serviceworker/0.0.62
eslint: 8.33.0
- eslint-plugin-import: 2.27.5_ufewo3pl5nnmz6lltvjrdi2hii
+ eslint-plugin-import: 2.27.5_yzj2n2b43wonjwaifya6xmk2zy
typescript: 4.9.5
packages:
@@ -911,26 +911,26 @@ packages:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
- /@bull-board/api/4.11.0:
- resolution: {integrity: sha512-qFnG63s3BkaslsNnXYagEUcdeK9SijZTJ+I4vMU+OiZt9VlKh01X1KjNlqjF9guvWcjk+Rg8UOMm0fWwM6PK6g==}
+ /@bull-board/api/4.11.1:
+ resolution: {integrity: sha512-x+CKpLKZ4yJ1CETvoX9cIOMM1ZfsXr6N9pOsRj8/lh0Mo/rbQWbfdlZR1jiALMAKu1RzJnffZcn6uKeFoXMRBQ==}
dependencies:
redis-info: 3.1.0
dev: false
- /@bull-board/fastify/4.11.0:
- resolution: {integrity: sha512-G4sAFVx5kGT5T/F2gL91RjZ2+YrMHNrLWoVo/QfHMcZe3RoOP4PpbOLgLC/O67KYn3JK6t8ysGyyP035OSJ2HA==}
+ /@bull-board/fastify/4.11.1:
+ resolution: {integrity: sha512-xBTgSZKeLIwjLWsdW3vOJTubO6ZfiOKQSjtZ7n9ZUoiO4gg4m0MWfTBDgBFSgIqB5FjgdsIO6aP7QGsHI1wmng==}
dependencies:
- '@bull-board/api': 4.11.0
- '@bull-board/ui': 4.11.0
+ '@bull-board/api': 4.11.1
+ '@bull-board/ui': 4.11.1
'@fastify/static': 6.8.0
'@fastify/view': 7.4.1
ejs: 3.1.8
dev: false
- /@bull-board/ui/4.11.0:
- resolution: {integrity: sha512-/Yb7x/3tWxysA2jRDQ89xEPnscvfGQdf4MmDRzWH5lDkVmL8b1HvZAQxLrHcxwB6y16oorQTf/1KbRZl0rJDHg==}
+ /@bull-board/ui/4.11.1:
+ resolution: {integrity: sha512-jILv2JN8cfgtHRHYk9GNpQh3rI2zaiX6bEfa1yyFRjLKcY4g409MTOOkZvkXlN5I4mBs+V3aob8cmvS2ixESDA==}
dependencies:
- '@bull-board/api': 4.11.0
+ '@bull-board/api': 4.11.1
dev: false
/@chainsafe/is-ip/2.0.1:
@@ -1472,20 +1472,20 @@ packages:
engines: {node: '>=8'}
dev: true
- /@jest/console/29.4.1:
- resolution: {integrity: sha512-m+XpwKSi3PPM9znm5NGS8bBReeAJJpSkL1OuFCqaMaJL2YX9YXLkkI+MBchMPwu+ZuM2rynL51sgfkQteQ1CKQ==}
+ /@jest/console/29.4.2:
+ resolution: {integrity: sha512-0I/rEJwMpV9iwi9cDEnT71a5nNGK9lj8Z4+1pRAU2x/thVXCDnaTGrvxyK+cAqZTFVFCiR+hfVrP4l2m+dCmQg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
chalk: 4.1.2
- jest-message-util: 29.4.1
- jest-util: 29.4.1
+ jest-message-util: 29.4.2
+ jest-util: 29.4.2
slash: 3.0.0
dev: true
- /@jest/core/29.4.1:
- resolution: {integrity: sha512-RXFTohpBqpaTebNdg5l3I5yadnKo9zLBajMT0I38D0tDhreVBYv3fA8kywthI00sWxPztWLD3yjiUkewwu/wKA==}
+ /@jest/core/29.4.2:
+ resolution: {integrity: sha512-KGuoQah0P3vGNlaS/l9/wQENZGNKGoWb+OPxh3gz+YzG7/XExvYu34MzikRndQCdM2S0tzExN4+FL37i6gZmCQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
@@ -1493,32 +1493,32 @@ packages:
node-notifier:
optional: true
dependencies:
- '@jest/console': 29.4.1
- '@jest/reporters': 29.4.1
- '@jest/test-result': 29.4.1
- '@jest/transform': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/console': 29.4.2
+ '@jest/reporters': 29.4.2
+ '@jest/test-result': 29.4.2
+ '@jest/transform': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
ansi-escapes: 4.3.2
chalk: 4.1.2
ci-info: 3.7.1
exit: 0.1.2
graceful-fs: 4.2.10
- jest-changed-files: 29.4.0
- jest-config: 29.4.1_@types+node@18.11.18
- jest-haste-map: 29.4.1
- jest-message-util: 29.4.1
- jest-regex-util: 29.2.0
- jest-resolve: 29.4.1
- jest-resolve-dependencies: 29.4.1
- jest-runner: 29.4.1
- jest-runtime: 29.4.1
- jest-snapshot: 29.4.1
- jest-util: 29.4.1
- jest-validate: 29.4.1
- jest-watcher: 29.4.1
+ jest-changed-files: 29.4.2
+ jest-config: 29.4.2_@types+node@18.13.0
+ jest-haste-map: 29.4.2
+ jest-message-util: 29.4.2
+ jest-regex-util: 29.4.2
+ jest-resolve: 29.4.2
+ jest-resolve-dependencies: 29.4.2
+ jest-runner: 29.4.2
+ jest-runtime: 29.4.2
+ jest-snapshot: 29.4.2
+ jest-util: 29.4.2
+ jest-validate: 29.4.2
+ jest-watcher: 29.4.2
micromatch: 4.0.5
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
slash: 3.0.0
strip-ansi: 6.0.1
transitivePeerDependencies:
@@ -1533,66 +1533,66 @@ packages:
'@jest/types': 27.5.1
dev: true
- /@jest/environment/29.4.1:
- resolution: {integrity: sha512-pJ14dHGSQke7Q3mkL/UZR9ZtTOxqskZaC91NzamEH4dlKRt42W+maRBXiw/LWkdJe+P0f/zDR37+SPMplMRlPg==}
+ /@jest/environment/29.4.2:
+ resolution: {integrity: sha512-JKs3VUtse0vQfCaFGJRX1bir9yBdtasxziSyu+pIiEllAQOe4oQhdCYIf3+Lx+nGglFktSKToBnRJfD5QKp+NQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/fake-timers': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
- jest-mock: 29.4.1
+ '@jest/fake-timers': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
+ jest-mock: 29.4.2
dev: true
/@jest/expect-utils/29.3.1:
resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- jest-get-type: 29.2.0
+ jest-get-type: 29.4.2
dev: true
- /@jest/expect-utils/29.4.1:
- resolution: {integrity: sha512-w6YJMn5DlzmxjO00i9wu2YSozUYRBhIoJ6nQwpMYcBMtiqMGJm1QBzOf6DDgRao8dbtpDoaqLg6iiQTvv0UHhQ==}
+ /@jest/expect-utils/29.4.2:
+ resolution: {integrity: sha512-Dd3ilDJpBnqa0GiPN7QrudVs0cczMMHtehSo2CSTjm3zdHx0RcpmhFNVEltuEFeqfLIyWKFI224FsMSQ/nsJQA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- jest-get-type: 29.2.0
+ jest-get-type: 29.4.2
dev: true
- /@jest/expect/29.4.1:
- resolution: {integrity: sha512-ZxKJP5DTUNF2XkpJeZIzvnzF1KkfrhEF6Rz0HGG69fHl6Bgx5/GoU3XyaeFYEjuuKSOOsbqD/k72wFvFxc3iTw==}
+ /@jest/expect/29.4.2:
+ resolution: {integrity: sha512-NUAeZVApzyaeLjfWIV/64zXjA2SS+NuUPHpAlO7IwVMGd5Vf9szTl9KEDlxY3B4liwLO31os88tYNHl6cpjtKQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- expect: 29.4.1
- jest-snapshot: 29.4.1
+ expect: 29.4.2
+ jest-snapshot: 29.4.2
transitivePeerDependencies:
- supports-color
dev: true
- /@jest/fake-timers/29.4.1:
- resolution: {integrity: sha512-/1joI6rfHFmmm39JxNfmNAO3Nwm6Y0VoL5fJDy7H1AtWrD1CgRtqJbN9Ld6rhAkGO76qqp4cwhhxJ9o9kYjQMw==}
+ /@jest/fake-timers/29.4.2:
+ resolution: {integrity: sha512-Ny1u0Wg6kCsHFWq7A/rW/tMhIedq2siiyHyLpHCmIhP7WmcAmd2cx95P+0xtTZlj5ZbJxIRQi4OPydZZUoiSQQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
'@sinonjs/fake-timers': 10.0.2
- '@types/node': 18.11.18
- jest-message-util: 29.4.1
- jest-mock: 29.4.1
- jest-util: 29.4.1
+ '@types/node': 18.13.0
+ jest-message-util: 29.4.2
+ jest-mock: 29.4.2
+ jest-util: 29.4.2
dev: true
- /@jest/globals/29.4.1:
- resolution: {integrity: sha512-znoK2EuFytbHH0ZSf2mQK2K1xtIgmaw4Da21R2C/NE/+NnItm5mPEFQmn8gmF3f0rfOlmZ3Y3bIf7bFj7DHxAA==}
+ /@jest/globals/29.4.2:
+ resolution: {integrity: sha512-zCk70YGPzKnz/I9BNFDPlK+EuJLk21ur/NozVh6JVM86/YYZtZHqxFFQ62O9MWq7uf3vIZnvNA0BzzrtxD9iyg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/environment': 29.4.1
- '@jest/expect': 29.4.1
- '@jest/types': 29.4.1
- jest-mock: 29.4.1
+ '@jest/environment': 29.4.2
+ '@jest/expect': 29.4.2
+ '@jest/types': 29.4.2
+ jest-mock: 29.4.2
transitivePeerDependencies:
- supports-color
dev: true
- /@jest/reporters/29.4.1:
- resolution: {integrity: sha512-AISY5xpt2Xpxj9R6y0RF1+O6GRy9JsGa8+vK23Lmzdy1AYcpQn5ItX79wJSsTmfzPKSAcsY1LNt/8Y5Xe5LOSg==}
+ /@jest/reporters/29.4.2:
+ resolution: {integrity: sha512-10yw6YQe75zCgYcXgEND9kw3UZZH5tJeLzWv4vTk/2mrS1aY50A37F+XT2hPO5OqQFFnUWizXD8k1BMiATNfUw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0
@@ -1601,12 +1601,12 @@ packages:
optional: true
dependencies:
'@bcoe/v8-coverage': 0.2.3
- '@jest/console': 29.4.1
- '@jest/test-result': 29.4.1
- '@jest/transform': 29.4.1
- '@jest/types': 29.4.1
+ '@jest/console': 29.4.2
+ '@jest/test-result': 29.4.2
+ '@jest/transform': 29.4.2
+ '@jest/types': 29.4.2
'@jridgewell/trace-mapping': 0.3.17
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
chalk: 4.1.2
collect-v8-coverage: 1.0.1
exit: 0.1.2
@@ -1617,9 +1617,9 @@ packages:
istanbul-lib-report: 3.0.0
istanbul-lib-source-maps: 4.0.1
istanbul-reports: 3.1.5
- jest-message-util: 29.4.1
- jest-util: 29.4.1
- jest-worker: 29.4.1
+ jest-message-util: 29.4.2
+ jest-util: 29.4.2
+ jest-worker: 29.4.2
slash: 3.0.0
string-length: 4.0.2
strip-ansi: 6.0.1
@@ -1628,22 +1628,15 @@ packages:
- supports-color
dev: true
- /@jest/schemas/29.0.0:
- resolution: {integrity: sha512-3Ab5HgYIIAnS0HjqJHQYZS+zXc4tUmTmBH3z83ajI6afXp8X3ZtdLX+nXx+I7LNkJD7uN9LAVhgnjDgZa2z0kA==}
- engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- dependencies:
- '@sinclair/typebox': 0.24.51
- dev: true
-
- /@jest/schemas/29.4.0:
- resolution: {integrity: sha512-0E01f/gOZeNTG76i5eWWSupvSHaIINrTie7vCyjiYFKgzNdyEGd12BUv4oNBFHOqlHDbtoJi3HrQ38KCC90NsQ==}
+ /@jest/schemas/29.4.2:
+ resolution: {integrity: sha512-ZrGzGfh31NtdVH8tn0mgJw4khQuNHiKqdzJAFbCaERbyCP9tHlxWuL/mnMu8P7e/+k4puWjI1NOzi/sFsjce/g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@sinclair/typebox': 0.25.21
dev: true
- /@jest/source-map/29.2.0:
- resolution: {integrity: sha512-1NX9/7zzI0nqa6+kgpSdKPK+WU1p+SJk3TloWZf5MzPbxri9UEeXX5bWZAPCzbQcyuAzubcdUHA7hcNznmRqWQ==}
+ /@jest/source-map/29.4.2:
+ resolution: {integrity: sha512-tIoqV5ZNgYI9XCKXMqbYe5JbumcvyTgNN+V5QW4My033lanijvCD0D4PI9tBw4pRTqWOc00/7X3KVvUh+qnF4Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@jridgewell/trace-mapping': 0.3.17
@@ -1651,45 +1644,45 @@ packages:
graceful-fs: 4.2.10
dev: true
- /@jest/test-result/29.4.1:
- resolution: {integrity: sha512-WRt29Lwt+hEgfN8QDrXqXGgCTidq1rLyFqmZ4lmJOpVArC8daXrZWkWjiaijQvgd3aOUj2fM8INclKHsQW9YyQ==}
+ /@jest/test-result/29.4.2:
+ resolution: {integrity: sha512-HZsC3shhiHVvMtP+i55MGR5bPcc3obCFbA5bzIOb8pCjwBZf11cZliJncCgaVUbC5yoQNuGqCkC0Q3t6EItxZA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/console': 29.4.1
- '@jest/types': 29.4.1
+ '@jest/console': 29.4.2
+ '@jest/types': 29.4.2
'@types/istanbul-lib-coverage': 2.0.4
collect-v8-coverage: 1.0.1
dev: true
- /@jest/test-sequencer/29.4.1:
- resolution: {integrity: sha512-v5qLBNSsM0eHzWLXsQ5fiB65xi49A3ILPSFQKPXzGL4Vyux0DPZAIN7NAFJa9b4BiTDP9MBF/Zqc/QA1vuiJ0w==}
+ /@jest/test-sequencer/29.4.2:
+ resolution: {integrity: sha512-9Z2cVsD6CcObIVrWigHp2McRJhvCxL27xHtrZFgNC1RwnoSpDx6fZo8QYjJmziFlW9/hr78/3sxF54S8B6v8rg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/test-result': 29.4.1
+ '@jest/test-result': 29.4.2
graceful-fs: 4.2.10
- jest-haste-map: 29.4.1
+ jest-haste-map: 29.4.2
slash: 3.0.0
dev: true
- /@jest/transform/29.4.1:
- resolution: {integrity: sha512-5w6YJrVAtiAgr0phzKjYd83UPbCXsBRTeYI4BXokv9Er9CcrH9hfXL/crCvP2d2nGOcovPUnlYiLPFLZrkG5Hg==}
+ /@jest/transform/29.4.2:
+ resolution: {integrity: sha512-kf1v5iTJHn7p9RbOsBuc/lcwyPtJaZJt5885C98omWz79NIeD3PfoiiaPSu7JyCyFzNOIzKhmMhQLUhlTL9BvQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/core': 7.20.12
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
'@jridgewell/trace-mapping': 0.3.17
babel-plugin-istanbul: 6.1.1
chalk: 4.1.2
convert-source-map: 2.0.0
fast-json-stable-stringify: 2.1.0
graceful-fs: 4.2.10
- jest-haste-map: 29.4.1
- jest-regex-util: 29.2.0
- jest-util: 29.4.1
+ jest-haste-map: 29.4.2
+ jest-regex-util: 29.4.2
+ jest-util: 29.4.2
micromatch: 4.0.5
pirates: 4.0.5
slash: 3.0.0
- write-file-atomic: 5.0.0
+ write-file-atomic: 4.0.2
transitivePeerDependencies:
- supports-color
dev: true
@@ -1700,19 +1693,19 @@ packages:
dependencies:
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/yargs': 16.0.5
chalk: 4.1.2
dev: true
- /@jest/types/29.4.1:
- resolution: {integrity: sha512-zbrAXDUOnpJ+FMST2rV7QZOgec8rskg2zv8g2ajeqitp4tvZiyqTCYXANrKsM+ryj5o+LI+ZN2EgU9drrkiwSA==}
+ /@jest/types/29.4.2:
+ resolution: {integrity: sha512-CKlngyGP0fwlgC1BRUtPZSiWLBhyS9dKwKmyGxk8Z6M82LBEGB2aLQSg+U1MyLsU+M7UjnlLllBM2BLWKVm/Uw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/schemas': 29.4.0
+ '@jest/schemas': 29.4.2
'@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/yargs': 17.0.19
chalk: 4.1.2
dev: true
@@ -1846,8 +1839,8 @@ packages:
requiresBuild: true
optional: true
- /@nestjs/common/9.3.1_mnr6j2del53muneqly5h4y27ai:
- resolution: {integrity: sha512-T14G3xjIXmEkxMcHcwh/eJwodF2owhYIT0ZA8u6UCNCEQg+391TXA7xTynUuR5Fl2EJPYTKF0g89XSFOW7NS2Q==}
+ /@nestjs/common/9.3.7_mnr6j2del53muneqly5h4y27ai:
+ resolution: {integrity: sha512-7hwY2lIkmB+K8wPSP9T8auzKPSlO15Gzujl3/ZxLX9SBt6B7N5Niv5E+5AzOcfL+h2X8JGysMG620hiGbUsT9A==}
peerDependencies:
cache-manager: <=5
class-transformer: '*'
@@ -1865,12 +1858,12 @@ packages:
iterare: 1.2.1
reflect-metadata: 0.1.13
rxjs: 7.8.0
- tslib: 2.4.1
+ tslib: 2.5.0
uid: 2.0.1
dev: false
- /@nestjs/core/9.3.1_fipbdz7qhdiauthzsrt4bq6tsq:
- resolution: {integrity: sha512-hLVfImzHu1vdcViEhIRnm7x3EBk+YiV7XVTJNz6n2Ly8a6t7IFBoJkGrZkE8ZTytnfbJZO0Vtp54ZBllxx3MwA==}
+ /@nestjs/core/9.3.7_ojttuksvundfk3amlyo674va74:
+ resolution: {integrity: sha512-FXGVivZiujZl1aJF6jdPpg1XnLKp7kDhVGhWhJtnpv2IW/cz/YQHD2uMz/o+GZ9TCZxsGlxg79jbcuJITG11iQ==}
requiresBuild: true
peerDependencies:
'@nestjs/common': ^9.0.0
@@ -1887,22 +1880,21 @@ packages:
'@nestjs/websockets':
optional: true
dependencies:
- '@nestjs/common': 9.3.1_mnr6j2del53muneqly5h4y27ai
+ '@nestjs/common': 9.3.7_mnr6j2del53muneqly5h4y27ai
'@nuxtjs/opencollective': 0.3.2
fast-safe-stringify: 2.1.1
iterare: 1.2.1
- object-hash: 3.0.0
path-to-regexp: 3.2.0
reflect-metadata: 0.1.13
rxjs: 7.8.0
- tslib: 2.4.1
- uuid: 9.0.0
+ tslib: 2.5.0
+ uid: 2.0.1
transitivePeerDependencies:
- encoding
dev: false
- /@nestjs/testing/9.3.1_22j2lmearpmfr73ppsmjho62xq:
- resolution: {integrity: sha512-jjsmfd9h0E8bWTSWMm+QD1P8T8ElHufTJ2tDbi0q9U8JR5QoJ9KLcVTYZVPciXpwPxIiZ+qFEjrY1/irvPHDug==}
+ /@nestjs/testing/9.3.7_zmctrozi6xxh3beaccl6ebop6u:
+ resolution: {integrity: sha512-tNJuNYfDXMJzTgQXRwnQtLdd7PIIqrSsZ//TP/wnqPnbUpTkWMCSK5exWfPWvdyS8P3Fy2wy5hNj8Rvp9+KvYw==}
peerDependencies:
'@nestjs/common': ^9.0.0
'@nestjs/core': ^9.0.0
@@ -1914,9 +1906,9 @@ packages:
'@nestjs/platform-express':
optional: true
dependencies:
- '@nestjs/common': 9.3.1_mnr6j2del53muneqly5h4y27ai
- '@nestjs/core': 9.3.1_fipbdz7qhdiauthzsrt4bq6tsq
- tslib: 2.4.1
+ '@nestjs/common': 9.3.7_mnr6j2del53muneqly5h4y27ai
+ '@nestjs/core': 9.3.7_ojttuksvundfk3amlyo674va74
+ tslib: 2.5.0
dev: false
/@nodelib/fs.scandir/2.1.5:
@@ -2069,7 +2061,7 @@ packages:
- encoding
dev: true
- /@rollup/plugin-alias/4.0.3_rollup@3.12.1:
+ /@rollup/plugin-alias/4.0.3_rollup@3.14.0:
resolution: {integrity: sha512-ZuDWE1q4PQDhvm/zc5Prun8sBpLJy41DMptYrS6MhAy9s9kL/doN1613BWfEchGVfKxzliJ3BjbOPizXX38DbQ==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -2078,11 +2070,11 @@ packages:
rollup:
optional: true
dependencies:
- rollup: 3.12.1
+ rollup: 3.14.0
slash: 4.0.0
dev: false
- /@rollup/plugin-json/6.0.0_rollup@3.12.1:
+ /@rollup/plugin-json/6.0.0_rollup@3.14.0:
resolution: {integrity: sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -2091,11 +2083,11 @@ packages:
rollup:
optional: true
dependencies:
- '@rollup/pluginutils': 5.0.2_rollup@3.12.1
- rollup: 3.12.1
+ '@rollup/pluginutils': 5.0.2_rollup@3.14.0
+ rollup: 3.14.0
dev: false
- /@rollup/pluginutils/5.0.2_rollup@3.12.1:
+ /@rollup/pluginutils/5.0.2_rollup@3.14.0:
resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==}
engines: {node: '>=14.0.0'}
peerDependencies:
@@ -2107,7 +2099,7 @@ packages:
'@types/estree': 1.0.0
estree-walker: 2.0.2
picomatch: 2.3.1
- rollup: 3.12.1
+ rollup: 3.14.0
dev: false
/@sideway/address/4.1.4:
@@ -2124,10 +2116,6 @@ packages:
resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==}
dev: true
- /@sinclair/typebox/0.24.51:
- resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==}
- dev: true
-
/@sinclair/typebox/0.25.21:
resolution: {integrity: sha512-gFukHN4t8K4+wVC+ECqeqwzBDeFeTzBXroBTqE6vcWrQGbEUpHO7LYdG0f4xnvYq4VOEwITSlHlp0JBAIFMS/g==}
dev: true
@@ -2155,7 +2143,7 @@ packages:
resolution: {integrity: sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==}
dev: false
- /@swc/cli/0.1.61_5jdtwbnmkukfw2ny6dph7gfmoq:
+ /@swc/cli/0.1.61_nh7rjdlljrxbrljvydz3oxxjt4:
resolution: {integrity: sha512-HeYMJ+8gKfJzM9xgcZqTpAHJYAJVGSljBSmWRUx2B6UiGraLsLjEcqxITwi6/t6Af+QboBMiQX5Wwll89oPK7g==}
engines: {node: '>= 12.13'}
hasBin: true
@@ -2167,7 +2155,7 @@ packages:
optional: true
dependencies:
'@mole-inc/bin-wrapper': 8.0.1
- '@swc/core': 1.3.32
+ '@swc/core': 1.3.34
chokidar: 3.5.3
commander: 7.2.0
fast-glob: 3.2.12
@@ -2176,8 +2164,8 @@ packages:
source-map: 0.7.4
dev: true
- /@swc/core-darwin-arm64/1.3.32:
- resolution: {integrity: sha512-o19bhlxuUgjUElm6i+QhXgZ0vD6BebiB/gQpK3en5aAwhOvinwr4sah3GqFXsQzz/prKVDuMkj9SW6F/Ug5hgg==}
+ /@swc/core-darwin-arm64/1.3.34:
+ resolution: {integrity: sha512-m7+kybVLO9uo/TiGBlf/ISmpmm27I/NrFEBGOVBF2xNOs5BY1XHHM6ddbPPckQa38C19nWeAzdJPwGzJw+qO3A==}
engines: {node: '>=10'}
cpu: [arm64]
os: [darwin]
@@ -2185,8 +2173,8 @@ packages:
dev: true
optional: true
- /@swc/core-darwin-x64/1.3.32:
- resolution: {integrity: sha512-hVEGd+v5Afh+YekGADOGKwhuS4/AXk91nLuk7pmhWkk8ceQ1cfmah90kXjIXUlCe2G172MLRfHNWlZxr29E/Og==}
+ /@swc/core-darwin-x64/1.3.34:
+ resolution: {integrity: sha512-arH7LtcOhuC1wy88qgbCO/E5NnBThbxv9HhjScDfoUPRunyvT9whEvSK0eXCXxGvDAiAtXIrW3blIrteOsQaOQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [darwin]
@@ -2194,8 +2182,8 @@ packages:
dev: true
optional: true
- /@swc/core-linux-arm-gnueabihf/1.3.32:
- resolution: {integrity: sha512-5X01WqI9EbJ69oHAOGlI08YqvEIXMfT/mCJ1UWDQBb21xWRE2W1yFAAeuqOLtiagLrXjPv/UKQ0S2gyWQR5AXQ==}
+ /@swc/core-linux-arm-gnueabihf/1.3.34:
+ resolution: {integrity: sha512-+pvjXsXTBzSxEL3U9869y3Am/3yo6kQfU6VGVAebgLv+pjM+mIHywbgo1Uxw+pgpTuD38BsrtYcaPNeBICN/wA==}
engines: {node: '>=10'}
cpu: [arm]
os: [linux]
@@ -2203,8 +2191,8 @@ packages:
dev: true
optional: true
- /@swc/core-linux-arm64-gnu/1.3.32:
- resolution: {integrity: sha512-PTJ6oPiutkNBg+m22bUUPa4tNuMmsgpSnsnv2wnWVOgK0lhvQT6bAPTUXDq/8peVAgR/SlpP2Ht8TRRqYMRjRQ==}
+ /@swc/core-linux-arm64-gnu/1.3.34:
+ resolution: {integrity: sha512-hOV1n1j+mDAgp19J+aeAnW4itMTWbaPbSbhEvLsNbVB00LoL6q6pUkWvCi+UbrejV6BIyyE9t7F5fU26SdKR8A==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@@ -2212,8 +2200,8 @@ packages:
dev: true
optional: true
- /@swc/core-linux-arm64-musl/1.3.32:
- resolution: {integrity: sha512-lG0VOuYNPWOCJ99Aza69cTljjeft/wuRQeYFF8d+1xCQS/OT7gnbgi7BOz39uSHIPTBqfzdIsuvzdKlp9QydrQ==}
+ /@swc/core-linux-arm64-musl/1.3.34:
+ resolution: {integrity: sha512-r2/Hegp1DRSzG+kg36Tujdn+WX+gO/2wQpVj/g6RPxIPdjy53OOf+UwvJ23Ecn5ZbyJcgKhhTN6H6/ZNHQPqjQ==}
engines: {node: '>=10'}
cpu: [arm64]
os: [linux]
@@ -2221,8 +2209,8 @@ packages:
dev: true
optional: true
- /@swc/core-linux-x64-gnu/1.3.32:
- resolution: {integrity: sha512-ecqtSWX4NBrs7Ji2VX3fDWeqUfrbLlYqBuufAziCM27xMxwlAVgmyGQk4FYgoQ3SAUAu3XFH87+3Q7uWm2X7xg==}
+ /@swc/core-linux-x64-gnu/1.3.34:
+ resolution: {integrity: sha512-jPxxAo7XlAT7bdIi49PtYN/K1TAxvpVS7otteJLhThOPPTVblIDg63U94ivp3mVQJb3WFH4KNYatEXypyvXppQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@@ -2230,8 +2218,8 @@ packages:
dev: true
optional: true
- /@swc/core-linux-x64-musl/1.3.32:
- resolution: {integrity: sha512-rl3dMcUuENVkpk5NGW/LXovjK0+JFm4GWPjy4NM3Q5cPvhBpGwSeLZlR+zAw9K0fdGoIXiayRTTfENrQwwsH+g==}
+ /@swc/core-linux-x64-musl/1.3.34:
+ resolution: {integrity: sha512-eJaUuhvnNtcwpK9Mil4hZTSYZqG519gX5AQQ2VZOhrWBEBJi+jM0RXAvWdESsaXpS7W0CRtbmEXqeUff6UEgpQ==}
engines: {node: '>=10'}
cpu: [x64]
os: [linux]
@@ -2239,8 +2227,8 @@ packages:
dev: true
optional: true
- /@swc/core-win32-arm64-msvc/1.3.32:
- resolution: {integrity: sha512-VlybAZp8DcS66CH1LDnfp9zdwbPlnGXREtHDMHaBfK9+80AWVTg+zn0tCYz+HfcrRONqxbudwOUIPj+dwl/8jw==}
+ /@swc/core-win32-arm64-msvc/1.3.34:
+ resolution: {integrity: sha512-KFdeC5bXDcxIQ/1J5Pjj8BOblRFjh89TTJxujxAhKdoD1k0NV9BKEZACja2cTBz0hWD4cYlBX0cESVdL2rkm3w==}
engines: {node: '>=10'}
cpu: [arm64]
os: [win32]
@@ -2248,8 +2236,8 @@ packages:
dev: true
optional: true
- /@swc/core-win32-ia32-msvc/1.3.32:
- resolution: {integrity: sha512-MEUMdpUFIQ+RD+K/iHhHKfu0TFNj9VXwIxT5hmPeqyboKo095CoFEFBJ0sHG04IGlnu8T9i+uE2Pi18qUEbFug==}
+ /@swc/core-win32-ia32-msvc/1.3.34:
+ resolution: {integrity: sha512-MgWkAQDiWIHfJL5b5aoogenGIt3qcqBSvwLnDQqSWEhkodZjHyCWpQFuaa7Y6ER3pKUIZ5kR8O9aAkDmF39awQ==}
engines: {node: '>=10'}
cpu: [ia32]
os: [win32]
@@ -2257,8 +2245,8 @@ packages:
dev: true
optional: true
- /@swc/core-win32-x64-msvc/1.3.32:
- resolution: {integrity: sha512-DPMoneNFQco7SqmVVOUv1Vn53YmoImEfrAPMY9KrqQzgfzqNTuL2JvfxUqfAxwQ6pEKYAdyKJvZ483rIhgG9XQ==}
+ /@swc/core-win32-x64-msvc/1.3.34:
+ resolution: {integrity: sha512-UhaikgVRYBZZdMI7Zo4/eUyYLnjGrC6QAn9aggt1+PiFIM9tXpX8aONUL3LoLkhQhd+6iWygfQ298RRxjKAKuw==}
engines: {node: '>=10'}
cpu: [x64]
os: [win32]
@@ -2266,31 +2254,31 @@ packages:
dev: true
optional: true
- /@swc/core/1.3.32:
- resolution: {integrity: sha512-Yx/n1j+uUkcqlJAW8IRg8Qymgkdow6NHJZPFShiR0YiaYq2sXY+JHmvh16O6GkL91Y+gTlDUS7uVgDz50czJUQ==}
+ /@swc/core/1.3.34:
+ resolution: {integrity: sha512-kaOCGRpciMEs2FpCUFaPJSNHgggFteOGZToM88uL5k/CEy0nU/6wzl8kUO5J+rI/8/8vN7qyhM1Ajhyj3WCSsw==}
engines: {node: '>=10'}
requiresBuild: true
optionalDependencies:
- '@swc/core-darwin-arm64': 1.3.32
- '@swc/core-darwin-x64': 1.3.32
- '@swc/core-linux-arm-gnueabihf': 1.3.32
- '@swc/core-linux-arm64-gnu': 1.3.32
- '@swc/core-linux-arm64-musl': 1.3.32
- '@swc/core-linux-x64-gnu': 1.3.32
- '@swc/core-linux-x64-musl': 1.3.32
- '@swc/core-win32-arm64-msvc': 1.3.32
- '@swc/core-win32-ia32-msvc': 1.3.32
- '@swc/core-win32-x64-msvc': 1.3.32
+ '@swc/core-darwin-arm64': 1.3.34
+ '@swc/core-darwin-x64': 1.3.34
+ '@swc/core-linux-arm-gnueabihf': 1.3.34
+ '@swc/core-linux-arm64-gnu': 1.3.34
+ '@swc/core-linux-arm64-musl': 1.3.34
+ '@swc/core-linux-x64-gnu': 1.3.34
+ '@swc/core-linux-x64-musl': 1.3.34
+ '@swc/core-win32-arm64-msvc': 1.3.34
+ '@swc/core-win32-ia32-msvc': 1.3.34
+ '@swc/core-win32-x64-msvc': 1.3.34
dev: true
- /@swc/jest/0.2.24_@swc+core@1.3.32:
+ /@swc/jest/0.2.24_@swc+core@1.3.34:
resolution: {integrity: sha512-fwgxQbM1wXzyKzl1+IW0aGrRvAA8k0Y3NxFhKigbPjOJ4mCKnWEcNX9HQS3gshflcxq8YKhadabGUVfdwjCr6Q==}
engines: {npm: '>= 7.0.0'}
peerDependencies:
'@swc/core': '*'
dependencies:
'@jest/create-cache-key-function': 27.5.1
- '@swc/core': 1.3.32
+ '@swc/core': 1.3.34
jsonc-parser: 3.2.0
dev: true
@@ -2316,14 +2304,14 @@ packages:
defer-to-connect: 2.0.1
dev: false
- /@tabler/icons-webfont/2.1.2:
- resolution: {integrity: sha512-UoLIUeaZSDH4ORAbxvt/jO3RZ4AjaNV/qw7LXMWmEfsDUY3teaB4xrwW1WkyMqMU1HjkX5dR1z7P8Ajxxucjyw==}
+ /@tabler/icons-webfont/2.2.0:
+ resolution: {integrity: sha512-rAok1gpbi3XzsgyXGAg1jNueXm1L5YGR2ab0RWMR8T8W8x6Kl2IlCOPZ5mHTJoac+2BA3s9dAPRsMM47nfPMYw==}
dependencies:
- '@tabler/icons': 2.1.2
+ '@tabler/icons': 2.2.0
dev: false
- /@tabler/icons/2.1.2:
- resolution: {integrity: sha512-+CPB+BSqVDP4+/d+cHSaGwG460C3sob7EJkQ+ZS8xV6bRER64OsCP92O7M+uYBhJFDWuf6poCeSETNZNcFa2nA==}
+ /@tabler/icons/2.2.0:
+ resolution: {integrity: sha512-s2mm+7JqmLObKdU89Dtiy+USmUpOlACsoXZZPykjAJZC4pK3wMYxLsclJxViWLeLTb6Bc0oga92V7R+9nrj1ZQ==}
dev: false
/@tensorflow/tfjs-backend-cpu/4.2.0_tkoh6rxfpzme3tc2ndqbqcrg7y:
@@ -2450,7 +2438,7 @@ packages:
/@types/accepts/1.3.5:
resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/archiver/5.3.1:
@@ -2496,7 +2484,7 @@ packages:
resolution: {integrity: sha512-RkYW8K2H3J76HT6twmHYbzJ0GtLDDotpLP9ah9gtiA7zfF6peBH1l5fEiK0oeIZ3/642M7Jcb9sPmor8Vf4w6g==}
deprecated: This is a stub types definition. bull provides its own type definitions, so you do not need this installed.
dependencies:
- bull: 4.10.2
+ bull: 4.10.3
transitivePeerDependencies:
- supports-color
dev: true
@@ -2506,7 +2494,7 @@ packages:
dependencies:
'@types/http-cache-semantics': 4.0.1
'@types/keyv': 3.1.4
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/responselike': 1.0.0
/@types/cbor/6.0.0:
@@ -2548,34 +2536,34 @@ packages:
/@types/fluent-ffmpeg/2.1.20:
resolution: {integrity: sha512-B+OvhCdJ3LgEq2PhvWNOiB/EfwnXLElfMCgc4Z1K5zXgSfo9I6uGKwR/lqmNPFQuebNnes7re3gqkV77SyypLg==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/glob-stream/6.1.1:
resolution: {integrity: sha512-AGOUTsTdbPkRS0qDeyeS+6KypmfVpbT5j23SN8UPG63qjKXNKjXn6V9wZUr8Fin0m9l8oGYaPK8b2WUMF8xI1A==}
dependencies:
'@types/glob': 8.0.1
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/glob/8.0.0:
resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==}
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/glob/8.0.1:
resolution: {integrity: sha512-8bVUjXZvJacUFkJXHdyZ9iH1Eaj5V7I8c4NdH5sQJsdXkqT4CA5Dhb4yb4VE/3asyx4L9ayZr1NIhTsWHczmMw==}
dependencies:
'@types/minimatch': 5.1.2
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/graceful-fs/4.1.6:
resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/gulp-rename/2.0.1:
@@ -2599,7 +2587,7 @@ packages:
/@types/ioredis/4.28.10:
resolution: {integrity: sha512-69LyhUgrXdgcNDv7ogs1qXZomnfOEnSmrmMFqKgt1XMJxmoOSG/u3wYy13yACIfKuMJ8IhKgHafDO3sx19zVQQ==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/istanbul-lib-coverage/2.0.4:
@@ -2629,10 +2617,10 @@ packages:
resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==}
dev: true
- /@types/jsdom/20.0.1:
- resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==}
+ /@types/jsdom/21.1.0:
+ resolution: {integrity: sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/tough-cookie': 4.0.2
parse5: 7.1.2
dev: true
@@ -2656,7 +2644,7 @@ packages:
/@types/keyv/3.1.4:
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
/@types/long/4.0.2:
resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==}
@@ -2677,7 +2665,7 @@ packages:
/@types/node-fetch/2.6.2:
resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
form-data: 3.0.1
dev: false
@@ -2695,16 +2683,19 @@ packages:
/@types/node/18.11.18:
resolution: {integrity: sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==}
+ /@types/node/18.13.0:
+ resolution: {integrity: sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==}
+
/@types/nodemailer/6.4.7:
resolution: {integrity: sha512-f5qCBGAn/f0qtRcd4SEn88c8Fp3Swct1731X4ryPKqS61/A3LmmzN8zaEz7hneJvpjFbUUgY7lru/B/7ODTazg==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/oauth/0.9.1:
resolution: {integrity: sha512-a1iY62/a3yhZ7qH7cNUsxoI3U/0Fe9+RnuFrpTKr+0WVOzbKlSLojShCKe20aOD1Sppv+i8Zlq0pLDuTJnwS4A==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/offscreencanvas/2019.3.0:
@@ -2718,7 +2709,7 @@ packages:
/@types/pg/8.6.6:
resolution: {integrity: sha512-O2xNmXebtwVekJDD+02udOncjVcMZQuTEQEMpKJ0ZRf5E7/9JJX3izhKUcUifBkyKpljyUM6BTgy2trmviKlpw==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
pg-protocol: 1.5.0
pg-types: 2.2.0
dev: true
@@ -2738,7 +2729,7 @@ packages:
/@types/qrcode/1.5.0:
resolution: {integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/random-seed/0.3.3:
@@ -2763,7 +2754,7 @@ packages:
/@types/responselike/1.0.0:
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
/@types/sanitize-html/2.8.0:
resolution: {integrity: sha512-Uih6caOm3DsBYnVGOYn0A9NoTNe1c4aPStmHC/YA2JrpP9kx//jzaRcIklFvSpvVQEcpl/ZCr4DgISSf/YxTvg==}
@@ -2783,14 +2774,14 @@ packages:
resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
dev: true
- /@types/serviceworker/0.0.61:
- resolution: {integrity: sha512-j/FCintE+6dLM4Wyej1OMTPJy8rBHOmZ9O4XgEy9OQ4B7SfAHwWEZQQk/PXuBl/tFyE+r87eOm+x+wQiiiHIag==}
+ /@types/serviceworker/0.0.62:
+ resolution: {integrity: sha512-DVoelQjcHaPshqyg0duirwuuaZ/teG4E3QGiQXbzso8akd12VRtgGYCao8viRFXHVLJOlo/Elh1nfbMsRQJXVA==}
dev: true
/@types/sharp/0.31.1:
resolution: {integrity: sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/sinonjs__fake-timers/8.1.1:
@@ -2808,7 +2799,7 @@ packages:
/@types/speakeasy/2.0.7:
resolution: {integrity: sha512-JEcOhN2SQCoX86ZfiZEe8px84sVJtivBXMZfOVyARTYEj0hrwwbj1nF0FwEL3nJSoEV6uTbcdLllMKBgAYHWCQ==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/stack-utils/2.0.1:
@@ -2838,7 +2829,7 @@ packages:
/@types/undertaker/1.2.8:
resolution: {integrity: sha512-gW3PRqCHYpo45XFQHJBhch7L6hytPsIe0QeLujlnFsjHPnXLhJcPdN6a9368d7aIQgH2I/dUTPFBlGeSNA3qOg==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/undertaker-registry': 1.0.1
async-done: 1.3.2
dev: true
@@ -2846,7 +2837,7 @@ packages:
/@types/unzipper/0.10.5:
resolution: {integrity: sha512-NrLJb29AdnBARpg9S/4ktfPEisbJ0AvaaAr3j7Q1tg8AgcEUsq2HqbNzvgLRoWyRtjzeLEv7vuL39u1mrNIyNA==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/uuid/9.0.0:
@@ -2856,14 +2847,14 @@ packages:
/@types/vary/1.1.0:
resolution: {integrity: sha512-LQWqrIa0dvEOOH37lGksMEXbypRLUFqu6Gx0pmX7zIUisD2I/qaVgEX/vJ/PSVSW0Hk6yz1BNkFpqg6dZm3Wug==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/vinyl-fs/2.4.12:
resolution: {integrity: sha512-LgBpYIWuuGsihnlF+OOWWz4ovwCYlT03gd3DuLwex50cYZLmX3yrW+sFF9ndtmh7zcZpS6Ri47PrIu+fV+sbXw==}
dependencies:
'@types/glob-stream': 6.1.1
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
'@types/vinyl': 2.0.7
dev: true
@@ -2871,12 +2862,12 @@ packages:
resolution: {integrity: sha512-4UqPv+2567NhMQuMLdKAyK4yzrfCqwaTt6bLhHEs8PFcxbHILsrxaY63n4wgE/BRLDWDQeI+WcTmkXKExh9hQg==}
dependencies:
'@types/expect': 1.20.4
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
/@types/web-push/3.3.2:
resolution: {integrity: sha512-JxWGVL/m7mWTIg4mRYO+A6s0jPmBkr4iJr39DqJpRJAc+jrPiEe1/asmkwerzRon8ZZDxaZJpsxpv0Z18Wo9gw==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/webgl-ext/0.0.30:
@@ -2886,13 +2877,13 @@ packages:
/@types/websocket/1.0.5:
resolution: {integrity: sha512-NbsqiNX9CnEfC1Z0Vf4mE1SgAJ07JnRYcNex7AJ9zAVzmiGHmjKFEk7O4TJIsgv2B1sLEb6owKFZrACwdYngsQ==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/ws/8.5.4:
resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==}
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
/@types/yargs-parser/21.0.0:
@@ -2915,12 +2906,12 @@ packages:
resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==}
requiresBuild: true
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
dev: true
optional: true
- /@typescript-eslint/eslint-plugin/5.50.0_go4drrxstycfikanvu45pi4vgq:
- resolution: {integrity: sha512-vwksQWSFZiUhgq3Kv7o1Jcj0DUNylwnIlGvKvLLYsq8pAWha6/WCnXUeaSoNNha/K7QSf2+jvmkxggC1u3pIwQ==}
+ /@typescript-eslint/eslint-plugin/5.51.0_b635kmla6dsb4frxfihkw4m47e:
+ resolution: {integrity: sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -2930,10 +2921,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
- '@typescript-eslint/scope-manager': 5.50.0
- '@typescript-eslint/type-utils': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
- '@typescript-eslint/utils': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/scope-manager': 5.51.0
+ '@typescript-eslint/type-utils': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/utils': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
debug: 4.3.4
eslint: 8.33.0
grapheme-splitter: 1.0.4
@@ -2947,8 +2938,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser/5.50.0_4vsywjlpuriuw3tl5oq6zy5a64:
- resolution: {integrity: sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==}
+ /@typescript-eslint/parser/5.51.0_4vsywjlpuriuw3tl5oq6zy5a64:
+ resolution: {integrity: sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -2957,9 +2948,9 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 5.50.0
- '@typescript-eslint/types': 5.50.0
- '@typescript-eslint/typescript-estree': 5.50.0_typescript@4.9.5
+ '@typescript-eslint/scope-manager': 5.51.0
+ '@typescript-eslint/types': 5.51.0
+ '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
debug: 4.3.4
eslint: 8.33.0
typescript: 4.9.5
@@ -2967,16 +2958,16 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/scope-manager/5.50.0:
- resolution: {integrity: sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==}
+ /@typescript-eslint/scope-manager/5.51.0:
+ resolution: {integrity: sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.50.0
- '@typescript-eslint/visitor-keys': 5.50.0
+ '@typescript-eslint/types': 5.51.0
+ '@typescript-eslint/visitor-keys': 5.51.0
dev: true
- /@typescript-eslint/type-utils/5.50.0_4vsywjlpuriuw3tl5oq6zy5a64:
- resolution: {integrity: sha512-dcnXfZ6OGrNCO7E5UY/i0ktHb7Yx1fV6fnQGGrlnfDhilcs6n19eIRcvLBqx6OQkrPaFlDPk3OJ0WlzQfrV0bQ==}
+ /@typescript-eslint/type-utils/5.51.0_4vsywjlpuriuw3tl5oq6zy5a64:
+ resolution: {integrity: sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -2985,8 +2976,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/typescript-estree': 5.50.0_typescript@4.9.5
- '@typescript-eslint/utils': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
+ '@typescript-eslint/utils': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
debug: 4.3.4
eslint: 8.33.0
tsutils: 3.21.0_typescript@4.9.5
@@ -2995,13 +2986,13 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/types/5.50.0:
- resolution: {integrity: sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==}
+ /@typescript-eslint/types/5.51.0:
+ resolution: {integrity: sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
- /@typescript-eslint/typescript-estree/5.50.0_typescript@4.9.5:
- resolution: {integrity: sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==}
+ /@typescript-eslint/typescript-estree/5.51.0_typescript@4.9.5:
+ resolution: {integrity: sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -3009,8 +3000,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 5.50.0
- '@typescript-eslint/visitor-keys': 5.50.0
+ '@typescript-eslint/types': 5.51.0
+ '@typescript-eslint/visitor-keys': 5.51.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -3021,17 +3012,17 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/utils/5.50.0_4vsywjlpuriuw3tl5oq6zy5a64:
- resolution: {integrity: sha512-v/AnUFImmh8G4PH0NDkf6wA8hujNNcrwtecqW4vtQ1UOSNBaZl49zP1SHoZ/06e+UiwzHpgb5zP5+hwlYYWYAw==}
+ /@typescript-eslint/utils/5.51.0_4vsywjlpuriuw3tl5oq6zy5a64:
+ resolution: {integrity: sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.11
'@types/semver': 7.3.13
- '@typescript-eslint/scope-manager': 5.50.0
- '@typescript-eslint/types': 5.50.0
- '@typescript-eslint/typescript-estree': 5.50.0_typescript@4.9.5
+ '@typescript-eslint/scope-manager': 5.51.0
+ '@typescript-eslint/types': 5.51.0
+ '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
eslint: 8.33.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.33.0
@@ -3041,11 +3032,11 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys/5.50.0:
- resolution: {integrity: sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==}
+ /@typescript-eslint/visitor-keys/5.51.0:
+ resolution: {integrity: sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
- '@typescript-eslint/types': 5.50.0
+ '@typescript-eslint/types': 5.51.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -3056,7 +3047,7 @@ packages:
vite: ^4.0.0
vue: ^3.2.25
dependencies:
- vite: 4.1.1_f5vcjb3akvjdur4ffzogu2hewu
+ vite: 4.1.1_gyrp4zacqcjjrmgvdzgac5epyy
vue: 3.2.47
dev: false
@@ -3739,17 +3730,17 @@ packages:
- debug
dev: true
- /babel-jest/29.4.1_@babel+core@7.20.12:
- resolution: {integrity: sha512-xBZa/pLSsF/1sNpkgsiT3CmY7zV1kAsZ9OxxtrFqYucnOuRftXAfcJqcDVyOPeN4lttWTwhLdu0T9f8uvoPEUg==}
+ /babel-jest/29.4.2_@babel+core@7.20.12:
+ resolution: {integrity: sha512-vcghSqhtowXPG84posYkkkzcZsdayFkubUgbE3/1tuGbX7AQtwCkkNA/wIbB0BMjuCPoqTkiDyKN7Ty7d3uwNQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@babel/core': ^7.8.0
dependencies:
'@babel/core': 7.20.12
- '@jest/transform': 29.4.1
+ '@jest/transform': 29.4.2
'@types/babel__core': 7.1.20
babel-plugin-istanbul: 6.1.1
- babel-preset-jest: 29.4.0_@babel+core@7.20.12
+ babel-preset-jest: 29.4.2_@babel+core@7.20.12
chalk: 4.1.2
graceful-fs: 4.2.10
slash: 3.0.0
@@ -3770,8 +3761,8 @@ packages:
- supports-color
dev: true
- /babel-plugin-jest-hoist/29.4.0:
- resolution: {integrity: sha512-a/sZRLQJEmsmejQ2rPEUe35nO1+C9dc9O1gplH1SXmJxveQSRUYdBk8yGZG/VOUuZs1u2aHZJusEGoRMbhhwCg==}
+ /babel-plugin-jest-hoist/29.4.2:
+ resolution: {integrity: sha512-5HZRCfMeWypFEonRbEkwWXtNS1sQK159LhRVyRuLzyfVBxDy/34Tr/rg4YVi0SScSJ4fqeaR/OIeceJ/LaQ0pQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/template': 7.20.7
@@ -3800,14 +3791,14 @@ packages:
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.12
dev: true
- /babel-preset-jest/29.4.0_@babel+core@7.20.12:
- resolution: {integrity: sha512-fUB9vZflUSM3dO/6M2TCAepTzvA4VkOvl67PjErcrQMGt9Eve7uazaeyCZ2th3UtI7ljpiBJES0F7A1vBRsLZA==}
+ /babel-preset-jest/29.4.2_@babel+core@7.20.12:
+ resolution: {integrity: sha512-ecWdaLY/8JyfUDr0oELBMpj3R5I1L6ZqG+kRJmwqfHtLWuPrJStR0LUkvUhfykJWTsXXMnohsayN/twltBbDrQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.20.12
- babel-plugin-jest-hoist: 29.4.0
+ babel-plugin-jest-hoist: 29.4.2
babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12
dev: true
@@ -4076,8 +4067,8 @@ packages:
node-gyp-build: 4.6.0
dev: false
- /bull/4.10.2:
- resolution: {integrity: sha512-xa65xtWjQsLqYU/eNaXxq9VRG8xd6qNsQEjR7yjYuae05xKrzbVMVj2QgrYsTMmSs/vsqJjHqHSRRiW1+IkGXQ==}
+ /bull/4.10.3:
+ resolution: {integrity: sha512-pp403srpkn9tYi7Z3Mu0sozehZ7rEEFGNJnN+nLxQwml6MySzefC9bPeCYedZoCkXdZ6VbIB8uNkMZg+hN/dAg==}
engines: {node: '>=12'}
dependencies:
cron-parser: 4.7.1
@@ -4086,7 +4077,6 @@ packages:
ioredis: 5.2.4
lodash: 4.17.21
msgpackr: 1.8.1
- p-timeout: 3.2.0
semver: 7.3.8
uuid: 8.3.2
transitivePeerDependencies:
@@ -4107,7 +4097,7 @@ packages:
'@npmcli/move-file': 2.0.1
chownr: 2.0.0
fs-minipass: 2.1.0
- glob: 8.0.3
+ glob: 8.1.0
infer-owner: 1.0.4
lru-cache: 7.14.1
minipass: 3.3.6
@@ -4323,8 +4313,8 @@ packages:
date-fns: 2.29.3
dev: false
- /chartjs-chart-matrix/1.3.0_chart.js@4.2.0:
- resolution: {integrity: sha512-oPmyxY60tJDBFbnhXcmcJujs+F1a2uMvb9HOhSeV2/5k8L9LApWtyRJzwNWawMl8vDbWdhAfobq06b4AcdwE3Q==}
+ /chartjs-chart-matrix/2.0.1_chart.js@4.2.0:
+ resolution: {integrity: sha512-BGfeY+/PHnITyDlc7WfnKJ1RyOfgOzIqWp/gxzzl7pUjyoGzHDcw51qd2xJF9gdT9Def7ZwOnOMm8GJUXDxI0w==}
peerDependencies:
chart.js: '>=3.0.0'
dependencies:
@@ -5243,8 +5233,8 @@ packages:
engines: {node: '>=8'}
dev: true
- /diff-sequences/29.3.1:
- resolution: {integrity: sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==}
+ /diff-sequences/29.4.2:
+ resolution: {integrity: sha512-R6P0Y6PrsH3n4hUXxL3nns0rbRk6Q33js3ygJBeEpbzLzgcNuJ61+u0RXasFpTKISw99TxUzFnumSnRLsjhLaw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dev: true
@@ -5844,7 +5834,7 @@ packages:
- supports-color
dev: true
- /eslint-module-utils/2.7.4_ypqpzq5szckeh62pb722iz7nn4:
+ /eslint-module-utils/2.7.4_fwto6vsnn2m6f5yglaeo6vhd5y:
resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
engines: {node: '>=4'}
peerDependencies:
@@ -5865,7 +5855,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
debug: 3.2.7
eslint: 8.33.0
eslint-import-resolver-node: 0.3.7
@@ -5873,7 +5863,7 @@ packages:
- supports-color
dev: true
- /eslint-plugin-import/2.27.5_ufewo3pl5nnmz6lltvjrdi2hii:
+ /eslint-plugin-import/2.27.5_yzj2n2b43wonjwaifya6xmk2zy:
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'}
peerDependencies:
@@ -5883,7 +5873,7 @@ packages:
'@typescript-eslint/parser':
optional: true
dependencies:
- '@typescript-eslint/parser': 5.50.0_4vsywjlpuriuw3tl5oq6zy5a64
+ '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
array-includes: 3.1.6
array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1
@@ -5891,7 +5881,7 @@ packages:
doctrine: 2.1.0
eslint: 8.33.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.7.4_ypqpzq5szckeh62pb722iz7nn4
+ eslint-module-utils: 2.7.4_fwto6vsnn2m6f5yglaeo6vhd5y
has: 1.0.3
is-core-module: 2.11.0
is-glob: 4.0.3
@@ -6201,18 +6191,18 @@ packages:
jest-get-type: 29.2.0
jest-matcher-utils: 29.3.1
jest-message-util: 29.3.1
- jest-util: 29.4.1
+ jest-util: 29.4.2
dev: true
- /expect/29.4.1:
- resolution: {integrity: sha512-OKrGESHOaMxK3b6zxIq9SOW8kEXztKff/Dvg88j4xIJxur1hspEbedVkR3GpHe5LO+WB2Qw7OWN0RMTdp6as5A==}
+ /expect/29.4.2:
+ resolution: {integrity: sha512-+JHYg9O3hd3RlICG90OPVjRkPBoiUH7PxvDVMnRiaq1g6JUgZStX514erMl0v2Dc5SkfVbm7ztqbd6qHHPn+mQ==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/expect-utils': 29.4.1
- jest-get-type: 29.2.0
- jest-matcher-utils: 29.4.1
- jest-message-util: 29.4.1
- jest-util: 29.4.1
+ '@jest/expect-utils': 29.4.2
+ jest-get-type: 29.4.2
+ jest-matcher-utils: 29.4.2
+ jest-message-util: 29.4.2
+ jest-util: 29.4.2
dev: true
/ext-list/2.2.2:
@@ -6973,6 +6963,17 @@ packages:
once: 1.4.0
dev: false
+ /glob/8.1.0:
+ resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==}
+ engines: {node: '>=12'}
+ dependencies:
+ fs.realpath: 1.0.0
+ inflight: 1.0.6
+ inherits: 2.0.4
+ minimatch: 5.1.2
+ once: 1.4.0
+ dev: false
+
/global-dirs/3.0.1:
resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==}
engines: {node: '>=10'}
@@ -8127,43 +8128,43 @@ packages:
minimatch: 3.1.2
dev: false
- /jest-changed-files/29.4.0:
- resolution: {integrity: sha512-rnI1oPxgFghoz32Y8eZsGJMjW54UlqT17ycQeCEktcxxwqqKdlj9afl8LNeO0Pbu+h2JQHThQP0BzS67eTRx4w==}
+ /jest-changed-files/29.4.2:
+ resolution: {integrity: sha512-Qdd+AXdqD16PQa+VsWJpxR3kN0JyOCX1iugQfx5nUgAsI4gwsKviXkpclxOK9ZnwaY2IQVHz+771eAvqeOlfuw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
execa: 5.1.1
p-limit: 3.1.0
dev: true
- /jest-circus/29.4.1:
- resolution: {integrity: sha512-v02NuL5crMNY4CGPHBEflLzl4v91NFb85a+dH9a1pUNx6Xjggrd8l9pPy4LZ1VYNRXlb+f65+7O/MSIbLir6pA==}
+ /jest-circus/29.4.2:
+ resolution: {integrity: sha512-wW3ztp6a2P5c1yOc1Cfrt5ozJ7neWmqeXm/4SYiqcSriyisgq63bwFj1NuRdSR5iqS0CMEYwSZd89ZA47W9zUg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/environment': 29.4.1
- '@jest/expect': 29.4.1
- '@jest/test-result': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/environment': 29.4.2
+ '@jest/expect': 29.4.2
+ '@jest/test-result': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
chalk: 4.1.2
co: 4.6.0
dedent: 0.7.0
is-generator-fn: 2.1.0
- jest-each: 29.4.1
- jest-matcher-utils: 29.4.1
- jest-message-util: 29.4.1
- jest-runtime: 29.4.1
- jest-snapshot: 29.4.1
- jest-util: 29.4.1
+ jest-each: 29.4.2
+ jest-matcher-utils: 29.4.2
+ jest-message-util: 29.4.2
+ jest-runtime: 29.4.2
+ jest-snapshot: 29.4.2
+ jest-util: 29.4.2
p-limit: 3.1.0
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
slash: 3.0.0
stack-utils: 2.0.6
transitivePeerDependencies:
- supports-color
dev: true
- /jest-cli/29.4.1_@types+node@18.11.18:
- resolution: {integrity: sha512-jz7GDIhtxQ37M+9dlbv5K+/FVcIo1O/b1sX3cJgzlQUf/3VG25nvuWzlDC4F1FLLzUThJeWLu8I7JF9eWpuURQ==}
+ /jest-cli/29.4.2_@types+node@18.13.0:
+ resolution: {integrity: sha512-b+eGUtXq/K2v7SH3QcJvFvaUaCDS1/YAZBYz0m28Q/Ppyr+1qNaHmVYikOrbHVbZqYQs2IeI3p76uy6BWbXq8Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
peerDependencies:
@@ -8172,16 +8173,16 @@ packages:
node-notifier:
optional: true
dependencies:
- '@jest/core': 29.4.1
- '@jest/test-result': 29.4.1
- '@jest/types': 29.4.1
+ '@jest/core': 29.4.2
+ '@jest/test-result': 29.4.2
+ '@jest/types': 29.4.2
chalk: 4.1.2
exit: 0.1.2
graceful-fs: 4.2.10
import-local: 3.1.0
- jest-config: 29.4.1_@types+node@18.11.18
- jest-util: 29.4.1
- jest-validate: 29.4.1
+ jest-config: 29.4.2_@types+node@18.13.0
+ jest-util: 29.4.2
+ jest-validate: 29.4.2
prompts: 2.4.2
yargs: 17.6.2
transitivePeerDependencies:
@@ -8190,8 +8191,8 @@ packages:
- ts-node
dev: true
- /jest-config/29.4.1_@types+node@18.11.18:
- resolution: {integrity: sha512-g7p3q4NuXiM4hrS4XFATTkd+2z0Ml2RhFmFPM8c3WyKwVDNszbl4E7cV7WIx1YZeqqCtqbtTtZhGZWJlJqngzg==}
+ /jest-config/29.4.2_@types+node@18.13.0:
+ resolution: {integrity: sha512-919CtnXic52YM0zW4C1QxjG6aNueX1kBGthuMtvFtRTAxhKfJmiXC9qwHmi6o2josjbDz8QlWyY55F1SIVmCWA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies:
'@types/node': '*'
@@ -8203,80 +8204,70 @@ packages:
optional: true
dependencies:
'@babel/core': 7.20.12
- '@jest/test-sequencer': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
- babel-jest: 29.4.1_@babel+core@7.20.12
+ '@jest/test-sequencer': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
+ babel-jest: 29.4.2_@babel+core@7.20.12
chalk: 4.1.2
ci-info: 3.7.1
deepmerge: 4.2.2
glob: 7.2.3
graceful-fs: 4.2.10
- jest-circus: 29.4.1
- jest-environment-node: 29.4.1
- jest-get-type: 29.2.0
- jest-regex-util: 29.2.0
- jest-resolve: 29.4.1
- jest-runner: 29.4.1
- jest-util: 29.4.1
- jest-validate: 29.4.1
+ jest-circus: 29.4.2
+ jest-environment-node: 29.4.2
+ jest-get-type: 29.4.2
+ jest-regex-util: 29.4.2
+ jest-resolve: 29.4.2
+ jest-runner: 29.4.2
+ jest-util: 29.4.2
+ jest-validate: 29.4.2
micromatch: 4.0.5
parse-json: 5.2.0
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
slash: 3.0.0
strip-json-comments: 3.1.1
transitivePeerDependencies:
- supports-color
dev: true
- /jest-diff/29.3.1:
- resolution: {integrity: sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==}
+ /jest-diff/29.4.2:
+ resolution: {integrity: sha512-EK8DSajVtnjx9sa1BkjZq3mqChm2Cd8rIzdXkQMA8e0wuXq53ypz6s5o5V8HRZkoEt2ywJ3eeNWFKWeYr8HK4g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.2
- diff-sequences: 29.3.1
- jest-get-type: 29.2.0
- pretty-format: 29.4.1
+ diff-sequences: 29.4.2
+ jest-get-type: 29.4.2
+ pretty-format: 29.4.2
dev: true
- /jest-diff/29.4.1:
- resolution: {integrity: sha512-uazdl2g331iY56CEyfbNA0Ut7Mn2ulAG5vUaEHXycf1L6IPyuImIxSz4F0VYBKi7LYIuxOwTZzK3wh5jHzASMw==}
- engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
- dependencies:
- chalk: 4.1.2
- diff-sequences: 29.3.1
- jest-get-type: 29.2.0
- pretty-format: 29.4.1
- dev: true
-
- /jest-docblock/29.2.0:
- resolution: {integrity: sha512-bkxUsxTgWQGbXV5IENmfiIuqZhJcyvF7tU4zJ/7ioTutdz4ToB5Yx6JOFBpgI+TphRY4lhOyCWGNH/QFQh5T6A==}
+ /jest-docblock/29.4.2:
+ resolution: {integrity: sha512-dV2JdahgClL34Y5vLrAHde3nF3yo2jKRH+GIYJuCpfqwEJZcikzeafVTGAjbOfKPG17ez9iWXwUYp7yefeCRag==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
detect-newline: 3.1.0
dev: true
- /jest-each/29.4.1:
- resolution: {integrity: sha512-QlYFiX3llJMWUV0BtWht/esGEz9w+0i7BHwODKCze7YzZzizgExB9MOfiivF/vVT0GSQ8wXLhvHXh3x2fVD4QQ==}
+ /jest-each/29.4.2:
+ resolution: {integrity: sha512-trvKZb0JYiCndc55V1Yh0Luqi7AsAdDWpV+mKT/5vkpnnFQfuQACV72IoRV161aAr6kAVIBpmYzwhBzm34vQkA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
chalk: 4.1.2
- jest-get-type: 29.2.0
- jest-util: 29.4.1
- pretty-format: 29.4.1
+ jest-get-type: 29.4.2
+ jest-util: 29.4.2
+ pretty-format: 29.4.2
dev: true
- /jest-environment-node/29.4.1:
- resolution: {integrity: sha512-x/H2kdVgxSkxWAIlIh9MfMuBa0hZySmfsC5lCsWmWr6tZySP44ediRKDUiNggX/eHLH7Cd5ZN10Rw+XF5tXsqg==}
+ /jest-environment-node/29.4.2:
+ resolution: {integrity: sha512-MLPrqUcOnNBc8zTOfqBbxtoa8/Ee8tZ7UFW7hRDQSUT+NGsvS96wlbHGTf+EFAT9KC3VNb7fWEM6oyvmxtE/9w==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/environment': 29.4.1
- '@jest/fake-timers': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
- jest-mock: 29.4.1
- jest-util: 29.4.1
+ '@jest/environment': 29.4.2
+ '@jest/fake-timers': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
+ jest-mock: 29.4.2
+ jest-util: 29.4.2
dev: true
/jest-get-type/29.2.0:
@@ -8284,31 +8275,36 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dev: true
- /jest-haste-map/29.4.1:
- resolution: {integrity: sha512-imTjcgfVVTvg02khXL11NNLTx9ZaofbAWhilrMg/G8dIkp+HYCswhxf0xxJwBkfhWb3e8dwbjuWburvxmcr58w==}
+ /jest-get-type/29.4.2:
+ resolution: {integrity: sha512-vERN30V5i2N6lqlFu4ljdTqQAgrkTFMC9xaIIfOPYBw04pufjXRty5RuXBiB1d72tGbURa/UgoiHB90ruOSivg==}
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
+ dev: true
+
+ /jest-haste-map/29.4.2:
+ resolution: {integrity: sha512-WkUgo26LN5UHPknkezrBzr7lUtV1OpGsp+NfXbBwHztsFruS3gz+AMTTBcEklvi8uPzpISzYjdKXYZQJXBnfvw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
'@types/graceful-fs': 4.1.6
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
anymatch: 3.1.3
fb-watchman: 2.0.2
graceful-fs: 4.2.10
- jest-regex-util: 29.2.0
- jest-util: 29.4.1
- jest-worker: 29.4.1
+ jest-regex-util: 29.4.2
+ jest-util: 29.4.2
+ jest-worker: 29.4.2
micromatch: 4.0.5
walker: 1.0.8
optionalDependencies:
fsevents: 2.3.2
dev: true
- /jest-leak-detector/29.4.1:
- resolution: {integrity: sha512-akpZv7TPyGMnH2RimOCgy+hPmWZf55EyFUvymQ4LMsQP8xSPlZumCPtXGoDhFNhUE2039RApZkTQDKU79p/FiQ==}
+ /jest-leak-detector/29.4.2:
+ resolution: {integrity: sha512-Wa62HuRJmWXtX9F00nUpWlrbaH5axeYCdyRsOs/+Rb1Vb6+qWTlB5rKwCCRKtorM7owNwKsyJ8NRDUcZ8ghYUA==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- jest-get-type: 29.2.0
- pretty-format: 29.4.1
+ jest-get-type: 29.4.2
+ pretty-format: 29.4.2
dev: true
/jest-matcher-utils/29.3.1:
@@ -8316,19 +8312,19 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.2
- jest-diff: 29.3.1
- jest-get-type: 29.2.0
- pretty-format: 29.4.1
+ jest-diff: 29.4.2
+ jest-get-type: 29.4.2
+ pretty-format: 29.4.2
dev: true
- /jest-matcher-utils/29.4.1:
- resolution: {integrity: sha512-k5h0u8V4nAEy6lSACepxL/rw78FLDkBnXhZVgFneVpnJONhb2DhZj/Gv4eNe+1XqQ5IhgUcqj745UwH0HJmMnA==}
+ /jest-matcher-utils/29.4.2:
+ resolution: {integrity: sha512-EZaAQy2je6Uqkrm6frnxBIdaWtSYFoR8SVb2sNLAtldswlR/29JAgx+hy67llT3+hXBaLB0zAm5UfeqerioZyg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.2
- jest-diff: 29.4.1
- jest-get-type: 29.2.0
- pretty-format: 29.4.1
+ jest-diff: 29.4.2
+ jest-get-type: 29.4.2
+ pretty-format: 29.4.2
dev: true
/jest-message-util/29.3.1:
@@ -8336,41 +8332,41 @@ packages:
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/code-frame': 7.18.6
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
'@types/stack-utils': 2.0.1
chalk: 4.1.2
graceful-fs: 4.2.10
micromatch: 4.0.5
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
slash: 3.0.0
stack-utils: 2.0.6
dev: true
- /jest-message-util/29.4.1:
- resolution: {integrity: sha512-H4/I0cXUaLeCw6FM+i4AwCnOwHRgitdaUFOdm49022YD5nfyr8C/DrbXOBEyJaj+w/y0gGJ57klssOaUiLLQGQ==}
+ /jest-message-util/29.4.2:
+ resolution: {integrity: sha512-SElcuN4s6PNKpOEtTInjOAA8QvItu0iugkXqhYyguRvQoXapg5gN+9RQxLAkakChZA7Y26j6yUCsFWN+hlKD6g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/code-frame': 7.18.6
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
'@types/stack-utils': 2.0.1
chalk: 4.1.2
graceful-fs: 4.2.10
micromatch: 4.0.5
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
slash: 3.0.0
stack-utils: 2.0.6
dev: true
- /jest-mock/29.4.1:
- resolution: {integrity: sha512-MwA4hQ7zBOcgVCVnsM8TzaFLVUD/pFWTfbkY953Y81L5ret3GFRZtmPmRFAjKQSdCKoJvvqOu6Bvfpqlwwb0dQ==}
+ /jest-mock/29.4.2:
+ resolution: {integrity: sha512-x1FSd4Gvx2yIahdaIKoBjwji6XpboDunSJ95RpntGrYulI1ByuYQCKN/P7hvk09JB74IonU3IPLdkutEWYt++g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
- jest-util: 29.4.1
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
+ jest-util: 29.4.2
dev: true
- /jest-pnp-resolver/1.2.3_jest-resolve@29.4.1:
+ /jest-pnp-resolver/1.2.3_jest-resolve@29.4.2:
resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==}
engines: {node: '>=6'}
peerDependencies:
@@ -8379,92 +8375,92 @@ packages:
jest-resolve:
optional: true
dependencies:
- jest-resolve: 29.4.1
+ jest-resolve: 29.4.2
dev: true
- /jest-regex-util/29.2.0:
- resolution: {integrity: sha512-6yXn0kg2JXzH30cr2NlThF+70iuO/3irbaB4mh5WyqNIvLLP+B6sFdluO1/1RJmslyh/f9osnefECflHvTbwVA==}
+ /jest-regex-util/29.4.2:
+ resolution: {integrity: sha512-XYZXOqUl1y31H6VLMrrUL1ZhXuiymLKPz0BO1kEeR5xER9Tv86RZrjTm74g5l9bPJQXA/hyLdaVPN/sdqfteig==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dev: true
- /jest-resolve-dependencies/29.4.1:
- resolution: {integrity: sha512-Y3QG3M1ncAMxfjbYgtqNXC5B595zmB6e//p/qpA/58JkQXu/IpLDoLeOa8YoYfsSglBKQQzNUqtfGJJT/qLmJg==}
+ /jest-resolve-dependencies/29.4.2:
+ resolution: {integrity: sha512-6pL4ptFw62rjdrPk7rRpzJYgcRqRZNsZTF1VxVTZMishbO6ObyWvX57yHOaNGgKoADtAHRFYdHQUEvYMJATbDg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- jest-regex-util: 29.2.0
- jest-snapshot: 29.4.1
+ jest-regex-util: 29.4.2
+ jest-snapshot: 29.4.2
transitivePeerDependencies:
- supports-color
dev: true
- /jest-resolve/29.4.1:
- resolution: {integrity: sha512-j/ZFNV2lm9IJ2wmlq1uYK0Y/1PiyDq9g4HEGsNTNr3viRbJdV+8Lf1SXIiLZXFvyiisu0qUyIXGBnw+OKWkJwQ==}
+ /jest-resolve/29.4.2:
+ resolution: {integrity: sha512-RtKWW0mbR3I4UdkOrW7552IFGLYQ5AF9YrzD0FnIOkDu0rAMlA5/Y1+r7lhCAP4nXSBTaE7ueeqj6IOwZpgoqw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
chalk: 4.1.2
graceful-fs: 4.2.10
- jest-haste-map: 29.4.1
- jest-pnp-resolver: 1.2.3_jest-resolve@29.4.1
- jest-util: 29.4.1
- jest-validate: 29.4.1
+ jest-haste-map: 29.4.2
+ jest-pnp-resolver: 1.2.3_jest-resolve@29.4.2
+ jest-util: 29.4.2
+ jest-validate: 29.4.2
resolve: 1.22.1
resolve.exports: 2.0.0
slash: 3.0.0
dev: true
- /jest-runner/29.4.1:
- resolution: {integrity: sha512-8d6XXXi7GtHmsHrnaqBKWxjKb166Eyj/ksSaUYdcBK09VbjPwIgWov1VwSmtupCIz8q1Xv4Qkzt/BTo3ZqiCeg==}
+ /jest-runner/29.4.2:
+ resolution: {integrity: sha512-wqwt0drm7JGjwdH+x1XgAl+TFPH7poowMguPQINYxaukCqlczAcNLJiK+OLxUxQAEWMdy+e6nHZlFHO5s7EuRg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/console': 29.4.1
- '@jest/environment': 29.4.1
- '@jest/test-result': 29.4.1
- '@jest/transform': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/console': 29.4.2
+ '@jest/environment': 29.4.2
+ '@jest/test-result': 29.4.2
+ '@jest/transform': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
chalk: 4.1.2
emittery: 0.13.1
graceful-fs: 4.2.10
- jest-docblock: 29.2.0
- jest-environment-node: 29.4.1
- jest-haste-map: 29.4.1
- jest-leak-detector: 29.4.1
- jest-message-util: 29.4.1
- jest-resolve: 29.4.1
- jest-runtime: 29.4.1
- jest-util: 29.4.1
- jest-watcher: 29.4.1
- jest-worker: 29.4.1
+ jest-docblock: 29.4.2
+ jest-environment-node: 29.4.2
+ jest-haste-map: 29.4.2
+ jest-leak-detector: 29.4.2
+ jest-message-util: 29.4.2
+ jest-resolve: 29.4.2
+ jest-runtime: 29.4.2
+ jest-util: 29.4.2
+ jest-watcher: 29.4.2
+ jest-worker: 29.4.2
p-limit: 3.1.0
source-map-support: 0.5.13
transitivePeerDependencies:
- supports-color
dev: true
- /jest-runtime/29.4.1:
- resolution: {integrity: sha512-UXTMU9uKu2GjYwTtoAw5rn4STxWw/nadOfW7v1sx6LaJYa3V/iymdCLQM6xy3+7C6mY8GfX22vKpgxY171UIoA==}
+ /jest-runtime/29.4.2:
+ resolution: {integrity: sha512-3fque9vtpLzGuxT9eZqhxi+9EylKK/ESfhClv4P7Y9sqJPs58LjVhTt8jaMp/pRO38agll1CkSu9z9ieTQeRrw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/environment': 29.4.1
- '@jest/fake-timers': 29.4.1
- '@jest/globals': 29.4.1
- '@jest/source-map': 29.2.0
- '@jest/test-result': 29.4.1
- '@jest/transform': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/environment': 29.4.2
+ '@jest/fake-timers': 29.4.2
+ '@jest/globals': 29.4.2
+ '@jest/source-map': 29.4.2
+ '@jest/test-result': 29.4.2
+ '@jest/transform': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
chalk: 4.1.2
cjs-module-lexer: 1.2.2
collect-v8-coverage: 1.0.1
glob: 7.2.3
graceful-fs: 4.2.10
- jest-haste-map: 29.4.1
- jest-message-util: 29.4.1
- jest-mock: 29.4.1
- jest-regex-util: 29.2.0
- jest-resolve: 29.4.1
- jest-snapshot: 29.4.1
- jest-util: 29.4.1
+ jest-haste-map: 29.4.2
+ jest-message-util: 29.4.2
+ jest-mock: 29.4.2
+ jest-regex-util: 29.4.2
+ jest-resolve: 29.4.2
+ jest-snapshot: 29.4.2
+ jest-util: 29.4.2
semver: 7.3.8
slash: 3.0.0
strip-bom: 4.0.0
@@ -8472,8 +8468,8 @@ packages:
- supports-color
dev: true
- /jest-snapshot/29.4.1:
- resolution: {integrity: sha512-l4iV8EjGgQWVz3ee/LR9sULDk2pCkqb71bjvlqn+qp90lFwpnulHj4ZBT8nm1hA1C5wowXLc7MGnw321u0tsYA==}
+ /jest-snapshot/29.4.2:
+ resolution: {integrity: sha512-PdfubrSNN5KwroyMH158R23tWcAXJyx4pvSvWls1dHoLCaUhGul9rsL3uVjtqzRpkxlkMavQjGuWG1newPgmkw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
'@babel/core': 7.20.12
@@ -8482,78 +8478,78 @@ packages:
'@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12
'@babel/traverse': 7.20.12
'@babel/types': 7.20.7
- '@jest/expect-utils': 29.4.1
- '@jest/transform': 29.4.1
- '@jest/types': 29.4.1
+ '@jest/expect-utils': 29.4.2
+ '@jest/transform': 29.4.2
+ '@jest/types': 29.4.2
'@types/babel__traverse': 7.18.3
'@types/prettier': 2.7.2
babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.12
chalk: 4.1.2
- expect: 29.4.1
+ expect: 29.4.2
graceful-fs: 4.2.10
- jest-diff: 29.4.1
- jest-get-type: 29.2.0
- jest-haste-map: 29.4.1
- jest-matcher-utils: 29.4.1
- jest-message-util: 29.4.1
- jest-util: 29.4.1
+ jest-diff: 29.4.2
+ jest-get-type: 29.4.2
+ jest-haste-map: 29.4.2
+ jest-matcher-utils: 29.4.2
+ jest-message-util: 29.4.2
+ jest-util: 29.4.2
natural-compare: 1.4.0
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
semver: 7.3.8
transitivePeerDependencies:
- supports-color
dev: true
- /jest-util/29.4.1:
- resolution: {integrity: sha512-bQy9FPGxVutgpN4VRc0hk6w7Hx/m6L53QxpDreTZgJd9gfx/AV2MjyPde9tGyZRINAUrSv57p2inGBu2dRLmkQ==}
+ /jest-util/29.4.2:
+ resolution: {integrity: sha512-wKnm6XpJgzMUSRFB7YF48CuwdzuDIHenVuoIb1PLuJ6F+uErZsuDkU+EiExkChf6473XcawBrSfDSnXl+/YG4g==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
chalk: 4.1.2
ci-info: 3.7.1
graceful-fs: 4.2.10
picomatch: 2.3.1
dev: true
- /jest-validate/29.4.1:
- resolution: {integrity: sha512-qNZXcZQdIQx4SfUB/atWnI4/I2HUvhz8ajOSYUu40CSmf9U5emil8EDHgE7M+3j9/pavtk3knlZBDsgFvv/SWw==}
+ /jest-validate/29.4.2:
+ resolution: {integrity: sha512-tto7YKGPJyFbhcKhIDFq8B5od+eVWD/ySZ9Tvcp/NGCvYA4RQbuzhbwYWtIjMT5W5zA2W0eBJwu4HVw34d5G6Q==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/types': 29.4.1
+ '@jest/types': 29.4.2
camelcase: 6.3.0
chalk: 4.1.2
- jest-get-type: 29.2.0
+ jest-get-type: 29.4.2
leven: 3.1.0
- pretty-format: 29.4.1
+ pretty-format: 29.4.2
dev: true
- /jest-watcher/29.4.1:
- resolution: {integrity: sha512-vFOzflGFs27nU6h8dpnVRER3O2rFtL+VMEwnG0H3KLHcllLsU8y9DchSh0AL/Rg5nN1/wSiQ+P4ByMGpuybaVw==}
+ /jest-watcher/29.4.2:
+ resolution: {integrity: sha512-onddLujSoGiMJt+tKutehIidABa175i/Ays+QvKxCqBwp7fvxP3ZhKsrIdOodt71dKxqk4sc0LN41mWLGIK44w==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/test-result': 29.4.1
- '@jest/types': 29.4.1
- '@types/node': 18.11.18
+ '@jest/test-result': 29.4.2
+ '@jest/types': 29.4.2
+ '@types/node': 18.13.0
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.13.1
- jest-util: 29.4.1
+ jest-util: 29.4.2
string-length: 4.0.2
dev: true
- /jest-worker/29.4.1:
- resolution: {integrity: sha512-O9doU/S1EBe+yp/mstQ0VpPwpv0Clgn68TkNwGxL6/usX/KUW9Arnn4ag8C3jc6qHcXznhsT5Na1liYzAsuAbQ==}
+ /jest-worker/29.4.2:
+ resolution: {integrity: sha512-VIuZA2hZmFyRbchsUCHEehoSf2HEl0YVF8SDJqtPnKorAaBuh42V8QsLnde0XP5F6TyCynGPEGgBOn3Fc+wZGw==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@types/node': 18.11.18
- jest-util: 29.4.1
+ '@types/node': 18.13.0
+ jest-util: 29.4.2
merge-stream: 2.0.0
supports-color: 8.1.1
dev: true
- /jest/29.4.1_@types+node@18.11.18:
- resolution: {integrity: sha512-cknimw7gAXPDOmj0QqztlxVtBVCw2lYY9CeIE5N6kD+kET1H4H79HSNISJmijb1HF+qk+G+ploJgiDi5k/fRlg==}
+ /jest/29.4.2_@types+node@18.13.0:
+ resolution: {integrity: sha512-+5hLd260vNIHu+7ZgMIooSpKl7Jp5pHKb51e73AJU3owd5dEo/RfVwHbA/na3C/eozrt3hJOLGf96c7EWwIAzg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
hasBin: true
peerDependencies:
@@ -8562,10 +8558,10 @@ packages:
node-notifier:
optional: true
dependencies:
- '@jest/core': 29.4.1
- '@jest/types': 29.4.1
+ '@jest/core': 29.4.2
+ '@jest/types': 29.4.2
import-local: 3.1.0
- jest-cli: 29.4.1_@types+node@18.11.18
+ jest-cli: 29.4.2_@types+node@18.13.0
transitivePeerDependencies:
- '@types/node'
- supports-color
@@ -9497,6 +9493,12 @@ packages:
hasBin: true
dev: false
+ /mkdirp/2.1.3:
+ resolution: {integrity: sha512-sjAkg21peAG9HS+Dkx7hlG9Ztx7HLeKnvB3NQRcu/mltCVmvkF0pisbiTSfDVYTT86XEfZrTUosLdZLStquZUw==}
+ engines: {node: '>=10'}
+ hasBin: true
+ dev: false
+
/mnemonist/0.39.5:
resolution: {integrity: sha512-FPUtkhtJ0efmEFGpU14x7jGbTB+s18LrzRL2KgoWz9YvcY3cPomz8tih01GbHwnGk/OmkOKfqd/RAQoc8Lm7DQ==}
dependencies:
@@ -9915,11 +9917,6 @@ packages:
kind-of: 3.2.2
dev: false
- /object-hash/3.0.0:
- resolution: {integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==}
- engines: {node: '>= 6'}
- dev: false
-
/object-inspect/1.12.2:
resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==}
dev: true
@@ -10150,6 +10147,7 @@ packages:
engines: {node: '>=8'}
dependencies:
p-finally: 1.0.0
+ dev: false
/p-try/2.2.0:
resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==}
@@ -10778,16 +10776,16 @@ packages:
resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/schemas': 29.0.0
+ '@jest/schemas': 29.4.2
ansi-styles: 5.2.0
react-is: 18.2.0
dev: true
- /pretty-format/29.4.1:
- resolution: {integrity: sha512-dt/Z761JUVsrIKaY215o1xQJBGlSmTx/h4cSqXqjHLnU1+Kt+mavVE7UgqJJO5ukx5HjSswHfmXz4LjS2oIJfg==}
+ /pretty-format/29.4.2:
+ resolution: {integrity: sha512-qKlHR8yFVCbcEWba0H0TOC8dnLlO4vPlyEjRPw31FZ2Rupy9nLa8ZLbYny8gWEl8CkEhJqAE6IzdNELTBVcBEg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
dependencies:
- '@jest/schemas': 29.4.0
+ '@jest/schemas': 29.4.2
ansi-styles: 5.2.0
react-is: 18.2.0
dev: true
@@ -11031,8 +11029,8 @@ packages:
resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==}
engines: {node: '>=6'}
- /pureimage/0.3.15:
- resolution: {integrity: sha512-QpQYEV8nxVb84en7D0nKXwG0bdmwmlsSg9QnqxpEOExvUXdbmo6Lw/UoxSXD9z+ryvWDkgWqZsIM3iPCAh4dXg==}
+ /pureimage/0.3.17:
+ resolution: {integrity: sha512-JV4hfYF1BXxDwbSR8hjhVEhVTxwmAXos8uIXQ7Bw2eWrUEpLDJnQoQ8WLlWAO4TMGJ7mp9n6gvLKJ6MSaGUkXQ==}
engines: {node: '>=0.8'}
dependencies:
jpeg-js: 0.4.4
@@ -11563,8 +11561,8 @@ packages:
seedrandom: 2.4.2
dev: false
- /rollup/3.12.1:
- resolution: {integrity: sha512-t9elERrz2i4UU9z7AwISj3CQcXP39cWxgRWLdf4Tm6aKm1eYrqHIgjzXBgb67GNY1sZckTFFi0oMozh3/S++Ig==}
+ /rollup/3.14.0:
+ resolution: {integrity: sha512-o23sdgCLcLSe3zIplT9nQ1+r97okuaiR+vmAPZPTDYB7/f3tgWIYNyiQveMsZwshBT0is4eGax/HH83Q7CG+/Q==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true
optionalDependencies:
@@ -12520,8 +12518,8 @@ packages:
engines: {node: '>=6'}
dev: false
- /tinycolor2/1.5.2:
- resolution: {integrity: sha512-h80m9GPFGbcLzZByXlNSEhp1gf8Dy+VX/2JCGUZsWLo7lV1mnE/XlxGYgRBoMLJh1lIDXP0EMC4RPTjlRaV+Bg==}
+ /tinycolor2/1.6.0:
+ resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==}
dev: false
/tmp/0.2.1:
@@ -12679,6 +12677,10 @@ packages:
/tslib/2.4.1:
resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==}
+ /tslib/2.5.0:
+ resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
+ dev: false
+
/tsscmp/1.0.6:
resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==}
engines: {node: '>=0.6.x'}
@@ -12760,8 +12762,8 @@ packages:
resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==}
dev: false
- /typeorm/0.3.11_ioredis@4.28.5+pg@8.9.0:
- resolution: {integrity: sha512-pzdOyWbVuz/z8Ww6gqvBW4nylsM0KLdUCDExr2gR20/x1khGSVxQkjNV/3YqliG90jrWzrknYbYscpk8yxFJVg==}
+ /typeorm/0.3.12_ioredis@4.28.5+pg@8.9.0:
+ resolution: {integrity: sha512-sYSxBmCf1nJLLTcYtwqZ+lQIRtLPyUoO93rHTOKk9vJCyT4UfRtU7oRsJvfvKP3nnZTD1hzz2SEy2zwPEN6OyA==}
engines: {node: '>= 12.9.0'}
hasBin: true
peerDependencies:
@@ -12772,7 +12774,7 @@ packages:
ioredis: ^5.0.4
mongodb: ^3.6.0
mssql: ^7.3.0
- mysql2: ^2.2.5
+ mysql2: ^2.2.5 || ^3.0.1
oracledb: ^5.1.0
pg: ^8.5.1
pg-native: ^3.0.0
@@ -12826,15 +12828,15 @@ packages:
date-fns: 2.29.3
debug: 4.3.4
dotenv: 16.0.3
- glob: 7.2.3
+ glob: 8.1.0
ioredis: 4.28.5
js-yaml: 4.1.0
- mkdirp: 1.0.4
+ mkdirp: 2.1.3
pg: 8.9.0
reflect-metadata: 0.1.13
sha.js: 2.4.11
- tslib: 2.4.1
- uuid: 8.3.2
+ tslib: 2.5.0
+ uuid: 9.0.0
xml2js: 0.4.23
yargs: 17.6.2
transitivePeerDependencies:
@@ -13178,7 +13180,7 @@ packages:
replace-ext: 1.0.1
dev: false
- /vite/4.1.1_f5vcjb3akvjdur4ffzogu2hewu:
+ /vite/4.1.1_gyrp4zacqcjjrmgvdzgac5epyy:
resolution: {integrity: sha512-LM9WWea8vsxhr782r9ntg+bhSFS06FJgCvvB0+8hf8UWtvaiDagKYWXndjfX6kGl74keHJUcpzrQliDXZlF5yg==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -13203,11 +13205,11 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 18.11.18
+ '@types/node': 18.13.0
esbuild: 0.16.17
postcss: 8.4.21
resolve: 1.22.1
- rollup: 3.12.1
+ rollup: 3.14.0
sass: 1.58.0
optionalDependencies:
fsevents: 2.3.2
@@ -13485,9 +13487,9 @@ packages:
/wrappy/1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
- /write-file-atomic/5.0.0:
- resolution: {integrity: sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==}
- engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0}
+ /write-file-atomic/4.0.2:
+ resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==}
+ engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
dependencies:
imurmurhash: 0.1.4
signal-exit: 3.0.7