From ab7137d58bc15309028d77c9ebd9507eae816f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:29:26 +0000 Subject: [PATCH] Bump typedoc-plugin-mdn-links from 3.2.5 to 3.2.7 Bumps [typedoc-plugin-mdn-links](https://github.com/Gerrit0/typedoc-plugin-mdn-links) from 3.2.5 to 3.2.7. - [Changelog](https://github.com/Gerrit0/typedoc-plugin-mdn-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-mdn-links/compare/v3.2.5...v3.2.7) --- updated-dependencies: - dependency-name: typedoc-plugin-mdn-links dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1cd1c27..77fb2c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "typedoc": "^0.25.13", "typedoc-github-wiki-theme": "^2.0.0", "typedoc-plugin-markdown": "^4.0.3", - "typedoc-plugin-mdn-links": "^3.1.30", + "typedoc-plugin-mdn-links": "^3.2.7", "typedoc-plugin-vue": "^1.1.0", "typescript": "~5.4.0", "typescript-cookie": "^1.0.6", @@ -12380,9 +12380,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.5.tgz", - "integrity": "sha512-duQ0H7+bATNSWVQRt3HubspZ9gqgSZxiQkenlTJ8lGsUrldZwpjG56hJqLD6BspNJfEnElP9hIU7yY5+/vF1Eg==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.7.tgz", + "integrity": "sha512-niVge9QilZcnv2Y/zo49Y/J1VfIwDLXWk59S3HtpYIegfHdLgLYDt4XhQ8OjZXPgacnLKxOOch7TdKEi/uMurg==", "dev": true, "peerDependencies": { "typedoc": ">= 0.23.14 || 0.24.x || 0.25.x || 0.26.x" diff --git a/package.json b/package.json index a17b7b6..98f702e 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "typedoc": "^0.25.13", "typedoc-github-wiki-theme": "^2.0.0", "typedoc-plugin-markdown": "^4.0.3", - "typedoc-plugin-mdn-links": "^3.1.30", + "typedoc-plugin-mdn-links": "^3.2.7", "typedoc-plugin-vue": "^1.1.0", "typescript": "~5.4.0", "typescript-cookie": "^1.0.6",