lets say I have a package A and a package B, both of which depend on a third party package C.
I don’t want to have to update C in both packages. I want to centrally update it and both packages will inherit that update. Is this possible? Not sure if SPM was intentionally designed to not support this.