this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade masto

+5 -5
+4 -4
package-lock.json
··· 24 24 "idb-keyval": "~6.2.1", 25 25 "just-debounce-it": "~3.2.0", 26 26 "lz-string": "~1.5.0", 27 - "masto": "~6.6.3", 27 + "masto": "~6.6.4", 28 28 "moize": "~6.1.6", 29 29 "p-retry": "~6.2.0", 30 30 "p-throttle": "~6.1.0", ··· 5628 5628 } 5629 5629 }, 5630 5630 "node_modules/masto": { 5631 - "version": "6.6.3", 5632 - "resolved": "https://registry.npmjs.org/masto/-/masto-6.6.3.tgz", 5633 - "integrity": "sha512-WkETTajH4SCRV0GyP5g58qWwp7gsDVdM4qogewXPSWe4kpJY3q27ao1aOUbXRCwTcnL06nGKtMAx06+oY03e9Q==", 5631 + "version": "6.6.4", 5632 + "resolved": "https://registry.npmjs.org/masto/-/masto-6.6.4.tgz", 5633 + "integrity": "sha512-qoq08UAzdRhVNo9eUG+LIxVNx8UWq+ZqyyeoPGYKLsCOdNyxZpkdK7r3M1negyBscfsNzppdMDpuRhmxDOizxw==", 5634 5634 "dependencies": { 5635 5635 "change-case": "^4.1.2", 5636 5636 "events-to-async": "^2.0.1",
+1 -1
package.json
··· 26 26 "idb-keyval": "~6.2.1", 27 27 "just-debounce-it": "~3.2.0", 28 28 "lz-string": "~1.5.0", 29 - "masto": "~6.6.3", 29 + "masto": "~6.6.4", 30 30 "moize": "~6.1.6", 31 31 "p-retry": "~6.2.0", 32 32 "p-throttle": "~6.1.0",