Update dependency hexo to v7 (#715)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mimi <1119186082@qq.com>
This commit is contained in:
renovate[bot] 2023-12-03 00:06:02 +08:00 committed by GitHub
parent a78121e96a
commit c43f601806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
"c8": "8.0.1",
"chai": "4.3.10",
"eslint": "8.55.0",
"hexo": "6.3.0",
"hexo": "7.0.0",
"hexo-renderer-marked": "6.1.1",
"js-yaml": "4.1.0",
"mocha": "10.2.0",

View File

@ -13,7 +13,7 @@ describe('next-url', () => {
before(() => {
hexo.config.url = 'https://example.com';
hexo.url_for = require('hexo/lib/plugins/helper/url_for').bind(hexo);
hexo.url_for = require('hexo/dist/plugins/helper/url_for').bind(hexo);
});
it('text', () => {