How to locate a deep dependency?
I have a Fresh project with some NPM dependencies.
One day the following warning pops up every time the server starts:
The following command doesn't work because
Next thing I could try is upgrading the relevant module in my
One day the following warning pops up every time the server starts:
The following command doesn't work because
update-browserslist-db assumes a package.json.Next thing I could try is upgrading the relevant module in my
deno.json, how to I find the module depending on browserslist down their dependency tree?