From ff328cf1b761e2b0cc5fbebdbebb8b6a6b2fd0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 18:07:52 +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.3.2?= 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.3.2. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.3.1...v12.3.2) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-patch ... 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..061d68b 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.3.2", "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.3.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.3.2.tgz", + "integrity": "sha512-o+HwBVD71MHdYpdScDd6CEcdd6CJOF2eXQJE0kNuIkfTjffPyqoeYdYkzVqimTUr1YgIQkNbL8MakHCZ2Ml7mg==", "dependencies": { "@babel/runtime": "^7.23.9", "complex.js": "^2.1.1", diff --git a/package.json b/package.json index 1bdafda..6c42987 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.3.2", "moment": "^2.29.4", "mongoose": "^8.1.1", "ms": "^2.1.3",