From 4279de978f3e4b57e8217db1dcc9ff74a33efdb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:22:03 +0000 Subject: [PATCH] chore(deps-dev): bump mathjs from 12.4.1 to 12.4.2 Bumps [mathjs](https://github.com/josdejong/mathjs) from 12.4.1 to 12.4.2. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v12.4.1...v12.4.2) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2575517f..d5891d0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "husky": "^9.0.11", "jsdom": "^24.0.0", "lint-staged": "^15.2.2", - "mathjs": "^12.4.1", + "mathjs": "^12.4.2", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "prettier-eslint": "^16.3.0", @@ -4738,12 +4738,12 @@ } }, "node_modules/mathjs": { - "version": "12.4.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.1.tgz", - "integrity": "sha512-welnW3khgwYjPYvECFHO+xkCxAx9IKIIPDDWPi8B5rKAvmgoEHnQX9slEmHKZTNaJiE+OS4qrJJcB4sfDn/4sw==", + "version": "12.4.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.2.tgz", + "integrity": "sha512-lW14EzwAFgbNN7AZikxplmhs7wiXDhMphBOGCA3KS6T29ECEkHJsBtbEW5cnCz7sXtl4nDyvTdR+DqVsZyiiEw==", "dev": true, "dependencies": { - "@babel/runtime": "^7.24.0", + "@babel/runtime": "^7.24.4", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", @@ -10344,12 +10344,12 @@ "dev": true }, "mathjs": { - "version": "12.4.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.1.tgz", - "integrity": "sha512-welnW3khgwYjPYvECFHO+xkCxAx9IKIIPDDWPi8B5rKAvmgoEHnQX9slEmHKZTNaJiE+OS4qrJJcB4sfDn/4sw==", + "version": "12.4.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.2.tgz", + "integrity": "sha512-lW14EzwAFgbNN7AZikxplmhs7wiXDhMphBOGCA3KS6T29ECEkHJsBtbEW5cnCz7sXtl4nDyvTdR+DqVsZyiiEw==", "dev": true, "requires": { - "@babel/runtime": "^7.24.0", + "@babel/runtime": "^7.24.4", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", diff --git a/package.json b/package.json index 29b08014..43ecbb70 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "husky": "^9.0.11", "jsdom": "^24.0.0", "lint-staged": "^15.2.2", - "mathjs": "^12.4.1", + "mathjs": "^12.4.2", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "prettier-eslint": "^16.3.0",