From 0838fae9da8c1ad26603af8ecc1f012ade9d48d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 02:28:15 +0000 Subject: [PATCH] Bump nano-spawn from 0.2.0 to 0.2.1 Bumps [nano-spawn](https://github.com/sindresorhus/nano-spawn) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/sindresorhus/nano-spawn/releases) - [Commits](https://github.com/sindresorhus/nano-spawn/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: nano-spawn dependency-version: 0.2.1 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 8baa9a00..0bf8ca33 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": "0.2.0", + "nano-spawn": "0.2.1", "npm-run-all": "4.1.5", "terser-webpack-plugin": "5.3.14", "toml": "3.0.0",