From c4f109e36c5405780602357ed51308378f84fdfd Mon Sep 17 00:00:00 2001 From: Gokul K <8376313+gokulk16@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:31:00 +0530 Subject: [PATCH] fix: upgrade mathjs from 12.4.2 to 12.4.3 (#27) Snyk has created this PR to upgrade mathjs from 12.4.2 to 12.4.3. See this package in npm: mathjs See this project in Snyk: https://app.snyk.io/org/gokulk16/project/3a908092-ad87-4b63-89c6-e4c98751d89b?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 118103e..3c58bab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "braces": "3.0.3", "country-to-currency": "^1.1.5", "lodash": "^4.17.21", - "mathjs": "^12.4.2", + "mathjs": "^12.4.3", "show-toast": "^1.1.4", "web-browser-storage": "^0.1.14" }, @@ -2735,9 +2735,10 @@ } }, "node_modules/mathjs": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.2.tgz", - "integrity": "sha512-lW14EzwAFgbNN7AZikxplmhs7wiXDhMphBOGCA3KS6T29ECEkHJsBtbEW5cnCz7sXtl4nDyvTdR+DqVsZyiiEw==", + "version": "12.4.3", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.3.tgz", + "integrity": "sha512-oHdGPDbp7gO873xxG90RLq36IuicuKvbpr/bBG5g9c8Obm/VsKVrK9uoRZZHUodohzlnmCEqfDzbR3LH6m+aAQ==", + "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.24.4", "complex.js": "^2.1.1", @@ -5933,9 +5934,9 @@ } }, "mathjs": { - "version": "12.4.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.2.tgz", - "integrity": "sha512-lW14EzwAFgbNN7AZikxplmhs7wiXDhMphBOGCA3KS6T29ECEkHJsBtbEW5cnCz7sXtl4nDyvTdR+DqVsZyiiEw==", + "version": "12.4.3", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-12.4.3.tgz", + "integrity": "sha512-oHdGPDbp7gO873xxG90RLq36IuicuKvbpr/bBG5g9c8Obm/VsKVrK9uoRZZHUodohzlnmCEqfDzbR3LH6m+aAQ==", "requires": { "@babel/runtime": "^7.24.4", "complex.js": "^2.1.1", diff --git a/package.json b/package.json index 065a269..9543c09 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "braces": "3.0.3", "country-to-currency": "^1.1.5", "lodash": "^4.17.21", - "mathjs": "^12.4.2", + "mathjs": "^12.4.3", "show-toast": "^1.1.4", "web-browser-storage": "^0.1.14" },