diff --git a/package-lock.json b/package-lock.json index 26fdf59f..0c7299da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1187,31 +1187,14 @@ } }, "@mr-hope/vuepress-plugin-last-update": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-last-update/-/vuepress-plugin-last-update-0.7.5.tgz", - "integrity": "sha512-DISARDixXNxPhrfuVeC2AYqMvtlbzVHvNSmj+HQBHEzKn1yPWQ+SzbjQ0sI1xaIiCRZj4SdLkA6wKERdR4kmeQ==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-last-update/-/vuepress-plugin-last-update-0.8.0.tgz", + "integrity": "sha512-SZ/2MwYN20jTNTjIJ9JbHMH+Xk/qTVCj9/yYYuxkkAnfvTVKzq6/eaRsh2DkoKSYrFqNcwWET/liWN83on5snw==", "requires": { - "@mr-hope/vuepress-types": "^0.7.5", + "@mr-hope/vuepress-types": "^0.8.0", "@types/cross-spawn": "^6.0.2", "cross-spawn": "^7.0.3", "dayjs": "^1.9.1" - }, - "dependencies": { - "@mr-hope/vuepress-types": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@mr-hope/vuepress-types/-/vuepress-types-0.7.5.tgz", - "integrity": "sha512-iRkoahIofihKyrnzM/zweAgzxMLdF23qOB80CBDjeFYxVD2Z8uu50iJQU1P3cuH9o0Mv5ic+LLzs8VsUgtDpUQ==", - "requires": { - "@types/express": "4.17.8", - "@types/markdown-it": "10.0.2", - "@types/markdown-it-anchor": "4.0.4", - "@types/webpack-dev-server": "3.11.0", - "cac": "6.6.1", - "markdown-it": "11.0.1", - "vue": "2.6.12", - "vue-loader": "15.9.3" - } - } } }, "@mr-hope/vuepress-plugin-sitemap": { diff --git a/package.json b/package.json index 50357187..b8fee482 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "vuepress-plugin-zooming": "^1.1.8" }, "dependencies": { - "@mr-hope/vuepress-plugin-last-update": "^0.7.5", + "@mr-hope/vuepress-plugin-last-update": "^0.8.0", "@mr-hope/vuepress-plugin-sitemap": "^0.8.0", "axios": "^0.20.0", "core-js": "2.6.4",