From 4b769486f97b8cb83456b62bd2cff89a34f6e6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:49:12 +0000 Subject: [PATCH] chore(deps): bump mathjs from 14.6.0 to 15.2.0 in /examples/code_editor Bumps [mathjs](https://github.com/josdejong/mathjs) from 14.6.0 to 15.2.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v14.6.0...v15.2.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/code_editor/package-lock.json | 8 ++++---- examples/code_editor/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } }