From 6a53cd29bf33b9d2a163ffa03d04c9cfe831ab5d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 10:08:26 +0200 Subject: [PATCH] build(deps): bump apidoc from 0.23.0 to 0.24.0 (#12412) Bumps [apidoc](https://github.com/apidoc/apidoc) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/apidoc/apidoc/releases) - [Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/apidoc/apidoc/compare/0.23.0...0.24.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b01b75f536..6dfef29645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1542,18 +1542,18 @@ } }, "apidoc": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.23.0.tgz", - "integrity": "sha512-bn2QNaqyyL5ihRUlBBqwffElJg+hAgxAWPDdjJiLxDJ66Jiw+jf8uucFLYC9XHFqjdM7YTqLluM2PPshrqzObg==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.24.0.tgz", + "integrity": "sha512-1aKEMOJaX9coPTwbVcDtCcxtv7VIhR6YEWxWMtoKouYaaMqmScTBikq8umIH8pjr77F2AjrNWFiLhfwsHLsvkA==", "requires": { "apidoc-core": "^0.11.1", "commander": "^2.20.0", "fs-extra": "^8.1.0", "handlebars": "^4.7.6", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "markdown-it": "^10.0.0", - "nodemon": "^2.0.3", - "winston": "^3.2.1" + "nodemon": "^2.0.4", + "winston": "^3.3.3" } }, "apidoc-core": { diff --git a/package.json b/package.json index fa504fbe82..33f9239a8e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "accepts": "^1.3.5", "amazon-payments": "^0.2.8", "amplitude": "^3.5.0", - "apidoc": "^0.23.0", + "apidoc": "^0.24.0", "apn": "^2.2.0", "apple-auth": "^1.0.6", "bcrypt": "^5.0.0",