From 292f7ec4b15647f2fc2aa0a02ca92676b8e19392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 02:29:57 +0000 Subject: [PATCH] Bump tinyspawn from 1.5.1 to 1.5.2 in the npm-production group Bumps the npm-production group with 1 update: [tinyspawn](https://github.com/microlinkhq/tinyspawn). Updates `tinyspawn` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/microlinkhq/tinyspawn/releases) - [Changelog](https://github.com/microlinkhq/tinyspawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/microlinkhq/tinyspawn/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: tinyspawn dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... 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 c4924f2..7ede1cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "glob": "^11.0.1", "jszip": "^3.10.1", "node-fetch": "^3.3.2", - "tinyspawn": "^1.5.0", + "tinyspawn": "^1.5.3", "ts-interface-checker": "^1.0.2" }, "devDependencies": { @@ -13989,9 +13989,9 @@ } }, "node_modules/tinyspawn": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/tinyspawn/-/tinyspawn-1.5.1.tgz", - "integrity": "sha512-z/juCugG0RSq2YwZ0XLZVCBkjHDhJmNZqaXNDKCa9VFlsUsmB1rFrhCXkzTe/JUrm0gk/Jpo7sBRjZ+8UKNwhg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/tinyspawn/-/tinyspawn-1.5.3.tgz", + "integrity": "sha512-yysYrMZ8oMtMvJHGNk4B/KURXzNRGca+E2xJ96HlG3Lv/nTJvttkEioSVBJYrnd3mRGk7bIQ/XvN38LjxXTmWg==", "license": "MIT", "engines": { "node": ">= 18" diff --git a/package.json b/package.json index ed97739..1467691 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "glob": "^11.0.1", "jszip": "^3.10.1", "node-fetch": "^3.3.2", - "tinyspawn": "^1.5.0", + "tinyspawn": "^1.5.3", "ts-interface-checker": "^1.0.2" }, "devDependencies": {