Related to #2228 and inspired by the checklist item in #1128, let's make sure transitive dependencies are up-to-date across the whole monorepo. Copying in the checklist item from #1128 for guidance, and adding checkboxes for each package within the monorepo:
Packages with npm audit --json integrated into testing via a lint:deps npm task:
Security guidance for reference:
Related to #2228 and inspired by the checklist item in #1128, let's make sure transitive dependencies are up-to-date across the whole monorepo. Copying in the checklist item from #1128 for guidance, and adding checkboxes for each package within the monorepo:
Packages with
npm audit --jsonintegrated into testing via alint:depsnpm task:Security guidance for reference:
npm auditwith audit-filter to review and handle exceptions (see example in speech-proxy)