From cc4d838b0e2010a679fc078f0c0d83340ee34328 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 19:50:17 +0000 Subject: [PATCH] Update mathjs to version 14.0.1 --- 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 bcff1cb..7b43ce1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "globals": "^15.9.0", "jsdom": "^25.0.1", "lodash-es": "^4.17.21", - "mathjs": "^14.0.0", + "mathjs": "^14.0.1", "postcss": "^8.4.49", "tailwindcss": "3.4.15", "vite": "^5.4.11", @@ -6367,9 +6367,9 @@ } }, "node_modules/mathjs": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.0.0.tgz", - "integrity": "sha512-MR3me92c6pKBqzUXosqL5KMIZDrb1x0MGOy+Ss6fQllD1zhAFloG6DJnG6X5b0VYAMA9sgGfAR2tYi5HPNNQBQ==", + "version": "14.0.1", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.0.1.tgz", + "integrity": "sha512-yyJgLwC6UXuve724np8tHRMYaTtb5UqiOGQkjwbSXgH8y1C/LcJ0pvdNDZLI2LT7r+iExh2Y5HwfAY+oZFtGIQ==", "dependencies": { "@babel/runtime": "^7.25.7", "complex.js": "^2.2.5", diff --git a/package.json b/package.json index 9fb23c9..85176c6 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "globals": "^15.9.0", "jsdom": "^25.0.1", "lodash-es": "^4.17.21", - "mathjs": "^14.0.0", + "mathjs": "^14.0.1", "postcss": "^8.4.49", "tailwindcss": "3.4.15", "vite": "^5.4.11",