With the concept of fully locked dependencies, it would be useful to restrict certain dependencies to only update to given semver range. ```js export default { pin: { "typescript": "^5.0.0" }, }; ```