From 71b0cee9f9b392ec7e8203ab48673d109d7acb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:58:41 +0000 Subject: [PATCH] build(deps-dev): bump typedoc-plugin-merge-modules from 4.0.1 to 5.1.0 Bumps [typedoc-plugin-merge-modules](https://github.com/krisztianb/typedoc-plugin-merge-modules) from 4.0.1 to 5.1.0. - [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/v4.0.1...v5.1.0) --- updated-dependencies: - dependency-name: typedoc-plugin-merge-modules dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78aaf75..f093ea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "standard-version": "^9.5.0", "ts-jest": "^28.0.3", "typedoc": "^0.23.2", - "typedoc-plugin-merge-modules": "^4.0.1", + "typedoc-plugin-merge-modules": "^5.1.0", "typescript": "^4.7.2" } }, @@ -5132,12 +5132,12 @@ } }, "node_modules/typedoc-plugin-merge-modules": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-4.0.1.tgz", - "integrity": "sha512-peuoWT/xcpEO71kNuaTBAS2IVwc8qm5tiIXnJc0vW/Cy9HHoVGkYecarkwtLBl5VmrhZjZN6LQNriqYfgHA1+A==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-5.1.0.tgz", + "integrity": "sha512-jXH27L/wlxFjErgBXleh3opVgjVTXFEuBo68Yfl18S9Oh/IqxK6NV94jlEJ9hl4TXc9Zm2l7Rfk41CEkcCyvFQ==", "dev": true, "peerDependencies": { - "typedoc": "0.23.x" + "typedoc": "0.24.x || 0.25.x" } }, "node_modules/typedoc/node_modules/brace-expansion": { @@ -9268,9 +9268,9 @@ } }, "typedoc-plugin-merge-modules": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-4.0.1.tgz", - "integrity": "sha512-peuoWT/xcpEO71kNuaTBAS2IVwc8qm5tiIXnJc0vW/Cy9HHoVGkYecarkwtLBl5VmrhZjZN6LQNriqYfgHA1+A==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-merge-modules/-/typedoc-plugin-merge-modules-5.1.0.tgz", + "integrity": "sha512-jXH27L/wlxFjErgBXleh3opVgjVTXFEuBo68Yfl18S9Oh/IqxK6NV94jlEJ9hl4TXc9Zm2l7Rfk41CEkcCyvFQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index f2c2fd0..44f3cf8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "standard-version": "^9.5.0", "ts-jest": "^28.0.3", "typedoc": "^0.23.2", - "typedoc-plugin-merge-modules": "^4.0.1", + "typedoc-plugin-merge-modules": "^5.1.0", "typescript": "^4.7.2" } }