chore: update dependencies

This commit is contained in:
naskya 2023-11-16 00:03:32 +09:00
parent 957473adb2
commit c3dc2db3eb
Signed by: naskya
GPG key ID: 164DFF24E2D40139
5 changed files with 74 additions and 74 deletions

View file

@ -6,7 +6,7 @@
"type": "git",
"url": "https://code.naskya.net/naskya/firefish"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.10.5",
"private": true,
"scripts": {
"rebuild": "pnpm run clean && pnpm run build",
@ -35,7 +35,7 @@
"@bull-board/api": "5.9.1",
"@bull-board/ui": "5.9.1",
"@napi-rs/cli": "2.16.5",
"@tensorflow/tfjs": "4.12.0",
"@tensorflow/tfjs": "4.13.0",
"js-yaml": "4.1.0",
"seedrandom": "3.0.5"
},
@ -45,9 +45,9 @@
"@biomejs/cli-darwin-x64": "1.3.3",
"@biomejs/cli-linux-arm64": "1.3.3",
"@biomejs/cli-linux-x64": "1.3.3",
"@types/gulp": "4.0.16",
"@types/gulp-rename": "2.0.4",
"@types/node": "20.8.10",
"@types/gulp": "4.0.17",
"@types/gulp-rename": "2.0.5",
"@types/node": "20.9.0",
"add": "2.0.6",
"cross-env": "7.0.3",
"execa": "8.0.1",
@ -57,7 +57,7 @@
"gulp-replace": "1.1.4",
"gulp-terser": "2.1.0",
"install-peers": "1.0.4",
"pnpm": "8.10.2",
"pnpm": "8.10.5",
"typescript": "5.2.2"
}
}

View file

@ -21,7 +21,7 @@
},
"optionalDependencies": {
"@swc/core-android-arm64": "1.3.11",
"@tensorflow/tfjs-node": "4.12.0"
"@tensorflow/tfjs-node": "4.13.0"
},
"dependencies": {
"@bull-board/api": "5.9.1",
@ -34,18 +34,18 @@
"@koa/router": "12.0.1",
"@ladjs/koa-views": "9.0.0",
"@peertube/http-signature": "1.7.0",
"@redocly/openapi-core": "1.4.0",
"@redocly/openapi-core": "1.4.1",
"@sinonjs/fake-timers": "11.2.2",
"@tensorflow/tfjs": "4.12.0",
"@tensorflow/tfjs": "4.13.0",
"adm-zip": "0.5.10",
"ajv": "8.12.0",
"archiver": "6.0.1",
"argon2": "0.31.2",
"aws-sdk": "2.1488.0",
"axios": "1.6.0",
"aws-sdk": "2.1496.0",
"axios": "1.6.2",
"bcryptjs": "2.4.3",
"blurhash": "2.0.5",
"bull": "4.11.4",
"bull": "4.11.5",
"cacheable-lookup": "TheEssem/cacheable-lookup",
"cbor-x": "1.5.4",
"chalk": "5.3.0",
@ -59,7 +59,7 @@
"deep-email-validator": "0.1.21",
"escape-regexp": "0.0.1",
"feed": "4.2.2",
"file-type": "18.6.0",
"file-type": "18.7.0",
"fluent-ffmpeg": "2.1.2",
"got": "13.0.0",
"gunzip-maybe": "1.4.2",
@ -107,7 +107,7 @@
"qs": "6.11.2",
"random-seed": "0.3.0",
"ratelimiter": "3.4.1",
"re2": "1.20.5",
"re2": "1.20.8",
"redis-semaphore": "5.5.0",
"reflect-metadata": "0.1.13",
"rename": "1.0.4",
@ -120,7 +120,7 @@
"stringz": "2.1.0",
"summaly": "2.7.0",
"syslog-pro": "1.0.0",
"systeminformation": "5.21.15",
"systeminformation": "5.21.17",
"tar-stream": "3.1.6",
"tesseract.js": "5.0.3",
"tinycolor2": "1.6.0",
@ -137,44 +137,44 @@
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.78",
"@types/adm-zip": "0.5.3",
"@types/bcryptjs": "2.4.5",
"@types/escape-regexp": "0.0.2",
"@types/fluent-ffmpeg": "2.1.23",
"@types/js-yaml": "4.0.8",
"@types/jsonld": "1.5.11",
"@types/jsrsasign": "10.5.11",
"@types/koa": "2.13.10",
"@types/koa-bodyparser": "4.3.11",
"@types/koa-cors": "0.0.4",
"@types/koa-favicon": "2.1.2",
"@types/koa-logger": "3.1.4",
"@types/koa-mount": "4.0.4",
"@types/koa-send": "4.1.5",
"@types/koa__cors": "4.0.2",
"@types/koa__multer": "2.0.6",
"@types/koa__router": "12.0.3",
"@types/node": "20.8.10",
"@types/node-fetch": "2.6.8",
"@types/nodemailer": "6.4.13",
"@types/oauth": "0.9.3",
"@types/probe-image-size": "7.2.2",
"@types/pug": "2.0.8",
"@types/punycode": "2.1.1",
"@types/qrcode": "1.5.4",
"@types/qs": "6.9.9",
"@types/random-seed": "0.3.4",
"@types/ratelimiter": "3.4.5",
"@types/rename": "1.0.6",
"@types/sanitize-html": "2.9.3",
"@types/semver": "7.5.4",
"@types/sinonjs__fake-timers": "8.1.4",
"@types/tinycolor2": "1.4.5",
"@types/tmp": "0.2.5",
"@types/uuid": "9.0.6",
"@types/web-push": "3.6.2",
"@types/websocket": "1.0.8",
"@types/ws": "8.5.8",
"@types/adm-zip": "0.5.4",
"@types/bcryptjs": "2.4.6",
"@types/escape-regexp": "0.0.3",
"@types/fluent-ffmpeg": "2.1.24",
"@types/js-yaml": "4.0.9",
"@types/jsonld": "1.5.12",
"@types/jsrsasign": "10.5.12",
"@types/koa": "2.13.11",
"@types/koa-bodyparser": "4.3.12",
"@types/koa-cors": "0.0.5",
"@types/koa-favicon": "2.1.3",
"@types/koa-logger": "3.1.5",
"@types/koa-mount": "4.0.5",
"@types/koa-send": "4.1.6",
"@types/koa__cors": "4.0.3",
"@types/koa__multer": "2.0.7",
"@types/koa__router": "12.0.4",
"@types/node": "20.9.0",
"@types/node-fetch": "2.6.9",
"@types/nodemailer": "6.4.14",
"@types/oauth": "0.9.4",
"@types/probe-image-size": "7.2.3",
"@types/pug": "2.0.9",
"@types/punycode": "2.1.2",
"@types/qrcode": "1.5.5",
"@types/qs": "6.9.10",
"@types/random-seed": "0.3.5",
"@types/ratelimiter": "3.4.6",
"@types/rename": "1.0.7",
"@types/sanitize-html": "2.9.4",
"@types/semver": "7.5.5",
"@types/sinonjs__fake-timers": "8.1.5",
"@types/tinycolor2": "1.4.6",
"@types/tmp": "0.2.6",
"@types/uuid": "9.0.7",
"@types/web-push": "3.6.3",
"@types/websocket": "1.0.9",
"@types/ws": "8.5.9",
"cross-env": "7.0.3",
"eslint": "8.53.0",
"execa": "8.0.1",
@ -182,7 +182,7 @@
"pug": "3.0.2",
"strict-event-emitter-types": "2.0.0",
"swc-loader": "0.2.3",
"ts-loader": "9.5.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2",

View file

@ -19,18 +19,18 @@
"@rollup/pluginutils": "5.0.5",
"@syuilo/aiscript": "0.16.0",
"@types/glob": "8.1.0",
"@types/gulp": "4.0.16",
"@types/gulp-rename": "2.0.4",
"@types/katex": "0.16.5",
"@types/matter-js": "0.19.3",
"@types/punycode": "2.1.1",
"@types/seedrandom": "3.0.7",
"@types/throttle-debounce": "5.0.1",
"@types/tinycolor2": "1.4.5",
"@types/uuid": "9.0.6",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "3.3.7",
"@vue/runtime-core": "3.3.7",
"@types/gulp": "4.0.17",
"@types/gulp-rename": "2.0.5",
"@types/katex": "0.16.6",
"@types/matter-js": "0.19.4",
"@types/punycode": "2.1.2",
"@types/seedrandom": "3.0.8",
"@types/throttle-debounce": "5.0.2",
"@types/tinycolor2": "1.4.6",
"@types/uuid": "9.0.7",
"@vitejs/plugin-vue": "4.4.1",
"@vue/compiler-sfc": "3.3.8",
"@vue/runtime-core": "3.3.8",
"autobind-decorator": "2.4.0",
"autosize": "6.0.1",
"blurhash": "2.0.5",
@ -62,15 +62,15 @@
"matter-js": "0.19.0",
"mfm-js": "0.23.3",
"photoswipe": "5.4.2",
"prettier": "3.0.3",
"prettier": "3.1.0",
"prismjs": "1.29.0",
"punycode": "2.3.1",
"rollup": "4.3.0",
"rollup": "4.4.1",
"s-age": "1.1.2",
"sass": "1.69.5",
"seedrandom": "3.0.5",
"stringz": "2.1.0",
"swiper": "11.0.3",
"swiper": "11.0.4",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
"three": "0.158.0",
@ -82,7 +82,7 @@
"uuid": "9.0.1",
"vite": "4.5.0",
"vite-plugin-compression": "0.5.1",
"vue": "3.3.7",
"vue": "3.3.8",
"vue-draggable-plus": "0.2.6",
"vue-plyr": "7.0.0",
"vue-prism-editor": "2.0.0-alpha.2"

View file

@ -19,9 +19,9 @@
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.78",
"@swc/core": "1.3.96",
"@swc/types": "0.1.5",
"@types/node": "20.8.7",
"@types/node": "20.9.0",
"ts-node": "10.9.1",
"tsd": "0.29.0",
"typescript": "5.2.2"

View file

@ -10,11 +10,11 @@
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.78",
"@swc/core": "1.3.96",
"@swc/core-android-arm64": "1.3.11",
"firefish-js": "workspace:*",
"idb-keyval": "6.2.1",
"vite": "4.4.9",
"vite": "4.5.0",
"vite-plugin-compression": "0.5.1"
},
"optionalDependencies": {