diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-03 15:04:53 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-10-03 15:04:53 +0900 |
| commit | d3e2b59f537522168b0394d6e166b9ac5d166123 (patch) | |
| tree | e758a8fc0757d5021c854a88e8a03d28fa26783a /packages | |
| parent | enhance: require captcha for signin (#14655) (diff) | |
| download | misskey-d3e2b59f537522168b0394d6e166b9ac5d166123.tar.gz misskey-d3e2b59f537522168b0394d6e166b9ac5d166123.tar.bz2 misskey-d3e2b59f537522168b0394d6e166b9ac5d166123.zip | |
update deps
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/backend/package.json | 24 | ||||
| -rw-r--r-- | packages/frontend/package.json | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index 6eed6fc725..bd5dab618a 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -71,20 +71,20 @@ "@bull-board/fastify": "6.0.0", "@bull-board/ui": "6.0.0", "@discordapp/twemoji": "15.1.0", - "@fastify/accepts": "5.0.0", - "@fastify/cookie": "10.0.0", - "@fastify/cors": "10.0.0", - "@fastify/express": "4.0.0", + "@fastify/accepts": "5.0.1", + "@fastify/cookie": "10.0.1", + "@fastify/cors": "10.0.1", + "@fastify/express": "4.0.1", "@fastify/http-proxy": "10.0.0", - "@fastify/multipart": "9.0.0", - "@fastify/static": "8.0.0", - "@fastify/view": "10.0.0", + "@fastify/multipart": "9.0.1", + "@fastify/static": "8.0.1", + "@fastify/view": "10.0.1", "@misskey-dev/sharp-read-bmp": "1.2.0", "@misskey-dev/summaly": "5.1.0", "@napi-rs/canvas": "0.1.56", - "@nestjs/common": "10.4.3", - "@nestjs/core": "10.4.3", - "@nestjs/testing": "10.4.3", + "@nestjs/common": "10.4.4", + "@nestjs/core": "10.4.4", + "@nestjs/testing": "10.4.4", "@peertube/http-signature": "1.7.0", "@sentry/node": "8.20.0", "@sentry/profiling-node": "8.20.0", @@ -149,7 +149,7 @@ "oauth2orize": "1.12.0", "oauth2orize-pkce": "0.1.2", "os-utils": "0.0.14", - "otpauth": "9.3.2", + "otpauth": "9.3.4", "parse5": "7.1.2", "pg": "8.13.0", "pkce-challenge": "4.1.0", @@ -187,7 +187,7 @@ }, "devDependencies": { "@jest/globals": "29.7.0", - "@nestjs/platform-express": "10.4.3", + "@nestjs/platform-express": "10.4.4", "@simplewebauthn/types": "10.0.0", "@swc/jest": "0.2.36", "@types/accepts": "1.3.7", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index d3909babfd..02878c64d9 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -60,7 +60,7 @@ "rollup": "4.22.5", "sanitize-html": "2.13.0", "sass": "1.79.3", - "shiki": "1.12.0", + "shiki": "1.21.0", "strict-event-emitter-types": "2.0.0", "textarea-caret": "3.1.0", "three": "0.169.0", |