cypress-io / docker-image-not-found

If you want to do something only if the Docker Hub does not have an image
0 stars 2 forks source link

Multiple deprecations for dependencies #5

Open MikeMcC399 opened 3 months ago

MikeMcC399 commented 3 months ago

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