diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-12-17 09:36:15 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-17 09:36:15 +0900 |
| commit | 260dbd150b2988c0c6931a4b23c611d2ba0047bf (patch) | |
| tree | 94525574fc20cd988ab38b33fafa525531e4fb4c /packages/backend/package.json | |
| parent | Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff) | |
| download | misskey-260dbd150b2988c0c6931a4b23c611d2ba0047bf.tar.gz misskey-260dbd150b2988c0c6931a4b23c611d2ba0047bf.tar.bz2 misskey-260dbd150b2988c0c6931a4b23c611d2ba0047bf.zip | |
fix(deps): update dependency systeminformation to v5.27.14 [security] [ci skip] (#17003)
* fix(deps): update dependency systeminformation to v5.27.14 [security]
* update whitelist to force update systeminformation package
* bump other dependencies to fix dep error
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'packages/backend/package.json')
| -rw-r--r-- | packages/backend/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json index 206e2022c6..c7a8a6c223 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -71,11 +71,11 @@ "utf-8-validate": "6.0.5" }, "dependencies": { - "@aws-sdk/client-s3": "3.947.0", - "@aws-sdk/lib-storage": "3.947.0", + "@aws-sdk/client-s3": "3.948.0", + "@aws-sdk/lib-storage": "3.948.0", "@discordapp/twemoji": "16.0.1", "@fastify/accepts": "5.0.4", - "@fastify/cors": "11.1.0", + "@fastify/cors": "11.2.0", "@fastify/express": "4.0.2", "@fastify/http-proxy": "11.4.1", "@fastify/multipart": "9.3.0", @@ -166,7 +166,7 @@ "slacc": "0.0.10", "strict-event-emitter-types": "2.0.0", "stringz": "2.1.0", - "systeminformation": "5.27.12", + "systeminformation": "5.27.14", "tinycolor2": "1.6.0", "tmp": "0.2.5", "tsc-alias": "1.8.16", @@ -207,7 +207,7 @@ "@types/rename": "1.0.7", "@types/sanitize-html": "2.16.0", "@types/semver": "7.7.1", - "@types/simple-oauth2": "5.0.7", + "@types/simple-oauth2": "5.0.8", "@types/sinonjs__fake-timers": "15.0.1", "@types/supertest": "6.0.3", "@types/tinycolor2": "1.4.6", |