From 2b813e43d63dcfda600b57131ac19e068606dcfe Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Mon, 15 Jul 2024 10:55:34 +0100 Subject: [PATCH] Update NPM dependencies --- 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 be0bbcd..d6d42e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "serve": "^14.2.3", "typedoc": "^0.26.4", "typedoc-plugin-extras": "^3.1.0", - "typedoc-plugin-mdn-links": "^3.2.3", + "typedoc-plugin-mdn-links": "^3.2.4", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-rename-defaults": "^0.7.1" } @@ -1109,9 +1109,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.3.tgz", - "integrity": "sha512-hz22UgFuzdtgpBXet2dxKf9d2HVixL2VcE9Ke1+X1Nu8W8jSGIB2awIA6HFVsD0vk1OLe3ehU0ibyD5sN7wh4w==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.4.tgz", + "integrity": "sha512-TmBBmtIuTR4mSuYjcmiibjvmpM2oSeUC0E5cgPnrM3HEdhiXsDGNA6SyPorvauqYN5Hd0si2EJLJs6KjP9b4Lw==", "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 3aafc3c..18727a8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "serve": "^14.2.3", "typedoc": "^0.26.4", "typedoc-plugin-extras": "^3.1.0", - "typedoc-plugin-mdn-links": "^3.2.3", + "typedoc-plugin-mdn-links": "^3.2.4", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-rename-defaults": "^0.7.1" },