Skip to content

Commit 4e8fa6c

Browse files
fix(deps): update dependency value-or-promise to v1.0.8 (#2926)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 96810a9 commit 4e8fa6c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

packages/batch-execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@graphql-tools/utils": "^7.7.0",
2626
"dataloader": "2.0.0",
2727
"tslib": "~2.2.0",
28-
"value-or-promise": "1.0.7"
28+
"value-or-promise": "1.0.8"
2929
},
3030
"publishConfig": {
3131
"access": "public",

packages/delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@ardatan/aggregate-error": "0.0.6",
2929
"dataloader": "2.0.0",
3030
"tslib": "~2.2.0",
31-
"value-or-promise": "1.0.7"
31+
"value-or-promise": "1.0.8"
3232
},
3333
"publishConfig": {
3434
"access": "public",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@graphql-tools/utils": "^7.1.2",
2929
"tslib": "~2.2.0",
30-
"value-or-promise": "1.0.7"
30+
"value-or-promise": "1.0.8"
3131
},
3232
"publishConfig": {
3333
"access": "public",

packages/stitch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"dataloader": "2.0.0",
2626
"is-promise": "4.0.0",
27-
"value-or-promise": "1.0.7"
27+
"value-or-promise": "1.0.8"
2828
},
2929
"dependencies": {
3030
"@graphql-tools/batch-delegate": "^7.0.0",

packages/wrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@graphql-tools/schema": "^7.1.5",
3030
"@graphql-tools/utils": "^7.8.1",
3131
"tslib": "~2.2.0",
32-
"value-or-promise": "1.0.7"
32+
"value-or-promise": "1.0.8"
3333
},
3434
"publishConfig": {
3535
"access": "public",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15308,10 +15308,10 @@ value-equal@^1.0.1:
1530815308
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
1530915309
integrity sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==
1531015310

15311-
15312-
version "1.0.7"
15313-
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.7.tgz#b7de9561d77c290da71c4b3692afeff7a5fe8a22"
15314-
integrity sha512-khaOVsnop49ufBQHJOO5PAFWGZAaeXIR/e06uAXnXHzMqQNYT0ZnaeKqnqtVZ+ToTyOTuUldaVCE0ZiGZO5GnQ==
15311+
15312+
version "1.0.8"
15313+
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.8.tgz#7a76b1e081c40436a2c74a33745b5a6f13e5c01d"
15314+
integrity sha512-R6gyEy9R2Mh0taDANmv30MvgRKJz5jMB55seKSerBCudolsH5kOpHYaEiX3OIQ0/C430Z5mZ9A02O32Da0I6KA==
1531515315

1531615316
vary@~1.1.2:
1531715317
version "1.1.2"

0 commit comments

Comments
 (0)