Can't get latest version using NPM

In my hardhat project I'm using openzeppelin-contracts-upgradeable. I have installed the latest version using the command npm i @openzeppelin/contracts-upgradeable which brings the latest version for now - 4.7.3 . For some reason while going over the contracts in my local environment (under node_modules) I see a version different (older) then the one I see in github.

I tried removing openzeppelin folder completely from my local node-modules + erasing npm-cache and re-installing the package but still get the same result.

Any ideas?