From 1049d64b84919ad8a446dbdcfed3103a18e80273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:44:13 +0000 Subject: [PATCH] build(deps): bump hexo-filter-mathjax from 0.11.0 to 0.11.1 Bumps [hexo-filter-mathjax](https://github.com/next-theme/hexo-filter-mathjax) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/next-theme/hexo-filter-mathjax/releases) - [Commits](https://github.com/next-theme/hexo-filter-mathjax/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: hexo-filter-mathjax dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",