diff --git a/package.json b/package.json index 302e559..3de88b0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dotenv": "^16.3.1", "express": "^4.18.2", "multer": "^1.4.5-lts.1", - "pg": "^8.11.3" + "pg": "^8.21.0" }, "devDependencies": { "nodemon": "^3.0.1" diff --git a/ui/package.json b/ui/package.json index 9dec769..3aca1c3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,22 +14,22 @@ "@perspective-dev/viewer": "^4.5.1", "@perspective-dev/viewer-d3fc": "^4.4.1", "@perspective-dev/viewer-datagrid": "^4.5.1", - "react": "^19.2.4", - "react-dom": "^19.2.4", - "react-router-dom": "^7.13.2", - "sql-formatter": "^15.7.3" + "react": "^19.2.7", + "react-dom": "^19.2.7", + "react-router-dom": "^7.17.0", + "sql-formatter": "^15.8.1" }, "devDependencies": { "@eslint/js": "^9.39.4", - "@tailwindcss/vite": "^4.2.2", - "@types/react": "^19.2.14", + "@tailwindcss/vite": "^4.3.1", + "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", - "@vitejs/plugin-react": "^6.0.1", + "@vitejs/plugin-react": "^6.0.2", "eslint": "^9.39.4", - "eslint-plugin-react-hooks": "^7.0.1", + "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", - "globals": "^17.4.0", - "tailwindcss": "^4.2.2", - "vite": "^8.0.1" + "globals": "^17.6.0", + "tailwindcss": "^4.3.1", + "vite": "^8.0.16" } }