From 54a10390f30b73abca9fa47d5b01962bed6b22cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:03:22 +0000 Subject: [PATCH] Bump nano-spawn from 1.0.2 to 1.0.3 Bumps [nano-spawn](https://github.com/sindresorhus/nano-spawn) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/sindresorhus/nano-spawn/releases) - [Commits](https://github.com/sindresorhus/nano-spawn/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: nano-spawn dependency-version: 1.0.3 dependency-type: direct:development 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 ce08b1e8..7b541f1c 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "markdown-it-sub": "2.0.0", "markdown-it-sup": "2.0.0", "markdownlint-rule-extended-ascii": "0.2.1", - "nano-spawn": "1.0.2", + "nano-spawn": "1.0.3", "npm-run-all": "4.1.5", "terser-webpack-plugin": "5.3.14", "toml": "3.0.0",