update deps

This commit is contained in:
syuilo 2022-11-29 13:14:57 +09:00
parent dba80a7e8e
commit 594c329dbd
3 changed files with 27 additions and 27 deletions

View file

@ -17,8 +17,8 @@
"test-and-coverage": "yarn jest-and-coverage"
},
"optionalDependencies": {
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-node": "4.0.0"
"@tensorflow/tfjs": "^4.1.0",
"@tensorflow/tfjs-node": "4.1.0"
},
"dependencies": {
"@bull-board/api": "4.3.1",
@ -39,10 +39,10 @@
"archiver": "5.3.1",
"autobind-decorator": "2.4.0",
"autwh": "0.1.0",
"aws-sdk": "2.1258.0",
"aws-sdk": "2.1262.0",
"bcryptjs": "2.4.3",
"blurhash": "2.0.4",
"bull": "4.10.1",
"bull": "4.10.2",
"cacheable-lookup": "6.1.0",
"cbor": "8.1.0",
"chalk": "5.1.2",
@ -64,11 +64,11 @@
"ip-cidr": "3.0.11",
"is-svg": "4.3.2",
"js-yaml": "4.1.0",
"jsdom": "20.0.2",
"jsdom": "20.0.3",
"json5": "2.2.1",
"json5-loader": "4.0.1",
"jsonld": "8.1.0",
"jsrsasign": "10.6.0",
"jsrsasign": "10.6.1",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-favicon": "2.1.0",
@ -89,7 +89,7 @@
"nsfwjs": "2.4.2",
"oauth": "^0.10.0",
"os-utils": "0.0.14",
"parse5": "7.1.1",
"parse5": "7.1.2",
"pg": "8.8.0",
"private-ip": "3.0.0",
"probe-image-size": "7.2.3",
@ -100,7 +100,7 @@
"qrcode": "1.5.1",
"random-seed": "0.3.0",
"ratelimiter": "3.4.1",
"re2": "1.17.7",
"re2": "1.17.8",
"redis-lock": "0.1.4",
"reflect-metadata": "0.1.13",
"rename": "1.0.4",
@ -117,7 +117,7 @@
"stringz": "2.1.0",
"summaly": "2.7.0",
"syslog-pro": "1.0.0",
"systeminformation": "5.13.5",
"systeminformation": "5.14.4",
"tinycolor2": "1.4.2",
"tmp": "0.2.1",
"ts-loader": "9.4.1",
@ -136,7 +136,7 @@
},
"devDependencies": {
"@redocly/openapi-core": "1.0.0-beta.114",
"@swc/core": "1.3.18",
"@swc/core": "1.3.20",
"@swc/jest": "0.2.23",
"@types/archiver": "5.3.1",
"@types/bcryptjs": "2.4.2",
@ -147,7 +147,7 @@
"@types/jest": "29.2.3",
"@types/js-yaml": "4.0.5",
"@types/jsdom": "20.0.1",
"@types/jsonld": "1.5.7",
"@types/jsonld": "1.5.8",
"@types/jsrsasign": "10.5.4",
"@types/koa": "2.13.5",
"@types/koa-bodyparser": "4.3.8",
@ -185,14 +185,14 @@
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"cross-env": "7.0.3",
"eslint": "8.28.0",
"eslint-plugin-import": "2.26.0",
"execa": "6.1.0",
"jest": "29.3.1",
"jest-mock": "^29.0.3",
"jest-mock": "^29.3.1",
"typescript": "4.9.3"
}
}