From 9c34204235cc8436d8fe00a2c025391b2dc48001 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Sep 2023 03:17:46 +0000 Subject: [PATCH] fix: upgrade mathjs from 11.10.1 to 11.11.0 Snyk has created this PR to upgrade mathjs from 11.10.1 to 11.11.0. See this package in npm: https://www.npmjs.com/package/mathjs See this project in Snyk: https://app.snyk.io/org/earnestangel/project/eb35e596-ad50-421e-8838-eb103e5efb90?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1c420e3b..0ab8c930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "iso-639-1": "^2.1.15", "jest": "^29.5.0", "libsodium-wrappers": "^0.7.11", - "mathjs": "^11.8.2", + "mathjs": "^11.11.0", "moment": "^2.29.4", "mongodb": "^6.0.0", "mongoose": "^7.5.0", @@ -9175,15 +9175,15 @@ } }, "node_modules/mathjs": { - "version": "11.10.1", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.10.1.tgz", - "integrity": "sha512-XcYBJFM7hsIXcE9443RxxMmK3sI41RJo0GltX4vZ8NlVg+puGAwyhTUBUoa4orLkBbbnetGCdqEPrOQvhToi2A==", + "version": "11.11.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-11.11.0.tgz", + "integrity": "sha512-i1Ao/tv1mlNd09XlOMOUu3KMySX3S0jhHNfDPzh0sCnPf1i62x6RjxhLwZ9ytmVSs0OdhF3moI4O84VSEjmUFw==", "dependencies": { "@babel/runtime": "^7.22.6", "complex.js": "^2.1.1", "decimal.js": "^10.4.3", "escape-latex": "^1.2.0", - "fraction.js": "^4.3.4", + "fraction.js": "4.3.4", "javascript-natural-sort": "^0.7.1", "seedrandom": "^3.0.5", "tiny-emitter": "^2.1.0", diff --git a/package.json b/package.json index e4d90f3e..de483d3b 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "iso-639-1": "^2.1.15", "jest": "^29.5.0", "libsodium-wrappers": "^0.7.11", - "mathjs": "^11.8.2", + "mathjs": "^11.11.0", "moment": "^2.29.4", "mongodb": "^6.0.0", "mongoose": "^7.5.0",