From 06c08296ae2d29666eabf47f3451c0126e3010cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 01:03:59 +0000 Subject: [PATCH] chore(deps): bump ml-confusion-matrix from 0.4.0 to 2.0.0 Bumps [ml-confusion-matrix](https://github.com/mljs/confusion-matrix) from 0.4.0 to 2.0.0. - [Release notes](https://github.com/mljs/confusion-matrix/releases) - [Changelog](https://github.com/mljs/confusion-matrix/blob/main/CHANGELOG.md) - [Commits](https://github.com/mljs/confusion-matrix/compare/v0.4.0...v2.0.0) --- updated-dependencies: - dependency-name: ml-confusion-matrix dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++++++++------- package.json | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85eaccc..18f20aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@jsonstack/model": "3.0.3", "@tensorflow/tfjs": "^4.0.0", "flat": "5.0.2", - "ml-confusion-matrix": "0.4.0", + "ml-confusion-matrix": "2.0.0", "outlier": "0.0.1", "promisie": "3.0.1" }, @@ -1762,6 +1762,11 @@ "valid-url": "^1.0.9" } }, + "node_modules/@jsonstack/data/node_modules/ml-confusion-matrix": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/ml-confusion-matrix/-/ml-confusion-matrix-0.4.1.tgz", + "integrity": "sha512-ZNsOM/T8YUQZ4oBUYHp9ghnyqG2/DvWY8CRuy088q/aWH8WefmksiEcm3aJKVHxX5u778Ya4vS1IT0jElxEtyg==" + }, "node_modules/@jsonstack/model": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@jsonstack/model/-/model-3.0.3.tgz", @@ -7808,9 +7813,9 @@ } }, "node_modules/ml-confusion-matrix": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/ml-confusion-matrix/-/ml-confusion-matrix-0.4.0.tgz", - "integrity": "sha512-DizJUm28EOg4Jal5zJt/apgbZ2HHPqOW7IW/NPF/fvVkp5P8olDDQHMpM24f6wcZNbuX3s0yoaHiy2lOY52Q2A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ml-confusion-matrix/-/ml-confusion-matrix-2.0.0.tgz", + "integrity": "sha512-WUx8sBH6vMDMCOupWOD2oUi0lp9Q767GGJmvLwAt5rGxcHEYbXxZKQrWp532UhHvUGeKC2PrCEnpqRAfRSJ3Vw==" }, "node_modules/ml-matrix": { "version": "6.10.2", @@ -14812,6 +14817,13 @@ "probability-distributions": "^0.9.1", "random-js": "^2.1.0", "valid-url": "^1.0.9" + }, + "dependencies": { + "ml-confusion-matrix": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/ml-confusion-matrix/-/ml-confusion-matrix-0.4.1.tgz", + "integrity": "sha512-ZNsOM/T8YUQZ4oBUYHp9ghnyqG2/DvWY8CRuy088q/aWH8WefmksiEcm3aJKVHxX5u778Ya4vS1IT0jElxEtyg==" + } } }, "@jsonstack/model": { @@ -19517,9 +19529,9 @@ } }, "ml-confusion-matrix": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/ml-confusion-matrix/-/ml-confusion-matrix-0.4.0.tgz", - "integrity": "sha512-DizJUm28EOg4Jal5zJt/apgbZ2HHPqOW7IW/NPF/fvVkp5P8olDDQHMpM24f6wcZNbuX3s0yoaHiy2lOY52Q2A==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ml-confusion-matrix/-/ml-confusion-matrix-2.0.0.tgz", + "integrity": "sha512-WUx8sBH6vMDMCOupWOD2oUi0lp9Q767GGJmvLwAt5rGxcHEYbXxZKQrWp532UhHvUGeKC2PrCEnpqRAfRSJ3Vw==" }, "ml-matrix": { "version": "6.10.2", diff --git a/package.json b/package.json index 5417760..183dcf4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@jsonstack/model": "3.0.3", "@tensorflow/tfjs": "^4.0.0", "flat": "5.0.2", - "ml-confusion-matrix": "0.4.0", + "ml-confusion-matrix": "2.0.0", "outlier": "0.0.1", "promisie": "3.0.1" },