diff --git a/ui/package-lock.json b/ui/package-lock.json index 4d078969..c1ae15ec 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -45,7 +45,7 @@ "@types/leaflet": "^1.9.12", "@types/node": "22.3.0", "@types/phoenix": "^1.6.5", - "@types/react": "18.3.4", + "@types/react": "18.3.5", "@types/react-dom": "18.3.0", "@types/video.js": "^7.3.58", "@typescript-eslint/eslint-plugin": "^7.18.0", @@ -3723,9 +3723,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "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==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/ui/package.json b/ui/package.json index 66a230a9..53ce3b0f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -53,7 +53,7 @@ "@types/leaflet": "^1.9.12", "@types/node": "22.3.0", "@types/phoenix": "^1.6.5", - "@types/react": "18.3.4", + "@types/react": "18.3.5", "@types/react-dom": "18.3.0", "@types/video.js": "^7.3.58", "@typescript-eslint/eslint-plugin": "^7.18.0",