Skip to content

Commit

Permalink
fix: Update morgan version due to security concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjD90 committed Feb 22, 2019
1 parent a6fddc9 commit e970022
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"glob-promise": "^3.4.0",
"helmet": "^3.12.0",
"moment": "^2.22.0",
"morgan": "1.8.1",
"morgan": "1.9.1",
"multer": "^1.3.0",
"reflect-metadata": "^0.1.10",
"release-it": "7.4.8",
Expand Down
38 changes: 14 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1481,10 +1481,12 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"

basic-auth@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-1.1.0.tgz#45221ee429f7ee1e5035be3f51533f1cdfd29884"
integrity sha1-RSIe5Cn37h5QNb4/UVM/HN/SmIQ=
basic-auth@~2.0.0:
version "2.0.1"
resolved "https://repo.neo9.pro/repository/npm-global/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a"
integrity sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==
dependencies:
safe-buffer "5.1.2"

bcrypt-pbkdf@^1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -2542,13 +2544,6 @@ debug-log@^1.0.1:
resolved "https://repo.neo9.pro/repository/npm-global/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f"
integrity sha1-IwdjLUwEOCuN+KMvcLiVBG1SdF8=

debug@2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.1.tgz#79855090ba2c4e3115cc7d8769491d58f0491351"
integrity sha1-eYVQkLosTjEVzH2HaUkdWPBJE1E=
dependencies:
ms "0.7.2"

debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
version "2.6.9"
resolved "https://repo.neo9.pro/repository/npm-global/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
Expand Down Expand Up @@ -2651,7 +2646,7 @@ delegates@^1.0.0:
resolved "https://repo.neo9.pro/repository/npm-global/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=

depd@~1.1.0, depd@~1.1.2:
depd@~1.1.2:
version "1.1.2"
resolved "https://repo.neo9.pro/repository/npm-global/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
Expand Down Expand Up @@ -4855,22 +4850,17 @@ moment@^2.22.0:
resolved "https://repo.neo9.pro/repository/npm-global/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66"
integrity sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=

morgan@1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.8.1.tgz#f93023d3887bd27b78dfd6023cea7892ee27a4b1"
integrity sha1-+TAj04h70nt439YCPOp4ku4npLE=
morgan@1.9.1:
version "1.9.1"
resolved "https://repo.neo9.pro/repository/npm-global/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59"
integrity sha512-HQStPIV4y3afTiCYVxirakhlCfGkI161c76kKFca7Fk1JusM//Qeo1ej2XaMniiNeaZklMVrh3vTtIzpzwbpmA==
dependencies:
basic-auth "~1.1.0"
debug "2.6.1"
depd "~1.1.0"
basic-auth "~2.0.0"
debug "2.6.9"
depd "~1.1.2"
on-finished "~2.3.0"
on-headers "~1.0.1"

ms@0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.2.tgz#ae25cf2512b3885a1d95d7f037868d8431124765"
integrity sha1-riXPJRKziFodldfwN4aNhDESR2U=

ms@2.0.0:
version "2.0.0"
resolved "https://repo.neo9.pro/repository/npm-global/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
Expand Down

0 comments on commit e970022

Please sign in to comment.