From 7807353f4907c2b2c3bea85b6fcbf8d327042f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:57:47 +0000 Subject: [PATCH] chore(deps-dev): 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b6b72e..efab758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint-config-standard": "17.1.0", "eslint-plugin": "1.0.1", "eslint-plugin-unicorn": "56.0.1", - "esmock": "2.7.0", + "esmock": "2.7.1", "globals": "16.0.0", "husky": "9.1.7", "lint-staged": "15.5.2", @@ -3856,9 +3856,9 @@ } }, "node_modules/esmock": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.0.tgz", - "integrity": "sha512-nYSvky0rP//13eYIGJ7b1dhsaBxtS370UoDWbILo1jHlO4hrCUkp/LD3e54QVhySxAGLsufxi5A4+wUAxPUIrg==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.1.tgz", + "integrity": "sha512-YgtZ6TSwRbdqFLkJwxVCYkt0rzKpjHb0tbDqSjWvbkm8Uy5Tm5W6ixICb3FVRkAd1uQlLOXiIn7OPY4F4f18cw==", "dev": true, "license": "ISC", "engines": { diff --git a/package.json b/package.json index 15749e3..4b0befc 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "eslint-config-standard": "17.1.0", "eslint-plugin": "1.0.1", "eslint-plugin-unicorn": "56.0.1", - "esmock": "2.7.0", + "esmock": "2.7.1", "globals": "16.0.0", "husky": "9.1.7", "lint-staged": "15.5.2",