Skip to content

Commit 189e673

Browse files
committed
chore: update deps
1 parent 3e57ec8 commit 189e673

File tree

12 files changed

+208
-76
lines changed

12 files changed

+208
-76
lines changed

examples/accounts-microservice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
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.1",
26+
"@graphql-tools/stitch": "9.0.2",
2727
"@graphql-tools/utils": "10.0.6",
2828
"@graphql-tools/wrap": "10.0.1",
2929
"graphql": "16.8.0",

examples/react-graphql-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@apollo/client": "3.8.3",
3535
"@emotion/react": "11.11.1",
3636
"@emotion/styled": "11.11.0",
37-
"@mui/material": "5.14.8",
38-
"@mui/styles": "5.14.7",
37+
"@mui/material": "5.14.9",
38+
"@mui/styles": "5.14.9",
3939
"graphql": "16.8.0",
4040
"graphql-tag": "2.12.6",
4141
"qrcode.react": "3.1.0",

examples/react-rest-typescript/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@accounts/rest-client": "^0.33.1",
3333
"@emotion/react": "11.11.1",
3434
"@emotion/styled": "11.11.0",
35-
"@mui/icons-material": "5.14.8",
35+
"@mui/icons-material": "5.14.9",
3636
"@mui/lab": "5.0.0-alpha.142",
37-
"@mui/material": "5.14.8",
38-
"@mui/styles": "5.14.7",
37+
"@mui/material": "5.14.9",
38+
"@mui/styles": "5.14.9",
3939
"formik": "2.4.4",
4040
"qrcode.react": "3.1.0",
4141
"react": "18.2.0",

modules/module-mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"graphql": "16.8.0",
7575
"graphql-modules": "2.2.0",
7676
"graphql-tag": "2.12.6",
77-
"mongodb": "5.8.1",
77+
"mongodb": "5.9.0",
7878
"reflect-metadata": "0.1.13"
7979
}
8080
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@changesets/changelog-github": "0.4.8",
5858
"@changesets/cli": "2.26.2",
5959
"@types/jest": "29.5.4",
60-
"@types/node": "20.6.0",
60+
"@types/node": "20.6.1",
6161
"@typescript-eslint/eslint-plugin": "6.7.0",
6262
"@typescript-eslint/parser": "6.7.0",
6363
"eslint": "8.49.0",

packages/database-mongo-magic-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
},
4040
"devDependencies": {
4141
"@accounts/mongo-password": "^0.33.0",
42-
"mongodb": "5.8.1"
42+
"mongodb": "5.9.0"
4343
}
4444
}

packages/database-mongo-password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"tslib": "2.6.2"
3939
},
4040
"devDependencies": {
41-
"mongodb": "5.8.1"
41+
"mongodb": "5.9.0"
4242
}
4343
}

packages/database-mongo-sessions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"tslib": "2.6.2"
3939
},
4040
"devDependencies": {
41-
"mongodb": "5.8.1"
41+
"mongodb": "5.9.0"
4242
}
4343
}

packages/database-mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@accounts/mongo-password": "^0.33.0",
3434
"@accounts/mongo-sessions": "^0.34.0",
3535
"@accounts/types": "^0.33.1",
36-
"mongodb": "5.8.1",
36+
"mongodb": "5.9.0",
3737
"tslib": "2.6.2"
3838
},
3939
"devDependencies": {

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@types/body-parser": "1.19.2",
2929
"@types/express": "4.17.17",
30-
"@types/node-fetch": "2.6.4",
30+
"@types/node-fetch": "2.6.5",
3131
"jest-localstorage-mock": "2.4.26",
3232
"reflect-metadata": "0.1.13"
3333
},

0 commit comments

Comments
 (0)