From 9b722a727543e05766348f0e59dc1a3a537d439d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:15:54 +0000 Subject: [PATCH] Bump typedoc from 0.24.8 to 0.25.7 in /providers Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.24.8 to 0.25.7. - [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.24.8...v0.25.7) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- providers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/package.json b/providers/package.json index 1c9589e..e00b9a6 100644 --- a/providers/package.json +++ b/providers/package.json @@ -98,7 +98,7 @@ "rollup-plugin-cleanup": "^3.2.1", "sinon": "^15.0.0", "ts-mocha": "^10.0.0", - "typedoc": "^0.24.5", + "typedoc": "^0.25.7", "typescript": "^4.9.5", "uglify-js": "^3.15.5", "copyfiles": "^2.4.1"