Skip to content

Commit 201e678

Browse files
fix(deps): update dependency @graphql-codegen/typescript-mongodb to v4.0.1 (#10687)
* fix(deps): update dependency @graphql-codegen/typescript-mongodb to v4.0.1 * chore(dependencies): updated changesets for modified dependencies * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d7cba80 commit 201e678

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@graphql-codegen/typescript-generic-sdk": "5.0.0",
4242
"@graphql-codegen/typescript-graphql-files-modules": "4.0.0",
4343
"@graphql-codegen/typescript-graphql-request": "7.0.0",
44-
"@graphql-codegen/typescript-mongodb": "4.0.0",
44+
"@graphql-codegen/typescript-mongodb": "4.0.1",
4545
"@graphql-codegen/typescript-msw": "4.0.0",
4646
"@graphql-codegen/typescript-nhost": "1.0.0",
4747
"@graphql-codegen/typescript-operations": "5.0.9",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,17 +2509,17 @@
25092509
auto-bind "~4.0.0"
25102510
tslib "^2.8.1"
25112511

2512-
"@graphql-codegen/typescript-mongodb@4.0.0":
2513-
version "4.0.0"
2514-
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-mongodb/-/typescript-mongodb-4.0.0.tgz#b4a4aa65ee723b29e366600416a610be2e61310a"
2515-
integrity sha512-zps/cI0ZzyCs39WmimkMJMzvfTTn6XzhYmctzW+1W8lk9VmpCXkGlPdFaYXnajEhl20QsNmR742TXQkoH4VorA==
2512+
"@graphql-codegen/typescript-mongodb@4.0.1":
2513+
version "4.0.1"
2514+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript-mongodb/-/typescript-mongodb-4.0.1.tgz#29e6916c942849df04cab6cd2839188857a89c99"
2515+
integrity sha512-PsgO44AcB4GcopRkULszzcCqF/feZGknGSJbhOPBmoCWUxGZSJ8icIwEFZP/TleGJmHo5hYnBINKqj54GBsKww==
25162516
dependencies:
25172517
"@graphql-codegen/plugin-helpers" "^6.1.1"
25182518
"@graphql-codegen/typescript" "^5.0.9"
25192519
"@graphql-codegen/visitor-plugin-common" "^6.2.4"
25202520
"@graphql-tools/utils" "^11.0.0"
25212521
auto-bind "~4.0.0"
2522-
lodash "~4.17.0"
2522+
lodash "^4.18.1"
25232523
tslib "^2.8.1"
25242524

25252525
"@graphql-codegen/typescript-msw@4.0.0":
@@ -11047,7 +11047,12 @@ lodash.startcase@^4.4.0:
1104711047
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
1104811048
integrity sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==
1104911049

11050-
lodash@^4.17.21, lodash@^4.17.23, lodash@~4.17.0:
11050+
lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
11051+
version "4.18.1"
11052+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
11053+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
11054+
11055+
lodash@~4.17.0:
1105111056
version "4.17.23"
1105211057
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
1105311058
integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==

0 commit comments

Comments
 (0)