From 39ba1e6197b4e3dbca88fc17416e2ef378c2624f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:36:52 +0000 Subject: [PATCH] Bump mathjax from 2.7.9 to 4.1.1 Bumps [mathjax](https://github.com/mathjax/MathJax) from 2.7.9 to 4.1.1. - [Release notes](https://github.com/mathjax/MathJax/releases) - [Commits](https://github.com/mathjax/MathJax/compare/2.7.9...4.1.1) --- updated-dependencies: - dependency-name: mathjax dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 19 ++++++++++++++----- package.json | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0840b90..79c7d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", "hexo-theme-redefine": "^2.9.0", - "mathjax": "^2.7.9" + "mathjax": "^4.1.1" } }, "node_modules/@adobe/css-tools": { @@ -153,6 +153,12 @@ "node": ">=18" } }, + "node_modules/@mathjax/mathjax-newcm-font": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.1.1.tgz", + "integrity": "sha512-LeV5AWzoR7k/k2tg5mW0Ad3Jr9oK9guW/zBUIP8aoiIZcZIhvAV9dlbtUSqSe1wgEBUP1KOcJXcrE/NxOqkxlQ==", + "license": "Apache-2.0" + }, "node_modules/@types/trusted-types": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", @@ -1908,10 +1914,13 @@ } }, "node_modules/mathjax": { - "version": "2.7.9", - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-2.7.9.tgz", - "integrity": "sha512-NOGEDTIM9+MrsqnjPEjVGNx4q0GQxqm61yQwSK+/5S59i26wId5IC5gNu9/bu8+CCVl5p9G2IHcAl/wJa+5+BQ==", - "license": "Apache-2.0" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.1.1.tgz", + "integrity": "sha512-NyvA8c39LUUM/m+oCg7sfA13hmw7yGkre5kiRWN9qzChCyhce39lecnbjgMA/oEUgq9Vyetk6u78apwcIXpW/A==", + "license": "Apache-2.0", + "dependencies": { + "@mathjax/mathjax-newcm-font": "^4.1.1" + } }, "node_modules/mathjax-full": { "version": "3.2.2", diff --git a/package.json b/package.json index 054804a..a254d90 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "hexo-server": "^3.0.0", "hexo-theme-landscape": "^1.0.0", "hexo-theme-redefine": "^2.9.0", - "mathjax": "^2.7.9" + "mathjax": "^4.1.1" } }