update deps

This commit is contained in:
syuilo
2022-12-04 10:39:11 +09:00
parent 8950114f7d
commit 69016735be
4 changed files with 227 additions and 175 deletions

View File

@@ -22,14 +22,14 @@
},
"dependencies": {
"@discordapp/twemoji": "14.0.2",
"@fastify/accepts": "4.0.1",
"@fastify/accepts": "4.1.0",
"@fastify/cors": "8.2.0",
"@fastify/multipart": "7.3.0",
"@fastify/static": "6.5.0",
"@fastify/view": "7.1.2",
"@nestjs/common": "9.2.0",
"@nestjs/core": "9.2.0",
"@nestjs/testing": "9.2.0",
"@fastify/static": "6.5.1",
"@fastify/view": "7.3.0",
"@nestjs/common": "9.2.1",
"@nestjs/core": "9.2.1",
"@nestjs/testing": "9.2.1",
"@peertube/http-signature": "1.7.0",
"@sinonjs/fake-timers": "10.0.0",
"@syuilo/aiscript": "0.11.1",
@@ -38,7 +38,7 @@
"archiver": "5.3.1",
"autobind-decorator": "2.4.0",
"autwh": "0.1.0",
"aws-sdk": "2.1262.0",
"aws-sdk": "2.1267.0",
"bcryptjs": "2.4.3",
"blurhash": "2.0.4",
"bull": "4.10.2",
@@ -53,7 +53,7 @@
"date-fns": "2.29.3",
"deep-email-validator": "0.1.21",
"escape-regexp": "0.0.1",
"fastify": "4.10.0",
"fastify": "4.10.2",
"feed": "4.2.2",
"file-type": "18.0.0",
"fluent-ffmpeg": "2.1.2",
@@ -96,7 +96,7 @@
"rename": "1.0.4",
"rndstr": "1.0.0",
"rss-parser": "3.12.0",
"rxjs": "7.5.7",
"rxjs": "7.6.0",
"s-age": "1.1.2",
"sanitize-html": "2.7.3",
"seedrandom": "^3.0.5",
@@ -107,15 +107,15 @@
"stringz": "2.1.0",
"summaly": "2.7.0",
"syslog-pro": "1.0.0",
"systeminformation": "5.14.4",
"systeminformation": "5.16.1",
"tinycolor2": "1.4.2",
"tmp": "0.2.1",
"ts-loader": "9.4.1",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tsc-alias": "1.7.1",
"tsconfig-paths": "4.1.0",
"tsc-alias": "1.8.1",
"tsconfig-paths": "4.1.1",
"twemoji-parser": "14.0.0",
"typeorm": "0.3.10",
"typeorm": "0.3.11",
"ulid": "2.3.0",
"unzipper": "0.10.11",
"uuid": "9.0.0",
@@ -126,8 +126,8 @@
"xev": "3.0.2"
},
"devDependencies": {
"@redocly/openapi-core": "1.0.0-beta.114",
"@swc/core": "1.3.20",
"@redocly/openapi-core": "1.0.0-beta.115",
"@swc/core": "1.3.21",
"@swc/jest": "0.2.23",
"@types/accepts": "1.3.5",
"@types/archiver": "5.3.1",
@@ -142,7 +142,7 @@
"@types/jsonld": "1.5.8",
"@types/jsrsasign": "10.5.4",
"@types/mime-types": "2.1.1",
"@types/node": "18.11.9",
"@types/node": "18.11.10",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.6",
"@types/oauth": "0.9.1",
@@ -162,7 +162,7 @@
"@types/tinycolor2": "1.4.3",
"@types/tmp": "0.2.3",
"@types/unzipper": "0.10.5",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.0",
"@types/vary": "1.1.0",
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
@@ -170,7 +170,7 @@
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"cross-env": "7.0.3",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-plugin-import": "2.26.0",
"execa": "6.1.0",
"jest": "29.3.1",