From 1ee08c79d373b679b1af781d606789aa4c7376a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:42:23 +0000 Subject: [PATCH] build(deps): bump mathjs from 13.0.1 to 13.0.2 Bumps [mathjs](https://github.com/josdejong/mathjs) from 13.0.1 to 13.0.2. - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v13.0.1...v13.0.2) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f8103b478..5b2227a95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9929,9 +9929,9 @@ } }, "node_modules/mathjs": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.0.1.tgz", - "integrity": "sha512-38IzJ/MY0erNp7apXJp6DZwUYHOuvlqRqk2KtMo9GPqrTmCaLb1vTzw/Fib3PessXEMs52wnJaga0pd9xkIjjA==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-13.0.2.tgz", + "integrity": "sha512-8vK/+InU4FTphRTWsrnvRsgSjbyNupRQYDDIXLuEGDZtJsGdbA9dVV4HZ0amBQb+RXplRjVJNGZZfB0WoHWFWA==", "dependencies": { "@babel/runtime": "^7.24.7", "complex.js": "^2.1.1",