From 43fff00589335c356510a89d621f388e3c683f48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 19:10:49 +0000 Subject: [PATCH] Bump mathjs from 6.0.2 to 6.3.0 (#228) Bumps [mathjs](https://github.com/josdejong/mathjs) from 6.0.2 to 6.3.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.0.2...v6.3.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5779fec1..44c983f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1624,9 +1624,9 @@ "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==" }, "mathjs": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-6.0.2.tgz", - "integrity": "sha512-K3Q0qoZx7iFz0PnFC0b4kIRZPBQq6rg4htRGnLU4o7SvBTNZnACaUrqqk6sQ891aa7maCDKp8PK1J8YyDAmw2g==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/mathjs/-/mathjs-6.3.0.tgz", + "integrity": "sha512-mpqedpl11jmbHA17lt2rPex2SOgDs4xNrSRtwklH1qTyah7bXuL/IEtlv6mDGNczRMcSp/1l/zLvykpLDDzKOA==", "requires": { "complex.js": "2.0.11", "decimal.js": "10.2.0", @@ -1635,7 +1635,7 @@ "javascript-natural-sort": "0.7.1", "seed-random": "2.2.0", "tiny-emitter": "2.1.0", - "typed-function": "1.1.0" + "typed-function": "1.1.1" } }, "media-typer": { @@ -2859,9 +2859,9 @@ } }, "typed-function": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/typed-function/-/typed-function-1.1.0.tgz", - "integrity": "sha512-TuQzwiT4DDg19beHam3E66oRXhyqlyfgjHB/5fcvsRXbfmWPJfto9B4a0TBdTrQAPGlGmXh/k7iUI+WsObgORA==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/typed-function/-/typed-function-1.1.1.tgz", + "integrity": "sha512-RbN7MaTQBZLJYzDENHPA0nUmWT0Ex80KHItprrgbTPufYhIlTePvCXZxyQK7wgn19FW5bnuaBIKcBb5mRWjB1Q==" }, "uid-safe": { "version": "2.1.5", diff --git a/package.json b/package.json index ce2cf098..6e06f1f3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "isgd": "^1.1.3", "klaw": "^3.0.0", "marked": "^0.7.0", - "mathjs": "^6.0.2", + "mathjs": "^6.3.0", "memorystore": "^1.6.1", "moment": "^2.24.0", "moment-duration-format": "^2.3.2",