From 1c7dc5d158c24c6347c5f9b3d1d6efbce07247be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:34:25 +0000 Subject: [PATCH] Bump mathjs from 10.4.2 to 10.4.3 in /packages/playground Bumps [mathjs](https://github.com/josdejong/mathjs) from 10.4.2 to 10.4.3. - [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/v10.4.2...v10.4.3) --- updated-dependencies: - dependency-name: mathjs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground/package.json b/packages/playground/package.json index 36fc2c92..f40b9c54 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -24,7 +24,7 @@ "lenses-ppx": "6.1.10", "less": "4.1.2", "lodash": "4.17.21", - "mathjs": "10.4.2", + "mathjs": "10.4.3", "moduleserve": "0.9.1", "moment": "2.29.1", "pdfast": "^0.2.0",