chore(core): bump and trim deps (#20265)

Skipping for a later follow-up:

 - base64: #20266
 - notify
 - indexmap (will require follow-up in upstream projects)
This commit is contained in:
Matt Mastracci 2023-08-26 07:10:42 -06:00 committed by GitHub
parent 5dbf5c8293
commit d104a09f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 714 additions and 658 deletions

View file

@ -15,7 +15,7 @@ use deno_npm::resolution::ValidSerializedNpmResolutionSnapshot;
use deno_npm::NpmSystemInfo;
use deno_runtime::deno_tls::RootCertStoreProvider;
use deno_semver::npm::NpmPackageReqReference;
use indexmap::IndexMap;
use indexmap1::IndexMap;
pub use deno_config::BenchConfig;
pub use deno_config::CompilerOptions;