From a657d93ea2847224aef791b1e3e8ba0e2ab251da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jul 2025 23:50:52 +0000 Subject: [PATCH] chore(dev-deps): bump esmock from 2.7.0 to 2.7.1 Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.7.0 to 2.7.1. - [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.0...v2.7.1) --- updated-dependencies: - dependency-name: esmock dependency-version: 2.7.1 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 08bad33e..c8f4f875 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-jsdoc": "^46.10.1", "eslint-plugin-sf-plugin": "^1.20.26", "eslint-plugin-unicorn": "^50.0.1", - "esmock": "^2.7.0", + "esmock": "^2.7.1", "oclif": "^4.20.1", "ts-node": "^10.9.2", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index 4b0c2180..1b00cd36 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6413,10 +6413,10 @@ eslint@~9.18.0: natural-compare "^1.4.0" optionator "^0.9.3" -esmock@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.0.tgz#6090b14ec1c78bf29f2428a63c9b9fd6e53eb7e1" - integrity sha512-nYSvky0rP//13eYIGJ7b1dhsaBxtS370UoDWbILo1jHlO4hrCUkp/LD3e54QVhySxAGLsufxi5A4+wUAxPUIrg== +esmock@^2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/esmock/-/esmock-2.7.1.tgz#b425fe78c41163d92a74c245ad151c45b224bc0b" + integrity sha512-YgtZ6TSwRbdqFLkJwxVCYkt0rzKpjHb0tbDqSjWvbkm8Uy5Tm5W6ixICb3FVRkAd1uQlLOXiIn7OPY4F4f18cw== espree@^10.0.1, espree@^10.3.0: version "10.3.0"