diff --git a/package-lock.json b/package-lock.json index b275c355..bc6dea93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "bootstrap": "^5.3.3", - "hexo": "^7.2.0", + "hexo": "^7.3.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -27,7 +27,6 @@ "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.20.0", "hexo-util": "^3.3.0", - "highlight.js": "^11.9.0", "prismjs": "^1.29.0" } }, @@ -2170,9 +2169,9 @@ } }, "node_modules/hexo": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.2.0.tgz", - "integrity": "sha512-RYIzl7jfG0i2jH/k5IZg4C1anyHfmKHNUsBKIn9LU0V3iQ0WQrwuOLFDJwaZDenqmzHYJhAVCGAkrBDfF/IlVg==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/hexo/-/hexo-7.3.0.tgz", + "integrity": "sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ==", "dependencies": { "abbrev": "^2.0.0", "archy": "^1.0.0", diff --git a/package.json b/package.json index a05adda4..95bc5f63 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "bootstrap": "^5.3.3", - "hexo": "^7.2.0", + "hexo": "^7.3.0", "hexo-deployer-git": "^4.0.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0",