diff --git a/package-lock.json b/package-lock.json index aa298aa7..2f718061 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "history": "~5.3.0", "iconify-icon": "~1.0.2", "just-debounce-it": "~3.2.0", - "masto": "~5.0.5", + "masto": "~5.1.0", "mem": "~9.0.2", "preact": "~10.11.3", "preact-router": "~4.1.0", @@ -4153,9 +4153,9 @@ } }, "node_modules/masto": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/masto/-/masto-5.0.5.tgz", - "integrity": "sha512-/iRuSnn2ieVfUIemm4kE/91VXAw/dUoJ/GCtebNxoFZIe/ca8xyPV/9cL7jdquc8RPNDr8ribwVUQO5DccfB8w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/masto/-/masto-5.1.0.tgz", + "integrity": "sha512-/Rvi44BKv9AGGv08Oo63dA2WHE3kwCUtNb1/W0brK9alLaCSboOwTjoWtK46ovjmsm8TugNtKqj2lscxwcFhDQ==", "dependencies": { "@mastojs/ponyfills": "^1.0.4", "change-case": "^4.1.2", @@ -8777,9 +8777,9 @@ } }, "masto": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/masto/-/masto-5.0.5.tgz", - "integrity": "sha512-/iRuSnn2ieVfUIemm4kE/91VXAw/dUoJ/GCtebNxoFZIe/ca8xyPV/9cL7jdquc8RPNDr8ribwVUQO5DccfB8w==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/masto/-/masto-5.1.0.tgz", + "integrity": "sha512-/Rvi44BKv9AGGv08Oo63dA2WHE3kwCUtNb1/W0brK9alLaCSboOwTjoWtK46ovjmsm8TugNtKqj2lscxwcFhDQ==", "requires": { "@mastojs/ponyfills": "^1.0.4", "change-case": "^4.1.2", diff --git a/package.json b/package.json index 6d34ef1f..dbde5c5c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "history": "~5.3.0", "iconify-icon": "~1.0.2", "just-debounce-it": "~3.2.0", - "masto": "~5.0.5", + "masto": "~5.1.0", "mem": "~9.0.2", "preact": "~10.11.3", "preact-router": "~4.1.0",