From ed9fef29193e3bf4de0fbce78a59bab8cfa3e8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 11:22:41 -0700 Subject: [PATCH] chore(dev-deps): bump esmock from 2.6.6 to 2.6.7 (#103) Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.6.6 to 2.6.7. - [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.6...v2.6.7) --- 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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a27a58f..ec2bccf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/node-fetch": "^2.6.11", "@types/tar": "^6.1.13", "eslint-plugin-sf-plugin": "^1.18.11", - "esmock": "^2.6.6", + "esmock": "^2.6.7", "oclif": "^4.13.10", "ts-node": "^10.9.2", "typescript": "^5.5.3" diff --git a/yarn.lock b/yarn.lock index 50939cb..cd2832b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8179,10 +8179,10 @@ eslint@^8.37.0, eslint@^8.56.0, eslint@~8.57.0: strip-ansi "^6.0.1" text-table "^0.2.0" -esmock@^2.6.6: - version "2.6.6" - resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.6.6.tgz#4102016b74c04d231e8ca805ed2bbf7b80d677df" - integrity sha512-Ay1IQ/qbZV1j8IqRY5o4GYNyX8Y6qDJVVYRZtQ0WFOqUPf26++qW/LyNaHrxz79QGB4F1xuDTCPRYA5XRNuqZg== +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== espree@^9.6.0, espree@^9.6.1: version "9.6.1"