From fbd4ba655fb9abb30cb8b12f75c5cbbefe92862d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 15:11:48 +0000 Subject: [PATCH] :arrow_up: Bump minimist from 1.2.5 to 1.2.6 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: direct:production ... Signed-off-by: dependabot[bot] --- 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 1a9589a..0d2b4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5140,9 +5140,9 @@ } }, "minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" }, "minimist-options": { "version": "4.1.0", diff --git a/package.json b/package.json index f4cdd76..699a408 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gitmoji-changelog": "^2.1.0", "lodash": "^4.17.21", "mem": "^6.1.0", - "minimist": "^1.2.5", + "minimist": "^1.2.6", "npm-registry-fetch": "^8.1.3", "remark-cli": "^7.0.1", "remark-lint": "^6.0.5",