Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admission-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"format": "prettier -w -c ."
},
"dependencies": {
"@hono/node-server": "1.13.7",
"@hono/node-server": "1.19.10",
"@wundergraph/cosmo-shared": "workspace:^",
"dotenv": "^16.4.5",
"hono": "4.10.6"
"hono": "4.12.7"
},
"devDependencies": {
"@types/node": "^20.11.17",
Expand Down
2 changes: 1 addition & 1 deletion cdn-server/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dist"
],
"dependencies": {
"hono": "4.10.6",
"hono": "4.12.7",
"jose": "^5.2.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions cdn-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.996.0",
"@hono/node-server": "1.13.7",
"@hono/node-server": "1.19.10",
"@wundergraph/cosmo-cdn": "workspace:*",
"dotenv": "^16.4.5",
"hono": "4.10.6"
"hono": "4.12.7"
},
"devDependencies": {
"@types/node": "^20.9.0",
Expand Down
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@wundergraph/cosmo-connect": "workspace:*",
"@wundergraph/cosmo-shared": "workspace:*",
"@wundergraph/protographic": "workspace:*",
"ajv": "8.17.1",
"ajv": "8.18.0",
"axios": "1.13.5",
"boxen": "7.1.1",
"cli-progress": "3.12.0",
Expand All @@ -69,7 +69,7 @@
"inquirer": "9.2.7",
"js-yaml": "4.1.1",
"jwt-decode": "3.1.2",
"lodash-es": "4.17.21",
"lodash-es": "4.18.1",
"log-symbols": "5.1.0",
"octokit": "4.1.3",
"open": "9.1.0",
Expand All @@ -82,7 +82,7 @@
"semver": "7.7.1",
"tar": "7.5.11",
"trieve-ts-sdk": "0.0.80",
"undici": "6.21.2",
"undici": "6.24.0",
"zod": "^3.25.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion composition-go/shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/node": "^20.8.10",
"esbuild": "^0.25.0",
"esbuild": "^0.27.5",
"esbuild-plugin-polyfill-node": "^0.3.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
Expand Down
8 changes: 4 additions & 4 deletions controlplane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@graphql-tools/utils": "^11.0.0",
"@keycloak/keycloak-admin-client": "26.5.4",
"@octokit/webhooks-types": "^7.6.1",
"@sentry/node": "^10.19.0",
"@sentry/node": "^10.27.0",
"@sentry/node-native": "^10.19.0",
"@sentry/profiling-node": "^10.19.0",
"@tiptap/core": "^2.1.13",
Expand All @@ -72,16 +72,16 @@
"ejs": "^3.1.10",
"eslint": "^8.57.1",
"execa": "^9.5.2",
"fastify": "^4.28.1",
"fastify": "^5.8.3",
"fastify-graceful-shutdown": "^4.0.1",
"fastify-plugin": "^4.5.1",
"fastify-raw-body": "^4.3.0",
"graphql": "^16.9.0",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.33.0",
"jose": "^5.2.4",
"lodash": "^4.17.21",
"nodemailer": "^7.0.11",
"lodash": "^4.18.1",
"nodemailer": "^8.0.4",
"nuid": "^1.1.6",
"octokit": "^4.1.3",
"openai": "^4.104.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"vite": "^5.4.21",
"vite": "^6.4.1",
"vite-plugin-dts": "4.3.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.2.0"
Expand Down
Loading