Skip to content

Commit a5077c5

Browse files
authored
chore: upgrade graphql (#3445)
* chore: upgrade graphql * chore: upgrade graphql in docs
1 parent 3e6d5c9 commit a5077c5

File tree

8 files changed

+1048
-428
lines changed

8 files changed

+1048
-428
lines changed

localenv/mock-account-servicing-entity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/uuid": "^9.0.8",
2020
"axios": "^1.8.2",
2121
"class-variance-authority": "^0.7.1",
22-
"graphql": "^16.8.1",
22+
"graphql": "^16.11.0",
2323
"json-canonicalize": "^1.0.6",
2424
"mock-account-service-lib": "workspace:*",
2525
"react": "^18.2.0",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"ajv": "^8.12.0",
3838
"axios": "^1.8.2",
3939
"dotenv": "^16.4.7",
40-
"graphql": "^16.8.1",
40+
"graphql": "^16.11.0",
4141
"ioredis": "^5.3.2",
4242
"json-canonicalize": "^1.0.6",
4343
"knex": "^3.1.0",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"base64url": "^3.0.1",
7878
"dotenv": "^16.4.7",
7979
"extensible-error": "^1.0.2",
80-
"graphql": "^16.8.1",
80+
"graphql": "^16.11.0",
8181
"graphql-middleware": "^6.1.35",
8282
"graphql-scalars": "^1.23.0",
8383
"ilp-packet": "3.1.4-alpha.2",

packages/documentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@interledger/docs-design-system": "^0.6.2",
1515
"astro": "5.6.1",
1616
"astro-graphql-plugin": "^0.4.2",
17-
"graphql": "16.10.0",
17+
"graphql": "16.11.0",
1818
"mermaid": "^11.6.0",
1919
"rehype-autolink-headings": "^7.1.0",
2020
"rehype-mathjax": "^7.1.0",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@remix-run/serve": "^2.16.4",
2323
"axios": "^1.8.2",
2424
"class-variance-authority": "^0.7.1",
25-
"graphql": "^16.8.1",
25+
"graphql": "^16.11.0",
2626
"ilp-packet": "3.1.4-alpha.2",
2727
"isbot": "^5.1.23",
2828
"json-canonicalize": "^1.0.6",

packages/mock-account-service-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@apollo/client": "^3.11.8",
2020
"@interledger/http-signature-utils": "2.0.2",
21-
"graphql": "^16.8.1",
21+
"graphql": "^16.11.0",
2222
"pino": "^8.19.0",
2323
"pino-pretty": "^11.0.0",
2424
"uuid": "^9.0.1"

0 commit comments

Comments
 (0)