Hi all, I have another proposal regarding NPM. Do we want to upgrade our lockfile versions? This came up during a PR for package-lock.json updates: https://github.com/apache/cordova-lib/pull/879#issuecomment- 917483860
>From my understanding the new version "2" is backwards compatible and default in npm v7. If you can `npm install` with npm@7 it automatically updates the lockfile by default. Which means we could accidentally commit it. Details from the docs: https://docs.npmjs.com/cli/v7/configuring-npm/package-lock- json#lockfileversion As it is backwards compatible I think an upgrade would be fine. What do you think?