From 549146160168d1a6bf5f2d9f6bbb8433ebf828f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 23:45:14 -0600 Subject: [PATCH] chore(dev-deps): bump @types/cross-spawn from 6.0.5 to 6.0.6 (#677) Bumps [@types/cross-spawn](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cross-spawn) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cross-spawn) --- updated-dependencies: - dependency-name: "@types/cross-spawn" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bed375e3..c44154a3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^3", "@types/chai": "^4.3.10", - "@types/cross-spawn": "^6.0.5", + "@types/cross-spawn": "^6.0.6", "@types/debug": "^4.1.10", "@types/execa": "^0.9.0", "@types/glob": "^7.1.3", diff --git a/yarn.lock b/yarn.lock index e8b9cadc..78d78ca1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -775,10 +775,10 @@ dependencies: "@types/node" "*" -"@types/cross-spawn@^6.0.5": - version "6.0.5" - resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.5.tgz#1f9a5311e0e54d6f88017ba6d564a958d1aa359f" - integrity sha512-wsIMP68FvGXk+RaWhraz6Xp4v7sl4qwzHAmtPaJEN2NRTXXI9LtFawUpeTsBNL/pd6QoLStdytCaAyiK7AEd/Q== +"@types/cross-spawn@^6.0.6": + version "6.0.6" + resolved "https://registry.yarnpkg.com/@types/cross-spawn/-/cross-spawn-6.0.6.tgz#0163d0b79a6f85409e0decb8dcca17147f81fd22" + integrity sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA== dependencies: "@types/node" "*"