From 830f7a05ca175af025eded362071d63e371dd156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 14:32:55 +0000 Subject: [PATCH] chore(dev-deps): bump esmock from 2.7.4 to 2.7.6 Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.7.4 to 2.7.6. - [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.7.4...v2.7.6) --- updated-dependencies: - dependency-name: esmock dependency-version: 2.7.6 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 0606fe36..836880c4 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-sf-plugin": "^1.20.33", - "esmock": "^2.7.3", + "esmock": "^2.7.6", "oclif": "^4.23.7", "ts-node": "^10.9.2", "typescript": "^5.9.3" diff --git a/yarn.lock b/yarn.lock index bf5cce54..84e27860 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3846,10 +3846,10 @@ eslint@^8.56.0: strip-ansi "^6.0.1" text-table "^0.2.0" -esmock@^2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.4.tgz#3ed0bd041e8990c070ab20de06b6d2c3335a1c78" - integrity sha512-HznWDUaqlMU3N2Ef0RW9u649Nj6ydZhZVXXcN/IUY/CKRSl5X2K0jGXRWNeOw00ZasE9l6QYbvt1XE8+Tulgrw== +esmock@^2.7.6: + version "2.7.6" + resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.6.tgz#643b911398124cdaa60806d7d38074f0238bbb6c" + integrity sha512-Moibxg8tl+wUeuDZZxHC9yVFi+rYITrPsu8/JDmO9AWVaXiWrFyvklruDv7pP7h3t0UqqPpZiCaZ51lzwVRK8A== espree@^10.4.0: version "10.4.0"