Is strongly recommended to pin the packages on `package.json` file, in order to avoid auto-upgrade, because it could break the application. For example, instead of `"showdown": "^1.9.1"`, is safer to write just `"showdown": "1.9.1"` (without `ˆ`).