From 8f2d652294f99ddf7cea90b566e0cbfe39b6c99b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:36:05 +0000 Subject: [PATCH] deps: bump the npm group with 2 updates Bumps the npm group with 2 updates: [ws](https://github.com/websockets/ws) and [typedoc-plugin-dt-links](https://github.com/Gerrit0/typedoc-plugin-dt-links). Updates `ws` from 8.21.0 to 8.21.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.21.0...8.21.1) Updates `typedoc-plugin-dt-links` from 2.0.63 to 2.0.64 - [Release notes](https://github.com/Gerrit0/typedoc-plugin-dt-links/releases) - [Changelog](https://github.com/Gerrit0/typedoc-plugin-dt-links/blob/main/CHANGELOG.md) - [Commits](https://github.com/Gerrit0/typedoc-plugin-dt-links/compare/v2.0.63...v2.0.64) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: typedoc-plugin-dt-links dependency-version: 2.0.64 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- package-lock.json | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/package.json b/docs/package.json index b173e15..be13d0d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -20,7 +20,7 @@ "sharp": "^0.35.1", "typedoc": "^0.28.19", "typedoc-material-theme": "^1.4.1", - "typedoc-plugin-dt-links": "^2.0.63", + "typedoc-plugin-dt-links": "^2.0.64", "typedoc-plugin-mdn-links": "^5.1.1", "typescript": "^6.0.3" } diff --git a/package-lock.json b/package-lock.json index 6ca8085..b32d360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,8 +46,9 @@ "sharp": "^0.35.1", "typedoc": "^0.28.19", "typedoc-material-theme": "^1.4.1", - "typedoc-plugin-dt-links": "^2.0.63", - "typedoc-plugin-mdn-links": "^5.1.1" + "typedoc-plugin-dt-links": "^2.0.64", + "typedoc-plugin-mdn-links": "^5.1.1", + "typescript": "^6.0.3" } }, "node_modules/@astrojs/compiler": { @@ -9923,9 +9924,9 @@ } }, "node_modules/typedoc-plugin-dt-links": { - "version": "2.0.63", - "resolved": "https://registry.npmjs.org/typedoc-plugin-dt-links/-/typedoc-plugin-dt-links-2.0.63.tgz", - "integrity": "sha512-cHiu31veGGXyvyeJ6cCQ7uzAF7Mu0QcDljsPHIq73k0W1H4x8qQ9dgqQmjTEln4EcVj1Z7L7XladD83LNcbETA==", + "version": "2.0.64", + "resolved": "https://registry.npmjs.org/typedoc-plugin-dt-links/-/typedoc-plugin-dt-links-2.0.64.tgz", + "integrity": "sha512-Ht0vdoCtIkIMTsVHrGBZ+n3treD64l6+aEeotQY1EjI3tRagAVSN9dpzQUbovtr1j9Mlkd6Gv1StKOeEeYcxNA==", "dev": true, "license": "MIT", "peerDependencies": { @@ -10577,9 +10578,9 @@ } }, "node_modules/ws": { - "version": "8.21.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz", - "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==", + "version": "8.21.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz", + "integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==", "license": "MIT", "engines": { "node": ">=10.0.0"