Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ts-jest to remove deprecated dependencies
Removes warnings for [email protected] and [email protected]. CLI output before fix: $ npm install npm warn deprecated [email protected]: This module is not supported, and leaks memory. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported. $ npm list inflight glob ├─┬ [email protected] │ └─┬ @jest/[email protected] │ ├─┬ @jest/[email protected] │ │ └─┬ [email protected] │ │ └── [email protected] │ ├─┬ [email protected] │ │ └── [email protected] deduped │ └─┬ [email protected] │ └── [email protected] deduped $ npm install ts-jest@latest CLI output after fix: $ npm install up to date, audited 354 packages in 504ms found 0 vulnerabilities
- Loading branch information