Skip to content

Commit db53cdb

Browse files
Merge branch 'master' of https://github.com/nestjs/graphql
2 parents b2e970e + de07ca0 commit db53cdb

File tree

5 files changed

+902
-878
lines changed

5 files changed

+902
-878
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@
2929
"graphql": "15.8.0"
3030
},
3131
"devDependencies": {
32-
"@commitlint/cli": "17.1.2",
33-
"@commitlint/config-angular": "17.1.0",
32+
"@commitlint/cli": "17.2.0",
33+
"@commitlint/config-angular": "17.2.0",
3434
"@types/graphql": "14.5.0",
35-
"@types/jest": "29.2.0",
36-
"@types/node": "18.11.7",
35+
"@types/jest": "29.2.2",
36+
"@types/node": "18.11.9",
3737
"@types/node-fetch": "3.0.3",
3838
"@types/normalize-path": "3.0.0",
3939
"@types/ws": "8.5.3",
40-
"@typescript-eslint/eslint-plugin": "5.41.0",
41-
"@typescript-eslint/parser": "5.41.0",
40+
"@typescript-eslint/eslint-plugin": "5.42.1",
41+
"@typescript-eslint/parser": "5.42.1",
4242
"class-transformer": "0.5.1",
4343
"class-validator": "0.13.2",
44-
"eslint": "8.26.0",
44+
"eslint": "8.27.0",
4545
"eslint-config-prettier": "8.5.0",
4646
"eslint-plugin-import": "2.26.0",
4747
"eslint-plugin-prettier": "4.2.1",
4848
"graphql": "15.8.0",
4949
"graphql-subscriptions": "2.0.0",
50-
"husky": "8.0.1",
51-
"jest": "29.2.2",
52-
"lerna": "6.0.1",
50+
"husky": "8.0.2",
51+
"jest": "29.3.1",
52+
"lerna": "6.0.3",
5353
"lerna-changelog": "2.2.0",
5454
"lint-staged": "13.0.3",
5555
"prettier": "2.7.1",

packages/apollo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"apollo-cache-inmemory": "1.6.6",
3535
"apollo-client": "2.6.10",
3636
"apollo-link-ws": "1.0.20",
37-
"apollo-server-core": "3.10.3",
38-
"apollo-server-express": "3.10.3",
39-
"apollo-server-fastify": "3.10.3",
40-
"apollo-server-plugin-response-cache": "3.7.1",
37+
"apollo-server-core": "3.11.1",
38+
"apollo-server-express": "3.11.1",
39+
"apollo-server-fastify": "3.11.1",
40+
"apollo-server-plugin-response-cache": "3.8.1",
4141
"graphql-16": "npm:[email protected]"
4242
},
4343
"dependencies": {
4444
"iterall": "1.3.0",
4545
"lodash.omit": "4.5.0",
46-
"tslib": "2.4.0"
46+
"tslib": "2.4.1"
4747
},
4848
"peerDependencies": {
4949
"@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0",

packages/graphql/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@graphql-tools/merge": "8.3.6",
2222
"@graphql-tools/schema": "9.0.4",
23-
"@graphql-tools/utils": "8.12.0",
23+
"@graphql-tools/utils": "9.1.0",
2424
"@nestjs/mapped-types": "1.2.0",
2525
"chokidar": "3.5.3",
2626
"fast-glob": "3.2.12",
@@ -29,9 +29,9 @@
2929
"lodash": "4.17.21",
3030
"normalize-path": "3.0.0",
3131
"subscriptions-transport-ws": "0.11.0",
32-
"tslib": "2.4.0",
32+
"tslib": "2.4.1",
3333
"uuid": "9.0.0",
34-
"ws": "8.10.0"
34+
"ws": "8.11.0"
3535
},
3636
"devDependencies": {
3737
"@apollo/subgraph": "0.5.1",

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/nestjs/graphql/issues"
2525
},
2626
"dependencies": {
27-
"tslib": "2.4.0"
27+
"tslib": "2.4.1"
2828
},
2929
"devDependencies": {
3030
"@nestjs/common": "8.4.7",

0 commit comments

Comments
 (0)