diff --git a/package-lock.json b/package-lock.json index 676752e..e4006e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/express": "^4.17.21", "@types/express-serve-static-core": "^4.19.5", "@types/graphql": "^14.5.0", - "@types/node": "^10.17.60", + "@types/node": "^22.9.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.4", "commitizen": "^4.3.0", @@ -2731,9 +2731,12 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "node_modules/@types/node": { - "version": "10.17.60", - "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", - "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", + "dependencies": { + "undici-types": "~6.19.8" + } }, "node_modules/@types/node-fetch": { "version": "2.6.11", @@ -13305,6 +13308,11 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", diff --git a/package.json b/package.json index c9a6a6d..4bdc6da 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/express": "^4.17.21", "@types/express-serve-static-core": "^4.19.5", "@types/graphql": "^14.5.0", - "@types/node": "^10.17.60", + "@types/node": "^22.9.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.4", "commitizen": "^4.3.0",