From 83c8112f6429ae4d183e33d65232c0c8eb3b1eba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Jan 2025 04:56:31 +0000 Subject: [PATCH] fix: upgrade mathjs from 14.0.0 to 14.0.1 Snyk has created this PR to upgrade mathjs from 14.0.0 to 14.0.1. See this package in npm: mathjs See this project in Snyk: https://app.snyk.io/org/pds-mjo/project/0717dbec-0fea-4c4a-b5ff-e2b8cf266eaf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcff1cb4..ee54d978 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,10 @@ } }, "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==", + "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", "complex.js": "^2.2.5", diff --git a/package.json b/package.json index 9fb23c99..85176c6b 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",