From f56b7633e6d44115aed5be9518c0e32cf51c8bd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:13:41 +0000 Subject: [PATCH] chore(deps): bump compute-cosine-similarity from 1.0.0 to 1.1.0 (#335) Bumps [compute-cosine-similarity](https://github.com/compute-io/cosine-similarity) from 1.0.0 to 1.1.0. - [Commits](https://github.com/compute-io/cosine-similarity/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: compute-cosine-similarity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- packages/slack-bot/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55b3b77a..ac5f037a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2745,9 +2745,9 @@ } }, "node_modules/compute-cosine-similarity": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/compute-cosine-similarity/-/compute-cosine-similarity-1.0.0.tgz", - "integrity": "sha512-jPdqVMT8Im6jS+THoDBDKZlGg32g7QeXOiBXeuiMXVEV5Tg8z38Qpvg08mt2qRy9j/H0m6w/VDoKBJ7w7F/sKg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/compute-cosine-similarity/-/compute-cosine-similarity-1.1.0.tgz", + "integrity": "sha512-FXhNx0ILLjGi9Z9+lglLzM12+0uoTnYkHm7GiadXDAr0HGVLm25OivUS1B/LPkbzzvlcXz/1EvWg9ZYyJSdhTw==", "dependencies": { "compute-dot": "^1.1.0", "compute-l2norm": "^1.1.0", @@ -10910,7 +10910,7 @@ "@google-cloud/storage": "^7.1.0", "@manypkg/find-root": "^2.2.1", "@slack/bolt": "^3.13.3", - "compute-cosine-similarity": "^1.0.0", + "compute-cosine-similarity": "^1.1.0", "dotenv": "^16.3.1", "json-2-csv": "^4.1.0", "openai": "^4.7.1" diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index 7422ce6c..0f2ef886 100644 --- a/packages/slack-bot/package.json +++ b/packages/slack-bot/package.json @@ -25,7 +25,7 @@ "@google-cloud/storage": "^7.1.0", "@manypkg/find-root": "^2.2.1", "@slack/bolt": "^3.13.3", - "compute-cosine-similarity": "^1.0.0", + "compute-cosine-similarity": "^1.1.0", "dotenv": "^16.3.1", "json-2-csv": "^4.1.0", "openai": "^4.7.1"