--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # bun pm trust > Mark dependencies as trusted. > See also: `bun pm untrusted`. > More information: . - Trust a specific dependency and add it to `trustedDependencies`: `bun pm trust {{dependency_name}}` - Trust all currently untrusted dependencies: `bun pm trust --all`