From 95b3f405eef6cc879e0e44178f39ea137923e531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:32:26 +0000 Subject: [PATCH] chore(deps): bump tinyexec in the production-dependencies group Bumps the production-dependencies group with 1 update: [tinyexec](https://github.com/tinylibs/tinyexec). Updates `tinyexec` from 1.0.2 to 1.0.4 - [Release notes](https://github.com/tinylibs/tinyexec/releases) - [Commits](https://github.com/tinylibs/tinyexec/compare/1.0.2...1.0.4) --- updated-dependencies: - dependency-name: tinyexec dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... 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 0d728aa..7029c05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "dset": "^3.1.4", "picocolors": "^1.1.1", "sade": "^1.8.1", - "tinyexec": "^1.0.1", + "tinyexec": "^1.0.4", "yaml": "^2.8.2" }, "bin": { @@ -2640,9 +2640,9 @@ "license": "MIT" }, "node_modules/tinyexec": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.2.tgz", - "integrity": "sha512-W/KYk+NFhkmsYpuHq5JykngiOCnxeVL8v8dFnqxSD8qEEdRfXk1SDM6JzNqcERbcGYj9tMrDQBYV9cjgnunFIg==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.4.tgz", + "integrity": "sha512-u9r3uZC0bdpGOXtlxUIdwf9pkmvhqJdrVCH9fapQtgy/OeTTMZ1nqH7agtvEfmGui6e1XxjcdrlxvxJvc3sMqw==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index bd7415c..01f3439 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "dset": "^3.1.4", "picocolors": "^1.1.1", "sade": "^1.8.1", - "tinyexec": "^1.0.1", + "tinyexec": "^1.0.4", "yaml": "^2.8.2" } }