From 0dd0abae8756e0c3e68eab1651ff65ba8e9ff680 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 13 Jan 2021 09:23:15 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc-plugin-external-module-name Bumps [typedoc-plugin-external-module-name](https://github.com/christopherthielen/typedoc-plugin-external-module-name) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/christopherthielen/typedoc-plugin-external-module-name/releases) - [Changelog](https://github.com/christopherthielen/typedoc-plugin-external-module-name/blob/master/CHANGELOG.md) - [Commits](https://github.com/christopherthielen/typedoc-plugin-external-module-name/compare/4.0.5...4.0.6) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18fc3dd..8f3e129 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12727,9 +12727,9 @@ } }, "typedoc-plugin-external-module-name": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-name/-/typedoc-plugin-external-module-name-4.0.5.tgz", - "integrity": "sha512-9u4Eu8BdEZ23M5v9fZzHtQJvWFmYOcwQuxhXka8WCLrTFgCJtpeHsl/+p8Ud40BNJDRIIjxPcpT1PC1fMF1pMA==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-name/-/typedoc-plugin-external-module-name-4.0.6.tgz", + "integrity": "sha512-WqJW5gbfeQD7VA96p5eRFkVlPPGXfpaAo7M/sNOeBwSBTRylKYX15kAVaGP6iM/VhXtDagTMyKhwG97sENfKHA==", "dev": true, "requires": { "lodash": "^4.1.2", diff --git a/package.json b/package.json index 0046d55..ebdb69b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "tslint-config-prettier": "^1.18.0", "typedoc": "^0.17.8", "typedoc-neo-theme": "^1.0.10", - "typedoc-plugin-external-module-name": "^4.0.3", + "typedoc-plugin-external-module-name": "^4.0.6", "typescript": "^3.9.7", "webpack": "^5.13.0", "webpack-cli": "^4.2.0"