diff --git a/package-lock.json b/package-lock.json index 0ecc752..26b49fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^7.0.0", + "hexo": "^7.1.0", "hexo-asset-image": "github:CodeFalling/hexo-asset-image", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -905,9 +905,9 @@ } }, "node_modules/hexo": { - "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/hexo/-/hexo-7.0.0.tgz", - "integrity": "sha512-3iRSYReDcYd+bdCrDYS53aFjR717M+eSwKVXdM1tF2QETi8urcwDdDDoD7Nm2E0trqN4oeoHJ7FoXbn2UsZxqw==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.1.0.tgz", + "integrity": "sha512-FFjo8NwqSQVxASSKFGkFUak720sFC/p3IxkDIOHLXQ1axQ5w4ipFU0DNqDzwyb5EJOMFYuMxFcurhm9olQP13A==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", @@ -939,6 +939,10 @@ }, "engines": { "node": ">=14" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/hexo" } }, "node_modules/hexo-asset-image": { diff --git a/package.json b/package.json index 11af353..cb9d934 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.0.0" }, "dependencies": { - "hexo": "^7.0.0", + "hexo": "^7.1.0", "hexo-asset-image": "github:CodeFalling/hexo-asset-image", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0",