diff --git a/integration/package.json b/integration/package.json index afe282f095a..d82d6e0f82c 100644 --- a/integration/package.json +++ b/integration/package.json @@ -10,7 +10,7 @@ "dependencies": { "@cloudflare/kv-asset-handler": "^0.3.0", "@cloudflare/workers-types": "^4.20230518.0", - "@playwright/test": "^1.33.0", + "@playwright/test": "^1.55.1", "@remix-run/dev": "workspace:*", "@remix-run/express": "workspace:*", "@remix-run/node": "workspace:*", @@ -20,13 +20,13 @@ "@vanilla-extract/css": "^1.10.0", "@vanilla-extract/vite-plugin": "^3.9.2", "cheerio": "^1.0.0-rc.12", - "cross-spawn": "^7.0.3", + "cross-spawn": "^7.0.5", "dedent": "^0.7.0", "execa": "^5.1.1", - "express": "^4.19.2", + "express": "^4.21.2", "fs-extra": "^10.0.0", "get-port": "^5.1.1", - "glob": "8.0.3", + "glob": "9.0.0", "globby": "^11.1.0", "isbot": "^4.1.0", "npm-run-all": "^4.1.5", @@ -37,7 +37,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "serialize-javascript": "^6.0.1", - "shelljs": "^0.8.5", + "shelljs": "^0.9.0", "strip-ansi": "^6.0.1", "strip-indent": "^3.0.0", "tailwindcss": "^3.3.0",