From 847a2b81e6251f341ccbfe1df11ec3c669e0890c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 08:59:04 +0000 Subject: [PATCH] :arrow_up: Bump minimist from 1.2.5 to 1.2.6 in /webpack-react Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] --- webpack-react/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpack-react/package-lock.json b/webpack-react/package-lock.json index d0bbc35..4e11653 100644 --- a/webpack-react/package-lock.json +++ b/webpack-react/package-lock.json @@ -4582,9 +4582,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "http://artifactory.intra.ke.com/artifactory/api/npm/npm-virtual/minimist/download/minimist-1.2.5.tgz", - "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", "dev": true }, "mixin-deep": {