diff --git a/typescript-examples/auth-with-email-otp/package.json b/typescript-examples/auth-with-email-otp/package.json index cd8e4a0f..11323c0f 100644 --- a/typescript-examples/auth-with-email-otp/package.json +++ b/typescript-examples/auth-with-email-otp/package.json @@ -16,7 +16,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "resend": "^6.6.0", "zod": "^3.22.4" diff --git a/typescript-examples/auth-with-secret-otp/package.json b/typescript-examples/auth-with-secret-otp/package.json index a69a85ff..bf282355 100644 --- a/typescript-examples/auth-with-secret-otp/package.json +++ b/typescript-examples/auth-with-secret-otp/package.json @@ -16,7 +16,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4", "otplib": "^12.0.1" diff --git a/typescript-examples/browser-sdk-showcase/package.json b/typescript-examples/browser-sdk-showcase/package.json index 95ba8098..7cc56ad0 100644 --- a/typescript-examples/browser-sdk-showcase/package.json +++ b/typescript-examples/browser-sdk-showcase/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.9", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/captcha-solving-auth/package.json b/typescript-examples/captcha-solving-auth/package.json index ae0cadb5..d6e17f5c 100644 --- a/typescript-examples/captcha-solving-auth/package.json +++ b/typescript-examples/captcha-solving-auth/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/captcha-solving-basic/package.json b/typescript-examples/captcha-solving-basic/package.json index b9c8e23c..45ade189 100644 --- a/typescript-examples/captcha-solving-basic/package.json +++ b/typescript-examples/captcha-solving-basic/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.9", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/cdp-connection/package.json b/typescript-examples/cdp-connection/package.json index 06b808c0..f80be150 100644 --- a/typescript-examples/cdp-connection/package.json +++ b/typescript-examples/cdp-connection/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/computer-use/package.json b/typescript-examples/computer-use/package.json index cf80168b..d02e6ebc 100644 --- a/typescript-examples/computer-use/package.json +++ b/typescript-examples/computer-use/package.json @@ -20,7 +20,7 @@ "@browserbasehq/stagehand": "3.0.6", "@intuned/browser": "0.1.9", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "luxon": "^3.7.2", "openai": "^6.10.0", "playwright": "~1.56.0", diff --git a/typescript-examples/e-commerce-auth-scrapingcourse/package.json b/typescript-examples/e-commerce-auth-scrapingcourse/package.json index 145df061..9cd13e3c 100644 --- a/typescript-examples/e-commerce-auth-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-auth-scrapingcourse/package.json @@ -17,7 +17,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/e-commerce-nested/package.json b/typescript-examples/e-commerce-nested/package.json index 69a7c974..c1da9299 100644 --- a/typescript-examples/e-commerce-nested/package.json +++ b/typescript-examples/e-commerce-nested/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/e-commerce-scrapingcourse/package.json b/typescript-examples/e-commerce-scrapingcourse/package.json index bee647e3..9570a14b 100644 --- a/typescript-examples/e-commerce-scrapingcourse/package.json +++ b/typescript-examples/e-commerce-scrapingcourse/package.json @@ -1 +1 @@ -{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}} +{"name":"ecommerce","version":"1.0.0","description":"E-commerce automation that extracts product details from a list of products","tags":[],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^24.0.0","playwright":"~1.56.0","zod":"^3.22.4"}} diff --git a/typescript-examples/e-commerce-shopify/package.json b/typescript-examples/e-commerce-shopify/package.json index 5e81f23b..8cc7fd1b 100644 --- a/typescript-examples/e-commerce-shopify/package.json +++ b/typescript-examples/e-commerce-shopify/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/ehr-integration/package.json b/typescript-examples/ehr-integration/package.json index e4e760f1..46824ef2 100644 --- a/typescript-examples/ehr-integration/package.json +++ b/typescript-examples/ehr-integration/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/hybrid-automation/package.json b/typescript-examples/hybrid-automation/package.json index 898434a1..333fdae8 100644 --- a/typescript-examples/hybrid-automation/package.json +++ b/typescript-examples/hybrid-automation/package.json @@ -21,7 +21,7 @@ "@browserbasehq/stagehand": "3.0.6", "@intuned/browser": "0.1.9", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "3.25.67" } diff --git a/typescript-examples/jsdom/package.json b/typescript-examples/jsdom/package.json index 6f646286..95e2d841 100644 --- a/typescript-examples/jsdom/package.json +++ b/typescript-examples/jsdom/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "jsdom": "^26.1.0", "playwright": "~1.56.0", "zod": "^3.22.4" diff --git a/typescript-examples/native-crawler/package.json b/typescript-examples/native-crawler/package.json index 6bd4a500..04b3a09a 100644 --- a/typescript-examples/native-crawler/package.json +++ b/typescript-examples/native-crawler/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.9", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" diff --git a/typescript-examples/network-interception/package.json b/typescript-examples/network-interception/package.json index 6a7ad3a5..2cfe8e1a 100644 --- a/typescript-examples/network-interception/package.json +++ b/typescript-examples/network-interception/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/playwright-basics/package.json b/typescript-examples/playwright-basics/package.json index 95ba8098..7cc56ad0 100644 --- a/typescript-examples/playwright-basics/package.json +++ b/typescript-examples/playwright-basics/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.9", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/quick-recipes/package.json b/typescript-examples/quick-recipes/package.json index 95ba8098..7cc56ad0 100644 --- a/typescript-examples/quick-recipes/package.json +++ b/typescript-examples/quick-recipes/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/runtime": "1.3.16", "@intuned/browser": "0.1.9", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } } diff --git a/typescript-examples/rpa-auth-example/package.json b/typescript-examples/rpa-auth-example/package.json index 2b2afabe..d0fdddd7 100644 --- a/typescript-examples/rpa-auth-example/package.json +++ b/typescript-examples/rpa-auth-example/package.json @@ -1 +1 @@ -{"name":"book-consultations-with-auth","version":"1.0.0","description":"Credentials based booking automation to book a consultation with a consultant and list the consultations","main":"index.js","tags":["intuned-browser-sdk","intuned-auth-sessions","intuned-auth-sessions-credentials","Authenticated"],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^20.10.3","playwright":"~1.56.0","zod":"^3.22.4"}} +{"name":"book-consultations-with-auth","version":"1.0.0","description":"Credentials based booking automation to book a consultation with a consultant and list the consultations","main":"index.js","tags":["intuned-browser-sdk","intuned-auth-sessions","intuned-auth-sessions-credentials","Authenticated"],"scripts":{"intuned":"intuned"},"author":"","license":"ISC","dependencies":{"@intuned/browser":"0.1.9","@intuned/runtime":"1.3.16","@types/node":"^24.0.0","playwright":"~1.56.0","zod":"^3.22.4"}} diff --git a/typescript-examples/rpa-example/package.json b/typescript-examples/rpa-example/package.json index 02a7ab46..27709bfa 100644 --- a/typescript-examples/rpa-example/package.json +++ b/typescript-examples/rpa-example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/rpa-forms-example/package.json b/typescript-examples/rpa-forms-example/package.json index 8b13e486..8c23a1b9 100644 --- a/typescript-examples/rpa-forms-example/package.json +++ b/typescript-examples/rpa-forms-example/package.json @@ -21,7 +21,7 @@ "@browserbasehq/stagehand": "^3.0.6", "@intuned/browser": "0.1.9", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "3.25.67" } diff --git a/typescript-examples/setup-hooks/package.json b/typescript-examples/setup-hooks/package.json index 935a34be..6a5fd4c9 100644 --- a/typescript-examples/setup-hooks/package.json +++ b/typescript-examples/setup-hooks/package.json @@ -12,7 +12,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/stagehand/package.json b/typescript-examples/stagehand/package.json index a03e1e31..da655c4b 100644 --- a/typescript-examples/stagehand/package.json +++ b/typescript-examples/stagehand/package.json @@ -18,7 +18,7 @@ "@browserbasehq/stagehand": "3.0.6", "@intuned/browser": "0.1.9", "@intuned/runtime": "^1.3.15", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "3.25.67" } diff --git a/typescript-examples/starter-auth/package.json b/typescript-examples/starter-auth/package.json index 10d5cced..d0718088 100644 --- a/typescript-examples/starter-auth/package.json +++ b/typescript-examples/starter-auth/package.json @@ -17,7 +17,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0", "zod": "^3.22.4" } diff --git a/typescript-examples/starter/package.json b/typescript-examples/starter/package.json index e4e760f1..46824ef2 100644 --- a/typescript-examples/starter/package.json +++ b/typescript-examples/starter/package.json @@ -14,7 +14,7 @@ "dependencies": { "@intuned/browser": "0.1.9", "@intuned/runtime": "1.3.16", - "@types/node": "^20.10.3", + "@types/node": "^24.0.0", "playwright": "~1.56.0" } }