breautek commented on PR #627: URL: https://github.com/apache/cordova-cli/pull/627#issuecomment-1856098552
> I'm not seeing the 12.0.1 release you mention, neither here nor on npm Oops, my bad, that's still in dev, the current latest is 12.0.0 > Woops, well spotted @breautek, I was quick to assume that this PR also bumped this repo's package.json (and the published one). Maybe we could amend this PR to reflect these changes in the package.json file to make them available to everyone in a future version ? I made a [PR](https://github.com/apache/cordova-cli/pull/631) to address the package.json for this + several other NPM audits that is outstanding in the current package-lock.json state. There's still audit issues from the `insight` package that needs to be addressed and that's not as simple as a version bump. So that will remain currently. To re-iterate you don't need this or my PR to address the systeminformation concern, you just need to `npm upgrade` (if yo have cordova locally installed in your project) or `npm install -g cordova@latest` and NPM will reinstall cordova globally with the latest dependency tree information. This works because cordova has the version pin to allow for any version in 5.x range for systeminformation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
