mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
Update all non-major dependencies
This commit is contained in:
parent
d453ac6b32
commit
9cde7fb078
3 changed files with 554 additions and 573 deletions
2
.github/actions/github-app-token/action.yml
vendored
2
.github/actions/github-app-token/action.yml
vendored
|
@ -16,7 +16,7 @@ outputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- uses: tibdex/github-app-token@v1.6.0
|
||||
- uses: tibdex/github-app-token@v1.7.0
|
||||
with:
|
||||
app_id: ${{ inputs.app_id }}
|
||||
private_key: ${{ inputs.private_key }}
|
||||
|
|
20
package.json
20
package.json
|
@ -20,14 +20,14 @@
|
|||
"@types/uuid": "8.3.4",
|
||||
"@types/ws": "8.5.3",
|
||||
"autobind-decorator": "2.4.0",
|
||||
"canvas": "2.10.1",
|
||||
"canvas": "2.10.2",
|
||||
"chalk": "4.1.2",
|
||||
"jsdom": "20.0.0",
|
||||
"jsdom": "20.0.2",
|
||||
"lokijs": "1.5.12",
|
||||
"memory-streams": "0.1.3",
|
||||
"misskey-reversi": "0.0.5",
|
||||
"module-alias": "2.2.2",
|
||||
"node-fetch": "2.6.6",
|
||||
"node-fetch": "2.6.7",
|
||||
"promise-retry": "2.0.1",
|
||||
"random-seed": "0.3.0",
|
||||
"reconnecting-websocket": "4.4.0",
|
||||
|
@ -37,9 +37,9 @@
|
|||
"timeout-as-promise": "1.0.0",
|
||||
"ts-node": "10.9.1",
|
||||
"twemoji-parser": "14.0.0",
|
||||
"typescript": "4.8.3",
|
||||
"typescript": "4.8.4",
|
||||
"uuid": "9.0.0",
|
||||
"ws": "8.9.0"
|
||||
"ws": "8.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@koa/router": "12.0.0",
|
||||
|
@ -49,14 +49,14 @@
|
|||
"@types/koa__router": "12.0.0",
|
||||
"@types/node-fetch": "2",
|
||||
"@types/websocket": "1.0.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.38.0",
|
||||
"@typescript-eslint/parser": "5.38.0",
|
||||
"eslint": "8.24.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||
"@typescript-eslint/parser": "5.41.0",
|
||||
"eslint": "8.26.0",
|
||||
"eslint-config-google": "0.14.0",
|
||||
"jest": "29.0.3",
|
||||
"jest": "29.2.2",
|
||||
"koa": "2.13.4",
|
||||
"koa-json-body": "5.3.0",
|
||||
"ts-jest": "29.0.2",
|
||||
"ts-jest": "29.0.3",
|
||||
"websocket": "1.0.34"
|
||||
},
|
||||
"_moduleAliases": {
|
||||
|
|
Loading…
Reference in a new issue