forked from misskey-dev/misskey
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #863 from update-host
Update host
- Loading branch information
Showing
44 changed files
with
593 additions
and
508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,19 +33,19 @@ | |
"generate-api-json": "pnpm build && node ./scripts/generate_api_json.js" | ||
}, | ||
"optionalDependencies": { | ||
"@swc/core-darwin-arm64": "1.10.1", | ||
"@swc/core-darwin-x64": "1.10.1", | ||
"@swc/core-linux-arm-gnueabihf": "1.10.1", | ||
"@swc/core-linux-arm64-gnu": "1.10.1", | ||
"@swc/core-linux-arm64-musl": "1.10.1", | ||
"@swc/core-linux-x64-gnu": "1.10.1", | ||
"@swc/core-linux-x64-musl": "1.10.1", | ||
"@swc/core-win32-arm64-msvc": "1.10.1", | ||
"@swc/core-win32-ia32-msvc": "1.10.1", | ||
"@swc/core-win32-x64-msvc": "1.10.1", | ||
"@swc/core-darwin-arm64": "1.10.3", | ||
"@swc/core-darwin-x64": "1.10.3", | ||
"@swc/core-linux-arm-gnueabihf": "1.10.3", | ||
"@swc/core-linux-arm64-gnu": "1.10.3", | ||
"@swc/core-linux-arm64-musl": "1.10.3", | ||
"@swc/core-linux-x64-gnu": "1.10.3", | ||
"@swc/core-linux-x64-musl": "1.10.3", | ||
"@swc/core-win32-arm64-msvc": "1.10.3", | ||
"@swc/core-win32-ia32-msvc": "1.10.3", | ||
"@swc/core-win32-x64-msvc": "1.10.3", | ||
"@tensorflow/tfjs": "4.22.0", | ||
"@tensorflow/tfjs-node": "4.22.0", | ||
"bufferutil": "4.0.8", | ||
"bufferutil": "4.0.9", | ||
"slacc-android-arm-eabi": "0.0.10", | ||
"slacc-android-arm64": "0.0.10", | ||
"slacc-darwin-arm64": "0.0.10", | ||
|
@@ -65,9 +65,9 @@ | |
"@authenio/samlify-node-xmllint": "2.0.0", | ||
"@aws-sdk/client-s3": "3.717.0", | ||
"@aws-sdk/lib-storage": "3.717.0", | ||
"@bull-board/api": "6.5.3", | ||
"@bull-board/fastify": "6.5.3", | ||
"@bull-board/ui": "6.5.3", | ||
"@bull-board/api": "6.5.4", | ||
"@bull-board/fastify": "6.5.4", | ||
"@bull-board/ui": "6.5.4", | ||
"@discordapp/twemoji": "15.1.0", | ||
"@elastic/elasticsearch": "8.17.0", | ||
"@fastify/accepts": "5.0.2", | ||
|
@@ -90,7 +90,7 @@ | |
"@sinonjs/fake-timers": "11.3.1", | ||
"@smithy/node-http-handler": "3.3.3", | ||
"@swc/cli": "0.5.2", | ||
"@swc/core": "1.10.1", | ||
"@swc/core": "1.10.3", | ||
"@twemoji/parser": "15.1.1", | ||
"accepts": "1.3.8", | ||
"ajv": "8.17.1", | ||
|
@@ -99,7 +99,7 @@ | |
"bcryptjs": "2.4.3", | ||
"blurhash": "2.0.5", | ||
"body-parser": "1.20.3", | ||
"bullmq": "5.34.4", | ||
"bullmq": "5.34.5", | ||
"cacheable-lookup": "7.0.0", | ||
"cbor": "10.0.3", | ||
"chalk": "5.4.1", | ||
|
@@ -118,7 +118,6 @@ | |
"fluent-ffmpeg": "2.1.3", | ||
"form-data": "4.0.1", | ||
"got": "14.4.5", | ||
"happy-dom": "15.11.7", | ||
"hpagent": "1.2.0", | ||
"htmlescape": "1.1.1", | ||
"http-link-header": "1.1.3", | ||
|
@@ -157,6 +156,7 @@ | |
"pkce-challenge": "4.1.0", | ||
"probe-image-size": "7.2.3", | ||
"promise-limit": "2.7.0", | ||
"psl": "1.15.0", | ||
"pug": "3.0.3", | ||
"punycode.js": "2.3.1", | ||
"qrcode": "1.5.4", | ||
|
@@ -175,7 +175,7 @@ | |
"slacc": "0.0.10", | ||
"strict-event-emitter-types": "2.0.0", | ||
"stringz": "2.1.0", | ||
"systeminformation": "5.23.21", | ||
"systeminformation": "5.23.23", | ||
"tinycolor2": "1.6.0", | ||
"tmp": "0.2.3", | ||
"tsc-alias": "1.8.10", | ||
|
@@ -217,6 +217,7 @@ | |
"@types/oauth2orize": "1.11.5", | ||
"@types/oauth2orize-pkce": "0.1.2", | ||
"@types/pg": "8.11.10", | ||
"@types/psl": "1.1.3", | ||
"@types/pug": "2.0.10", | ||
"@types/punycode.js": "npm:@types/[email protected]", | ||
"@types/qrcode": "1.5.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.