From eca55ff987e86fce694f8acac1b9b3100eaa6a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 15:38:22 -0500 Subject: [PATCH] build(deps): bump apidoc from 0.50.0 to 0.50.1 (#13604) Bumps [apidoc](https://github.com/apidoc/apidoc) from 0.50.0 to 0.50.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/compare/0.50.0...0.50.1) --- updated-dependencies: - dependency-name: apidoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f58c0b01e6..31e03480cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1525,9 +1525,9 @@ } }, "@types/eslint": { - "version": "7.28.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.1.tgz", - "integrity": "sha512-XhZKznR3i/W5dXqUhgU9fFdJekufbeBd5DALmkuXoeFcjbQcPk+2cL+WLHf6Q81HWAnM2vrslIHpGVyCAviRwg==", + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.28.2.tgz", + "integrity": "sha512-KubbADPkfoU75KgKeKLsFHXnU4ipH7wYg0TRT33NK3N3yiu7jlFAAoygIWBV+KbuHx/G+AvuGX6DllnK35gfJA==", "requires": { "@types/estree": "*", "@types/json-schema": "*" @@ -2016,9 +2016,9 @@ } }, "apidoc": { - "version": "0.50.0", - "resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.50.0.tgz", - "integrity": "sha512-PRwCBbbbF7IIBZF3dtK89ThHpucTqORpmJpzXw4J95Ne3vk5FOH2htAQb4Ww56m0DHaW1jGntMymZ/DIHZxlPw==", + "version": "0.50.1", + "resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.50.1.tgz", + "integrity": "sha512-uqGrW2Nm3cbi8nWNu3ZskXe+ZGjIDkBFa/L2q+BjUOqoggHz7P90HWhqnmkf1Fqa1Ialen7DCpvlr5t0Vs+e8Q==", "requires": { "bootstrap": "3.4.1", "commander": "^8.1.0", @@ -3921,9 +3921,9 @@ } }, "commander": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz", - "integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==" + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" }, "commondir": { "version": "1.0.1", @@ -14461,9 +14461,9 @@ } }, "webpack": { - "version": "5.59.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.1.tgz", - "integrity": "sha512-I01IQV9K96FlpXX3V0L4nvd7gb0r7thfuu1IfT2P4uOHOA77nKARAKDYGe/tScSHKnffNIyQhLC8kRXzY4KEHQ==", + "version": "5.61.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.61.0.tgz", + "integrity": "sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==", "requires": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", @@ -14514,9 +14514,9 @@ }, "dependencies": { "estraverse": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz", - "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" } } } diff --git a/package.json b/package.json index 41b905e195..ef79be3068 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "accepts": "^1.3.5", "amazon-payments": "^0.2.9", "amplitude": "^5.1.7", - "apidoc": "^0.50.0", + "apidoc": "^0.50.1", "apple-auth": "^1.0.7", "bcrypt": "^5.0.1", "body-parser": "^1.18.3",