From 3b8c98d46f48387cc8f8024063bf3901115d0453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 07:59:24 +0000 Subject: [PATCH] chore(deps-dev): bump esmock from 2.5.6 to 2.6.4 Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.5.6 to 2.6.4. - [Release notes](https://github.com/iambumblehead/esmock/releases) - [Changelog](https://github.com/iambumblehead/esmock/blob/main/CHANGELOG.md) - [Commits](https://github.com/iambumblehead/esmock/compare/v2.5.6...v2.6.4) --- updated-dependencies: - dependency-name: esmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/crawler/package.json | 2 +- packages/embeddings-creation/package.json | 2 +- packages/slack-bot/package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63c6eccb..b52ed73e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4165,9 +4165,9 @@ } }, "node_modules/esmock": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.5.6.tgz", - "integrity": "sha512-9yNplqPx1LvUizdko8MVBTISGoYUdIOkOHu7GuKVSF9/nlRUa8aSW2wp2LR2kBfgEqOAptUPwshJyD9QIicoQQ==", + "version": "2.6.4", + "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.6.4.tgz", + "integrity": "sha512-w/MIHWZeFzlyW6tTUW/sj1aSAScU8IQapjz8oCxjx3J90fhhmO0QdPGBjPD3oQSLLtVCFcgkTvdh7dNigp9K5A==", "dev": true, "engines": { "node": ">=14.16.0" @@ -11386,7 +11386,7 @@ "@babel/eslint-parser": "^7.24.1", "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", - "esmock": "^2.5.6", + "esmock": "^2.6.4", "sinon": "^17.0.1", "tap": "^16.3.8" } @@ -11408,7 +11408,7 @@ "@babel/eslint-parser": "^7.24.1", "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", - "esmock": "^2.5.6", + "esmock": "^2.6.4", "sinon": "^17.0.1", "tap": "^16.3.8" } @@ -11430,7 +11430,7 @@ "@babel/plugin-syntax-import-assertions": "^7.24.1", "@google-cloud/functions-framework": "^3.3.0", "cross-env": "^7.0.3", - "esmock": "^2.5.6", + "esmock": "^2.6.4", "sinon": "^17.0.1", "tap": "^16.3.8" } diff --git a/packages/crawler/package.json b/packages/crawler/package.json index 23a5785a..38556b49 100644 --- a/packages/crawler/package.json +++ b/packages/crawler/package.json @@ -22,7 +22,7 @@ "@babel/eslint-parser": "^7.24.1", "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", - "esmock": "^2.5.6", + "esmock": "^2.6.4", "sinon": "^17.0.1", "tap": "^16.3.8" } diff --git a/packages/embeddings-creation/package.json b/packages/embeddings-creation/package.json index 331ac956..a79f8765 100644 --- a/packages/embeddings-creation/package.json +++ b/packages/embeddings-creation/package.json @@ -25,7 +25,7 @@ "@babel/eslint-parser": "^7.24.1", "@babel/plugin-syntax-import-assertions": "^7.24.1", "cross-env": "^7.0.3", - "esmock": "^2.5.6", + "esmock": "^2.6.4", "sinon": "^17.0.1", "tap": "^16.3.8" } diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index 04c67c62..2b9c7a2c 100644 --- a/packages/slack-bot/package.json +++ b/packages/slack-bot/package.json @@ -16,7 +16,7 @@ "@babel/plugin-syntax-import-assertions": "^7.24.1", "@google-cloud/functions-framework": "^3.3.0", "cross-env": "^7.0.3", - "esmock": "^2.5.6", + "esmock": "^2.6.4", "sinon": "^17.0.1", "tap": "^16.3.8" },