erisu opened a new pull request #230: URL: https://github.com/apache/cordova-paramedic/pull/230
### Motivation and Context - Update all dependencies to remove most package vulnerabilities (npm audit). - Use latest Socket.IO ### Description **Breaking Changes:** - `[email protected]` - `[email protected]` - `jasmine-spec-reporter@^7.0.0` - `[email protected]` - Socket.IO - Server-Side`[email protected]` - Client-Side`[email protected]` - Update API usage: - `io.listen(port, options)` to `io(port, options)` - `io.connect(connectionUri)` to `io(connectionUri)` - CORS: Accept All Origin Requests - `[email protected]` **Minor Changes:** - `jasmine@^3.10.0` - `jasmine-reporters@^2.5.0` - `[email protected]` - `[email protected]` - `[email protected]` - Rebuild `package-lock.json` with v2 ### Testing - `npm run test-browser` - GitHub Actions ### Checklist - [x] I've run the tests to see all new and existing tests pass -- 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]
