Skip to content

Commit c7323a3

Browse files
fix(deps): update envelop (#1612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8354c16 commit c7323a3

File tree

5 files changed

+33
-25
lines changed

5 files changed

+33
-25
lines changed

examples/fastify-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"@envelop/graphql-modules": "3.4.2",
10+
"@envelop/graphql-modules": "3.5.0",
1111
"@graphql-tools/load-files": "6.6.1",
1212
"graphql-yoga": "2.13.4",
1313
"fastify": "4.4.0",

examples/generic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"typescript": "4.7.4"
2020
},
2121
"dependencies": {
22-
"@envelop/generic-auth": "4.3.2",
22+
"@envelop/generic-auth": "4.4.0",
2323
"graphql-yoga": "2.13.4",
2424
"graphql": "16.5.0"
2525
}

examples/live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"typescript": "4.7.4"
1414
},
1515
"dependencies": {
16-
"@envelop/live-query": "4.0.1",
16+
"@envelop/live-query": "4.1.0",
1717
"@n1ru4l/in-memory-live-query-store": "0.10.0",
1818
"graphql-yoga": "2.13.4",
1919
"graphql": "16.5.0"

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"vite": "3.0.6"
3636
},
3737
"dependencies": {
38-
"@envelop/graphql-jit": "4.4.2",
38+
"@envelop/graphql-jit": "4.5.0",
3939
"graphql-yoga": "2.13.4",
4040
"graphql": "16.5.0"
4141
},

yarn.lock

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2831,40 +2831,41 @@
28312831
resolved "https://registry.yarnpkg.com/@envelop/disable-introspection/-/disable-introspection-3.4.0.tgz#b9d19fad83913084dfb92e3b1af6fe10a95eb535"
28322832
integrity sha512-iDliDXiS/VLuuHWH0FoX8XY7IB1SYuFCrsQ548cQ+0iKAPYPuVbT1r5u6vN3On8m04q2baAl3vMg1fUpYq//HA==
28332833

2834-
"@envelop/extended-validation@^1.7.2":
2835-
version "1.7.2"
2836-
resolved "https://registry.yarnpkg.com/@envelop/extended-validation/-/extended-validation-1.7.2.tgz#836b8224db2efdd76ea8dbe56e38421c173e1797"
2837-
integrity sha512-NoYh0BkDCES/EF1zEOIVKooEruWhzC+T3xLpUFMx/OIEGfev5NtIkVxjsaFkRbJXbA6B5DEGeZRZMyzom+0m3w==
2834+
"@envelop/extended-validation@^1.8.0":
2835+
version "1.8.0"
2836+
resolved "https://registry.yarnpkg.com/@envelop/extended-validation/-/extended-validation-1.8.0.tgz#d593e9f3d52c19332dc17764a25a1f040c3c40cd"
2837+
integrity sha512-RldSbY/4Bun6puNXv2ihB7n8zpJJ/muhkv4MJ4SP1Y6E59YL8O91+czLg1rtO9hwl6qxpk0MCfwfPsJQasCcUg==
28382838
dependencies:
28392839
"@graphql-tools/utils" "^8.8.0"
28402840

2841-
"@envelop/generic-auth@4.3.2":
2842-
version "4.3.2"
2843-
resolved "https://registry.yarnpkg.com/@envelop/generic-auth/-/generic-auth-4.3.2.tgz#46213a3c3dc72f797426fc1e7767b6916f30e74e"
2844-
integrity sha512-ApFme8C9AMa2Zc5dwqm0jExcxkBAdEdFfA20MPNKLnqZq3TVbknbGvtvgqkgXjUBBzCEf6n3aTOaWi7L8k0LVQ==
2841+
"@envelop/generic-auth@4.4.0":
2842+
version "4.4.0"
2843+
resolved "https://registry.yarnpkg.com/@envelop/generic-auth/-/generic-auth-4.4.0.tgz#cf890b435fa63e8e55b9afeec715d8b10645780f"
2844+
integrity sha512-CeL1rWz5AME+d0JBPhFGkJrxJs2Guh4iqaamiTTyhoUh/luBpkeFQMK6re94YgJ3dY2Mxk3c6iGZNESaWAsj5Q==
28452845
dependencies:
2846-
"@envelop/extended-validation" "^1.7.2"
2846+
"@envelop/extended-validation" "^1.8.0"
28472847

2848-
"@envelop/graphql-jit@4.4.2":
2849-
version "4.4.2"
2850-
resolved "https://registry.yarnpkg.com/@envelop/graphql-jit/-/graphql-jit-4.4.2.tgz#e6372952bfa0583f2b4727b64e9ed431efbca4c6"
2851-
integrity sha512-QZtl1Ljd482vv6SnxfpFFClOUo76ODPewo8OVasG1p8i965TRsBU/2nZkoWjUwHa1qEQJx53swWeJ4SKp4OgqQ==
2848+
"@envelop/graphql-jit@4.5.0":
2849+
version "4.5.0"
2850+
resolved "https://registry.yarnpkg.com/@envelop/graphql-jit/-/graphql-jit-4.5.0.tgz#708ade2f445de36d3505d94aad1d884a380c4b72"
2851+
integrity sha512-aE3eB1PupSniFSxBrCLZTq8oBCVwoXbLUr9DN+tWvAXmSaZebdFWAiL1IxTL8hQw1WLn6682JupDC1RYOexvuA==
28522852
dependencies:
28532853
graphql-jit "^0.7.0"
28542854
lru-cache "^6.0.0"
28552855

2856-
"@envelop/graphql-modules@3.4.2":
2857-
version "3.4.2"
2858-
resolved "https://registry.yarnpkg.com/@envelop/graphql-modules/-/graphql-modules-3.4.2.tgz#0ceebb6c4eacafefdee97f9134aee0d86e3d0a3d"
2859-
integrity sha512-L79VEBMwtchtE6qBxfZVn3SZ5PnrEOGe6DPVykiVuCh4hhafjTSFxx2jeuRP0Mt2+X4+KPHc3OVQwtsi7WcIjA==
2856+
"@envelop/graphql-modules@3.5.0":
2857+
version "3.5.0"
2858+
resolved "https://registry.yarnpkg.com/@envelop/graphql-modules/-/graphql-modules-3.5.0.tgz#72087d1db74c9b811e0106efb778e3e772aceec3"
2859+
integrity sha512-Le3ExHvzXPmfqu2e4f8Q/rkXUppO1TK6aNo18OZwydb91MaRVV+oAEkvArE5EErHilfsZM3adzwoG0OjQm/N/g==
28602860

2861-
"@envelop/live-query@4.0.1", "@envelop/live-query@^4.0.0":
2862-
version "4.0.1"
2863-
resolved "https://registry.yarnpkg.com/@envelop/live-query/-/live-query-4.0.1.tgz#69784353f216faf9ac4397e47c1d9295611f0449"
2864-
integrity sha512-THVjB0IuwRlSursjxvEEhinjKZ39i6noZcwuFS0/3FRxau+NdDyvDLdLghMrc+3Yls4Obwc5FnC7TMOD9Kf1Bg==
2861+
"@envelop/live-query@4.1.0", "@envelop/live-query@^4.0.0":
2862+
version "4.1.0"
2863+
resolved "https://registry.yarnpkg.com/@envelop/live-query/-/live-query-4.1.0.tgz#ea090ce70edf2035c0b25ba1bc80340852e9a96b"
2864+
integrity sha512-uj99MEdysjd3+H3BtcjYCeqQHDm/SVxTCsYGu5Gee1iW0BYGe4L7f6ZqCTh0GK+CxA0T28JNfvS3svPEiTb3FQ==
28652865
dependencies:
28662866
"@graphql-tools/utils" "^8.8.0"
28672867
"@n1ru4l/graphql-live-query" "^0.10.0"
2868+
"@n1ru4l/graphql-live-query-patch" "^0.7.0"
28682869
"@n1ru4l/in-memory-live-query-store" "^0.10.0"
28692870

28702871
"@envelop/parser-cache@^4.4.0":
@@ -4124,6 +4125,13 @@
41244125
call-me-maybe "^1.0.1"
41254126
glob-to-regexp "^0.3.0"
41264127

4128+
"@n1ru4l/graphql-live-query-patch@^0.7.0":
4129+
version "0.7.0"
4130+
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch/-/graphql-live-query-patch-0.7.0.tgz#c5b30341d218627b9ed15cea37e72ea3c15f3632"
4131+
integrity sha512-1q49iNxqEIbmUp+qFAEVEn4ts344Cw72g5OtAuFeTwKtJT3V91kTPGMcRk5Pxb5FPHbvn52q+PCVKOAyVrtPwQ==
4132+
dependencies:
4133+
"@repeaterjs/repeater" "^3.0.4"
4134+
41274135
"@n1ru4l/[email protected]", "@n1ru4l/graphql-live-query@^0.10.0":
41284136
version "0.10.0"
41294137
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query/-/graphql-live-query-0.10.0.tgz#2306151630b0e74b017cc1067ebbea351acf56f8"

0 commit comments

Comments
 (0)