Arlolra has uploaded a new change for review. https://gerrit.wikimedia.org/r/235842
Change subject: Bump several dependencies to what's in production ...................................................................... Bump several dependencies to what's in production * Because of the looser versioning permitted by the caret, we've got several packages in production with minor versions higher than what's now permitted by our package.json * Goes to show that when installing in the deploy repo, we should be strict about using the full `npm install [email protected]` Change-Id: I2e56acfc1b8889193c421a70fbf8b76d8d020355 --- M package.json 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid refs/changes/42/235842/1 diff --git a/package.json b/package.json index 6905f85..f7f16b1 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,15 @@ "license": "GPL-2.0+", "dependencies": { "async": "~0.9.0", - "body-parser": "~1.12.4", + "body-parser": "~1.13.3", "bunyan": "~1.0.0", - "compression": "~1.5.0", + "compression": "~1.5.2", "connect-busboy": "~0.0.2", - "core-js": "~0.8.1", + "core-js": "~0.8.4", "diff": "~1.0.7", "domino": "~1.0.19", "entities": "~1.1.1", - "express": "~4.12.4", + "express": "~4.13.3", "express-handlebars": "~2.0.1", "gelf-stream": "~0.2.4", "html5": "~1.0.5", @@ -22,7 +22,7 @@ "pegjs": "git+https://github.com/tstarling/pegjs#fork", "prfun": "~2.0.0", "request": "~2.40.0", - "serve-favicon": "~2.2.1", + "serve-favicon": "~2.3.0", "simplediff": "~0.1.1", "yargs": "~1.3.1" }, -- To view, visit https://gerrit.wikimedia.org/r/235842 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2e56acfc1b8889193c421a70fbf8b76d8d020355 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/parsoid Gerrit-Branch: master Gerrit-Owner: Arlolra <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
