diff --git a/package-lock.json b/package-lock.json index 10fbe1a..2b73e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "hexo": "^7.3.0", - "hexo-filter-mathjax": "^0.9.0", + "hexo-filter-mathjax": "^0.9.1", "hexo-footnotes": "^1.0.2", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", @@ -1119,9 +1119,9 @@ } }, "node_modules/hexo-filter-mathjax": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/hexo-filter-mathjax/-/hexo-filter-mathjax-0.9.0.tgz", - "integrity": "sha512-tTeaRLQjE60m4dSHA+SCXHYsTcqN6bGGxA+3Zzw6GHMBweIZNKXOS0ctUq32PuwejFlLKUSAeQdhhvTBOrgKMA==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/hexo-filter-mathjax/-/hexo-filter-mathjax-0.9.1.tgz", + "integrity": "sha512-N7EgxILRH/pITVcirDKfR9Sb5BCV26+o72+PXMTHnZ9ityWFy5euigO8nVsN0FLDNkHiGrepCbtn1kpb7lGWZw==", "license": "MIT", "dependencies": { "mathjax-full": "3.2.2" diff --git a/package.json b/package.json index 485fc2d..574d9ab 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "hexo": "^7.3.0", - "hexo-filter-mathjax": "^0.9.0", + "hexo-filter-mathjax": "^0.9.1", "hexo-footnotes": "^1.0.2", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0",