From 5fe88490f7abae075514a01336dba163f17ce034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:58:58 +0000 Subject: [PATCH] =?UTF-8?q?[=E4=BE=9D=E8=B3=B4=E9=A0=85=E6=9B=B4=E6=96=B0]?= =?UTF-8?q?=20(deps):=20Bump=20mathjs=20from=2012.3.1=20to=2012.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.3.1 to 12.4.0. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.3.1...v12.4.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 511586f..be7a215 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "glob": "^10.3.3", "html-entities": "^2.4.0", "humanize-duration": "^3.29.0", - "mathjs": "^12.3.1", + "mathjs": "^12.4.0", "moment": "^2.29.4", "mongoose": "^8.1.1", "ms": "^2.1.3", @@ -3264,9 +3264,9 @@ } }, "node_modules/mathjs": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.1.tgz", - "integrity": "sha512-Z8G8Cunz97rV32eghW/twFFSY/dmU2eswnh6cAkcQMbbEUUpaweF0li435GkZjRS+G52VYotN+vLx3VTYBf5WA==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.0.tgz", + "integrity": "sha512-4Moy0RNjwMSajEkGGxNUyMMC/CZAcl87WBopvNsJWB4E4EFebpTedr+0/rhqmnOSTH3Wu/3WfiWiw6mqiaHxVw==", "dependencies": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1", diff --git a/package.json b/package.json index 1bdafda..99dba77 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "glob": "^10.3.3", "html-entities": "^2.4.0", "humanize-duration": "^3.29.0", - "mathjs": "^12.3.1", + "mathjs": "^12.4.0", "moment": "^2.29.4", "mongoose": "^8.1.1", "ms": "^2.1.3",