cliffano / bagofrequest

A bag-of-holding containing request utility functions
MIT License
1 stars 3 forks source link

Deprecated package warnings #6

Open stennie opened 10 months ago

stennie commented 10 months ago

Following the dependency breadcrumbs from https://github.com/basti1302/repoman/issues/56, there are quite a few dependencies in need of review & update:

npm WARN deprecated har-validator@5.1.5: this library is no longer supported
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 request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated samsam@1.1.3: This package has been deprecated in favour of @sinonjs/samsam
npm WARN deprecated formatio@1.0.2: This package is unmaintained. Use @sinonjs/formatio instead
npm WARN deprecated buster-core@0.6.4: No longer maintained
npm WARN deprecated buster-test@0.7.14: No longer maintained
npm WARN deprecated bane@1.0.0: No longer maintained - use the built-in EventEmitter in Node.js
npm WARN deprecated ansi-colorizer@1.0.1: No longer maintained
npm WARN deprecated stack-filter@1.0.1: No longer maintained; There's a modern parser: https://www.npmjs.com/package/stacktrace-js
npm WARN deprecated buster-node@0.7.1: No longer maintained
npm WARN deprecated buster-sinon@0.7.2: No longer maintained
npm WARN deprecated referee-sinon@1.0.3: This package has been deprecated in favor of @sinonjs/referee-sinon
npm WARN deprecated referee@1.2.0: This package has been deprecated in favor of @sinonjs/referee
npm WARN deprecated referee@1.1.1: This package has been deprecated in favor of @sinonjs/referee
npm WARN deprecated sinon@1.7.3: 16.1.1

npm audit currently reports:

7 vulnerabilities (6 moderate, 1 critical)
stennie commented 10 months ago

The request package entered maintenance mode in 2019 and was fully deprecated as of Feb 2020: https://github.com/request/request/issues/3142