You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm view [email protected] deprecated
Glob versions prior to v9 are no longer supported
$ npm view inflight deprecated
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.
The text was updated successfully, but these errors were encountered:
$ npm install @actions/cache@3
added 61 packages, and audited 62 packages in 3s
2 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
$ npm install @actions/cache@4
npm warn deprecated [email protected]: 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 [email protected]: Glob versions prior to v9 are no longer supported
added 25 packages, changed 1 package, and audited 87 packages in 2s
4 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
This package is in maintenance mode and we don't plan to do any new releases.
Our suggestion is that you fork the repo or find another fork that has been actively maintained.
I ran their CI workflow twirp-ts.yaml (Build & Test) against Node.js 18 - 23. The workflow passes on Node.js 18 and fails on higher versions 20 - 23. This is also not good.
@actions/[email protected] is triggering a vulnerability warning https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
The dependencies are
inflight
.The text was updated successfully, but these errors were encountered: