From e89ae00af7adf5b193b5160f53f2b099a92feb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:06:16 +0000 Subject: [PATCH] chore(deps-dev): bump the typedoc group across 1 directory with 2 updates Bumps the typedoc group with 2 updates in the / directory: [typedoc](https://github.com/TypeStrong/TypeDoc) and [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links). Updates `typedoc` from 0.27.7 to 0.27.9 - [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.7...v0.27.9) Updates `typedoc-plugin-mdn-links` from 4.0.13 to 5.0.1 - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v4.0.13...v5.0.1) --- updated-dependencies: - dependency-name: typedoc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typedoc - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:development update-type: version-update:semver-major dependency-group: typedoc ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index c74e16d..7392cbe 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "size-limit": "^11.0.0", "ts-node": "^10.9.2", "typedoc": "^0.27.2", - "typedoc-plugin-mdn-links": "^4.0.1", + "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.1.3" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index ec1fe68..a4153eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5193,15 +5193,15 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typedoc-plugin-mdn-links@^4.0.1: - version "4.0.13" - resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.13.tgz#bf78dc341d63bc556ec26e76cd63c828862aee6f" - integrity sha512-vbfQHlPGU0AXuyEeMpKDEMS5FuF5EN5aVSPqxK0vbyhbC7vrE8H2AFwI2avWdPgo9crpld2EtT1IUhkAogAefw== +typedoc-plugin-mdn-links@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-5.0.1.tgz#2ff23f997e71a2c77cd43590455754e29e4875f0" + integrity sha512-eofdcc2nZZpipz/ubjG+7UYMi6Xu95svUwnZ+ClJh6NJdrv7kAOerL9N3iDOpo5kwQeK86GqPWwnv6LUGo5Wrw== typedoc@^0.27.2: - version "0.27.7" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.7.tgz#09047ffb5c845f45765de26c68b77260867fe967" - integrity sha512-K/JaUPX18+61W3VXek1cWC5gwmuLvYTOXJzBvD9W7jFvbPnefRnCHQCEPw7MSNrP/Hj7JJrhZtDDLKdcYm6ucg== + version "0.27.9" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.27.9.tgz#5e0a7bc32bfc7bd0b70a353f4f1d5cba3d667c46" + integrity sha512-/z585740YHURLl9DN2jCWe6OW7zKYm6VoQ93H0sxZ1cwHQEQrUn5BJrEnkWhfzUdyO+BLGjnKUZ9iz9hKloFDw== dependencies: "@gerrit0/mini-shiki" "^1.24.0" lunr "^2.3.9"