Skip to content

Commit

Permalink
update 'debug' library to avoid potential security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiv83 committed Aug 10, 2018
1 parent b38be2b commit fa7943d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msb",
"version": "1.2.0",
"version": "1.2.1",
"description": "A framework to simplify the implementation of an event-bus oriented microservices architecture",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"amqp-coffee": "^0.1.30",
"async": "^2.0.0",
"cli-table": "^0.3.1",
"debug": "^2.1.1",
"debug": "^3.1.0",
"ip": "^1.1.2",
"lodash": "^4.6.1",
"lodash.get": "^4.1.2",
Expand Down

0 comments on commit fa7943d

Please sign in to comment.