From 16c70d445093cf411f52310749449b9331f66ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:38:49 +0100 Subject: [PATCH] build(deps-dev): bump typedoc from 0.25.3 to 0.25.4 (#5899) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.3 to 0.25.4. - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.25.3...v0.25.4) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- memo/js/package.json | 2 +- name-service/js/package.json | 2 +- pnpm-lock.yaml | 26 +++++++++++++------------- token-lending/js/package.json | 2 +- token-metadata/js/package.json | 2 +- token/js/package.json | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/memo/js/package.json b/memo/js/package.json index efa955bdc17..147a7689675 100644 --- a/memo/js/package.json +++ b/memo/js/package.json @@ -72,7 +72,7 @@ "start-server-and-test": "^2.0.3", "ts-jest": "^29.0.0", "ts-node": "^10.9.1", - "typedoc": "^0.25.0", + "typedoc": "^0.25.4", "typescript": "^5.3.2" } } diff --git a/name-service/js/package.json b/name-service/js/package.json index 06fc9be9f8f..db9dcdabd42 100644 --- a/name-service/js/package.json +++ b/name-service/js/package.json @@ -53,7 +53,7 @@ "prettier": "^3.1.0", "start-server-and-test": "^2.0.3", "ts-node": "^10.9.1", - "typedoc": "^0.25.0", + "typedoc": "^0.25.4", "typescript": "^5.3.2" }, "dependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5012a14941c..5f4a9ce44eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,8 +142,8 @@ importers: specifier: ^10.9.1 version: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) typedoc: - specifier: ^0.25.0 - version: 0.25.3(typescript@5.3.2) + specifier: ^0.25.4 + version: 0.25.4(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -215,8 +215,8 @@ importers: specifier: ^10.9.1 version: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) typedoc: - specifier: ^0.25.0 - version: 0.25.3(typescript@5.3.2) + specifier: ^0.25.4 + version: 0.25.4(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -453,8 +453,8 @@ importers: specifier: ^2.3.0 version: 2.6.2 typedoc: - specifier: ^0.25.0 - version: 0.25.3(typescript@5.3.2) + specifier: ^0.25.4 + version: 0.25.4(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -532,8 +532,8 @@ importers: specifier: ^2.3.1 version: 2.6.2 typedoc: - specifier: ^0.25.0 - version: 0.25.3(typescript@5.3.2) + specifier: ^0.25.4 + version: 0.25.4(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -684,8 +684,8 @@ importers: specifier: ^2.3.1 version: 2.6.2 typedoc: - specifier: ^0.25.0 - version: 0.25.3(typescript@5.3.2) + specifier: ^0.25.4 + version: 0.25.4(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -7141,12 +7141,12 @@ packages: is-typed-array: 1.1.12 dev: true - /typedoc@0.25.3(typescript@5.3.2): - resolution: {integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==} + /typedoc@0.25.4(typescript@5.3.2): + resolution: {integrity: sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==} engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x dependencies: lunr: 2.3.9 marked: 4.3.0 diff --git a/token-lending/js/package.json b/token-lending/js/package.json index f7a7a90484b..c4fe118b63d 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -59,7 +59,7 @@ "rollup": "^4.5.2", "ts-node": "^10.7.0", "tslib": "^2.3.0", - "typedoc": "^0.25.0", + "typedoc": "^0.25.4", "typescript": "^5.3.2" } } diff --git a/token-metadata/js/package.json b/token-metadata/js/package.json index c50e0238a25..594df893c81 100644 --- a/token-metadata/js/package.json +++ b/token-metadata/js/package.json @@ -72,7 +72,7 @@ "shx": "^0.3.4", "ts-node": "^10.9.1", "tslib": "^2.3.1", - "typedoc": "^0.25.0", + "typedoc": "^0.25.4", "typescript": "^5.3.2" } } diff --git a/token/js/package.json b/token/js/package.json index 025fa6f12ce..988cbbaec6b 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -82,7 +82,7 @@ "start-server-and-test": "^2.0.3", "tslib": "^2.3.1", "ts-node": "^10.9.1", - "typedoc": "^0.25.0", + "typedoc": "^0.25.4", "typescript": "^5.3.2" } }