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