diff --git a/package-lock.json b/package-lock.json index ff84b889..51bc87d6 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.4", + "masto": "~5.0.5", "mem": "~9.0.2", "preact": "~10.11.3", "preact-router": "~4.1.0", @@ -4149,9 +4149,9 @@ } }, "node_modules/masto": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/masto/-/masto-5.0.4.tgz", - "integrity": "sha512-oMveJRoq/VdkgMXZNoZ6CvFyr5WdzH2zNIcK3QdHNlAOt1HkoqyHjPVicgjxq/lnwv6grqLB/XvlYA2N6ltVyA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/masto/-/masto-5.0.5.tgz", + "integrity": "sha512-/iRuSnn2ieVfUIemm4kE/91VXAw/dUoJ/GCtebNxoFZIe/ca8xyPV/9cL7jdquc8RPNDr8ribwVUQO5DccfB8w==", "dependencies": { "@mastojs/ponyfills": "^1.0.4", "change-case": "^4.1.2", @@ -8735,9 +8735,9 @@ } }, "masto": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/masto/-/masto-5.0.4.tgz", - "integrity": "sha512-oMveJRoq/VdkgMXZNoZ6CvFyr5WdzH2zNIcK3QdHNlAOt1HkoqyHjPVicgjxq/lnwv6grqLB/XvlYA2N6ltVyA==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/masto/-/masto-5.0.5.tgz", + "integrity": "sha512-/iRuSnn2ieVfUIemm4kE/91VXAw/dUoJ/GCtebNxoFZIe/ca8xyPV/9cL7jdquc8RPNDr8ribwVUQO5DccfB8w==", "requires": { "@mastojs/ponyfills": "^1.0.4", "change-case": "^4.1.2", diff --git a/package.json b/package.json index 7fc056fb..8c031daf 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.4", + "masto": "~5.0.5", "mem": "~9.0.2", "preact": "~10.11.3", "preact-router": "~4.1.0",