From 242f3dcbf50f616c984b026be9e5d6396246e7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Jun 2018 17:36:17 -0400 Subject: [PATCH] Update mathjs requirement to ^5.0.0 (#14) Updates the requirements on [mathjs](https://github.com/josdejong/mathjs) to permit the latest version. - [Release notes](https://github.com/josdejong/mathjs/releases) - [Changelog](https://github.com/josdejong/mathjs/blob/master/HISTORY.md) - [Commits](https://github.com/josdejong/mathjs/commits/v5.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 044a883a..516b7ea5 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "discord.js": "github:discordjs/discord.js", "discord.js-commando": "github:discordjs/Commando", "erlpack": "github:discordapp/erlpack", - "mathjs": "^4.4.2", + "mathjs": "^5.0.0", "node-opus": "^0.3.0", "node-superfetch": "^0.1.2", "pg": "^6.4.2",