forked from bartholomej/ngx-translate-extract
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade glob to 10.2.2 (support Node >= 16)
Upgrade the `glob` dependency to its latest version which does not rely anymore on the transitive dependency `inflight`. This is interesting because `inflight` contains a [memory-leak issue](isaacs/inflight-DEPRECATED-DO-NOT-USE#5) which is raised by Security scanners like Checkmarx. ALso, glob@9 introduced Typescript support, so there is no need for the `@types/glob` package anymore. As a consequence, the minimum Node version required is 16 because support for older versions was dropped by glob@9.
- Loading branch information
Clémence Mousset
committed
Apr 26, 2023
1 parent
daf7b83
commit 95aaaf4
Showing
3 changed files
with
75 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.