From 79e50cd8536b6aa46323cfe83cee9d25e820eee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 05:35:08 +0000 Subject: [PATCH] build(deps): bump mathjs from 15.1.0 to 15.2.0 in /frontend Bumps [mathjs](https://github.com/josdejong/mathjs) from 15.1.0 to 15.2.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v15.1.0...v15.2.0) --- updated-dependencies: - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 76ba0d2..b287500 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "daisyui": "^5.5.5", "htmx.org": "^2.0.8", "hyperscript.org": "^0.9.14", - "mathjs": "^15.1.0", + "mathjs": "^15.2.0", "postcss": "^8.5.6", "pulltorefreshjs": "^0.1.22", "sass": "^1.94.0", @@ -2287,9 +2287,9 @@ "license": "MIT" }, "node_modules/mathjs": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-15.1.0.tgz", - "integrity": "sha512-HfnAcScQm9drGryodlDqeS3WAl4gUTYGDcOtcqL/8s23MZ28Ib1i8XnYK3ZdjNuaW/L4BAp9lIp8vxAMrcuu1w==", + "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/frontend/package.json b/frontend/package.json index 9b3bf18..508e388 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "daisyui": "^5.5.5", "htmx.org": "^2.0.8", "hyperscript.org": "^0.9.14", - "mathjs": "^15.1.0", + "mathjs": "^15.2.0", "postcss": "^8.5.6", "pulltorefreshjs": "^0.1.22", "sass": "^1.94.0",