Dear team,
Below is my package json of project
"dependencies": {
"grunt": "0.4.5",
"grunt-assemble": "^0.5.0",
"grunt-assemble-permalinks": "0.1.0"
"handlebars": "3.0.3"
}
I want to upgrade handlebars to latest one - 4.7.6 in this case do I need to upgrade "grunt-assemble": "^0.5.0" package as well to "grunt-assemble": "^0.6.3" ? or would it be fine if I keep "grunt-assemble": "^0.5.0" as it is ?
Note: I am using npm-shrinkwrap.json to manage versions