From 0f2c4db59a92933189ee97522040416363450c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:48:22 +0200 Subject: [PATCH] Bump tinymath from 0.1.11 to 1.2.1 (#203) Bumps [tinymath](https://github.com/elastic/tinymath) from 0.1.11 to 1.2.1. - [Commits](https://github.com/elastic/tinymath/compare/v0.1.11...v1.2.1) --- updated-dependencies: - dependency-name: tinymath dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7398c6..11d1bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,13 +11,12 @@ "dependencies": { "async": "2.6.4", "csv-parser": "^2.3.3", - "fast-json-stringify": "^5.15.1", "log4node": "0.1.6", "lru-cache": "4.1.x", "mkdirp": "0.5.1", - "oniguruma": "7.2.x", "optimist": "0.6.1", - "requireg": "^0.2.1" + "requireg": "^0.2.1", + "tinymath": "1.2.1" }, "devDependencies": { "istanbul": "0.4.x", @@ -47,7 +46,7 @@ "object.omit": "3.0.0", "oniguruma": "7.2.x", "redis": "4.6.10", - "tinymath": "0.1.11", + "tinymath": "1.2.1", "ws": "8.17.0", "zmq": "*" } @@ -2016,9 +2015,10 @@ } }, "node_modules/tinymath": { - "version": "0.1.11", - "resolved": "http://registry.npmjs.org/tinymath/-/tinymath-0.1.11.tgz", - "integrity": "sha1-VeIkYxawbPdnh6eONIIi8jJT07Y=", + "version": "1.2.1", + "resolved": "http://registry.npmjs.org/tinymath/-/tinymath-1.2.1.tgz", + "integrity": "sha512-8CYutfuHR3ywAJus/3JUhaJogZap1mrUQGzNxdBiQDhP3H0uFdQenvaXvqI8lMehX4RsanRZzxVfjMBREFdQaA==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "optional": true }, "node_modules/tslib": { @@ -3800,9 +3800,9 @@ } }, "tinymath": { - "version": "0.1.11", - "resolved": "http://registry.npmjs.org/tinymath/-/tinymath-0.1.11.tgz", - "integrity": "sha1-VeIkYxawbPdnh6eONIIi8jJT07Y=", + "version": "1.2.1", + "resolved": "http://registry.npmjs.org/tinymath/-/tinymath-1.2.1.tgz", + "integrity": "sha512-8CYutfuHR3ywAJus/3JUhaJogZap1mrUQGzNxdBiQDhP3H0uFdQenvaXvqI8lMehX4RsanRZzxVfjMBREFdQaA==", "optional": true }, "tslib": { diff --git a/package.json b/package.json index 6894655..ba0ca75 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "object.omit": "3.0.0", "oniguruma": "7.2.x", "redis": "4.6.10", - "tinymath": "0.1.11", + "tinymath": "1.2.1", "ws": "8.17.0", "zmq": "*" },