From 42332170e4d9a5d7523e0d4192cba3503361ea1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:44:35 +0000 Subject: [PATCH] build(deps): bump typedoc from 0.27.3 to 0.27.4 in /website Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.27.3 to 0.27.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.27.3...v0.27.4) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 85606efbb0..2139efce07 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -20,7 +20,7 @@ "prism-react-renderer": "^2.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "typedoc": "^0.27.3", + "typedoc": "^0.27.4", "typedoc-plugin-markdown": "^4.3.2", "typedoc-plugin-mdn-links": "^3.3.8" }, @@ -14931,9 +14931,9 @@ } }, "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==", "dependencies": { "@gerrit0/mini-shiki": "^1.24.0", "lunr": "^2.3.9", diff --git a/website/package.json b/website/package.json index 4392a12704..a10d0eaec0 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "prism-react-renderer": "^2.4.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "typedoc": "^0.27.3", + "typedoc": "^0.27.4", "typedoc-plugin-markdown": "^4.3.2", "typedoc-plugin-mdn-links": "^3.3.8" },