Skip to content

Commit

Permalink
Bump minimist from 1.2.0 to 1.2.5 in /examples/express-javascript
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and samrith-s committed Mar 25, 2020
1 parent e263569 commit 2b8db5d
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions examples/express-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -863,13 +863,14 @@ caniuse-lite@^1.0.30001027:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001027.tgz#283e2ef17d94889cc216a22c6f85303d78ca852d"
integrity sha512-7xvKeErvXZFtUItTHgNtLgS9RJpVnwBlWX8jSo/BO8VsF6deszemZSkJJJA1KOKrXuzZH4WALpAJdq5EyfgMLg==

chalk@^2.0.0:
version "0.0.0"
uid ""

chalk@^2.4.2:
version "0.0.0"
uid ""
chalk@^2.0.0, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
dependencies:
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

chalk@^3.0.0:
version "3.0.0"
Expand All @@ -881,7 +882,6 @@ chalk@^3.0.0:

"chalk@link:../../node_modules/chalk":
version "0.0.0"
uid ""

chokidar@^3.3.1:
version "3.3.1"
Expand Down Expand Up @@ -1474,9 +1474,9 @@ mimic-fn@^2.1.0:
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==

minimist@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

ms@2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -1524,8 +1524,14 @@ node-releases@^1.1.49:
semver "^6.3.0"

"nodehawk@link:../..":
version "0.0.0"
uid ""
version "0.0.7"
dependencies:
chokidar "^3.3.1"
cli-cursor "^3.1.0"
flat "^5.0.0"
kill-port "^1.6.0"
ora "^4.0.3"
rc "^1.2.8"

normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 2b8db5d

Please sign in to comment.