diff --git a/package-lock.json b/package-lock.json index eff7d72..c54939c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/github": "11.0.0", "commitlint": "19.5.0", - "counterfact": "^1.1.0", + "counterfact": "^1.1.1", "husky": "9.1.6", "lint-staged": "15.2.10", "prettier": "3.3.3", @@ -3699,9 +3699,9 @@ } }, "node_modules/counterfact": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/counterfact/-/counterfact-1.1.0.tgz", - "integrity": "sha512-CaY/m3yBt3Y4q91MwLiibEZUkh4VK8UVmb8MD15gwV8wNKZDugip/9WTFrr0DAe/OeFgzDm4NZ1Kg/bdGRE81Q==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/counterfact/-/counterfact-1.1.1.tgz", + "integrity": "sha512-y9gfrC0CJMdpTlmrVPBfc6aLBlMjRzCiaK/j/jeoz5icjrkb4g+6TjnVVrR4CQ0vIq5AUgDQwaPNDnfbZA8UKA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index aacac11..70c8739 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@semantic-release/exec": "6.0.3", "@semantic-release/github": "11.0.0", "commitlint": "19.5.0", - "counterfact": "^1.1.0", + "counterfact": "^1.1.1", "husky": "9.1.6", "lint-staged": "15.2.10", "prettier": "3.3.3",