diff --git a/package-lock.json b/package-lock.json index 0f0993b..d87d376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "hexo": "^8.1.1", - "hexo-filter-mathjax": "^0.11.0", + "hexo-filter-mathjax": "^0.11.1", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^4.0.0", @@ -1134,9 +1134,9 @@ } }, "node_modules/hexo-filter-mathjax": { - "version": "0.11.0", - "resolved": "http://repo.nju.edu.cn/npm/hexo-filter-mathjax/-/hexo-filter-mathjax-0.11.0.tgz", - "integrity": "sha512-t/+uxNzHJuNUKUvUsNk/sDtTnakCpbm6VbO2Bfowokjoo147yG8sOjRPILM928WlwkpzHQjZA0Z/svU126BQNw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/hexo-filter-mathjax/-/hexo-filter-mathjax-0.11.1.tgz", + "integrity": "sha512-bpJW4V3C7rv5lVzIK2+ileAeWmB2WAgHuVnlFSdkGPqq1V+n5j+yl/R60hCBOLzH9EsFvil/Az39IWB4PXXLIA==", "license": "MIT", "dependencies": { "@mathjax/mathjax-mhchem-font-extension": "4.1.2", diff --git a/package.json b/package.json index 0a106c4..4e1791b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "hexo": "^8.1.1", - "hexo-filter-mathjax": "^0.11.0", + "hexo-filter-mathjax": "^0.11.1", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^4.0.0",