mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 15:35:06 +01:00
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:
parent
1683e76db4
commit
84666b44fc
33
package-lock.json
generated
33
package-lock.json
generated
@ -1187,14 +1187,31 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@mr-hope/vuepress-plugin-last-update": {
|
"@mr-hope/vuepress-plugin-last-update": {
|
||||||
"version": "0.7.4",
|
"version": "0.7.5",
|
||||||
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-last-update/-/vuepress-plugin-last-update-0.7.4.tgz",
|
"resolved": "https://registry.npmjs.org/@mr-hope/vuepress-plugin-last-update/-/vuepress-plugin-last-update-0.7.5.tgz",
|
||||||
"integrity": "sha512-kVHCwJQ5M/UBHBSit8rulfPCkzr5QPFn8FZwzuBTZ/+LxwaUkgTbDuaYwLiwhSBDqnnS/z5SyhVXhof+L3PPvw==",
|
"integrity": "sha512-DISARDixXNxPhrfuVeC2AYqMvtlbzVHvNSmj+HQBHEzKn1yPWQ+SzbjQ0sI1xaIiCRZj4SdLkA6wKERdR4kmeQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@mr-hope/vuepress-types": "^0.7.4",
|
"@mr-hope/vuepress-types": "^0.7.5",
|
||||||
"@types/cross-spawn": "^6.0.2",
|
"@types/cross-spawn": "^6.0.2",
|
||||||
"cross-spawn": "^7.0.3",
|
"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": {
|
"@mr-hope/vuepress-plugin-sitemap": {
|
||||||
@ -4623,9 +4640,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dayjs": {
|
"dayjs": {
|
||||||
"version": "1.8.36",
|
"version": "1.9.1",
|
||||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz",
|
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz",
|
||||||
"integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw=="
|
"integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg=="
|
||||||
},
|
},
|
||||||
"de-indent": {
|
"de-indent": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
"vuepress-plugin-zooming": "^1.1.8"
|
"vuepress-plugin-zooming": "^1.1.8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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",
|
"@mr-hope/vuepress-plugin-sitemap": "^0.7.4",
|
||||||
"axios": "^0.20.0",
|
"axios": "^0.20.0",
|
||||||
"core-js": "2.6.4",
|
"core-js": "2.6.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user