From 7c4a8838cc7869104f77f4bdc3106460e22d30d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 17 Aug 2021 02:43:55 +0000 Subject: [PATCH] fix(deps): update dependency arg to v5.0.1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1bd1fa..3e475f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -567,9 +567,9 @@ "dev": true }, "arg": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.0.tgz", - "integrity": "sha512-4P8Zm2H+BRS+c/xX1LrHw0qKpEhdlZjLCgWy+d78T9vqa2Z2SiD2wMrYuWIAFy5IZUD7nnNXroRttz+0RzlrzQ==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz", + "integrity": "sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==" }, "argv-formatter": { "version": "1.0.0", diff --git a/package.json b/package.json index 8538cf8..3c2a5a4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@bahmutov/all-paths": "1.0.2", - "arg": "5.0.0", + "arg": "5.0.1", "debug": "4.3.2", "ramda": "0.27.1" },