-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi Confluent team π,
I'm currently using @confluentinc/kafka-javascript@^1.4.0 in a project. During install, I receive warnings about deprecated dependencies:
npm WARN deprecated [email protected]
npm WARN deprecated [email protected]
npm WARN deprecated [email protected]
Looking into the dependency tree, it appears these are included via:
less
Kopiuj
Edytuj
@confluentinc/[email protected]
ββ @mapbox/[email protected]
ββ [email protected]
ββ [email protected]
ββ [email protected]
[email protected] is known to have memory leaks and is unmaintained.
[email protected] and [email protected] are deprecated; newer major releases have dropped these old dependencies.
Since these are transitively installed and trigger npm depreciation warnings, would it be possible to upgrade these dependencies? For example:
bump @mapbox/node-pre-gyp to a version that depends on rimraf@>=4.0.0
upgrade glob to v9+ (which removes inflight)
ideally remove inflight entirely or replace it with a modern alternative like lru-cache

