5 | | 2. This is similar to 1, though this time it is due to the nature of NPM's semantic versioning, `grunt-contrib-imagemin` uses `"imagemin": "^4.0.0",` hence any further major, minor, or patch level releases in the 4.x branch of Imagemin will be installed by any user who creates a fresh clone/checkout of the develop, or deletes the `node_modules` folder to run `npm install` again, or runs `npm update` |
| 5 | 2. This is similar to 1, though this time it is due to the nature of NPM's semantic versioning, `grunt-contrib-imagemin` uses `"imagemin": "^4.0.0",` hence any further major, minor, or patch level releases in the 4.x branch of Imagemin will be installed by any user who creates a fresh clone/checkout of the develop, or deletes the `node_modules` folder to run `npm install` again, or runs `npm update`, so once again without the files being modified they won't benefit from further enhancements of the module. |