Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Commit 9a21d85

Browse files
authored
Merge pull request #105 from bitnami-labs/fixCve
Update package.json because a security vulnerability
2 parents a68467b + 084f9d3 commit 9a21d85

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"intl-relativeformat": "1.3.0",
3131
"js-yaml": "^3.7.0",
3232
"lodash": "^4.17.4",
33+
"morgan": "^1.9.1",
3334
"qs": "^6.5.0",
3435
"react": "16.0.0-alpha.12",
3536
"react-native": "^0.48.1",

yarn.lock

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,13 @@ basic-auth@~1.0.3:
11481148
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.0.4.tgz#030935b01de7c9b94a824b29f3fccb750d3a5290"
11491149
integrity sha1-Awk1sB3nyblKgksp8/zLdQ06UpA=
11501150

1151+
basic-auth@~2.0.0:
1152+
version "2.0.1"
1153+
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
1154+
integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
1155+
dependencies:
1156+
safe-buffer "5.1.2"
1157+
11511158
11521159
version "0.5.3"
11531160
resolved "https://registry.yarnpkg.com/batch/-/batch-0.5.3.tgz#3f3414f380321743bfc1042f9a83ff1d5824d464"
@@ -1919,7 +1926,7 @@ depd@~1.0.1:
19191926
resolved "https://registry.yarnpkg.com/depd/-/depd-1.0.1.tgz#80aec64c9d6d97e65cc2a9caa93c0aa6abf73aaa"
19201927
integrity sha1-gK7GTJ1tl+ZcwqnKqTwKpqv3Oqo=
19211928

1922-
depd@~1.1.0:
1929+
depd@~1.1.0, depd@~1.1.2:
19231930
version "1.1.2"
19241931
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
19251932
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
@@ -4643,6 +4650,17 @@ [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1:
46434650
dependencies:
46444651
minimist "0.0.8"
46454652

4653+
morgan@^1.9.1:
4654+
version "1.9.1"
4655+
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59"
4656+
integrity sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==
4657+
dependencies:
4658+
basic-auth "~2.0.0"
4659+
debug "2.6.9"
4660+
depd "~1.1.2"
4661+
on-finished "~2.3.0"
4662+
on-headers "~1.0.1"
4663+
46464664
morgan@~1.6.1:
46474665
version "1.6.1"
46484666
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.6.1.tgz#5fd818398c6819cba28a7cd6664f292fe1c0bbf2"
@@ -5959,7 +5977,7 @@ rx-lite@^3.1.2:
59595977
resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-3.1.2.tgz#19ce502ca572665f3b647b10939f97fd1615f102"
59605978
integrity sha1-Gc5QLKVyZl87ZHsQk5+X/RYV8QI=
59615979

5962-
safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
5980+
safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
59635981
version "5.1.2"
59645982
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
59655983
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==

0 commit comments

Comments
 (0)