From af7736ec52dad6d2bdd59d732eb350a72e158d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 11:06:59 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.22.9 to 0.22.10 (#376) Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.9 to 0.22.10. - [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.22.9...v0.22.10) --- 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> --- 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 4790d06..d1d9cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11927,9 +11927,9 @@ } }, "typedoc": { - "version": "0.22.9", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.9.tgz", - "integrity": "sha512-84PjudoXVcap6bwdZFbYIUWlgdz/iLV09ZHwrCzhtHWXaDQG6mlosJ8te6DSThuRkRvQjp46HO+qY/P7Gpm78g==", + "version": "0.22.10", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.10.tgz", + "integrity": "sha512-hQYZ4WtoMZ61wDC6w10kxA42+jclWngdmztNZsDvIz7BMJg7F2xnT+uYsUa7OluyKossdFj9E9Ye4QOZKTy8SA==", "dev": true, "requires": { "glob": "^7.2.0", diff --git a/package.json b/package.json index 2c3c404..b9f62da 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.1.0", "ts-jest": "^26.5.6", - "typedoc": "^0.22.9", + "typedoc": "^0.22.10", "typescript": "^4.4.4" }, "publishConfig": {