diff --git a/examples/nextjs-14-app-dir-validate-email/package-lock.json b/examples/nextjs-14-app-dir-validate-email/package-lock.json
index fa7c53f10..1600e586b 100644
--- a/examples/nextjs-14-app-dir-validate-email/package-lock.json
+++ b/examples/nextjs-14-app-dir-validate-email/package-lock.json
@@ -15,31 +15,32 @@
       },
       "devDependencies": {
         "@types/node": "^20",
-        "@types/react": "18.3.2",
+        "@types/react": "18.3.3",
         "@types/react-dom": "^18",
         "autoprefixer": "^10.4.19",
         "eslint": "^8",
         "eslint-config-next": "14.2.3",
         "postcss": "^8",
-        "tailwindcss": "^3.4.3",
+        "tailwindcss": "^3.4.4",
         "typescript": "^5"
       }
     },
     "../../arcjet-next": {
       "name": "@arcjet/next",
-      "version": "1.0.0-alpha.12",
+      "version": "1.0.0-alpha.13",
       "license": "Apache-2.0",
       "dependencies": {
-        "@arcjet/ip": "1.0.0-alpha.12",
+        "@arcjet/headers": "1.0.0-alpha.13",
+        "@arcjet/ip": "1.0.0-alpha.13",
         "@connectrpc/connect-web": "1.4.0",
-        "arcjet": "1.0.0-alpha.12"
+        "arcjet": "1.0.0-alpha.13"
       },
       "devDependencies": {
-        "@arcjet/eslint-config": "1.0.0-alpha.12",
-        "@arcjet/rollup-config": "1.0.0-alpha.12",
-        "@arcjet/tsconfig": "1.0.0-alpha.12",
+        "@arcjet/eslint-config": "1.0.0-alpha.13",
+        "@arcjet/rollup-config": "1.0.0-alpha.13",
+        "@arcjet/tsconfig": "1.0.0-alpha.13",
         "@jest/globals": "29.7.0",
-        "@rollup/wasm-node": "4.17.2",
+        "@rollup/wasm-node": "4.18.0",
         "@types/node": "18.18.0",
         "jest": "29.7.0",
         "typescript": "5.4.5"
@@ -550,9 +551,9 @@
       "dev": true
     },
     "node_modules/@types/react": {
-      "version": "18.3.2",
-      "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz",
-      "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==",
+      "version": "18.3.3",
+      "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
+      "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
       "dev": true,
       "dependencies": {
         "@types/prop-types": "*",
@@ -4258,9 +4259,9 @@
       }
     },
     "node_modules/tailwindcss": {
-      "version": "3.4.3",
-      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz",
-      "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==",
+      "version": "3.4.4",
+      "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
+      "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
       "dev": true,
       "dependencies": {
         "@alloc/quick-lru": "^5.2.0",
diff --git a/examples/nextjs-14-app-dir-validate-email/package.json b/examples/nextjs-14-app-dir-validate-email/package.json
index c6dfee8b5..b488f2ef0 100644
--- a/examples/nextjs-14-app-dir-validate-email/package.json
+++ b/examples/nextjs-14-app-dir-validate-email/package.json
@@ -16,13 +16,13 @@
   },
   "devDependencies": {
     "@types/node": "^20",
-    "@types/react": "18.3.2",
+    "@types/react": "18.3.3",
     "@types/react-dom": "^18",
     "autoprefixer": "^10.4.19",
     "eslint": "^8",
     "eslint-config-next": "14.2.3",
     "postcss": "^8",
-    "tailwindcss": "^3.4.3",
+    "tailwindcss": "^3.4.4",
     "typescript": "^5"
   }
 }