diff --git a/package-lock.json b/package-lock.json index d3d5cb9..b07a395 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "license": "MIT", "devDependencies": { "@playcanvas/observer": "^1.5.1", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "playcanvas": "^1.73.4", "react": "^18.3.1", "serve": "^14.2.3", "typedoc": "^0.26.6", "typedoc-plugin-extras": "^3.1.0", - "typedoc-plugin-mdn-links": "^3.2.9", + "typedoc-plugin-mdn-links": "^3.2.11", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-rename-defaults": "^0.7.1" } @@ -40,9 +40,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.4", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz", - "integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==", + "version": "18.3.5", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", + "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -1109,9 +1109,9 @@ } }, "node_modules/typedoc-plugin-mdn-links": { - "version": "3.2.9", - "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.9.tgz", - "integrity": "sha512-+bjuG/rPyeRBGA/ILk8u2j7KksohicCsUd+qcTQitOaS9GLvN69zcQlCJU1KqcPHpt3fTqJnVmyhMRe5F+ig7w==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/typedoc-plugin-mdn-links/-/typedoc-plugin-mdn-links-3.2.11.tgz", + "integrity": "sha512-0VlF21O3S1L373UTkUFleoQDrgkh5quAqjCVusBaa3czLahK6LsUxQj6PRqbT5xN0emUVYnT7UTwe8haU2MFrw==", "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 3acff28..fa72436 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ }, "devDependencies": { "@playcanvas/observer": "^1.5.1", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "playcanvas": "^1.73.4", "react": "^18.3.1", "serve": "^14.2.3", "typedoc": "^0.26.6", "typedoc-plugin-extras": "^3.1.0", - "typedoc-plugin-mdn-links": "^3.2.9", + "typedoc-plugin-mdn-links": "^3.2.11", "typedoc-plugin-missing-exports": "^3.0.0", "typedoc-plugin-rename-defaults": "^0.7.1" },