diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-24 20:07:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 20:07:24 +0000 |
commit | c0a30df9a5b62434f047d5c7c7aecb7f0311e8f8 (patch) | |
tree | 1bf0d70441fddba9eaca9ddf8a22c74d83950134 /package-lock.json | |
parent | ed12c971729f26c801c1d1b80b6cc821dc441539 (diff) | |
download | kronikarz-dependabot/npm_and_yarn/minimist-1.2.6.tar.gz kronikarz-dependabot/npm_and_yarn/minimist-1.2.6.zip |
Bump minimist from 1.2.5 to 1.2.6 dependabot/npm_and_yarn/minimist-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: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index fb1f415..7bd4cd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kronikarz", - "version": "2.2.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9864,9 +9864,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==", "dev": true }, "mississippi": { |