Skip to content

Commit

Permalink
Update ts-jest to remove deprecated dependencies
Browse files Browse the repository at this point in the history
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
moodmosaic authored and BowTiedRadone committed Jan 29, 2025
1 parent d0e2e87 commit ee80885
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@hirosystems/clarinet-sdk-wasm": "2.12.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
}
}

0 comments on commit ee80885

Please sign in to comment.