Skip to content

Commit 8c05452

Browse files
committed
chore: update deps
1 parent ff251d0 commit 8c05452

File tree

29 files changed

+778
-1117
lines changed

29 files changed

+778
-1117
lines changed

examples/accounts-microservice/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@graphql-tools/delegate": "10.0.3",
2424
"@graphql-tools/merge": "9.0.0",
2525
"@graphql-tools/schema": "10.0.0",
26-
"@graphql-tools/stitch": "9.0.2",
26+
"@graphql-tools/stitch": "9.0.3",
2727
"@graphql-tools/utils": "10.0.6",
2828
"@graphql-tools/wrap": "10.0.1",
29-
"graphql": "16.8.0",
29+
"graphql": "16.8.1",
3030
"graphql-modules": "2.2.0",
3131
"lodash": "4.17.21",
3232
"node-fetch": "2.7.0",

examples/graphql-server-mikro-orm-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@mikro-orm/migrations": "5.8.1",
3737
"@mikro-orm/postgresql": "5.8.1",
3838
"@mikro-orm/reflection": "5.8.1",
39-
"graphql": "16.8.0",
39+
"graphql": "16.8.1",
4040
"graphql-modules": "2.2.0",
4141
"tslib": "2.6.2"
4242
},

examples/graphql-server-typeorm-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
2323
"@graphql-tools/merge": "9.0.0",
2424
"dotenv": "16.3.1",
25-
"graphql": "16.8.0",
25+
"graphql": "16.8.1",
2626
"graphql-modules": "2.2.0",
2727
"pg": "8.11.3",
2828
"tslib": "2.6.2",

examples/graphql-server-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
2121
"@graphql-tools/merge": "9.0.0",
2222
"@graphql-tools/schema": "10.0.0",
23-
"graphql": "16.8.0",
23+
"graphql": "16.8.1",
2424
"graphql-modules": "2.2.0",
2525
"graphql-tag": "2.12.6",
26-
"mongoose": "7.5.1",
26+
"mongoose": "7.5.2",
2727
"tslib": "2.6.2"
2828
}
2929
}

examples/magic-link-server-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@accounts/magic-link": "^0.1.1",
1414
"@accounts/mongo": "^0.34.1",
1515
"@accounts/server": "^0.33.1",
16-
"mongoose": "7.5.1",
16+
"mongoose": "7.5.2",
1717
"tslib": "2.6.2"
1818
}
1919
}

examples/react-graphql-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@accounts/client": "^0.33.1",
3232
"@accounts/client-password": "^0.32.2",
3333
"@accounts/graphql-client": "^0.33.1",
34-
"@apollo/client": "3.8.3",
34+
"@apollo/client": "3.8.4",
3535
"@emotion/react": "11.11.1",
3636
"@emotion/styled": "11.11.0",
37-
"@mui/material": "5.14.9",
38-
"@mui/styles": "5.14.9",
39-
"graphql": "16.8.0",
37+
"@mui/material": "5.14.10",
38+
"@mui/styles": "5.14.10",
39+
"graphql": "16.8.1",
4040
"graphql-tag": "2.12.6",
4141
"qrcode.react": "3.1.0",
4242
"react": "18.2.0",
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@types/qrcode.react": "1.0.3",
50-
"@types/react": "18.2.21",
50+
"@types/react": "18.2.22",
5151
"@types/react-dom": "18.2.7",
5252
"@types/react-router": "5.1.20",
5353
"@types/react-router-dom": "5.3.3",

examples/react-rest-typescript/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@emotion/styled": "11.11.0",
3535
"@mui/icons-material": "5.14.9",
3636
"@mui/lab": "5.0.0-alpha.142",
37-
"@mui/material": "5.14.9",
38-
"@mui/styles": "5.14.9",
39-
"formik": "2.4.4",
37+
"@mui/material": "5.14.10",
38+
"@mui/styles": "5.14.10",
39+
"formik": "2.4.5",
4040
"qrcode.react": "3.1.0",
4141
"react": "18.2.0",
4242
"react-dom": "18.2.0",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@accounts/types": "^0.33.2",
4949
"@types/qrcode.react": "1.0.3",
50-
"@types/react": "18.2.21",
50+
"@types/react": "18.2.22",
5151
"@types/react-dom": "18.2.7",
5252
"@types/react-router": "5.1.20",
5353
"@types/react-router-dom": "5.3.3",

examples/rest-express-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"body-parser": "1.20.2",
1818
"cors": "2.8.5",
1919
"express": "4.18.2",
20-
"mongoose": "7.5.1",
20+
"mongoose": "7.5.2",
2121
"tslib": "2.6.2"
2222
}
2323
}

modules/module-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@graphql-codegen/typescript-type-graphql": "2.3.6",
5959
"@graphql-tools/schema": "10.0.0",
6060
"@types/request-ip": "0.0.38",
61-
"graphql": "16.8.0",
61+
"graphql": "16.8.1",
6262
"graphql-modules": "2.2.0",
6363
"graphql-tag": "2.12.6"
6464
}

modules/module-magic-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@graphql-codegen/typescript-resolvers": "4.0.1",
6161
"@graphql-codegen/typescript-type-graphql": "2.3.6",
6262
"@types/request-ip": "0.0.38",
63-
"graphql": "16.8.0",
63+
"graphql": "16.8.1",
6464
"graphql-modules": "2.2.0",
6565
"graphql-tag": "2.12.6"
6666
}

modules/module-mikro-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@mikro-orm/postgresql": "5.8.1",
7272
"@mikro-orm/reflection": "5.8.1",
7373
"@types/request-ip": "0.0.38",
74-
"graphql": "16.8.0",
74+
"graphql": "16.8.1",
7575
"graphql-modules": "2.2.0",
7676
"graphql-tag": "2.12.6",
7777
"reflect-metadata": "0.1.13"

modules/module-mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@mikro-orm/postgresql": "5.8.1",
7272
"@mikro-orm/reflection": "5.8.1",
7373
"@types/request-ip": "0.0.38",
74-
"graphql": "16.8.0",
74+
"graphql": "16.8.1",
7575
"graphql-modules": "2.2.0",
7676
"graphql-tag": "2.12.6",
7777
"mongodb": "5.9.0",

modules/module-password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@graphql-codegen/typescript-resolvers": "4.0.1",
6161
"@graphql-codegen/typescript-type-graphql": "2.3.6",
6262
"@types/request-ip": "0.0.38",
63-
"graphql": "16.8.0",
63+
"graphql": "16.8.1",
6464
"graphql-modules": "2.2.0",
6565
"graphql-tag": "2.12.6"
6666
}

modules/module-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@graphql-codegen/typescript-resolvers": "4.0.1",
6565
"@graphql-codegen/typescript-type-graphql": "2.3.6",
6666
"@types/request-ip": "0.0.38",
67-
"graphql": "16.8.0",
67+
"graphql": "16.8.1",
6868
"graphql-modules": "2.2.0",
6969
"graphql-tag": "2.12.6",
7070
"reflect-metadata": "0.1.13",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"devDependencies": {
5757
"@changesets/changelog-github": "0.4.8",
5858
"@changesets/cli": "2.26.2",
59-
"@types/jest": "29.5.4",
60-
"@types/node": "20.6.1",
61-
"@typescript-eslint/eslint-plugin": "6.7.0",
62-
"@typescript-eslint/parser": "6.7.0",
59+
"@types/jest": "29.5.5",
60+
"@types/node": "20.6.3",
61+
"@typescript-eslint/eslint-plugin": "6.7.2",
62+
"@typescript-eslint/parser": "6.7.2",
6363
"eslint": "8.49.0",
6464
"eslint-config-prettier": "9.0.0",
65-
"eslint-plugin-jest": "27.2.3",
65+
"eslint-plugin-jest": "27.4.0",
6666
"eslint-plugin-prettier": "5.0.0",
6767
"husky": "8.0.3",
6868
"jest": "29.7.0",

packages/apollo-link-accounts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
},
3232
"devDependencies": {
3333
"@accounts/client": "^0.33.1",
34-
"@apollo/client": "3.8.3",
35-
"graphql": "16.8.0",
34+
"@apollo/client": "3.8.4",
35+
"graphql": "16.8.1",
3636
"rimraf": "5.0.1"
3737
}
3838
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"author": "Tim Mikeladze",
4848
"license": "MIT",
4949
"devDependencies": {
50-
"@types/jsonwebtoken": "9.0.2",
50+
"@types/jsonwebtoken": "9.0.3",
5151
"jest-localstorage-mock": "2.4.26",
5252
"jsonwebtoken": "9.0.2",
5353
"localstorage-polyfill": "1.0.1"

packages/database-mikro-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@mikro-orm/migrations": "5.8.1",
3636
"@mikro-orm/postgresql": "5.8.1",
3737
"@mikro-orm/reflection": "5.8.1",
38-
"graphql": "16.8.0",
38+
"graphql": "16.8.1",
3939
"graphql-modules": "2.2.0"
4040
},
4141
"dependencies": {

packages/database-mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@accounts/database-tests": "^0.32.2",
41-
"graphql": "16.8.0",
41+
"graphql": "16.8.1",
4242
"graphql-modules": "2.2.0"
4343
},
4444
"peerDependencies": {

packages/database-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@accounts/database-tests": "^0.32.2",
3333
"@types/lodash": "4.14.198",
34-
"graphql": "16.8.0",
34+
"graphql": "16.8.1",
3535
"graphql-modules": "2.2.0",
3636
"pg": "8.11.3",
3737
"typeorm": "0.3.17"

packages/e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "Leo Pradel",
2626
"license": "MIT",
2727
"devDependencies": {
28-
"@types/body-parser": "1.19.2",
28+
"@types/body-parser": "1.19.3",
2929
"@types/express": "4.17.17",
3030
"@types/node-fetch": "2.6.5",
3131
"jest-localstorage-mock": "2.4.26",
@@ -46,14 +46,14 @@
4646
"@accounts/server": "^0.33.1",
4747
"@accounts/typeorm": "^0.33.1",
4848
"@accounts/types": "^0.33.2",
49-
"@apollo/client": "3.8.3",
49+
"@apollo/client": "3.8.4",
5050
"@apollo/server": "4.9.3",
5151
"body-parser": "1.20.2",
5252
"core-js": "3.32.2",
5353
"express": "4.18.2",
54-
"graphql": "16.8.0",
54+
"graphql": "16.8.1",
5555
"graphql-modules": "2.2.0",
56-
"mongoose": "7.5.1",
56+
"mongoose": "7.5.2",
5757
"node-fetch": "2.7.0",
5858
"tslib": "2.6.2",
5959
"typeorm": "0.3.17"

packages/graphql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"@graphql-codegen/typed-document-node": "5.0.1",
4545
"@graphql-codegen/typescript": "4.0.1",
4646
"@graphql-codegen/typescript-operations": "4.0.1",
47-
"graphql": "16.8.0"
47+
"graphql": "16.8.1"
4848
}
4949
}

packages/magic-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"devDependencies": {
3232
"@accounts/server": "^0.33.1",
3333
"@accounts/types": "^0.33.1",
34-
"@types/bcryptjs": "2.4.3",
34+
"@types/bcryptjs": "2.4.4",
3535
"@types/lodash.set": "4.3.7",
36-
"graphql": "16.8.0",
36+
"graphql": "16.8.1",
3737
"graphql-modules": "2.2.0",
3838
"lodash.set": "4.3.2",
3939
"reflect-metadata": "0.1.13"

packages/oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@accounts/server": "^0.33.1",
30-
"graphql": "16.8.0",
30+
"graphql": "16.8.1",
3131
"graphql-modules": "2.2.0",
3232
"reflect-metadata": "0.1.13"
3333
},

packages/password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"devDependencies": {
3030
"@accounts/server": "^0.33.1",
3131
"@accounts/types": "^0.33.1",
32-
"@types/bcryptjs": "2.4.3",
32+
"@types/bcryptjs": "2.4.4",
3333
"@types/lodash.set": "4.3.7",
34-
"graphql": "16.8.0",
34+
"graphql": "16.8.1",
3535
"graphql-modules": "2.2.0",
3636
"lodash.set": "4.3.2",
3737
"reflect-metadata": "0.1.13"

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@accounts/types": "^0.33.1",
52-
"@types/jsonwebtoken": "9.0.2",
52+
"@types/jsonwebtoken": "9.0.3",
5353
"emittery": "0.13.1",
5454
"jsonwebtoken": "9.0.2",
5555
"jwt-decode": "3.1.2",
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@types/lodash.merge": "4.6.7",
61-
"graphql": "16.8.0",
61+
"graphql": "16.8.1",
6262
"graphql-modules": "2.2.0",
6363
"reflect-metadata": "0.1.13"
6464
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tslib": "2.6.2"
4848
},
4949
"devDependencies": {
50-
"graphql": "16.8.0",
50+
"graphql": "16.8.1",
5151
"graphql-modules": "2.2.0"
5252
}
5353
}

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "2.4.1",
18-
"@docusaurus/preset-classic": "2.4.1",
17+
"@docusaurus/core": "2.4.3",
18+
"@docusaurus/preset-classic": "2.4.3",
1919
"docusaurus-plugin-fathom": "1.1.0",
2020
"docusaurus-plugin-typedoc-api": "3.0.0",
2121
"react": "18.2.0",
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@types/react": "18.2.21",
37+
"@types/react": "18.2.22",
3838
"typescript": "5.0.4"
3939
}
4040
}

0 commit comments

Comments
 (0)