diff --git a/package-lock.json b/package-lock.json index 1a2385d..cefa6f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", "@types/lodash-es": "^4.17.12", - "@types/node": "^22.10.4", + "@types/node": "^22.10.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", @@ -31,7 +31,7 @@ "prettier": "^3.4.2", "rimraf": "^6.0.1", "typedoc": "^0.27.6", - "typedoc-plugin-mdn-links": "^4.0.6", + "typedoc-plugin-mdn-links": "^4.0.7", "typedoc-plugin-rename-defaults": "^0.7.2", "typescript": "~5.7.2", "typescript-eslint": "^8.19.0", @@ -6977,9 +6977,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.6.tgz", - "integrity": "sha512-7m9AA/SjSV5DAc0MrOPIfkTCI+qcK8NnNSLgknqakQwqd3OFRXGe4tiFNm3tKHqft8FDce6qva1akVxyLyQXrA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-4.0.8.tgz", + "integrity": "sha512-HQqGiO1zIHYgWKPkfutYKqnUeDCdf/3SfSz2mgjQnD4/S7NxqemKZbeAZy5Cp2+1qvyo32sf9bN8SmUTB0f6mA==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 547c475..f863c45 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.14", "@types/lodash-es": "^4.17.12", - "@types/node": "^22.10.4", + "@types/node": "^22.10.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@vitejs/plugin-react": "^4.3.4", @@ -65,7 +65,7 @@ "prettier": "^3.4.2", "rimraf": "^6.0.1", "typedoc": "^0.27.6", - "typedoc-plugin-mdn-links": "^4.0.6", + "typedoc-plugin-mdn-links": "^4.0.7", "typedoc-plugin-rename-defaults": "^0.7.2", "typescript": "~5.7.2", "typescript-eslint": "^8.19.0",