diff --git a/package-lock.json b/package-lock.json index 8dd0643..ad7a6e9 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": "^14.4.0", + "mathjs": "^14.5.2", "mobile-device-detect": "^0.4.3", "notyf": "^3.10.0", "sanitize-html": "^2.17.0", @@ -3178,9 +3178,9 @@ } }, "node_modules/mathjs": { - "version": "14.4.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.4.0.tgz", - "integrity": "sha512-CpoYDhNENefjIG9wU9epr+0pBHzlaySfpWcblZdAf5qXik/j/U8eSmx/oNbmXO0F5PyfwPGVD/wK4VWsTho1SA==", + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.5.2.tgz", + "integrity": "sha512-51U6hp7j4M4Rj+l+q2KbmXAV9EhQVQzUdw1wE67RnUkKKq5ibxdrl9Ky2YkSUEIc2+VU8/IsThZNu6QSHUoyTA==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.26.10", @@ -6844,9 +6844,9 @@ "dev": true }, "mathjs": { - "version": "14.4.0", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.4.0.tgz", - "integrity": "sha512-CpoYDhNENefjIG9wU9epr+0pBHzlaySfpWcblZdAf5qXik/j/U8eSmx/oNbmXO0F5PyfwPGVD/wK4VWsTho1SA==", + "version": "14.5.2", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-14.5.2.tgz", + "integrity": "sha512-51U6hp7j4M4Rj+l+q2KbmXAV9EhQVQzUdw1wE67RnUkKKq5ibxdrl9Ky2YkSUEIc2+VU8/IsThZNu6QSHUoyTA==", "requires": { "@babel/runtime": "^7.26.10", "complex.js": "^2.2.5", diff --git a/package.json b/package.json index 74bf68c..74c4ddc 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "braces": "3.0.3", "country-to-currency": "^1.1.5", "lodash": "^4.17.21", - "mathjs": "^14.4.0", + "mathjs": "^14.5.2", "mobile-device-detect": "^0.4.3", "notyf": "^3.10.0", "sanitize-html": "^2.17.0",