Skip to content

Commit 66d1d07

Browse files
fix(deps): update all non-major dependencies (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 853bc34 commit 66d1d07

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"graphiql": "graphclient serve-dev"
1111
},
1212
"dependencies": {
13-
"@apollo/client": "3.7.11",
13+
"@apollo/client": "3.7.12",
1414
"@graphprotocol/client-apollo": "1.0.16",
1515
"graphql": "16.6.0",
1616
"react": "18.2.0",

packages/add-source-name/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"tslib": "^2.4.0"
5151
},
5252
"devDependencies": {
53-
"@types/lodash": "4.14.192"
53+
"@types/lodash": "4.14.194"
5454
},
5555
"peerDependencies": {
5656
"graphql": "^15.2.0 || ^16.0.0",
57-
"@graphql-tools/delegate": "9.0.30",
58-
"@graphql-tools/wrap": "9.4.1",
57+
"@graphql-tools/delegate": "9.0.31",
58+
"@graphql-tools/wrap": "9.4.2",
5959
"@graphql-tools/utils": "9.2.1",
6060
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0"
6161
},

packages/auto-pagination/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"tslib": "^2.4.0"
5151
},
5252
"devDependencies": {
53-
"@types/lodash": "4.14.192",
53+
"@types/lodash": "4.14.194",
5454
"@graphql-mesh/transform-prefix": "0.12.23"
5555
},
5656
"peerDependencies": {
5757
"graphql": "^15.2.0 || ^16.0.0",
58-
"@graphql-tools/delegate": "9.0.30",
59-
"@graphql-tools/wrap": "9.4.1",
58+
"@graphql-tools/delegate": "9.0.31",
59+
"@graphql-tools/wrap": "9.4.2",
6060
"@graphql-tools/utils": "9.2.1",
6161
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0"
6262
},

packages/auto-type-merging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.2.0 || ^16.0.0",
54-
"@graphql-tools/delegate": "9.0.30",
54+
"@graphql-tools/delegate": "9.0.31",
5555
"@graphql-mesh/types": "^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0"
5656
},
5757
"type": "module"

packages/block-tracking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"graphql": "^15.2.0 || ^16.0.0",
54-
"@graphql-tools/delegate": "9.0.30"
54+
"@graphql-tools/delegate": "9.0.31"
5555
},
5656
"type": "module"
5757
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.1.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@apollo/[email protected].11":
19-
version "3.7.11"
20-
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.11.tgz#fbe9ac3cd508123aacae370dfb3d268fd74f3a44"
21-
integrity sha512-uLg2KtxoAyj9ta7abLxXx8cGRM7HypCkXVmxtL7Ko//N5g37aoJ3ca7VYoFCMUFO1BXBulj+yKVl0U3+ILj5AQ==
18+
"@apollo/[email protected].12":
19+
version "3.7.12"
20+
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.7.12.tgz#9ddd355d0788374cdb900e5f40298b196176952b"
21+
integrity sha512-XvH8ssDibx5hR92Tet8CHtUxhiIs+RbYjyxkflAcnF85QT3VacUdNAhjj0OcA2kcZ+5KyceJmilmBNjj6+rJFg==
2222
dependencies:
2323
"@graphql-typed-document-node/core" "^3.1.1"
2424
"@wry/context" "^0.7.0"
@@ -2699,10 +2699,10 @@
26992699
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
27002700
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
27012701

2702-
"@types/[email protected].192":
2703-
version "4.14.192"
2704-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.192.tgz#5790406361a2852d332d41635d927f1600811285"
2705-
integrity sha512-km+Vyn3BYm5ytMO13k9KTp27O75rbQ0NFw+U//g+PX7VZyjCioXaRFisqSIJRECljcTv73G3i6BpglNGHgUQ5A==
2702+
"@types/[email protected].194":
2703+
version "4.14.194"
2704+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.194.tgz#b71eb6f7a0ff11bff59fc987134a093029258a76"
2705+
integrity sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==
27062706

27072707
"@types/minimatch@^3.0.3":
27082708
version "3.0.5"

0 commit comments

Comments
 (0)