diff --git a/examples/code_editor/package-lock.json b/examples/code_editor/package-lock.json index c737dfc38e..7c48d320db 100644 --- a/examples/code_editor/package-lock.json +++ b/examples/code_editor/package-lock.json @@ -13,7 +13,7 @@ "codemirror": "6.0.2", "github-markdown-css": "5.8.1", "katex": "0.16.22", - "mathjs": "14.6.0" + "mathjs": "15.2.0" }, "devDependencies": { "vite": "7.1.3" @@ -1038,9 +1038,9 @@ } }, "node_modules/mathjs": { - "version": "14.6.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.6.0.tgz", - "integrity": "sha512-5vI2BLB5GKQmiSK9BH6hVkZ+GgqpdnOgEfmHl7mqVmdQObLynr63KueyYYLCQMzj66q69mV2XZZGQqqxeftQbA==", + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.2.0.tgz", + "integrity": "sha512-UAQzSVob9rNLdGpqcFMYmSu9dkuLYy7Lr2hBEQS5SHQdknA9VppJz3cy2KkpMzTODunad6V6cNv+5kOLsePLow==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", diff --git a/examples/code_editor/package.json b/examples/code_editor/package.json index b8906b78b8..d946d56e54 100644 --- a/examples/code_editor/package.json +++ b/examples/code_editor/package.json @@ -17,6 +17,6 @@ "codemirror": "6.0.2", "github-markdown-css": "5.8.1", "katex": "0.16.22", - "mathjs": "14.6.0" + "mathjs": "15.2.0" } }