Skip to content

Commit

Permalink
Updated moment to address regex DDos vunerability. Updated eslint and…
Browse files Browse the repository at this point in the history
… response-time as well
  • Loading branch information
cjus committed Dec 13, 2016
1 parent 9308444 commit cb7b7ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
*.log
.idea/*
scratch.*
node_modules/
./properties.js
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fwsp-hydra-express",
"version": "0.11.6",
"version": "0.11.7",
"description": "A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.",
"author": {
"name": "Carlos Justiniano"
Expand Down Expand Up @@ -34,12 +34,12 @@
"fwsp-jwt-auth": "0.0.6",
"fwsp-server-response": "2.2.3",
"helmet": "2.3.0",
"moment": "2.15.2",
"response-time": "2.3.1"
"moment": "2.17.1",
"response-time": "2.3.2"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.7.0",
"eslint": "3.12.1",
"jscs": "3.0.7",
"jscs-jsdoc": "2.0.0",
"mocha": "3.1.0",
Expand Down

0 comments on commit cb7b7ad

Please sign in to comment.