Skip to content

Commit 0c8e2a6

Browse files
fix(deps): update all non-major dependencies (#77)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 252e5bd commit 0c8e2a6

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"babel-plugin-parameter-decorator": "1.0.16",
5353
"babel-plugin-transform-typescript-metadata": "0.3.2",
5454
"bob-the-bundler": "1.7.1",
55-
"graphql": "16.4.0",
55+
"graphql": "16.5.0",
5656
"husky": "7.0.4",
5757
"jest": "28.1.0",
5858
"patch-package": "6.4.7",
@@ -65,6 +65,6 @@
6565
},
6666
"resolutions": {
6767
"@changesets/apply-release-plan": "6.0.0",
68-
"graphql": "16.4.0"
68+
"graphql": "16.5.0"
6969
}
7070
}

packages/auto-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/utils": "8.6.9",
42+
"@graphql-tools/utils": "8.6.10",
4343
"tslib": "2.4.0"
4444
},
4545
"peerDependencies": {

packages/block-tracking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"@graphql-tools/utils": "8.6.9",
42+
"@graphql-tools/utils": "8.6.10",
4343
"tslib": "2.4.0"
4444
},
4545
"peerDependencies": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@graphprotocol/client-block-tracking": "0.0.2"
5757
},
5858
"devDependencies": {
59-
"graphql": "16.4.0"
59+
"graphql": "16.5.0"
6060
},
6161
"peerDependencies": {
6262
"graphql": "^15.2.0 || ^16.0.0"

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,14 @@
19141914
value-or-promise "^1.0.11"
19151915
ws "^8.3.0"
19161916

1917-
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.0", "@graphql-tools/utils@^8.6.1":
1917+
"@graphql-tools/[email protected]", "@graphql-tools/utils@^8.1.1", "@graphql-tools/utils@^8.3.0", "@graphql-tools/utils@^8.5.1", "@graphql-tools/utils@^8.5.2", "@graphql-tools/utils@^8.6.0", "@graphql-tools/utils@^8.6.1":
1918+
version "8.6.10"
1919+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.10.tgz#38e42a97a74ffcf5a21e816401e2ca1647194f6a"
1920+
integrity sha512-bJH9qwuyM3BP0PTU6/lvBDkk6jdEIOn+dbyk4pHMVNnvbJ1gZQwo62To8SHxxaUTus8OMhhVPSh9ApWXREURcg==
1921+
dependencies:
1922+
tslib "~2.4.0"
1923+
1924+
"@graphql-tools/[email protected]":
19181925
version "8.6.9"
19191926
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.9.tgz#fe1b81df29c9418b41b7a1ffe731710b93d3a1fe"
19201927
integrity sha512-Z1X4d4GCT81+8CSt6SgU4t1w1UAUsAIRb67mI90k/zAs+ArkB95iE3bWXuJCUmd1+r8DGGtmUNOArtd6wkt+OQ==
@@ -5062,10 +5069,10 @@ [email protected], graphql-ws@^5.4.1:
50625069
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.8.1.tgz#daf72534b8a169a272e730fa4f3ce0e6d04e2883"
50635070
integrity sha512-UVf/fxlHultC1+12tX9ShTIipqQFNZ96g7N51RFQlk7MFPsDUUMCR3QXVEzHEd5xlTp16rs5vCyfBljvcPN3fA==
50645071

5065-
[email protected], graphql@16.4.0:
5066-
version "16.4.0"
5067-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.4.0.tgz#bb10b1b4683045dedcb67000eb4ad134a36c59e6"
5068-
integrity sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==
5072+
[email protected], graphql@16.5.0:
5073+
version "16.5.0"
5074+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85"
5075+
integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==
50695076

50705077
hard-rejection@^2.1.0:
50715078
version "2.1.0"
@@ -8214,7 +8221,7 @@ [email protected], tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
82148221
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
82158222
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
82168223

8217-
[email protected], tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1:
8224+
[email protected], tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@~2.4.0:
82188225
version "2.4.0"
82198226
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
82208227
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==

0 commit comments

Comments
 (0)