Skip to content

Commit c6a484e

Browse files
fix(deps): update dependency @graphql-tools/utils to v11 (#1335)
* fix(deps): update dependency @graphql-tools/utils to v11 * 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 3b001b8 commit c6a484e

3 files changed

Lines changed: 7 additions & 24 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-codegen/flow-resolvers": patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0) (from `^10.0.0`, in `dependencies`)

packages/plugins/flow/resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@graphql-codegen/flow": "^3.0.1",
4343
"@graphql-codegen/plugin-helpers": "^3.0.0",
4444
"@graphql-codegen/visitor-plugin-common": "2.13.8",
45-
"@graphql-tools/utils": "^10.0.0",
45+
"@graphql-tools/utils": "^11.0.0",
4646
"auto-bind": "~4.0.0",
4747
"tslib": "^2.8.1"
4848
},

yarn.lock

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,16 +1892,6 @@
18921892
cross-inspect "1.0.1"
18931893
tslib "^2.4.0"
18941894

1895-
"@graphql-tools/utils@^10.0.0":
1896-
version "10.11.0"
1897-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.11.0.tgz#2513dca9ca25bab5a2651da2d66c37b1e2616bdf"
1898-
integrity sha512-iBFR9GXIs0gCD+yc3hoNswViL1O5josI33dUqiNStFI/MHLCEPduasceAcazRH77YONKNiviHBV8f7OgcT4o2Q==
1899-
dependencies:
1900-
"@graphql-typed-document-node/core" "^3.1.1"
1901-
"@whatwg-node/promise-helpers" "^1.0.0"
1902-
cross-inspect "1.0.1"
1903-
tslib "^2.4.0"
1904-
19051895
"@graphql-tools/utils@^9.0.0", "@graphql-tools/utils@^9.2.1":
19061896
version "9.2.1"
19071897
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-9.2.1.tgz#1b3df0ef166cfa3eae706e3518b17d5922721c57"
@@ -2533,14 +2523,7 @@
25332523
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.24.tgz#4ae334fc62c0e915ca8ed8e35dcc6d4eeb29215f"
25342524
integrity sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==
25352525

2536-
"@types/node@*":
2537-
version "25.3.5"
2538-
resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.5.tgz#beccb5915561f7a9970ace547ad44d6cdbf39b46"
2539-
integrity sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA==
2540-
dependencies:
2541-
undici-types "~7.18.0"
2542-
2543-
2526+
"@types/node@*", "@types/[email protected]":
25442527
version "24.12.0"
25452528
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.12.0.tgz#6222e028210e5322e4f4f6767f8d88e5ea3b33d2"
25462529
integrity sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==
@@ -6592,11 +6575,6 @@ undici-types@~7.16.0:
65926575
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
65936576
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
65946577

6595-
undici-types@~7.18.0:
6596-
version "7.18.2"
6597-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.18.2.tgz#29357a89e7b7ca4aef3bf0fd3fd0cd73884229e9"
6598-
integrity sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==
6599-
66006578
unicode-canonical-property-names-ecmascript@^2.0.0:
66016579
version "2.0.1"
66026580
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz#cb3173fe47ca743e228216e4a3ddc4c84d628cc2"

0 commit comments

Comments
 (0)