Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Multiple deprecations for dependencies #5

Open
MikeMcC399 opened this issue Jul 3, 2024 · 0 comments
Open

Multiple deprecations for dependencies #5

MikeMcC399 opened this issue Jul 3, 2024 · 0 comments

Comments

@MikeMcC399
Copy link

Issue

Installing docker-image-not-found lists the following deprecations:

$ npm install docker-image-not-found -g
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated rimraf@2.4.5: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@6.0.4: Glob versions prior to v9 are no longer supported
npm warn deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm warn deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm warn deprecated tough-cookie@2.0.0: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130

Steps to reproduce

npm install docker-image-not-found -g

Versions

Component Version
docker-image-not-found 1.1.1
Ubuntu 22.04.4 LTS
Node.js 20.15.0 LTS
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant