diff --git a/README.md b/README.md index 1cc2ad7..0d984e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # bootprint-openapi +[![Greenkeeper badge](https://badges.greenkeeper.io/bootprint/bootprint-openapi.svg)](https://greenkeeper.io/) + [![NPM version](https://badge.fury.io/js/bootprint-openapi.svg)](http://badge.fury.io/js/bootprint-openapi) [![Travis Build Status](https://travis-ci.org/bootprint/bootprint-openapi.svg?branch=master)](https://travis-ci.org/bootprint/bootprint-openapi) [![Coverage Status](https://img.shields.io/coveralls/bootprint/bootprint-openapi.svg)](https://coveralls.io/r/bootprint/bootprint-openapi) diff --git a/package.json b/package.json index 33f2e72..55f26b2 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ }, "dependencies": { "bootprint-json-schema": "^1.0.0", - "highlight.js": "^8.9.1", + "highlight.js": "^9.9.0", "json-stable-stringify": "^1.0.1", - "lodash": "^3.9.3", - "m-io": "^0.3.1" + "lodash": "^4.17.4", + "m-io": "^0.5.0" }, "repository": { "type": "git", @@ -38,14 +38,14 @@ "devDependencies": { "bootprint": "^1.0.0", "chai": "^3.3.0", - "chai-as-promised": "^5.1.0", - "cheerio": "^0.19.0", - "customize": "^0.6.0", - "customize-engine-handlebars": "^0.5.2", + "chai-as-promised": "^6.0.0", + "cheerio": "^0.22.0", + "customize": "^1.1.0", + "customize-engine-handlebars": "^1.0.1", "deep-aplus": "^1.0.4", "find-package": "^1.0.0", - "ghooks": "^1.0.3", - "mocha": "^2.3.3", + "ghooks": "^2.0.0", + "mocha": "^3.2.0", "multilang-apidocs": "^0.2.1", "q": "^1.4.1", "thoughtful-release": "^0.3.1",