Updated the semver npm package to version 5.3.0. (#8859)

This commit is contained in:
Florian Schäffler
2017-07-23 18:32:50 +03:00
committed by Ben Newman
parent d3aff777a2
commit 60776a6cd2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ var packageJson = {
// (and there are backwards-incompatible changes either way).
underscore: "1.5.2",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
semver: "4.1.0"
semver: "5.3.0"
},
// These are only used in dev mode (by shell.js) so end-users can avoid
// needing to install them if they use `npm install --production`.

View File

@@ -28,7 +28,7 @@ var packageJson = {
// (and there are backwards-incompatible changes either way).
underscore: "1.5.2",
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
semver: "4.1.0",
semver: "5.3.0",
request: "2.47.0",
fstream: "https://github.com/meteor/fstream/tarball/cf4ea6c175355cec7bee38311e170d08c4078a5d",
tar: "2.2.1",