Skip to content

Commit d5dd32a

Browse files
chore: update deps (#1270)
* chore: update deps * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da13d0d commit d5dd32a

File tree

28 files changed

+3673
-3580
lines changed

28 files changed

+3673
-3580
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@accounts/module-core': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-tools/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.0.13) (from `10.0.12`, in `dependencies`)

examples/accounts-microservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@graphql-tools/merge": "9.0.1",
2525
"@graphql-tools/schema": "10.0.2",
2626
"@graphql-tools/stitch": "9.0.3",
27-
"@graphql-tools/utils": "10.0.12",
27+
"@graphql-tools/utils": "10.0.13",
2828
"@graphql-tools/wrap": "10.0.1",
2929
"graphql": "16.8.1",
3030
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"@envelop/graphql-modules": "6.0.0",
3030
"@graphql-tools/merge": "9.0.1",
3131
"@graphql-tools/schema": "10.0.2",
32-
"@mikro-orm/cli": "6.0.1",
33-
"@mikro-orm/core": "6.0.1",
34-
"@mikro-orm/entity-generator": "6.0.1",
35-
"@mikro-orm/knex": "6.0.1",
36-
"@mikro-orm/migrations": "6.0.1",
37-
"@mikro-orm/postgresql": "6.0.1",
38-
"@mikro-orm/reflection": "6.0.1",
32+
"@mikro-orm/cli": "6.0.7",
33+
"@mikro-orm/core": "6.0.7",
34+
"@mikro-orm/entity-generator": "6.0.7",
35+
"@mikro-orm/knex": "6.0.7",
36+
"@mikro-orm/migrations": "6.0.7",
37+
"@mikro-orm/postgresql": "6.0.7",
38+
"@mikro-orm/reflection": "6.0.7",
3939
"graphql": "16.8.1",
4040
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
4141
"graphql-yoga": "5.1.1",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"@envelop/core": "5.0.0",
2222
"@envelop/graphql-modules": "6.0.0",
2323
"@graphql-tools/merge": "9.0.1",
24-
"dotenv": "16.3.1",
24+
"dotenv": "16.4.1",
2525
"graphql": "16.8.1",
2626
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2727
"graphql-yoga": "5.1.1",
2828
"pg": "8.11.3",
2929
"tslib": "2.6.2",
30-
"typeorm": "0.3.19"
30+
"typeorm": "0.3.20"
3131
},
3232
"devDependencies": {
3333
"@accounts/types": "^0.33.2"

examples/graphql-server-typescript-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"graphql": "16.8.1",
2323
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2424
"graphql-tag": "2.12.6",
25-
"mongoose": "8.0.3",
25+
"mongoose": "8.1.1",
2626
"tslib": "2.6.2"
2727
}
2828
}

examples/graphql-server-typescript-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"graphql-http": "1.22.0",
2222
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
2323
"graphql-tag": "2.12.6",
24-
"mongoose": "8.0.3",
24+
"mongoose": "8.1.1",
2525
"tslib": "2.6.2"
2626
}
2727
}

examples/graphql-server-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"graphql-tag": "2.12.6",
2626
"graphql-yoga": "5.1.1",
2727
"helmet": "^7.1.0",
28-
"mongoose": "8.0.3",
28+
"mongoose": "8.1.1",
2929
"tslib": "2.6.2"
3030
},
3131
"devDependencies": {

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": "8.0.3",
16+
"mongoose": "8.1.1",
1717
"tslib": "2.6.2"
1818
}
1919
}

examples/react-graphql-typescript/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@accounts/client": "^0.33.1",
1717
"@accounts/client-password": "^0.32.2",
1818
"@accounts/graphql-client": "^0.33.1",
19-
"@apollo/client": "3.8.8",
19+
"@apollo/client": "3.9.0",
2020
"@emotion/react": "11.11.3",
2121
"@emotion/styled": "11.11.0",
22-
"@mui/material": "5.15.3",
23-
"@mui/styles": "5.15.3",
22+
"@mui/material": "5.15.7",
23+
"@mui/styles": "5.15.7",
2424
"graphql": "16.8.1",
2525
"graphql-tag": "2.12.6",
2626
"qrcode.react": "3.1.0",
@@ -32,18 +32,18 @@
3232
"devDependencies": {
3333
"@levminer/speakeasy": "1.4.2",
3434
"@types/qrcode.react": "1.0.5",
35-
"@types/react": "^18.2.47",
35+
"@types/react": "^18.2.48",
3636
"@types/react-dom": "^18.2.18",
3737
"@types/react-router": "5.1.20",
3838
"@types/react-router-dom": "5.3.3",
39-
"@typescript-eslint/eslint-plugin": "^6.18.0",
40-
"@typescript-eslint/parser": "^6.18.0",
39+
"@typescript-eslint/eslint-plugin": "^6.20.0",
40+
"@typescript-eslint/parser": "^6.20.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"eslint": "^8.56.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"eslint-plugin-react-refresh": "^0.4.5",
4545
"typescript": "^5.3.3",
46-
"vite": "^5.0.11",
47-
"web-vitals": "3.5.1"
46+
"vite": "^5.0.12",
47+
"web-vitals": "3.5.2"
4848
}
4949
}

examples/react-rest-typescript/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@accounts/rest-client": "^0.33.1",
1818
"@emotion/react": "11.11.3",
1919
"@emotion/styled": "11.11.0",
20-
"@mui/icons-material": "5.15.3",
21-
"@mui/lab": "5.0.0-alpha.159",
22-
"@mui/material": "5.15.3",
23-
"@mui/styles": "5.15.3",
20+
"@mui/icons-material": "5.15.7",
21+
"@mui/lab": "5.0.0-alpha.163",
22+
"@mui/material": "5.15.7",
23+
"@mui/styles": "5.15.7",
2424
"formik": "2.4.5",
2525
"qrcode.react": "3.1.0",
2626
"react": "^18.2.0",
@@ -32,18 +32,18 @@
3232
"@accounts/types": "^0.33.2",
3333
"@levminer/speakeasy": "1.4.2",
3434
"@types/qrcode.react": "1.0.5",
35-
"@types/react": "^18.2.47",
35+
"@types/react": "^18.2.48",
3636
"@types/react-dom": "^18.2.18",
3737
"@types/react-router": "5.1.20",
3838
"@types/react-router-dom": "5.3.3",
39-
"@typescript-eslint/eslint-plugin": "^6.18.0",
40-
"@typescript-eslint/parser": "^6.18.0",
39+
"@typescript-eslint/eslint-plugin": "^6.20.0",
40+
"@typescript-eslint/parser": "^6.20.0",
4141
"@vitejs/plugin-react": "^4.2.1",
4242
"eslint": "^8.56.0",
4343
"eslint-plugin-react-hooks": "^4.6.0",
4444
"eslint-plugin-react-refresh": "^0.4.5",
4545
"typescript": "^5.3.3",
46-
"vite": "^5.0.11",
47-
"web-vitals": "3.5.1"
46+
"vite": "^5.0.12",
47+
"web-vitals": "3.5.2"
4848
}
4949
}

examples/rest-express-typescript-without-modules/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": "8.0.3",
20+
"mongoose": "8.1.1",
2121
"tslib": "2.6.2"
2222
}
2323
}

examples/rest-express-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"body-parser": "1.20.2",
2121
"cors": "2.8.5",
2222
"express": "4.18.2",
23-
"mongoose": "8.0.3",
23+
"mongoose": "8.1.1",
2424
"tslib": "2.6.2"
2525
}
2626
}

modules/module-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"dependencies": {
4141
"@graphql-tools/merge": "9.0.1",
4242
"@graphql-tools/schema": "10.0.2",
43-
"@graphql-tools/utils": "10.0.12",
43+
"@graphql-tools/utils": "10.0.13",
4444
"graphql-tag": "2.12.6",
4545
"request-ip": "3.3.0",
4646
"tslib": "2.6.2"
4747
},
4848
"devDependencies": {
4949
"@accounts/server": "^0.33.1",
5050
"@accounts/types": "^0.33.2",
51-
"@graphql-codegen/add": "5.0.0",
52-
"@graphql-codegen/cli": "5.0.0",
53-
"@graphql-codegen/introspection": "4.0.0",
54-
"@graphql-codegen/typescript": "4.0.1",
55-
"@graphql-codegen/typescript-operations": "4.0.1",
56-
"@graphql-codegen/typescript-resolvers": "4.0.1",
51+
"@graphql-codegen/add": "5.0.1",
52+
"@graphql-codegen/cli": "5.0.1",
53+
"@graphql-codegen/introspection": "4.0.1",
54+
"@graphql-codegen/typescript": "4.0.2",
55+
"@graphql-codegen/typescript-operations": "4.1.0",
56+
"@graphql-codegen/typescript-resolvers": "4.0.2",
5757
"@graphql-codegen/typescript-type-graphql": "3.0.0",
5858
"@types/request-ip": "0.0.41",
5959
"graphql": "16.8.1",

modules/module-magic-link/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@
4646
"@accounts/magic-link": "^0.1.1",
4747
"@accounts/module-core": "^0.34.0",
4848
"@accounts/server": "^0.33.1",
49-
"@graphql-codegen/add": "5.0.0",
50-
"@graphql-codegen/cli": "5.0.0",
51-
"@graphql-codegen/introspection": "4.0.0",
52-
"@graphql-codegen/typescript": "4.0.1",
53-
"@graphql-codegen/typescript-operations": "4.0.1",
54-
"@graphql-codegen/typescript-resolvers": "4.0.1",
49+
"@graphql-codegen/add": "5.0.1",
50+
"@graphql-codegen/cli": "5.0.1",
51+
"@graphql-codegen/introspection": "4.0.1",
52+
"@graphql-codegen/typescript": "4.0.2",
53+
"@graphql-codegen/typescript-operations": "4.1.0",
54+
"@graphql-codegen/typescript-resolvers": "4.0.2",
5555
"@graphql-codegen/typescript-type-graphql": "3.0.0",
5656
"graphql": "16.8.1",
5757
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"

modules/module-mikro-orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"@accounts/module-core": "^0.34.0",
4848
"@accounts/server": "^0.33.1",
4949
"@accounts/types": "^0.33.2",
50-
"@mikro-orm/core": "6.0.1",
51-
"@mikro-orm/migrations": "6.0.1",
50+
"@mikro-orm/core": "6.0.7",
51+
"@mikro-orm/migrations": "6.0.7",
5252
"graphql": "16.8.1",
5353
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
5454
}

modules/module-password/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@
4747
"@accounts/password": "^0.32.1",
4848
"@accounts/server": "^0.33.1",
4949
"@accounts/types": "^0.33.2",
50-
"@graphql-codegen/add": "5.0.0",
51-
"@graphql-codegen/cli": "5.0.0",
52-
"@graphql-codegen/introspection": "4.0.0",
53-
"@graphql-codegen/typescript": "4.0.1",
54-
"@graphql-codegen/typescript-operations": "4.0.1",
55-
"@graphql-codegen/typescript-resolvers": "4.0.1",
50+
"@graphql-codegen/add": "5.0.1",
51+
"@graphql-codegen/cli": "5.0.1",
52+
"@graphql-codegen/introspection": "4.0.1",
53+
"@graphql-codegen/typescript": "4.0.2",
54+
"@graphql-codegen/typescript-operations": "4.1.0",
55+
"@graphql-codegen/typescript-resolvers": "4.0.2",
5656
"@graphql-codegen/typescript-type-graphql": "3.0.0",
5757
"graphql": "16.8.1",
5858
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"

modules/module-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"@accounts/types": "^0.33.2",
4848
"graphql": "16.8.1",
4949
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
50-
"typeorm": "0.3.19"
50+
"typeorm": "0.3.20"
5151
}
5252
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,22 +63,22 @@
6363
"@changesets/changelog-github": "0.5.0",
6464
"@changesets/cli": "2.27.1",
6565
"@types/jest": "29.5.11",
66-
"@types/node": "20.10.7",
67-
"@typescript-eslint/eslint-plugin": "6.18.0",
68-
"@typescript-eslint/parser": "6.18.0",
66+
"@types/node": "20.11.13",
67+
"@typescript-eslint/eslint-plugin": "6.20.0",
68+
"@typescript-eslint/parser": "6.20.0",
6969
"eslint": "8.56.0",
7070
"eslint-config-prettier": "9.1.0",
71-
"eslint-plugin-jest": "27.6.1",
72-
"eslint-plugin-prettier": "5.1.2",
73-
"husky": "8.0.3",
71+
"eslint-plugin-jest": "27.6.3",
72+
"eslint-plugin-prettier": "5.1.3",
73+
"husky": "9.0.7",
7474
"jest": "29.7.0",
7575
"jest-environment-jsdom": "29.7.0",
7676
"lerna": "8.0.2",
77-
"lint-staged": "15.2.0",
78-
"nodemon": "3.0.2",
79-
"prettier": "3.1.1",
77+
"lint-staged": "15.2.1",
78+
"nodemon": "3.0.3",
79+
"prettier": "3.2.4",
8080
"rimraf": "5.0.5",
81-
"ts-jest": "29.1.1",
81+
"ts-jest": "29.1.2",
8282
"ts-node": "10.9.2",
8383
"typescript": "5.3.3"
8484
},
@@ -100,5 +100,5 @@
100100
"node": ">= 16.0.0",
101101
"yarn": ">=3.2.0"
102102
},
103-
"packageManager": "yarn@4.0.2"
103+
"packageManager": "yarn@4.1.0"
104104
}

packages/apollo-link-accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@accounts/client": "^0.33.1",
35-
"@apollo/client": "3.8.8",
35+
"@apollo/client": "3.9.0",
3636
"graphql": "16.8.1"
3737
}
3838
}

packages/database-mikro-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@accounts/types": "^0.33.2",
39-
"@mikro-orm/core": "6.0.1",
39+
"@mikro-orm/core": "6.0.7",
4040
"@types/lodash": "4.14.202",
4141
"graphql": "16.8.1",
4242
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"

packages/database-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"@types/lodash": "4.14.202",
4343
"graphql": "16.8.1",
4444
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
45-
"typeorm": "0.3.19"
45+
"typeorm": "0.3.20"
4646
}
4747
}

packages/e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"@accounts/server": "^0.33.1",
4343
"@accounts/typeorm": "^0.33.1",
4444
"@accounts/types": "^0.33.2",
45-
"@apollo/client": "3.8.8",
45+
"@apollo/client": "3.9.0",
4646
"@apollo/server": "4.10.0",
4747
"@types/body-parser": "1.19.5",
4848
"@types/express": "4.17.21",
49-
"@types/node-fetch": "2.6.10",
49+
"@types/node-fetch": "2.6.11",
5050
"body-parser": "1.20.2",
5151
"express": "4.18.2",
5252
"graphql": "16.8.1",
5353
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
5454
"jest-localstorage-mock": "2.4.26",
55-
"mongoose": "8.0.3",
55+
"mongoose": "8.1.1",
5656
"node-fetch": "2.7.0",
5757
"reflect-metadata": "0.2.1",
58-
"typeorm": "0.3.19"
58+
"typeorm": "0.3.20"
5959
}
6060
}

packages/express-session/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"@types/lodash": "4.14.202",
5454
"@types/request-ip": "0.0.41",
5555
"express": "4.18.2",
56-
"express-session": "1.17.3"
56+
"express-session": "1.18.0"
5757
}
5858
}

packages/graphql-client/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"devDependencies": {
3939
"@accounts/client": "^0.33.1",
4040
"@accounts/types": "^0.33.1",
41-
"@graphql-codegen/add": "5.0.0",
42-
"@graphql-codegen/cli": "5.0.0",
43-
"@graphql-codegen/typed-document-node": "5.0.1",
44-
"@graphql-codegen/typescript": "4.0.1",
45-
"@graphql-codegen/typescript-operations": "4.0.1",
41+
"@graphql-codegen/add": "5.0.1",
42+
"@graphql-codegen/cli": "5.0.1",
43+
"@graphql-codegen/typed-document-node": "5.0.2",
44+
"@graphql-codegen/typescript": "4.0.2",
45+
"@graphql-codegen/typescript-operations": "4.1.0",
4646
"@graphql-typed-document-node/core": "3.2.0",
4747
"graphql": "16.8.1"
4848
}

packages/rest-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@accounts/client": "^0.33.1",
4949
"@accounts/types": "^0.33.1",
50-
"@types/node-fetch": "2.6.10",
50+
"@types/node-fetch": "2.6.11",
5151
"node-fetch": "2.7.0"
5252
}
5353
}

0 commit comments

Comments
 (0)