From 9110ca10988d91ab1f36f1be30c49df13be3e323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:40:27 +0000 Subject: [PATCH] build(deps): bump minimist from 1.2.5 to 1.2.8 Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-version: 1.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8fb0b19..8dac73c9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "ejs": "2.6.2", "minimatch": "3.0.4", - "minimist": "1.2.5", + "minimist": "1.2.8", "mkdirp": "0.5.1", "sorted-object": "2.0.1" },