Practice essential collocations for dependency management in IT and software development.
0 / 5 completed
1 / 5
The team ran Dependabot every week to ___ packages and reduce the risk of running outdated dependencies.
Update packages is the standard dependency management collocation for installing newer versions of third-party libraries used in a project. 'Upgrade along' and 'refresh around' are informal. 'Bump out' is too informal for a standard dependency management description.
2 / 5
The security policy required the team to ___ versions of all critical dependencies in production to ensure reproducible builds.
Pin versions is the standard dependency management collocation for specifying exact version numbers to ensure consistent and reproducible installs. 'Fix along' and 'set out' are informal. 'Lock around' is close but 'lock versions' is also used — 'pin' is the most precise collocation.
3 / 5
The team ran `npm audit` weekly to ___ vulnerabilities in the dependency tree before they could be exploited.
Audit vulnerabilities is the standard dependency security collocation for systematically scanning a project's dependency tree for known security flaws. 'Check along' and 'scan around' are informal. 'Find out' is too generic for a structured security audit.
4 / 5
After upgrading React, the team had to spend a day to ___ conflicts between the new version and existing peer dependencies.
Resolve conflicts is the standard dependency management collocation for addressing version incompatibilities between packages in a dependency graph. 'Fix along' and 'handle around' are informal. 'Sort out' is informal and more common in British English conversational usage.
5 / 5
The team adopted a policy to commit the `package-lock.json` to source control in order to ___ lockfile and ensure consistent installs.
Manage the lockfile is the standard Node.js and dependency management collocation for keeping the lock file accurate, committed, and consistent with the installed packages. 'Maintain along' and 'keep around' are informal. 'Control out' is not a standard phrase.