From acd401aa9c69fb3a030a12d9a7001a4ff412afdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 22:04:10 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 1.2.6 in /blog/prometheus-consul/color Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blog/prometheus-consul/color/package-lock.json | 6 +++--- blog/prometheus-consul/color/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/blog/prometheus-consul/color/package-lock.json b/blog/prometheus-consul/color/package-lock.json index b1b343f..688d8d2 100644 --- a/blog/prometheus-consul/color/package-lock.json +++ b/blog/prometheus-consul/color/package-lock.json @@ -448,9 +448,9 @@ } }, "minimist": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "moment": { "version": "2.24.0", diff --git a/blog/prometheus-consul/color/package.json b/blog/prometheus-consul/color/package.json index 8002c28..e2f5e74 100644 --- a/blog/prometheus-consul/color/package.json +++ b/blog/prometheus-consul/color/package.json @@ -12,7 +12,7 @@ "@godaddy/terminus": "^4.1.0", "express": "^4.16.4", "ip": "^1.1.5", - "minimist": "^1.2.0", + "minimist": "^1.2.6", "moment": "^2.24.0", "morgan": "^1.9.1", "prom-client": "^11.2.1",