From 466268e1fb2a8f8cb3aa2c89a68fa623404cee0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 16:14:51 -0500 Subject: [PATCH] build(deps): bump apidoc from 0.27.1 to 0.28.1 (#13291) Bumps [apidoc](https://github.com/apidoc/apidoc) from 0.27.1 to 0.28.1. - [Release notes](https://github.com/apidoc/apidoc/releases) - [Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/apidoc/apidoc/commits/0.28.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 31 ++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c19ea3bc9f..33c0de4f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1995,20 +1995,32 @@ } }, "apidoc": { - "version": "0.27.1", - "resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.27.1.tgz", - "integrity": "sha512-CqbsmM1ew7LC2Lg2USaSWPxdtsIp7wb3dzR2DKHYvVSo+dYIY3K7oBsup5bpi6D1OkthTUxXvWvcrDyv7lPcnw==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.28.1.tgz", + "integrity": "sha512-vJbRtNnxWqUUfbY4NJwq9vRB8+Fh43nccckhG9nC4nQBxrMDaBYHhwMbls3OZ9Nv36jWN4KexpLrZ5Ivph8GYg==", "requires": { "apidoc-core": "^0.15.0", "commander": "^2.20.0", "fs-extra": "^9.0.1", - "handlebars": "^4.7.6", + "handlebars": "^4.7.7", "lodash": "^4.17.20", "markdown-it": "^11.0.0", "nodemon": "^2.0.4", "winston": "^3.3.3" }, "dependencies": { + "handlebars": { + "version": "4.7.7", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.7.tgz", + "integrity": "sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==", + "requires": { + "minimist": "^1.2.5", + "neo-async": "^2.6.0", + "source-map": "^0.6.1", + "uglify-js": "^3.1.4", + "wordwrap": "^1.0.0" + } + }, "linkify-it": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.2.tgz", @@ -2028,6 +2040,11 @@ "mdurl": "^1.0.1", "uc.micro": "^1.0.5" } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, @@ -7606,9 +7623,9 @@ "optional": true }, "iconv-lite": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.2.tgz", - "integrity": "sha512-2y91h5OpQlolefMPmUlivelittSWy0rP+oYVpn6A7GwVHNE8AWzoYOBNmlwks3LobaJxgHCYZAnyNo2GgpNRNQ==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "requires": { "safer-buffer": ">= 2.1.2 < 3.0.0" } diff --git a/package.json b/package.json index 38f3fd61c8..ff73a4a3c8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "accepts": "^1.3.5", "amazon-payments": "^0.2.8", "amplitude": "^5.1.5", - "apidoc": "^0.27.1", + "apidoc": "^0.28.1", "apple-auth": "^1.0.7", "bcrypt": "^5.0.1", "body-parser": "^1.18.3",