Skip to content

Commit bd0a1a5

Browse files
chore(deps): update all non-major dependencies
1 parent da151ad commit bd0a1a5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.config/mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# It's what we use to set up tools in CI.
44

55
[tools]
6-
node = "22.16.0"
6+
node = "22.18.0"
77

88
[env]
99
# Put binaries from npm-installed packages on PATH (eg `changeset`).

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,29 +50,29 @@
5050
"@apollo/server-integration-testsuite": "4.12.2",
5151
"@apollo/utils.withrequired": "3.0.0",
5252
"@changesets/changelog-github": "0.5.1",
53-
"@changesets/cli": "2.29.4",
54-
"@eslint/js": "9.28.0",
55-
"@types/compression": "1.8.0",
56-
"@types/cors": "2.8.18",
57-
"@types/express": "5.0.2",
58-
"@types/express-serve-static-core": "5.0.6",
53+
"@changesets/cli": "2.29.5",
54+
"@eslint/js": "9.32.0",
55+
"@types/compression": "1.8.1",
56+
"@types/cors": "2.8.19",
57+
"@types/express": "5.0.3",
58+
"@types/express-serve-static-core": "5.0.7",
5959
"@types/jest": "29.5.14",
60-
"@types/node": "20.19.0",
60+
"@types/node": "20.19.9",
6161
"@types/supertest": "6.0.3",
62-
"compression": "1.8.0",
62+
"compression": "1.8.1",
6363
"cors": "2.8.5",
64-
"cspell": "9.0.2",
65-
"eslint": "9.28.0",
64+
"cspell": "9.2.0",
65+
"eslint": "9.32.0",
6666
"express": "5.1.0",
6767
"graphql": "16.11.0",
6868
"jest": "29.7.0",
6969
"jest-junit": "16.0.0",
70-
"prettier": "3.5.3",
71-
"supertest": "7.1.1",
72-
"ts-jest": "29.3.4",
70+
"prettier": "3.6.2",
71+
"supertest": "7.1.4",
72+
"ts-jest": "29.4.1",
7373
"ts-node": "10.9.2",
74-
"typescript": "5.8.3",
75-
"typescript-eslint": "8.33.1"
74+
"typescript": "5.9.2",
75+
"typescript-eslint": "8.38.0"
7676
},
7777
"peerDependencies": {
7878
"@apollo/server": "^4.0.0 || ^5.0.0",

0 commit comments

Comments
 (0)