minor and patch versions but do not update to the current major versionnpm update moment
Before update""dependencies": {
    "moment": "^1.6.2"
}
After update"dependencies": {
    "moment": "^1.7.2"
}
The package updated to 1.7.2 even though the current major version is 2