From ac99d282af661df5c93c6cff72105af79a115b76 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Thu, 13 Jun 2024 19:24:08 +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 cb427f8..90be229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "typedoc": "^0.25.13", "typedoc-plugin-extras": "^3.0.0", "typedoc-plugin-mdn-links": "^3.1.29", - "typedoc-plugin-missing-exports": "^2.2.0", + "typedoc-plugin-missing-exports": "^2.3.0", "typedoc-plugin-rename-defaults": "^0.7.0" } }, @@ -1079,9 +1079,9 @@ } }, "node_modules/typedoc-plugin-missing-exports": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-2.2.0.tgz", - "integrity": "sha512-2+XR1IcyQ5UwXZVJe9NE6HrLmNufT9i5OwoIuuj79VxuA3eYq+Y6itS9rnNV1D7UeQnUSH8kISYD73gHE5zw+w==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-2.3.0.tgz", + "integrity": "sha512-iI9ITNNLlbsLCBBeYDyu0Qqp3GN/9AGyWNKg8bctRXuZEPT7G1L+0+MNWG9MsHcf/BFmNbXL0nQ8mC/tXRicog==", "dev": true, "peerDependencies": { "typedoc": "0.24.x || 0.25.x" diff --git a/package.json b/package.json index b28a4a8..fc6aee4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "typedoc": "^0.25.13", "typedoc-plugin-extras": "^3.0.0", "typedoc-plugin-mdn-links": "^3.1.29", - "typedoc-plugin-missing-exports": "^2.2.0", + "typedoc-plugin-missing-exports": "^2.3.0", "typedoc-plugin-rename-defaults": "^0.7.0" }, "scripts": {