From abec2b9f2e2bf2eaf8e24c78faa271ddcbcdd002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 04:55:35 +0000 Subject: [PATCH] Bump command-exists from 1.2.2 to 1.2.8 Bumps [command-exists](https://github.com/mathisonian/command-exists) from 1.2.2 to 1.2.8. - [Release notes](https://github.com/mathisonian/command-exists/releases) - [Commits](https://github.com/mathisonian/command-exists/compare/v1.2.2...v1.2.8) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d77e1d3..3794b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1514,9 +1514,9 @@ "dev": true }, "command-exists": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.2.tgz", - "integrity": "sha1-EoGcZPr5VEbsCuB/5sr7brNwiyI=", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.8.tgz", + "integrity": "sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw==", "dev": true }, "commander": {