Rizki Rifandani
Rizki Rifandani
I have `"axios": "^1.5.0"` as `dependencies` in `package.json`. When i try to upgrade it using these command `ncu -u --install always --filter axios --target semver`, it correctly updates the `package.json`...
yeah, if the actual installed module is `^1.6.2`, then why in `package.json` does not also updates to `^1.6.2` instead of `^1.5.1` ?
> It was a very dumb mistake. I published a patch to `v16.14.12`. Let me know if that fixes it. thanks a lot, now package.json also updates correctly to `^1.6.2`...