File tree Expand file tree Collapse file tree 5 files changed +211
-601
lines changed Expand file tree Collapse file tree 5 files changed +211
-601
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ services:
5858 - graphql
5959
6060 prometheus :
61- image : prom/prometheus:v2.53 .1
61+ image : prom/prometheus:v2.55 .1
6262 volumes :
6363 - " ./docker-configs/prom/prometheus.yml:/etc/prometheus/prometheus.yml"
6464 ports :
@@ -73,7 +73,7 @@ services:
7373
7474 # Jaeger (Telmetry)
7575 jaeger :
76- image : jaegertracing/all-in-one:1.60 .0
76+ image : jaegertracing/all-in-one:1.67 .0
7777 environment :
7878 COLLECTOR_OTLP_ENABLED : true
7979 ports :
@@ -83,7 +83,7 @@ services:
8383 - graphql
8484
8585 grafana :
86- image : grafana/grafana:10.3.3
86+ image : grafana/grafana:10.4.17
8787 networks :
8888 - graphql
8989 ports :
Original file line number Diff line number Diff line change 1212 "start" : " set -e && docker compose up -d --build --force-recreate --remove-orphans"
1313 },
1414 "resolutions" : {
15- "graphql" : " 16.9 .0"
15+ "graphql" : " 16.10 .0"
1616 },
1717 "engines" : {
1818 "node" : " >=22.0.0"
2121 "tslib" : " ^2.8.1" ,
2222 "prom-client" : " ^15.1.3" ,
2323 "@whatwg-node/fetch" : " ^0.10.1" ,
24- "@whatwg-node/server" : " ^0.9.65 " ,
24+ "@whatwg-node/server" : " ^0.10.0 " ,
2525 "@types/ioredis-mock" : " ^8.2.5"
2626 },
2727 "packageManager" :
" [email protected] +sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
Original file line number Diff line number Diff line change 88 "dependencies" : {
99 "@apollo/server" : " 4.11.3" ,
1010 "@apollo/subgraph" : " 2.10.0" ,
11- "@graphql-mesh/hmac-upstream-signature" : " 1.2.23 " ,
12- "graphql" : " 16.9 .0"
11+ "@graphql-mesh/hmac-upstream-signature" : " 1.2.25 " ,
12+ "graphql" : " 16.10 .0"
1313 },
1414 "devDependencies" : {
1515 "tsx" : " ^4.16.2" ,
Original file line number Diff line number Diff line change 88 "dependencies" : {
99 "@apollo/subgraph" : " ^2.8.3" ,
1010 "@graphql-hive/cli" : " 0.49.1" ,
11- "graphql" : " 16.9 .0" ,
11+ "graphql" : " 16.10 .0" ,
1212 "graphql-yoga" : " 5.13.2" ,
1313 "@graphql-mesh/plugin-jwt-auth" : " 1.5.2" ,
14- "@graphql-mesh/hmac-upstream-signature" : " 1.2.23 "
14+ "@graphql-mesh/hmac-upstream-signature" : " 1.2.25 "
1515 },
1616 "devDependencies" : {
1717 "tsx" : " ^4.16.2" ,
You can’t perform that action at this time.
0 commit comments