1
0
Fork 0

Upgrade masto

This commit is contained in:
Lim Chee Aun 2023-02-12 22:40:54 +08:00
parent a37a1ca21b
commit a6f300d4af
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -17,7 +17,7 @@
"fast-deep-equal": "~3.1.3", "fast-deep-equal": "~3.1.3",
"idb-keyval": "~6.2.0", "idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0", "just-debounce-it": "~3.2.0",
"masto": "~5.9.0", "masto": "~5.9.1",
"mem": "~9.0.2", "mem": "~9.0.2",
"p-retry": "~5.1.2", "p-retry": "~5.1.2",
"preact": "~10.12.1", "preact": "~10.12.1",
@ -4718,9 +4718,9 @@
} }
}, },
"node_modules/masto": { "node_modules/masto": {
"version": "5.9.0", "version": "5.9.1",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.0.tgz", "resolved": "https://registry.npmjs.org/masto/-/masto-5.9.1.tgz",
"integrity": "sha512-noKnrf1Qg6pIcOshyYsJrRc6Fe3yCiLPO++GrpHuYvJ5M2ts5p8WBDlnb2pGX2MPrUY8vGNg90INAjUWT/JDzQ==", "integrity": "sha512-grt9Oe2mRman2V/qsf9VF2Zrgf7YLv3HFPn0x9HHC+eowYjhxeO6Ui/JGT8tq8gZ5GTo8tLxV4VVc0nHk62MIQ==",
"dependencies": { "dependencies": {
"@mastojs/ponyfills": "^1.0.4", "@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2", "change-case": "^4.1.2",
@ -10288,9 +10288,9 @@
} }
}, },
"masto": { "masto": {
"version": "5.9.0", "version": "5.9.1",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.0.tgz", "resolved": "https://registry.npmjs.org/masto/-/masto-5.9.1.tgz",
"integrity": "sha512-noKnrf1Qg6pIcOshyYsJrRc6Fe3yCiLPO++GrpHuYvJ5M2ts5p8WBDlnb2pGX2MPrUY8vGNg90INAjUWT/JDzQ==", "integrity": "sha512-grt9Oe2mRman2V/qsf9VF2Zrgf7YLv3HFPn0x9HHC+eowYjhxeO6Ui/JGT8tq8gZ5GTo8tLxV4VVc0nHk62MIQ==",
"requires": { "requires": {
"@mastojs/ponyfills": "^1.0.4", "@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2", "change-case": "^4.1.2",

View file

@ -19,7 +19,7 @@
"fast-deep-equal": "~3.1.3", "fast-deep-equal": "~3.1.3",
"idb-keyval": "~6.2.0", "idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0", "just-debounce-it": "~3.2.0",
"masto": "~5.9.0", "masto": "~5.9.1",
"mem": "~9.0.2", "mem": "~9.0.2",
"p-retry": "~5.1.2", "p-retry": "~5.1.2",
"preact": "~10.12.1", "preact": "~10.12.1",