Skip to content

Commit e227150

Browse files
fix(deps): update all apollo server non-major dependencies
1 parent 4678ec9 commit e227150

File tree

4 files changed

+225
-482
lines changed

4 files changed

+225
-482
lines changed

apollo-server/v3/subscriptions-graphql-ws/package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apollo-server/v3/subscriptions-graphql-ws/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"license": "MIT",
99
"dependencies": {
1010
"@graphql-tools/schema": "^7.1.5",
11-
"@types/ws": "^8.2.2",
12-
"apollo-server-core": "^3.6.2",
13-
"apollo-server-express": "^3.6.2",
14-
"express": "^4.17.1",
15-
"graphql": "^15.5.1",
11+
"@types/ws": "^8.5.5",
12+
"apollo-server-core": "^3.12.0",
13+
"apollo-server-express": "^3.12.0",
14+
"express": "^4.18.2",
15+
"graphql": "^15.8.0",
1616
"graphql-subscriptions": "^1.2.1",
17-
"graphql-ws": "^5.5.5",
18-
"typescript": "^4.5.5",
19-
"ws": "^8.4.2"
17+
"graphql-ws": "^5.14.0",
18+
"typescript": "^4.9.5",
19+
"ws": "^8.13.0"
2020
}
2121
}

0 commit comments

Comments
 (0)