From e0ccf29be7ddb2d8d1059375b506a4fdc0c04cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 07:05:41 +0000 Subject: [PATCH] chore(deps): bump mathjax from 3.2.2 to 4.1.0 in /templates Bumps [mathjax](https://github.com/mathjax/MathJax) from 3.2.2 to 4.1.0. - [Release notes](https://github.com/mathjax/MathJax/releases) - [Commits](https://github.com/mathjax/MathJax/compare/3.2.2...4.1.0) --- updated-dependencies: - dependency-name: mathjax dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- templates/package-lock.json | 32 ++++++++++++++------------------ templates/package.json | 2 +- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/templates/package-lock.json b/templates/package-lock.json index 9221faf7d44..8e97e48e610 100644 --- a/templates/package-lock.json +++ b/templates/package-lock.json @@ -26,7 +26,7 @@ "lit-html": "^3.3.1", "lunr": "2.3.9", "lunr-languages": "^1.14.0", - "mathjax": "^3.2.2", + "mathjax": "^4.1.0", "mermaid": "^11.12.2", "tsx": "^4.21.0" }, @@ -1130,6 +1130,12 @@ "dev": true, "license": "MIT" }, + "node_modules/@mathjax/mathjax-newcm-font": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.1.0.tgz", + "integrity": "sha512-n10AwYubUa2hyOzxSRzkwRrgCVns083zkentryXICMPKaWT/watfvK2sUk5D9Bow9mpDfoqb5EWApuUvqnlzaw==", + "license": "Apache-2.0" + }, "node_modules/@mermaid-js/parser": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/@mermaid-js/parser/-/parser-0.6.3.tgz", @@ -4946,19 +4952,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/js": { - "version": "9.39.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz", - "integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - }, - "funding": { - "url": "https://eslint.org/donate" - } - }, "node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.12", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", @@ -6752,10 +6745,13 @@ } }, "node_modules/mathjax": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.2.tgz", - "integrity": "sha512-Bt+SSVU8eBG27zChVewOicYs7Xsdt40qm4+UpHyX7k0/O9NliPc+x77k1/FEsPsjKPZGJvtRZM1vO+geW0OhGw==", - "license": "Apache-2.0" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.1.0.tgz", + "integrity": "sha512-53eDXzxk40pS2sdI6KDCPoreY95ADaGygbi41ExKmn3FYQ+QIdpquIU90eppecelzQjf74kpScyeplVPccnIJw==", + "license": "Apache-2.0", + "dependencies": { + "@mathjax/mathjax-newcm-font": "^4.1.0" + } }, "node_modules/mathml-tag-names": { "version": "2.1.3", diff --git a/templates/package.json b/templates/package.json index 29084305b09..e4894e0ba16 100644 --- a/templates/package.json +++ b/templates/package.json @@ -36,7 +36,7 @@ "lit-html": "^3.3.1", "lunr": "2.3.9", "lunr-languages": "^1.14.0", - "mathjax": "^3.2.2", + "mathjax": "^4.1.0", "mermaid": "^11.12.2", "tsx": "^4.21.0" },