From c38edfa545f00546e55bcfeec2c4030f940f20ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:06:38 +0000 Subject: [PATCH] chore(deps)(deps): Bump @confluentinc/kafka-javascript Bumps [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/confluentinc/confluent-kafka-javascript/releases) - [Changelog](https://github.com/confluentinc/confluent-kafka-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/confluentinc/confluent-kafka-javascript/compare/v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: "@confluentinc/kafka-javascript" dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++-------- package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aad12b..7bd3c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@ai-sdk/openai": "4.0.8", + "@confluentinc/kafka-javascript": "1.10.0", "@nest-native/ai-sdk": "^0.5.0", "@nest-native/asyncapi": "^0.2.0", "@nest-native/drizzle": "^0.4.0", @@ -52,7 +52,7 @@ }, "optionalDependencies": { "@ai-sdk/openai": "^4.0.8", - "@confluentinc/kafka-javascript": "^1.9.0" + "@confluentinc/kafka-javascript": "^1.10.0" } }, "node_modules/@ai-sdk/gateway": { @@ -813,9 +813,9 @@ } }, "node_modules/@confluentinc/kafka-javascript": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@confluentinc/kafka-javascript/-/kafka-javascript-1.9.1.tgz", - "integrity": "sha512-Qc7IZGSiWb9PVcfGwhMDmVcn0fj4V2jZjJ7r1ObNdnu1JSFY1yMZvINS4QY9dAI00S7Ng6EE2zIaEQ7UrVDrPw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@confluentinc/kafka-javascript/-/kafka-javascript-1.10.0.tgz", + "integrity": "sha512-6gLgZSxbtlC5kR/VOG1JE2m8Lb2NwXMDJmkEDunyj8yV/VyzjLTqH/SojMJ/SdcmwUxmXVwf7VC4ATK/gQsKxg==", "hasInstallScript": true, "license": "MIT", "optional": true, @@ -827,7 +827,9 @@ "dependencies": { "@mapbox/node-pre-gyp": "^2.0.3", "bindings": "^1.3.1", - "nan": "^2.22.0" + "js-yaml": "^4.2.0", + "nan": "^2.22.0", + "tar": "^7.5.16" }, "engines": { "node": ">=18.0.0" @@ -3860,7 +3862,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true, + "devOptional": true, "license": "Python-2.0" }, "node_modules/array-buffer-byte-length": { @@ -6698,7 +6700,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", - "dev": true, + "devOptional": true, "funding": [ { "type": "github", diff --git a/package.json b/package.json index 64fddf5..0f0e47f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "optionalDependencies": { "@ai-sdk/openai": "^4.0.8", - "@confluentinc/kafka-javascript": "^1.9.0" + "@confluentinc/kafka-javascript": "^1.10.0" }, "devDependencies": { "@asyncapi/parser": "^3.6.0",