Skip to content

Commit 86982ba

Browse files
chore(deps): update dependency typescript to v5.9.2
1 parent 79fc49b commit 86982ba

File tree

11 files changed

+40
-20
lines changed

11 files changed

+40
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-config-google": "0.14.0",
4343
"jest": "29.7.0",
4444
"prettier": "3.5.3",
45-
"typescript": "5.8.3"
45+
"typescript": "5.9.2"
4646
},
4747
"workspaces": [
4848
"examples/*",

packages/graphql-armor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"@types/node": "^24.0.1",
6666
"graphql": "16.11.0",
6767
"ts-node": "10.9.2",
68-
"typescript": "5.8.3"
68+
"typescript": "5.9.2"
6969
}
7070
}

packages/plugins/block-field-suggestions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"@envelop/testing": "8.1.3",
3838
"@envelop/types": "5.2.1",
3939
"graphql": "16.11.0",
40-
"typescript": "5.8.3"
40+
"typescript": "5.9.2"
4141
}
4242
}

packages/plugins/character-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@envelop/types": "5.2.1",
4040
"@escape.tech/graphql-armor-types": "0.7.0",
4141
"graphql": "16.11.0",
42-
"typescript": "5.8.3"
42+
"typescript": "5.9.2"
4343
}
4444
}

packages/plugins/cost-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@envelop/types": "5.2.1",
4040
"@escape.tech/graphql-armor-types": "0.7.0",
4141
"graphql": "16.11.0",
42-
"typescript": "5.8.3"
42+
"typescript": "5.9.2"
4343
}
4444
}

packages/plugins/max-aliases/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@envelop/types": "5.2.1",
4040
"@escape.tech/graphql-armor-types": "0.7.0",
4141
"graphql": "16.11.0",
42-
"typescript": "5.8.3"
42+
"typescript": "5.9.2"
4343
}
4444
}

packages/plugins/max-depth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@envelop/types": "5.2.1",
4040
"@escape.tech/graphql-armor-types": "0.7.0",
4141
"graphql": "16.11.0",
42-
"typescript": "5.8.3"
42+
"typescript": "5.9.2"
4343
}
4444
}

packages/plugins/max-directives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@envelop/types": "5.2.1",
4040
"@escape.tech/graphql-armor-types": "0.7.0",
4141
"graphql": "16.11.0",
42-
"typescript": "5.8.3"
42+
"typescript": "5.9.2"
4343
}
4444
}

packages/plugins/max-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@envelop/types": "5.2.1",
4040
"@escape.tech/graphql-armor-types": "0.7.0",
4141
"graphql": "16.11.0",
42-
"typescript": "5.8.3"
42+
"typescript": "5.9.2"
4343
}
4444
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
},
2929
"devDependencies": {
3030
"graphql": "16.11.0",
31-
"typescript": "5.8.3"
31+
"typescript": "5.9.2"
3232
}
3333
}

0 commit comments

Comments
 (0)