From 9e3505708f103264369c0e0847233de26a5f5c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:11:19 +0000 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.23.18 to 0.23.19 Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.18 to 0.23.19. - [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.23.18...v0.23.19) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 36b30dbc..1421e9a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11240,9 +11240,9 @@ } }, "typedoc": { - "version": "0.23.18", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.18.tgz", - "integrity": "sha512-0Tq/uFkUuWyRYyjOShTkhsOm6u5E8wf0i6L76/k5znEaxvWKHGeT2ywZThGrDrryV/skO/REM824D1gm8ccQuA==", + "version": "0.23.19", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.19.tgz", + "integrity": "sha512-70jPL0GQnSJtgQqI7ifOWxpTXrB3sxc4SWPPRn3K0wdx3txI6ZIT/ZYMF39dNg2Gjmql45cO+cAKXJp0TpqOVA==", "dev": true, "requires": { "lunr": "^2.3.9", diff --git a/package.json b/package.json index a93919d1..db2fcfd0 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "rollup-plugin-terser": "^7.0.2", "selenium-webdriver": "^4.5.0", "ts-jest": "^27.1.4", - "typedoc": "^0.23.18", + "typedoc": "^0.23.19", "typescript": "^4.8.4" }, "publishConfig": {