diff --git a/htdocs/package-lock.json b/htdocs/package-lock.json index 21dd77d7f1..5dc322e1c0 100644 --- a/htdocs/package-lock.json +++ b/htdocs/package-lock.json @@ -15,7 +15,7 @@ "jquery": "^3.7.1", "jquery-ui-dist": "^1.13.3", "luxon": "^3.7.1", - "mathjax": "^4.0.0", + "mathjax": "^4.1.0", "minisearch": "^7.1.2", "shortcut-buttons-flatpickr": "^0.4.0", "sortablejs": "^1.15.6" @@ -318,10 +318,9 @@ "license": "MIT" }, "node_modules/@mathjax/mathjax-newcm-font": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.0.0.tgz", - "integrity": "sha512-kpsJgIF4FpWiwIkFgOPmWwy5GXfL25spmJJNg27HQxPddmEL8Blx0jn2BuU/nlwjM/9SnYpEfDrWiAMgLPlB8Q==", - "license": "Apache-2.0" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.1.0.tgz", + "integrity": "sha512-n10AwYubUa2hyOzxSRzkwRrgCVns083zkentryXICMPKaWT/watfvK2sUk5D9Bow9mpDfoqb5EWApuUvqnlzaw==" }, "node_modules/@openwebwork/codemirror-lang-pg": { "version": "0.0.4", @@ -1550,12 +1549,11 @@ } }, "node_modules/mathjax": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.0.0.tgz", - "integrity": "sha512-ThMPHiPl9ibZBInAmfoTCNq9MgCdH7ChIQ9YhKFc325noJ4DMzy9/Q14qdcuPzVJjEmC3kyXhwnERZWX3hbWzQ==", - "license": "Apache-2.0", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.1.0.tgz", + "integrity": "sha512-53eDXzxk40pS2sdI6KDCPoreY95ADaGygbi41ExKmn3FYQ+QIdpquIU90eppecelzQjf74kpScyeplVPccnIJw==", "dependencies": { - "@mathjax/mathjax-newcm-font": "^4.0.0" + "@mathjax/mathjax-newcm-font": "^4.1.0" } }, "node_modules/mdn-data": { @@ -2775,9 +2773,9 @@ "integrity": "sha512-l0h88YhZFyKdXIFNfSWpyjStDjGHwZ/U7iobcK1cQQD8sejsONdQtTVU+1wVN1PBw40PiiHB1vA5S7VTfQiP9g==" }, "@mathjax/mathjax-newcm-font": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.0.0.tgz", - "integrity": "sha512-kpsJgIF4FpWiwIkFgOPmWwy5GXfL25spmJJNg27HQxPddmEL8Blx0jn2BuU/nlwjM/9SnYpEfDrWiAMgLPlB8Q==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@mathjax/mathjax-newcm-font/-/mathjax-newcm-font-4.1.0.tgz", + "integrity": "sha512-n10AwYubUa2hyOzxSRzkwRrgCVns083zkentryXICMPKaWT/watfvK2sUk5D9Bow9mpDfoqb5EWApuUvqnlzaw==" }, "@openwebwork/codemirror-lang-pg": { "version": "0.0.4", @@ -3459,11 +3457,11 @@ "integrity": "sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==" }, "mathjax": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.0.0.tgz", - "integrity": "sha512-ThMPHiPl9ibZBInAmfoTCNq9MgCdH7ChIQ9YhKFc325noJ4DMzy9/Q14qdcuPzVJjEmC3kyXhwnERZWX3hbWzQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mathjax/-/mathjax-4.1.0.tgz", + "integrity": "sha512-53eDXzxk40pS2sdI6KDCPoreY95ADaGygbi41ExKmn3FYQ+QIdpquIU90eppecelzQjf74kpScyeplVPccnIJw==", "requires": { - "@mathjax/mathjax-newcm-font": "^4.0.0" + "@mathjax/mathjax-newcm-font": "^4.1.0" } }, "mdn-data": { diff --git a/htdocs/package.json b/htdocs/package.json index eb0da28fb5..04f742b6da 100644 --- a/htdocs/package.json +++ b/htdocs/package.json @@ -21,7 +21,7 @@ "jquery": "^3.7.1", "jquery-ui-dist": "^1.13.3", "luxon": "^3.7.1", - "mathjax": "^4.0.0", + "mathjax": "^4.1.0", "minisearch": "^7.1.2", "shortcut-buttons-flatpickr": "^0.4.0", "sortablejs": "^1.15.6"