diff --git a/package-lock.json b/package-lock.json index 6f372708..c99468ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@hapi/boom": "^10.0.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13", - "@types/node": "^20.16.1", + "@types/node": "^22.0.0", "axios-mock-adapter": "^2.1.0", "bluebird": "^3.5.3", "eslint": "^8.57.0", @@ -4186,12 +4186,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.17.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.17.tgz", - "integrity": "sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg==", + "version": "22.15.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", + "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.21.0" } }, "node_modules/@types/request": { @@ -11178,9 +11178,9 @@ "license": "MIT" }, "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==", + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", "license": "MIT" }, "node_modules/unique-filename": { @@ -11589,7 +11589,7 @@ "@confluentinc/kafka-javascript": "file:..", "@eslint/js": "^9.9.0", "@types/eslint__js": "^8.42.3", - "@types/node": "^20.16.1", + "@types/node": "^22.0.0", "@types/uuid": "^10.0.0", "bluebird": "^3.5.3", "eslint": "^8.57.0", diff --git a/package.json b/package.json index c88129f4..948be56f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@hapi/boom": "^10.0.1", "@types/eslint__js": "^8.42.3", "@types/jest": "^29.5.13", - "@types/node": "^20.16.1", + "@types/node": "^22.0.0", "axios-mock-adapter": "^2.1.0", "bluebird": "^3.5.3", "eslint": "^8.57.0", diff --git a/schemaregistry/package.json b/schemaregistry/package.json index 5a1a9a60..f2b58cdd 100644 --- a/schemaregistry/package.json +++ b/schemaregistry/package.json @@ -14,7 +14,7 @@ "@confluentinc/kafka-javascript": "file:..", "@eslint/js": "^9.9.0", "@types/eslint__js": "^8.42.3", - "@types/node": "^20.16.1", + "@types/node": "^22.0.0", "@types/uuid": "^10.0.0", "bluebird": "^3.5.3", "eslint": "^8.57.0",