1
0
Fork 0

Bump masto

This commit is contained in:
Lim Chee Aun 2023-01-05 18:46:05 +08:00
parent abe5d02d93
commit 228c74655a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -15,7 +15,7 @@
"history": "~5.3.0",
"iconify-icon": "~1.0.2",
"just-debounce-it": "~3.2.0",
"masto": "~5.1.0",
"masto": "~5.1.1",
"mem": "~9.0.2",
"preact": "~10.11.3",
"preact-router": "~4.1.0",
@ -4168,9 +4168,9 @@
}
},
"node_modules/masto": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.1.0.tgz",
"integrity": "sha512-/Rvi44BKv9AGGv08Oo63dA2WHE3kwCUtNb1/W0brK9alLaCSboOwTjoWtK46ovjmsm8TugNtKqj2lscxwcFhDQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.1.1.tgz",
"integrity": "sha512-IvfdpCiayM4tM58aTf/tfkSq0MGW1kKEAwJvgVRbzmwlE4PBt1WnGvZXQg6CiLkcKBMTQaDjLR0sBaGmPrVGCQ==",
"dependencies": {
"@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2",
@ -8811,9 +8811,9 @@
}
},
"masto": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.1.0.tgz",
"integrity": "sha512-/Rvi44BKv9AGGv08Oo63dA2WHE3kwCUtNb1/W0brK9alLaCSboOwTjoWtK46ovjmsm8TugNtKqj2lscxwcFhDQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.1.1.tgz",
"integrity": "sha512-IvfdpCiayM4tM58aTf/tfkSq0MGW1kKEAwJvgVRbzmwlE4PBt1WnGvZXQg6CiLkcKBMTQaDjLR0sBaGmPrVGCQ==",
"requires": {
"@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2",

View file

@ -17,7 +17,7 @@
"history": "~5.3.0",
"iconify-icon": "~1.0.2",
"just-debounce-it": "~3.2.0",
"masto": "~5.1.0",
"masto": "~5.1.1",
"mem": "~9.0.2",
"preact": "~10.11.3",
"preact-router": "~4.1.0",