1
0
Fork 1
mirror of https://example.com synced 2024-11-22 10:16:39 +09:00

chore: upgrade dependencies

This commit is contained in:
naskya 2024-01-18 12:45:16 +09:00
parent 43708ead38
commit 9a8564a78e
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
9 changed files with 508 additions and 576 deletions

File diff suppressed because it is too large Load diff

View file

@ -47,14 +47,14 @@
"seedrandom": "3.0.5" "seedrandom": "3.0.5"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.5.1", "@biomejs/biome": "1.5.2",
"@biomejs/cli-darwin-arm64": "1.5.1", "@biomejs/cli-darwin-arm64": "1.5.2",
"@biomejs/cli-darwin-x64": "1.5.1", "@biomejs/cli-darwin-x64": "1.5.2",
"@biomejs/cli-linux-arm64": "1.5.1", "@biomejs/cli-linux-arm64": "1.5.2",
"@biomejs/cli-linux-x64": "1.5.1", "@biomejs/cli-linux-x64": "1.5.2",
"@types/gulp": "4.0.17", "@types/gulp": "4.0.17",
"@types/gulp-rename": "2.0.6", "@types/gulp-rename": "2.0.6",
"@types/node": "20.11.0", "@types/node": "20.11.5",
"add": "2.0.6", "add": "2.0.6",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"execa": "8.0.1", "execa": "8.0.1",

File diff suppressed because it is too large Load diff

View file

@ -14,7 +14,7 @@ napi = ["dep:napi-derive"]
crate-type = ["cdylib", "lib"] crate-type = ["cdylib", "lib"]
[dependencies] [dependencies]
async-trait = "0.1.75" async-trait = "0.1.77"
cfg-if = "1.0.0" cfg-if = "1.0.0"
chrono = "0.4.31" chrono = "0.4.31"
cuid2 = "0.1.2" cuid2 = "0.1.2"
@ -25,18 +25,18 @@ once_cell = "1.19.0"
parse-display = "0.8.2" parse-display = "0.8.2"
rand = "0.8.5" rand = "0.8.5"
schemars = { version = "0.8.16", features = ["chrono"] } schemars = { version = "0.8.16", features = ["chrono"] }
sea-orm = { version = "0.12.10", features = ["sqlx-postgres", "runtime-tokio-rustls"] } sea-orm = { version = "0.12.11", features = ["sqlx-postgres", "runtime-tokio-rustls"] }
serde = { version = "1.0.193", features = ["derive"] } serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.108" serde_json = "1.0.111"
serde_yaml = "0.9.29" serde_yaml = "0.9.30"
thiserror = "1.0.52" thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] } tokio = { version = "1.35.1", features = ["full"] }
url = "2.5.0" url = "2.5.0"
utoipa = "4.1.0" utoipa = "4.2.0"
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.14.1", default-features = false, features = ["napi9", "tokio_rt"] } napi = { version = "2.14.2", default-features = false, features = ["napi9", "tokio_rt"] }
napi-derive = { version = "2.14.5", optional = true } napi-derive = { version = "2.14.6", optional = true }
basen = "0.1.0" basen = "0.1.0"
[dev-dependencies] [dev-dependencies]

View file

@ -13,21 +13,21 @@ default = []
convert = ["dep:native-utils", "dep:indicatif", "dep:futures"] convert = ["dep:native-utils", "dep:indicatif", "dep:futures"]
[dependencies] [dependencies]
serde_json = "1.0.108" serde_json = "1.0.111"
native-utils = { path = "../", optional = true } native-utils = { path = "../", optional = true }
indicatif = { version = "0.17.7", features = ["tokio"], optional = true } indicatif = { version = "0.17.7", features = ["tokio"], optional = true }
tokio = { version = "1.35.1", features = ["full"] } tokio = { version = "1.35.1", features = ["full"] }
futures = { version = "0.3.30", optional = true } futures = { version = "0.3.30", optional = true }
serde_yaml = "0.9.29" serde_yaml = "0.9.30"
serde = { version = "1.0.193", features = ["derive"] } serde = { version = "1.0.195", features = ["derive"] }
urlencoding = "2.1.3" urlencoding = "2.1.3"
redis = { version = "0.24.0", features = ["tokio-rustls-comp"] } redis = { version = "0.24.0", features = ["tokio-rustls-comp"] }
sea-orm = "0.12.10" sea-orm = "0.12.11"
url = { version = "2.5.0", features = ["serde"] } url = { version = "2.5.0", features = ["serde"] }
basen = "0.1.0" basen = "0.1.0"
[dependencies.sea-orm-migration] [dependencies.sea-orm-migration]
version = "0.12.10" version = "0.12.11"
features = [ features = [
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI. # Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime. # View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.

View file

@ -41,11 +41,11 @@
"ajv": "8.12.0", "ajv": "8.12.0",
"archiver": "6.0.1", "archiver": "6.0.1",
"argon2": "^0.31.2", "argon2": "^0.31.2",
"aws-sdk": "2.1535.0", "aws-sdk": "2.1538.0",
"axios": "1.6.5", "axios": "1.6.5",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"blurhash": "2.0.5", "blurhash": "2.0.5",
"bull": "4.12.0", "bull": "4.12.2",
"cacheable-lookup": "TheEssem/cacheable-lookup", "cacheable-lookup": "TheEssem/cacheable-lookup",
"cbor-x": "1.5.8", "cbor-x": "1.5.8",
"chalk": "5.3.0", "chalk": "5.3.0",
@ -65,7 +65,7 @@
"firefish-js": "workspace:*", "firefish-js": "workspace:*",
"got": "14.0.0", "got": "14.0.0",
"gunzip-maybe": "1.4.2", "gunzip-maybe": "1.4.2",
"happy-dom": "13.0.4", "happy-dom": "13.1.4",
"hpagent": "1.2.0", "hpagent": "1.2.0",
"ioredis": "5.3.2", "ioredis": "5.3.2",
"ip-cidr": "4.0.0", "ip-cidr": "4.0.0",
@ -73,7 +73,7 @@
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"json5": "2.2.3", "json5": "2.2.3",
"jsonld": "8.3.2", "jsonld": "8.3.2",
"jsrsasign": "10.9.0", "jsrsasign": "11.0.0",
"koa": "2.15.0", "koa": "2.15.0",
"koa-body": "6.0.1", "koa-body": "6.0.1",
"koa-bodyparser": "4.4.1", "koa-bodyparser": "4.4.1",
@ -128,13 +128,13 @@
"typeorm": "0.3.19", "typeorm": "0.3.19",
"ulid": "2.3.0", "ulid": "2.3.0",
"uuid": "9.0.1", "uuid": "9.0.1",
"web-push": "3.6.6", "web-push": "3.6.7",
"websocket": "1.0.34", "websocket": "1.0.34",
"xev": "3.0.2" "xev": "3.0.2"
}, },
"devDependencies": { "devDependencies": {
"@swc/cli": "0.1.63", "@swc/cli": "0.1.63",
"@swc/core": "1.3.102", "@swc/core": "1.3.104",
"@types/adm-zip": "0.5.5", "@types/adm-zip": "0.5.5",
"@types/bcryptjs": "2.4.6", "@types/bcryptjs": "2.4.6",
"@types/escape-regexp": "0.0.3", "@types/escape-regexp": "0.0.3",
@ -152,8 +152,8 @@
"@types/koa__cors": "5.0.0", "@types/koa__cors": "5.0.0",
"@types/koa__multer": "2.0.7", "@types/koa__multer": "2.0.7",
"@types/koa__router": "12.0.4", "@types/koa__router": "12.0.4",
"@types/node": "20.11.0", "@types/node": "20.11.5",
"@types/node-fetch": "2.6.10", "@types/node-fetch": "2.6.11",
"@types/nodemailer": "6.4.14", "@types/nodemailer": "6.4.14",
"@types/oauth": "0.9.4", "@types/oauth": "0.9.4",
"@types/opencc-js": "1.0.3", "@types/opencc-js": "1.0.3",

View file

@ -32,8 +32,8 @@
"@types/tinycolor2": "1.4.6", "@types/tinycolor2": "1.4.6",
"@types/uuid": "9.0.7", "@types/uuid": "9.0.7",
"@vitejs/plugin-vue": "5.0.3", "@vitejs/plugin-vue": "5.0.3",
"@vue/compiler-sfc": "3.4.12", "@vue/compiler-sfc": "3.4.14",
"@vue/runtime-core": "3.4.12", "@vue/runtime-core": "3.4.14",
"autobind-decorator": "2.4.0", "autobind-decorator": "2.4.0",
"autosize": "6.0.1", "autosize": "6.0.1",
"blurhash": "2.0.5", "blurhash": "2.0.5",
@ -66,12 +66,12 @@
"mfm-js": "0.24.0", "mfm-js": "0.24.0",
"moment": "^2.30.1", "moment": "^2.30.1",
"photoswipe": "5.4.3", "photoswipe": "5.4.3",
"prettier": "3.2.1", "prettier": "3.2.4",
"prismjs": "1.29.0", "prismjs": "1.29.0",
"punycode": "2.3.1", "punycode": "2.3.1",
"rollup": "4.9.5", "rollup": "4.9.5",
"s-age": "1.1.2", "s-age": "1.1.2",
"sass": "1.69.7", "sass": "1.70.0",
"seedrandom": "3.0.5", "seedrandom": "3.0.5",
"stringz": "2.1.0", "stringz": "2.1.0",
"swiper": "11.0.5", "swiper": "11.0.5",
@ -86,8 +86,8 @@
"uuid": "9.0.1", "uuid": "9.0.1",
"vite": "5.0.11", "vite": "5.0.11",
"vite-plugin-compression": "0.5.1", "vite-plugin-compression": "0.5.1",
"vue": "3.4.12", "vue": "3.4.14",
"vue-draggable-plus": "^0.3.4", "vue-draggable-plus": "^0.3.5",
"vue-plyr": "^7.0.0", "vue-plyr": "^7.0.0",
"vue-prism-editor": "2.0.0-alpha.2" "vue-prism-editor": "2.0.0-alpha.2"
} }

View file

@ -19,11 +19,11 @@
}, },
"devDependencies": { "devDependencies": {
"@swc/cli": "0.1.63", "@swc/cli": "0.1.63",
"@swc/core": "1.3.102", "@swc/core": "1.3.104",
"@swc/types": "0.1.5", "@swc/types": "0.1.5",
"@types/node": "20.11.0", "@types/node": "20.11.5",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"tsd": "0.30.3", "tsd": "0.30.4",
"typescript": "5.3.3" "typescript": "5.3.3"
}, },
"files": [ "files": [

View file

@ -10,7 +10,7 @@
}, },
"devDependencies": { "devDependencies": {
"@swc/cli": "0.1.63", "@swc/cli": "0.1.63",
"@swc/core": "1.3.102", "@swc/core": "1.3.104",
"@swc/core-android-arm64": "1.3.11", "@swc/core-android-arm64": "1.3.11",
"firefish-js": "workspace:*", "firefish-js": "workspace:*",
"idb-keyval": "6.2.1", "idb-keyval": "6.2.1",