diff --git a/package.json b/package.json
index 67798708..88fcb864 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
     "iso-639-1": "^3.0.0",
     "js-yaml": "^4.1.0",
     "lru-cache": "^11.0.0",
-    "masto": "^6.7.5",
+    "masto": "^6.10.1",
     "node-emoji": "^2.1.3",
     "nuxt-security": "^1.4.3",
     "page-lifecycle": "^0.1.2",
diff --git a/pages/notifications.vue b/pages/notifications.vue
index bb3fec61..52f2871a 100644
--- a/pages/notifications.vue
+++ b/pages/notifications.vue
@@ -47,6 +47,8 @@ const filterIconMap: Record<mastodon.v1.NotificationType, string> = {
   'update': 'i-ri:edit-2-line',
   'admin.sign_up': 'i-ri:user-add-line',
   'admin.report': 'i-ri:flag-line',
+  'severed_relationships': 'i-ri:user-unfollow-line',
+  'moderation_warning': 'i-ri:error-warning-line',
 }
 
 const filterText = computed(() => `${t('tab.notifications_more_tooltip')}${filter.value ? `: ${t(`tab.notifications_${filter.value}`)}` : ''}`)
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f3f12c77..04ca4b81 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -185,8 +185,8 @@ importers:
         specifier: ^11.0.0
         version: 11.0.0
       masto:
-        specifier: ^6.7.5
-        version: 6.7.7
+        specifier: ^6.10.1
+        version: 6.10.1
       node-emoji:
         specifier: ^2.1.3
         version: 2.1.3
@@ -5689,8 +5689,8 @@ packages:
   markdown-table@3.0.3:
     resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==}
 
-  masto@6.7.7:
-    resolution: {integrity: sha512-iu9pWcBfyJO+GXgmZQo8/nSS2N3p5FYSiR+gZNDMT/LMUZgA9Pmr/YeGgn4uqoz/rllQtFm2W/+1v1Etr4b1pA==}
+  masto@6.10.1:
+    resolution: {integrity: sha512-CBEAvWJfMLMgk0cURSGU/fRJDcFEZWo1LBfVYztBNEOyijoedQh4htKaon+XCE4aT7TLYPqOLmcllXwMjOvztA==}
 
   md5@2.3.0:
     resolution: {integrity: sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==}
@@ -15077,7 +15077,7 @@ snapshots:
 
   markdown-table@3.0.3: {}
 
-  masto@6.7.7:
+  masto@6.10.1:
     dependencies:
       change-case: 4.1.2
       events-to-async: 2.0.1