From 0aee1e6b1a51bd03301a119864297f410860c902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:53:04 -0600 Subject: [PATCH] chore(deps-dev): bump typedoc from 0.27.3 to 0.27.4 (#945) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f9d1c03b..98f839db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "remark-preset-lint-recommended": "^7.0.0", "sinon": "^19.0.2", "sinon-chai": "^4.0.0", - "typedoc": "^0.27.3", + "typedoc": "^0.27.4", "typescript": "^5.7.2", "typescript-eslint": "^8.17.0" }, @@ -12278,11 +12278,10 @@ "dev": true }, "node_modules/typedoc": { - "version": "0.27.3", - "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.3.tgz", - "integrity": "sha512-oWT7zDS5oIaxYL5yOikBX4cL99CpNAZn6mI24JZQxsYuIHbtguSSwJ7zThuzNNwSE0wqhlfTSd99HgqKu2aQXQ==", + "version": "0.27.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.27.4.tgz", + "integrity": "sha512-wXPQs1AYC2Crk+1XFpNuutLIkNWleokZf1UNf/X8w9KsMnirkvT+LzxTXDvfF6ug3TSLf3Xu5ZXRKGfoXPX7IA==", "dev": true, - "license": "Apache-2.0", "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", diff --git a/package.json b/package.json index 737aec241..d9fe2f9a6 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "remark-preset-lint-recommended": "^7.0.0", "sinon": "^19.0.2", "sinon-chai": "^4.0.0", - "typedoc": "^0.27.3", + "typedoc": "^0.27.4", "typescript": "^5.7.2", "typescript-eslint": "^8.17.0" },