Skip to content

Commit

Permalink
Merge pull request #169 from apigee-internal/fix-audit
Browse files Browse the repository at this point in the history
update package.json with audit changes
  • Loading branch information
srinandan authored Jun 9, 2018
2 parents fcc38bd + 6186ff3 commit b217ec5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '5.10'
- '6.14'
notifications:
slack:
secure: RK3HxQ0I107uWCqq+yhfLwiJMBFqnkXq0fyZGbX3TuhIeVXG3huyuwzSVt3NHVX1KJiWbKuFnJOKFfIRPlZEVxrlqOHEoqUhwjC4Zt35QGBrSZQJF6aSKsL2qe8U042zcClrKDvZ4Ool34XAU255LKgeIJVkOmn8gYe/LIfUETGrbWxM1sm03cUpdXwy9ggDVLKifE8SJ/ZDXmzwCx9M/t/1BTX90u6OUsQHJbpkEkbAD8U3vCM49tdmnpV0lh0JZoQwf74+O5c1zE3yj0uDfGz9HAXUJ84Fcr8OAwBFlooUCKLbmWOi4aETzU/byzI6H//d1gGAydHrqnbb+esRr4UD7NvWQQP77ZcAOLeII3rDepzkCJ8ozi5ht246gIwimO2SbJ378tu9sfEaZo6bVXqg8FkNq/G1Swu/5gp9xp5r02lMRkQpIovXMe3o2emYjRF/zHJAKye9ISAHP0yXrqYUZDwn/Ll2OtgSYXg5/hP0R5CGWX8yr6ahOVGHJiF1ndQMnyUrLMAT4WPrd/joFWCmJsd/p8jncqaZYrjVb+FhuMfjUatmXSYY6cVV3aV+kgZyHuLTKQNa7Hp40I836lUAu+qOEZ8jwIKYWS5N8ge0IN2XVpE4JMfG/7UW1r9N7MY24pvNQww0NDPi5Zd1bQPurWwjnBV5YGHc5XGe2/8=
Expand Down
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.

23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edgemicro",
"version": "2.5.18-beta",
"version": "2.5.19-beta",
"description": "Apigee Edge Microgateway",
"main": "index.js",
"license": "Apache-2.0",
Expand All @@ -15,22 +15,22 @@
"commander": "^2.9.0",
"config": "^1.13.0",
"cpr": "^1.0.0",
"debug": "^2.2.0",
"debug": "^3.1.0",
"diff": "^3.4.0",
"forever-monitor": "^1.7.1",
"fs-extra": "^0.20.1",
"js-yaml": "^3.5.4",
"jsonwebtoken": "^5.7.0",
"lodash": "^3.9.3",
"lodash": "^4.17.10",
"log-symbols": "^1.0.2",
"memored": "^1.1.1",
"microgateway-config": "^2.4.7",
"microgateway-core": "^2.5.6",
"microgateway-edgeauth": "2.4.0-beta",
"microgateway-plugins": "^2.3.22",
"microgateway-config": "^2.4.8",
"microgateway-core": "^2.5.10",
"microgateway-edgeauth": "^2.4.0",
"microgateway-plugins": "^2.3.24",
"pem": "^1.8.1",
"portastic": "^1.0.1",
"request": "^2.67.0",
"request": "^2.87.0",
"rimraf": "^2.4.3",
"tmp": "0.0.28",
"uuid": "^3.2.1",
Expand All @@ -40,12 +40,11 @@
"xml2js": "^0.4.16"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-shell": "^0.4.1",
"gulp": "^4.0.0",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^1.5.2",
"gulp-tsc": "^0.9.5",
"minimist": "^1.1.1",
"mocha": "^2.2.5",
"mocha": "^5.2.0",
"restify": "^4.0.4",
"run-sequence": "^1.1.0"
},
Expand Down

0 comments on commit b217ec5

Please sign in to comment.