diff --git a/package-lock.json b/package-lock.json index 7a36a5f..3918aaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "hexo": "^8.1.0", + "hexo": "^8.1.1", "hexo-asset-image": "^1.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -1633,9 +1633,9 @@ } }, "node_modules/hexo": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.0.tgz", - "integrity": "sha512-4t7oqGBGDfjCk1oFqJaKrzcWzjS7QlPQrP0PGwvsNeEpwjrSMV4pXlcZ3V49j/LGX2UE2NjtDyiYENBQCZFajw==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-8.1.1.tgz", + "integrity": "sha512-UnzT4ImjKzMMuVRsvudxrl7MkdZwKe4S9xJN5pQPK9c+K0G+fLFb9kB6CqZZwj2E5ne+QK0ls4XMKqTUbNR3RQ==", "license": "MIT", "dependencies": { "abbrev": "^3.0.0", diff --git a/package.json b/package.json index ae64620..9a243d9 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.3.0" }, "dependencies": { - "hexo": "^8.1.0", + "hexo": "^8.1.1", "hexo-asset-image": "^1.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0",