From 175c25506ac7b2901fa2e606cc04e9870dbff221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 11:20:52 +0000 Subject: [PATCH] Bump minimist from 1.2.0 to 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] --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0e5142..fd68a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -852,9 +852,9 @@ } }, "@polka/url": { - "version": "1.0.0-next.7", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.7.tgz", - "integrity": "sha512-DOQhemlNfLQ7FZ6gdThARbeIjfhdM5fIqoPtgOJkO27r8A4njwiQSqx+qbReuIHEtx3fJyjSn2spMnsAHc0rFQ==" + "version": "1.0.0-next.11", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.11.tgz", + "integrity": "sha512-3NsZsJIA/22P3QUyrEDNA2D133H4j224twJrdipXN38dpnIOzAbUDtOwkcJ5pXmn75w7LSQDjA4tO9dm1XlqlA==" }, "@rollup/plugin-replace": { "version": "2.2.1", @@ -1450,9 +1450,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 }, "ms": { @@ -1608,11 +1608,11 @@ "dev": true }, "polka": { - "version": "1.0.0-next.7", - "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.7.tgz", - "integrity": "sha512-vdrz2YBgtjFtqan5Wj7eB79sYvS1kFip3K0wWHTbIgLcWr8JBk4sGqlgUvwX2NwrAwvv3X3JVHQH9gQGzkSkyA==", + "version": "1.0.0-next.11", + "resolved": "https://registry.npmjs.org/polka/-/polka-1.0.0-next.11.tgz", + "integrity": "sha512-M/HBkS6ILksrDq7uvktCTev81OzuLwNtpxMyYdUhxLKQlMWdsu789XMotQU+p8JY8CM8vx8ML0HudyWjRus/lg==", "requires": { - "@polka/url": "^1.0.0-next.7", + "@polka/url": "^1.0.0-next.11", "trouter": "^3.1.0" } },