From c1a478b60fb5127df95daae881f56178ffc65949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:54:39 +0000 Subject: [PATCH] Bump promisify-child-process from 4.1.1 to 4.1.2 Bumps [promisify-child-process](https://github.com/jcoreio/promisify-child-process) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/jcoreio/promisify-child-process/releases) - [Commits](https://github.com/jcoreio/promisify-child-process/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: promisify-child-process dependency-type: direct:production update-type: version-update:semver-patch ... 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 6ada61d..cb08127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/fs-extra": "^11.0.1", "fs-extra": "^11.1.1", - "promisify-child-process": "^4.1.1", + "promisify-child-process": "^4.1.2", "semver": "^7.5.2", "vscode-languageclient": "^8.1.0", "which": "^3.0.1" @@ -3747,9 +3747,9 @@ } }, "node_modules/promisify-child-process": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/promisify-child-process/-/promisify-child-process-4.1.1.tgz", - "integrity": "sha512-/sRjHZwoXf1rJ+8s4oWjYjGRVKNK1DUnqfRC1Zek18pl0cN6k3yJ1cCbqd0tWNe4h0Gr+SY4vR42N33+T82WkA==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/promisify-child-process/-/promisify-child-process-4.1.2.tgz", + "integrity": "sha512-APnkIgmaHNJpkAn7k+CrJSi9WMuff5ctYFbD0CO2XIPkM8yO7d/ShouU2clywbpHV/DUsyc4bpJCsNgddNtx4g==", "engines": { "node": ">=8" } diff --git a/package.json b/package.json index 468e297..a9bdf7b 100644 --- a/package.json +++ b/package.json @@ -260,7 +260,7 @@ "dependencies": { "@types/fs-extra": "^11.0.1", "fs-extra": "^11.1.1", - "promisify-child-process": "^4.1.1", + "promisify-child-process": "^4.1.2", "semver": "^7.5.2", "vscode-languageclient": "^8.1.0", "which": "^3.0.1"