From e89313740b2d99a289de6e97607edb6890bd9ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:26:13 +0000 Subject: [PATCH] chore(deps): bump minimist and ci-publish Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [ci-publish](https://github.com/bahmutov/ci-publish). These dependencies need to be updated together. Updates `minimist` from 0.0.10 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v0.0.10...v1.2.8) Updates `ci-publish` from 1.3.1 to 1.3.1 - [Commits](https://github.com/bahmutov/ci-publish/commits) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: ci-publish dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b5a2983..21fdf152 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@biomejs/biome": "1.8.3", "@tsconfig/node18": "^18.2.4", "@types/node": "^18.19.33", - "ci-publish": "^1.3.0", + "ci-publish": "^1.3.1", "ts-standard": "^12.0.1", "typescript": "^5.4.5" },