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",