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",