diff --git a/client/package.json b/client/package.json index 2bb1306..026415c 100644 --- a/client/package.json +++ b/client/package.json @@ -13,14 +13,14 @@ "lint": "eslint ." }, "dependencies": { - "clsx": "^2.1.0", + "clsx": "^2.1.1", "gsap": "^3.12.5", "lenis": "^1.0.41", - "lucide-react": "^0.436.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", + "lucide-react": "^0.437.0", + "react": "^18.3.1", + "react-dom": "^18.3.1", "leaflet": "^1.9.4", - "react-router-dom": "^6.26.2" + "react-router-dom": "^6.27.0" }, "devDependencies": { "@types/react": "^18.2.74", @@ -28,7 +28,7 @@ "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.41", - "tailwindcss": "^3.4.10", + "tailwindcss": "^3.4.11", "typescript": "^5.6.2", "vite": "^5.4.3", "@lhci/cli": "^0.13.0", diff --git a/client/src/modules/App.tsx b/client/src/modules/App.tsx index 2ec581c..271d897 100644 --- a/client/src/modules/App.tsx +++ b/client/src/modules/App.tsx @@ -18,7 +18,7 @@ export default function App(){ requestAnimationFrame(raf) } requestAnimationFrame(raf) - return ()=>{ (lenis as any).destroy?.() } + return () => { lenis.destroy() } },[]) return ( <> diff --git a/client/src/modules/sections/Contact.tsx b/client/src/modules/sections/Contact.tsx index 8645f89..2a5f934 100644 --- a/client/src/modules/sections/Contact.tsx +++ b/client/src/modules/sections/Contact.tsx @@ -132,7 +132,7 @@ useEffect(()=>{

Booking

- Open Booking + Open Booking
diff --git a/client/src/modules/sections/Credentials.tsx b/client/src/modules/sections/Credentials.tsx index d4533c1..1df3e13 100644 --- a/client/src/modules/sections/Credentials.tsx +++ b/client/src/modules/sections/Credentials.tsx @@ -25,7 +25,7 @@ export function Credentials(){
Background‑Checked
- NNA Certified Notary Signing Agent badge + NNA Certified Notary Signing Agent badge for 2025
NNA Notary Signing Agent — 2025
diff --git a/server/package.json b/server/package.json index a95761a..a301be5 100644 --- a/server/package.json +++ b/server/package.json @@ -16,19 +16,19 @@ "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.19.2", - "express-rate-limit": "^7.1.5", + "express-rate-limit": "^7.3.1", "morgan": "^1.10.0", "node-fetch": "^3.3.2", - "nodemailer": "^6.9.12", - "@sendgrid/mail": "^8.1.0", - "googleapis": "^133.0.0", + "nodemailer": "^6.9.14", + "@sendgrid/mail": "^8.1.3", + "googleapis": "^140.0.0", "cookie-parser": "^1.4.6", "multer": "^1.4.5-lts.1", "redis": "^4.6.7" }, "devDependencies": { "jest": "^29.7.0", - "supertest": "^6.3.4", + "supertest": "^7.0.0", "eslint": "^8.57.0", "@typescript-eslint/parser": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0"