Skip to content

Commit

Permalink
update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Santana committed Apr 1, 2017
1 parent 3f2b454 commit cab27d5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions core/nodejs6Action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,57 +26,57 @@ RUN rm -rf .project .settings build.xml Dockerfile README node_modules logs
RUN npm install .

RUN npm install \
[email protected].2 \
[email protected].4 \
[email protected] \
body-parser@1.15.2 \
body-parser@1.17.1 \
[email protected] \
[email protected] \
cloudant@1.6.2 \
cloudant@1.7.1 \
[email protected] \
consul@0.27.0 \
consul@0.28.0 \
[email protected] \
[email protected] \
[email protected] \
express@4.14.0 \
express-session@1.14.2 \
express@4.15.2 \
express-session@1.15.2 \
[email protected] \
[email protected] \
[email protected] \
log4js@0.6.38 \
log4js@1.1.1 \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected].11 \
[email protected].25 \
[email protected] \
[email protected] \
[email protected] \
nodemailer@2.6.4 \
nodemailer@3.1.8 \
[email protected] \
openwhisk@3.3.2 \
openwhisk@3.4.1 \
[email protected] \
[email protected] \
pug@">=2.0.0-beta6 <2.0.1" \
redis@2.6.3 \
pug@">=2.0.0-beta11 <2.0.1" \
redis@2.7.1 \
[email protected] \
request-promise@4.1.1 \
rimraf@2.5.4 \
request-promise@4.2.0 \
rimraf@2.6.1 \
[email protected] \
sendgrid@4.7.1 \
serve-favicon@2.3.2 \
socket.io@1.6.0 \
socket.io-client@1.6.0 \
superagent@3.0.0 \
sendgrid@5.0.0 \
serve-favicon@2.4.2 \
socket.io@1.7.3 \
socket.io-client@1.7.3 \
superagent@3.5.2 \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
watson-developer-cloud@2.14.3 \
[email protected].7 \
[email protected].0 \
ws@1.1.1 \
watson-developer-cloud@2.28.0 \
[email protected].8 \
[email protected].1 \
ws@2.2.2 \
[email protected] \
[email protected] \
[email protected]
Expand Down
6 changes: 3 additions & 3 deletions core/nodejsActionBase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "nodejsAction",
"version": "0.0.1",
"dependencies": {
"body-parser": "1.15.2",
"body-parser": "1.17.1",
"btoa": "1.1.2",
"express": "4.14.0",
"log4js": "0.6.38",
"express": "4.15.2",
"log4js": "1.1.1",
"request": "2.79.0"
}
}

0 comments on commit cab27d5

Please sign in to comment.