From 8972e466a876d845125870a62310f74b9ab507ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 08:06:39 +0000 Subject: [PATCH] chore(deps-dev): bump esmock from 2.2.2 to 2.2.3 (#202) Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/iambumblehead/esmock/releases) - [Changelog](https://github.com/iambumblehead/esmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/iambumblehead/esmock/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: esmock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- packages/crawler/package.json | 2 +- packages/embeddings-creation/package.json | 2 +- packages/slack-bot/package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ce62bc2..1adb224f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3565,12 +3565,12 @@ } }, "node_modules/esmock": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.2.2.tgz", - "integrity": "sha512-eTBQTFRUAxninJRb2P9c5CJOdamqWqXZ/hl2OgvaFazUsjzyns+j55k2z2WXy2rOcbVXo4D9GkJurx6UjqhRpA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.2.3.tgz", + "integrity": "sha512-nqXoU3Z/ogsPKhXoX41PDs4rCtJxMcwEI8vw4NSjE7b6Os0EzPJvmA15X6F74AIt1Fu8VBRvLl3HDxXNze/0eg==", "dev": true, "engines": { - "node": ">=14.16.0 <=19.9.0" + "node": ">=14.16.0" } }, "node_modules/espree": { @@ -10664,7 +10664,7 @@ "@babel/eslint-parser": "^7.21.8", "@babel/plugin-syntax-import-assertions": "^7.20.0", "cross-env": "^7.0.3", - "esmock": "^2.2.2", + "esmock": "^2.2.3", "sinon": "^15.0.4", "tap": "^16.3.4" } @@ -10686,7 +10686,7 @@ "@babel/eslint-parser": "^7.21.8", "@babel/plugin-syntax-import-assertions": "^7.20.0", "cross-env": "^7.0.3", - "esmock": "^2.2.2", + "esmock": "^2.2.3", "sinon": "^15.0.4", "tap": "^16.3.4" } @@ -10708,7 +10708,7 @@ "@babel/plugin-syntax-import-assertions": "^7.20.0", "@google-cloud/functions-framework": "^3.2.0", "cross-env": "^7.0.3", - "esmock": "^2.2.2", + "esmock": "^2.2.3", "sinon": "^15.0.4", "tap": "^16.3.4" } diff --git a/packages/crawler/package.json b/packages/crawler/package.json index bedf1c37..5d709024 100644 --- a/packages/crawler/package.json +++ b/packages/crawler/package.json @@ -22,7 +22,7 @@ "@babel/eslint-parser": "^7.21.8", "@babel/plugin-syntax-import-assertions": "^7.20.0", "cross-env": "^7.0.3", - "esmock": "^2.2.2", + "esmock": "^2.2.3", "sinon": "^15.0.4", "tap": "^16.3.4" } diff --git a/packages/embeddings-creation/package.json b/packages/embeddings-creation/package.json index c8a6a76e..bbaac0de 100644 --- a/packages/embeddings-creation/package.json +++ b/packages/embeddings-creation/package.json @@ -25,7 +25,7 @@ "@babel/eslint-parser": "^7.21.8", "@babel/plugin-syntax-import-assertions": "^7.20.0", "cross-env": "^7.0.3", - "esmock": "^2.2.2", + "esmock": "^2.2.3", "sinon": "^15.0.4", "tap": "^16.3.4" } diff --git a/packages/slack-bot/package.json b/packages/slack-bot/package.json index 0f5770a6..3a6cafbd 100644 --- a/packages/slack-bot/package.json +++ b/packages/slack-bot/package.json @@ -16,7 +16,7 @@ "@babel/plugin-syntax-import-assertions": "^7.20.0", "@google-cloud/functions-framework": "^3.2.0", "cross-env": "^7.0.3", - "esmock": "^2.2.2", + "esmock": "^2.2.3", "sinon": "^15.0.4", "tap": "^16.3.4" },