karma-runner / karma-runner/karma
Npm warn deprecated inflight@1.0.6 rimraf@3.0.2 glob@7.2.3
- Dominant language
- JavaScript
- Stars
- 12k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
when i run `npm i` i become many npm warning
```
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@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
```
package.json
```
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
```
another versions
```
angular/cli: 18.2.7
node: v20.18.0
npm: 10.8.2
```
Contributor guide
Assessment
This issue has not been assessed yet.