Bump @mr-hope/vuepress-plugin-last-update from 0.7.4 to 0.7.5 (#382)

Bumps [@mr-hope/vuepress-plugin-last-update](https://github.com/Mister-Hope/vuepress-theme-hope/tree/HEAD/packages/last-update) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/Mister-Hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/Mister-Hope/vuepress-theme-hope/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Mister-Hope/vuepress-theme-hope/commits/v0.7.5/packages/last-update)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-10-07 14:38:18 +02:00 committed by GitHub
parent 1683e76db4
commit 84666b44fc
2 changed files with 26 additions and 9 deletions

33
package-lock.json generated
View File

@ -1187,14 +1187,31 @@
}
},
"@mr-hope/vuepress-plugin-last-update": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-last-update/-/vuepress-plugin-last-update-0.7.4.tgz",
"integrity": "sha512-kVHCwJQ5M/UBHBSit8rulfPCkzr5QPFn8FZwzuBTZ/+LxwaUkgTbDuaYwLiwhSBDqnnS/z5SyhVXhof+L3PPvw==",
"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==",
"requires": {
"@mr-hope/vuepress-types": "^0.7.4",
"@mr-hope/vuepress-types": "^0.7.5",
"@types/cross-spawn": "^6.0.2",
"cross-spawn": "^7.0.3",
"dayjs": "^1.8.36"
"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": {
@ -4623,9 +4640,9 @@
}
},
"dayjs": {
"version": "1.8.36",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz",
"integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw=="
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz",
"integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg=="
},
"de-indent": {
"version": "1.0.2",

View File

@ -39,7 +39,7 @@
"vuepress-plugin-zooming": "^1.1.8"
},
"dependencies": {
"@mr-hope/vuepress-plugin-last-update": "^0.7.4",
"@mr-hope/vuepress-plugin-last-update": "^0.7.5",
"@mr-hope/vuepress-plugin-sitemap": "^0.7.4",
"axios": "^0.20.0",
"core-js": "2.6.4",