From 4dbb48632b0c8bfa468d7019f4bed2dc0bca8a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:27:45 +0000 Subject: [PATCH] build(deps): bump mathjs from 11.7.0 to 11.8.0 Bumps [mathjs](https://github.com/josdejong/mathjs) from 11.7.0 to 11.8.0. - [Release notes](https://github.com/josdejong/mathjs/releases) - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v11.7.0...v11.8.0) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c7e1ff2b..148a763a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10139,9 +10139,9 @@ } }, "node_modules/mathjs": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.7.0.tgz", - "integrity": "sha512-RCXtrP5xGIbl9PUc5+7QL81rBCUjzoIZ0ugNqKsarOUxg+x7deY0BzfNai+bGfUL/T+1uYq1xs5w2xVdL3lp0g==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.8.0.tgz", + "integrity": "sha512-I7r8HCoqUGyEiHQdeOCF2m2k9N+tcOHO3cZQ3tyJkMMBQMFqMR7dMQEboBMJAiFW2Um3PEItGPwcOc4P6KRqwg==", "dependencies": { "@babel/runtime": "^7.21.0", "complex.js": "^2.1.1", @@ -22914,9 +22914,9 @@ } }, "mathjs": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.7.0.tgz", - "integrity": "sha512-RCXtrP5xGIbl9PUc5+7QL81rBCUjzoIZ0ugNqKsarOUxg+x7deY0BzfNai+bGfUL/T+1uYq1xs5w2xVdL3lp0g==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.8.0.tgz", + "integrity": "sha512-I7r8HCoqUGyEiHQdeOCF2m2k9N+tcOHO3cZQ3tyJkMMBQMFqMR7dMQEboBMJAiFW2Um3PEItGPwcOc4P6KRqwg==", "requires": { "@babel/runtime": "^7.21.0", "complex.js": "^2.1.1",