From 930c2e4d584784abbdfe6bc775c8bde8bfaad52e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 06:38:41 +0000 Subject: [PATCH] chore(deps-dev): bump esmock from 2.7.0 to 2.7.3 Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.7.0 to 2.7.3. - [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.3) --- updated-dependencies: - dependency-name: esmock dependency-version: 2.7.3 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 eb9e4c7..8ec52fe 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.3", "globals": "16.0.0", "husky": "9.1.7", "lint-staged": "15.5.2", @@ -4014,9 +4014,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.3", + "resolved": "https://registry.npmjs.org/esmock/-/esmock-2.7.3.tgz", + "integrity": "sha512-/M/YZOjgyLaVoY6K83pwCsGE1AJQnj4S4GyXLYgi/Y79KL8EeW6WU7Rmjc89UO7jv6ec8+j34rKeWOfiLeEu0A==", "dev": true, "license": "ISC", "engines": { diff --git a/package.json b/package.json index a2b1059..ebc7bf2 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.3", "globals": "16.0.0", "husky": "9.1.7", "lint-staged": "15.5.2",