Skip to content

Commit

Permalink
update package.json with audit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed May 28, 2018
1 parent 57c9391 commit 71afa02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "microgateway-core",
"version": "2.5.9",
"version": "2.5.10",
"description": "Core engine for Apigee Edge Microgateway",
"main": "index.js",
"dependencies": {
"async": "~1.5.2",
"debug": "~2.2.0",
"lodash": "~3.9.3",
"debug": "~3.1.0",
"lodash": "~4.17.10",
"minimatch": "^3.0.4",
"request": "~2.74.0",
"tunnel-agent": "^0.4.3",
"request": "~2.87.0",
"tunnel-agent": "^0.6.0",
"uuid": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit 71afa02

Please sign in to comment.