Upgrade masto

This commit is contained in:
Lim Chee Aun 2023-01-13 15:36:01 +08:00
parent 71b50382e9
commit 3cf918672e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -17,7 +17,7 @@
"history": "~5.3.0", "history": "~5.3.0",
"idb-keyval": "~6.2.0", "idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0", "just-debounce-it": "~3.2.0",
"masto": "~5.2.0", "masto": "~5.4.0",
"mem": "~9.0.2", "mem": "~9.0.2",
"preact": "~10.11.3", "preact": "~10.11.3",
"preact-router": "~4.1.0", "preact-router": "~4.1.0",
@ -4183,9 +4183,9 @@
} }
}, },
"node_modules/masto": { "node_modules/masto": {
"version": "5.2.0", "version": "5.4.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.2.0.tgz", "resolved": "https://registry.npmjs.org/masto/-/masto-5.4.0.tgz",
"integrity": "sha512-71pKUdPZDuQSPJqRJSwsZ/QqvO/arOkdRyXEyOdeU9QukQ30OEW1M9BCGBp/b9Lbf6R7d9oCCdefmxXCSAzlFg==", "integrity": "sha512-Th/EOyVIPMPJQ1GldBx9vcaDagWUUsco+R4D7AfDR0mmyXFpdwRyVp0NRe+/PMPCNFG1UnAEX0jxLzDSxIEZ5w==",
"dependencies": { "dependencies": {
"@mastojs/ponyfills": "^1.0.4", "@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2", "change-case": "^4.1.2",
@ -8834,9 +8834,9 @@
} }
}, },
"masto": { "masto": {
"version": "5.2.0", "version": "5.4.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.2.0.tgz", "resolved": "https://registry.npmjs.org/masto/-/masto-5.4.0.tgz",
"integrity": "sha512-71pKUdPZDuQSPJqRJSwsZ/QqvO/arOkdRyXEyOdeU9QukQ30OEW1M9BCGBp/b9Lbf6R7d9oCCdefmxXCSAzlFg==", "integrity": "sha512-Th/EOyVIPMPJQ1GldBx9vcaDagWUUsco+R4D7AfDR0mmyXFpdwRyVp0NRe+/PMPCNFG1UnAEX0jxLzDSxIEZ5w==",
"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 @@
"history": "~5.3.0", "history": "~5.3.0",
"idb-keyval": "~6.2.0", "idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0", "just-debounce-it": "~3.2.0",
"masto": "~5.2.0", "masto": "~5.4.0",
"mem": "~9.0.2", "mem": "~9.0.2",
"preact": "~10.11.3", "preact": "~10.11.3",
"preact-router": "~4.1.0", "preact-router": "~4.1.0",