From d4acc10be5d9a4c9013a43fd9dd02b1a871eed44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:38:26 +0000 Subject: [PATCH] Bump spawn-command from 0.0.2-1 to 0.0.3 Bumps [spawn-command](https://github.com/mmalecki/spawn-command) from 0.0.2-1 to 0.0.3. - [Commits](https://github.com/mmalecki/spawn-command/compare/v0.0.2-1...v0.0.3) --- updated-dependencies: - dependency-name: spawn-command dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 431b9f8..3ed4e21 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,6 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "jest": "^29.3.1", - "spawn-command": "^0.0.2-1" + "spawn-command": "^0.0.3" } } diff --git a/yarn.lock b/yarn.lock index d63ed01..f7f6add 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4224,10 +4224,10 @@ source-map@^0.6.0, source-map@^0.6.1: resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== -spawn-command@^0.0.2-1: - version "0.0.2-1" - resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.2-1.tgz#62f5e9466981c1b796dc5929937e11c9c6921bd0" - integrity sha1-YvXpRmmBwbeW3Fkpk34RycaSG9A= +spawn-command@^0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/spawn-command/-/spawn-command-0.0.3.tgz#21aef48e475963cf993d0eaae211f7219c1f6078" + integrity sha512-8k2zJcDJEwRXcbtIcKuk+a/AZsAm5NHTp9XJKYj2peHe3WRzNBVCjD9j49Ul1IZOt+sFOmfCcPcGFvGypNiW9A== sprintf-js@~1.0.2: version "1.0.3"