From c4ef0cc5375a3573133b687f66093f06ab81c500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:23:26 +0000 Subject: [PATCH] build(deps-dev): bump counterfact from 1.1.0 to 1.1.1 Bumps [counterfact](https://github.com/pmcelhaney/counterfact) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/pmcelhaney/counterfact/releases) - [Changelog](https://github.com/pmcelhaney/counterfact/blob/main/CHANGELOG.md) - [Commits](https://github.com/pmcelhaney/counterfact/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: counterfact 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 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",