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/frontend-embed/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/frontend-embed/package.json')
| -rw-r--r-- | packages/frontend-embed/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend-embed/package.json b/packages/frontend-embed/package.json index fe98b92e53..808559f44a 100644 --- a/packages/frontend-embed/package.json +++ b/packages/frontend-embed/package.json @@ -26,7 +26,7 @@ "misskey-js": "workspace:*", "punycode.js": "2.3.1", "rollup": "4.53.3", - "sass": "1.95.0", + "sass": "1.95.1", "shiki": "3.19.0", "tinycolor2": "1.6.0", "uuid": "13.0.0", @@ -61,8 +61,8 @@ "tsx": "4.21.0", "typescript": "5.9.3", "vite-plugin-turbosnap": "1.0.3", - "vue-component-type-helpers": "3.1.7", + "vue-component-type-helpers": "3.1.8", "vue-eslint-parser": "10.2.0", - "vue-tsc": "3.1.7" + "vue-tsc": "3.1.8" } } |