From 105dd6569076b21b20dd6e6e60c9b01dae2f4777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 23:45:38 +0000 Subject: [PATCH] chore(dev-deps): bump esmock from 2.6.7 to 2.6.9 Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.6.7 to 2.6.9. - [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.6.7...v2.6.9) --- updated-dependencies: - dependency-name: esmock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b3a16736..2fd4ace2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@salesforce/plugin-command-reference": "^3.1.34", "@types/node-fetch": "^2.6.11", "eslint-plugin-sf-plugin": "^1.20.13", - "esmock": "^2.6.7", + "esmock": "^2.6.9", "oclif": "^4.15.28", "ts-node": "^10.9.2", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index a80577ae..75216cb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6182,10 +6182,10 @@ eslint@^8.56.0, eslint@~8.57.0: strip-ansi "^6.0.1" text-table "^0.2.0" -esmock@^2.6.7: - version "2.6.7" - resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.6.7.tgz#e6d737de83d9b895958640cc60a4ff28112b30a8" - integrity sha512-4DmjZ0qQIG+NQV1njHvWrua/cZEuJq56A3pSELT2BjNuol1aads7BluofCbLErdO41Ic1XCd2UMepVLpjL64YQ== +esmock@^2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.6.9.tgz#3d8fc5f277ec82f0ae1cfc579712cc19ff53d999" + integrity sha512-SJ5YnoWi8yuGghBrupScARmIcUh2A2a2gIfdVRtQ2MQpQo91wMWHx/fsN0ZDERLAUso1ea4Q/9CKCL88O5MEpg== espree@^9.6.0, espree@^9.6.1: version "9.6.1"