microsoft / vscode-makefile-tools

MAKE integration in Visual Studio Code
Other
194 stars 58 forks source link

Dependabot fixes #438

Closed gcampbell-msft closed 1 year ago

gcampbell-msft commented 1 year ago

This PR should points minimatch to at least 3.0.5 which is the lowest patched value.

Additionally, in order to make this easier, I updated some dependencies, which made some changes in tsconfig.json and the code to satisfy the types.

@andreeis, Please make sure that the code type changes I made, specifically the change in src/make.ts where I made a decision to avoid an undefined value of e.exitCode