diff --git a/examples/auto-pagination-multiple-sources/package.json b/examples/auto-pagination-multiple-sources/package.json index e2e7305d..58328916 100644 --- a/examples/auto-pagination-multiple-sources/package.json +++ b/examples/auto-pagination-multiple-sources/package.json @@ -17,6 +17,6 @@ "typescript": "5.2.2" }, "devDependencies": { - "@types/node": "18.16.19" + "@types/node": "20.8.9" } } diff --git a/examples/composition/package.json b/examples/composition/package.json index 961e26bf..fb4a901f 100644 --- a/examples/composition/package.json +++ b/examples/composition/package.json @@ -18,6 +18,6 @@ "typescript": "^5.0.4" }, "devDependencies": { - "@types/node": "^18.15.11" + "@types/node": "^20.0.0" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 3fff73f6..121c44fa 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@graphprotocol/client-cli": "3.0.0", - "@types/node": "18.16.19", + "@types/node": "20.8.9", "@types/react": "18.2.14", "eslint": "8.44.0", "eslint-config-next": "13.5.6", diff --git a/examples/node/package.json b/examples/node/package.json index c850948f..d5cc719a 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -17,6 +17,6 @@ "typescript": "5.2.2" }, "devDependencies": { - "@types/node": "18.16.19" + "@types/node": "20.8.9" } } diff --git a/yarn.lock b/yarn.lock index 69788bb4..a54b7932 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2740,10 +2740,12 @@ resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.4.tgz#81f886786411c45bba3f33e781ab48bd56bfca2e" integrity sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ== -"@types/node@*", "@types/node@18.16.19", "@types/node@^18.15.11": - version "18.16.19" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea" - integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA== +"@types/node@*", "@types/node@20.8.9", "@types/node@^20.0.0": + version "20.8.9" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08" + integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg== + dependencies: + undici-types "~5.26.4" "@types/node@^12.7.1": version "12.20.55" @@ -7772,6 +7774,11 @@ undefsafe@^2.0.5: resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c" integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== + unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"