From 683a448767562f18a0f847164fc21cea7571d881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:07:02 +0000 Subject: [PATCH] Bump typedoc-plugin-merge-modules from 5.1.0 to 6.0.1 Bumps [typedoc-plugin-merge-modules](https://github.com/krisztianb/typedoc-plugin-merge-modules) from 5.1.0 to 6.0.1. - [Release notes](https://github.com/krisztianb/typedoc-plugin-merge-modules/releases) - [Changelog](https://github.com/krisztianb/typedoc-plugin-merge-modules/blob/master/CHANGELOG.md) - [Commits](https://github.com/krisztianb/typedoc-plugin-merge-modules/compare/v5.1.0...v6.0.1) --- updated-dependencies: - dependency-name: typedoc-plugin-merge-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index da5506b0..aa347a22 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "sinon": "^18.0.0", "ts-loader": "^9.5.1", "typedoc": "^0.26.2", - "typedoc-plugin-merge-modules": "^5.1.0", + "typedoc-plugin-merge-modules": "^6.0.1", "typescript": "^5.3.3", "webpack": "^5.89.0", "webpack-bundle-analyzer": "^4.10.1", diff --git a/yarn.lock b/yarn.lock index aa4c108e..eead4427 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5857,10 +5857,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typedoc-plugin-merge-modules@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-5.1.0.tgz#53ac37f4ab40caac8ee23da1e26042d3a103c4a8" - integrity sha512-jXH27L/wlxFjErgBXleh3opVgjVTXFEuBo68Yfl18S9Oh/IqxK6NV94jlEJ9hl4TXc9Zm2l7Rfk41CEkcCyvFQ== +typedoc-plugin-merge-modules@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-6.0.1.tgz#ed4094a0639aadfaf18c7cb0eb69dd68d2a0270c" + integrity sha512-cEolb9LDW1pmVyZmNkF3nBMapTu57Ppnim8a6OLqjQdkWjagM7gDGIn7F4Bq17gg9kkFqT4ohD3mAwFq6EkARw== typedoc@^0.26.2: version "0.26.7"