erisu commented on issue #124:
URL: 
https://github.com/apache/cordova-node-xcode/issues/124#issuecomment-4741464065

   Closing as resolved.
   
   As @breautek mentioned above, reinstalling this package should fetch the 
latest version of `simple-plist`.
   
   Although `package.json`, for the latest release, specifies `"simple-plist": 
"^1.1.0"`, the `^` allows compatible updates and would fetch the latest release 
within the supported version range. This means that version `1.3.1` would have 
been fetched.
   
   Example:
   
   ```text
   % npm install xcode@latest
   % npm ls simple-plist
   [email protected] /private/tmp/test
   └─┬ [email protected]
     └── [email protected]
   ```
   
   Additionally, the dependency has been updated to the latest version on the 
`main` branch, which still happens to be 1.3.1.
   


-- 
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]

Reply via email to