I've made updates to my package.json
file - all packages are listed as follows:
"dependencies": {
"@apollo/client": "3.6.4",
"bootstrap": "4.6.2",
"graphql": "16.5.0"
}
It's worth noting that there is no sign of the characters ^
or ~
in the package versions.
Despite this, build stages in the pipeline that used to succeed are now failing, and I'm investigating the root cause.
Could there be a scenario where there might have been a code alteration (specifically in the package-lock.json
) for these dependencies, or do they remain unchanged once published?