mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Upgrade masto
This commit is contained in:
parent
a37a1ca21b
commit
a6f300d4af
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"fast-deep-equal": "~3.1.3",
|
||||
"idb-keyval": "~6.2.0",
|
||||
"just-debounce-it": "~3.2.0",
|
||||
"masto": "~5.9.0",
|
||||
"masto": "~5.9.1",
|
||||
"mem": "~9.0.2",
|
||||
"p-retry": "~5.1.2",
|
||||
"preact": "~10.12.1",
|
||||
|
@ -4718,9 +4718,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/masto": {
|
||||
"version": "5.9.0",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.0.tgz",
|
||||
"integrity": "sha512-noKnrf1Qg6pIcOshyYsJrRc6Fe3yCiLPO++GrpHuYvJ5M2ts5p8WBDlnb2pGX2MPrUY8vGNg90INAjUWT/JDzQ==",
|
||||
"version": "5.9.1",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.1.tgz",
|
||||
"integrity": "sha512-grt9Oe2mRman2V/qsf9VF2Zrgf7YLv3HFPn0x9HHC+eowYjhxeO6Ui/JGT8tq8gZ5GTo8tLxV4VVc0nHk62MIQ==",
|
||||
"dependencies": {
|
||||
"@mastojs/ponyfills": "^1.0.4",
|
||||
"change-case": "^4.1.2",
|
||||
|
@ -10288,9 +10288,9 @@
|
|||
}
|
||||
},
|
||||
"masto": {
|
||||
"version": "5.9.0",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.0.tgz",
|
||||
"integrity": "sha512-noKnrf1Qg6pIcOshyYsJrRc6Fe3yCiLPO++GrpHuYvJ5M2ts5p8WBDlnb2pGX2MPrUY8vGNg90INAjUWT/JDzQ==",
|
||||
"version": "5.9.1",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.9.1.tgz",
|
||||
"integrity": "sha512-grt9Oe2mRman2V/qsf9VF2Zrgf7YLv3HFPn0x9HHC+eowYjhxeO6Ui/JGT8tq8gZ5GTo8tLxV4VVc0nHk62MIQ==",
|
||||
"requires": {
|
||||
"@mastojs/ponyfills": "^1.0.4",
|
||||
"change-case": "^4.1.2",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"fast-deep-equal": "~3.1.3",
|
||||
"idb-keyval": "~6.2.0",
|
||||
"just-debounce-it": "~3.2.0",
|
||||
"masto": "~5.9.0",
|
||||
"masto": "~5.9.1",
|
||||
"mem": "~9.0.2",
|
||||
"p-retry": "~5.1.2",
|
||||
"preact": "~10.12.1",
|
||||
|
|
Loading…
Reference in a new issue