diff --git a/package-lock.json b/package-lock.json index 1e55725..e6dc771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5078,11 +5078,12 @@ } }, "node_modules/@types/node": { - "version": "20.11.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.6.tgz", - "integrity": "sha512-+EOokTnksGVgip2PbYbr3xnR7kZigh4LbybAfBAw5BpnQ+FqBYUsvCEjYd70IXKlbohQ64mzEYmMtlWUY8q//Q==", + "version": "24.12.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.3.tgz", + "integrity": "sha512-8oljBDGun9cIsZRJR6fkihn0TSXJI0UDOOhncYaERq6M0JMDoPLxyscwruJcb4GKS6dvK/d8xebYBg27h/duaQ==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-fetch": { @@ -10362,9 +10363,10 @@ "dev": true }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "license": "MIT" }, "node_modules/unixify": { "version": "1.0.0", @@ -10796,7 +10798,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-resolvers": "^4.0.1", - "@types/node": "^20.8.2", + "@types/node": "^24.0.0", "nodemon": "^3.0.1", "typescript": "^5.2.2", "utility-types": "^3.10.0" @@ -10985,7 +10987,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-resolvers": "^4.0.1", - "@types/node": "^20.8.2", + "@types/node": "^24.0.0", "nodemon": "^3.0.1", "typescript": "^5.2.2" }, diff --git a/subgraphs/posts/package.json b/subgraphs/posts/package.json index 1af9b6a..8f302ef 100644 --- a/subgraphs/posts/package.json +++ b/subgraphs/posts/package.json @@ -43,7 +43,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-resolvers": "^4.0.1", - "@types/node": "^20.8.2", + "@types/node": "^24.0.0", "nodemon": "^3.0.1", "typescript": "^5.2.2", "utility-types": "^3.10.0" diff --git a/subgraphs/users/package.json b/subgraphs/users/package.json index ed13350..71e3e67 100644 --- a/subgraphs/users/package.json +++ b/subgraphs/users/package.json @@ -45,7 +45,7 @@ "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-resolvers": "^4.0.1", - "@types/node": "^20.8.2", + "@types/node": "^24.0.0", "nodemon": "^3.0.1", "typescript": "^5.2.2" }