From 81adb8a76114a9b5c768703c1d2f0a7a0e72f6cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 11:59:27 -0400 Subject: [PATCH] Bump mathjs from 6.6.5 to 7.0.0 (#50) Bumps [mathjs](https://github.com/josdejong/mathjs) from 6.6.5 to 7.0.0. - [Release notes](https://github.com/josdejong/mathjs/releases) - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/compare/v6.6.5...v7.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81151b6b..ec7732ab 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "discord.js-commando": "github:discordjs/Commando", "dotenv": "^8.2.0", "gifencoder": "^2.0.1", - "mathjs": "^6.6.5", + "mathjs": "^7.0.0", "moment": "^2.25.3", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.28",