aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-03-17 09:26:12 +0000
committerGitHub <noreply@github.com>2020-03-17 09:26:12 +0000
commitfc6ffa48e3f52b4cc94a16044de8fc9a7e0223b5 (patch)
tree0f73256f67fe3422b6b2d1cb69a199b5f18f64df
parent8d2b2b3f4619d1085bcc85114e7f9a6fa36f8cf4 (diff)
downloadpokeworld-website-dependabot/npm_and_yarn/minimist-1.2.5.tar.gz
pokeworld-website-dependabot/npm_and_yarn/minimist-1.2.5.tar.bz2
pokeworld-website-dependabot/npm_and_yarn/minimist-1.2.5.zip
Bump minimist from 1.2.0 to 1.2.5dependabot/npm_and_yarn/minimist-1.2.5
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.5) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index afd8004..a642c67 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -352,9 +352,9 @@
}
},
"minimist": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
- "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
"dev": true
},
"nice-try": {