From 6182dc11e90441d09af65002060f4f372cce5b36 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 00:18:36 +0000 Subject: [PATCH] build(deps-dev): bump typedoc-plugin-external-module-name Bumps [typedoc-plugin-external-module-name](https://github.com/christopherthielen/typedoc-plugin-external-module-name) from 3.1.0 to 4.0.0. - [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/3.1.0...4.0.0) 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 f89b3e9b2..756e2c2b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15552,9 +15552,9 @@ } }, "typedoc-plugin-external-module-name": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-name/-/typedoc-plugin-external-module-name-3.1.0.tgz", - "integrity": "sha512-7Jym2cOkSbMtXRb2C9RytIihryB/a7UZZbCWeIZ+PoSxglOwiHqTAPWWVN2AbVKh3iKy8PpGRCYggfDnpb177g==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-external-module-name/-/typedoc-plugin-external-module-name-4.0.0.tgz", + "integrity": "sha512-S/j6ctXxIsecxA0+NNCaD7C9Z3XrmuwEMW890pen6+zt4uyyYSokt7xB+NfOV48O+JzAgx9y7WwWadJ5vrzdew==", "dev": true, "requires": { "lodash": "^4.1.2", diff --git a/package.json b/package.json index bb26a1bc0..eecfef6b9 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "ts-node": "^8.2.0", "tsconfig-paths": "^3.8.0", "typedoc": "0.15.8", - "typedoc-plugin-external-module-name": "^3.0.0", + "typedoc-plugin-external-module-name": "^4.0.0", "typedoc-plugin-lerna-packages": "^0.2.2", "typescript": "^3.7.2", "webpack": "^4.41.2",