You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/05 05:57:30 UTC

[GitHub] [pulsar-client-node] massakam opened a new pull request, #224: Update async to 3.2.4

massakam opened a new pull request, #224:
URL: https://github.com/apache/pulsar-client-node/pull/224

   There seems to be a vulnerability in the `async` module, so I ran `npm audit fix` to upgrade it.
   ```sh
   $ npm audit
   
   # npm audit report
   
   async  3.0.0 - 3.2.1
   Severity: high
   Prototype Pollution in async - https://github.com/advisories/GHSA-fwr7-v2mv-hh25
   fix available via `npm audit fix`
   node_modules/grunt-legacy-util/node_modules/async
   
   1 high severity vulnerability
   
   To address all issues, run:
     npm audit fix
   ```


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar-client-node] nkurihar merged pull request #224: Update async to 3.2.4

Posted by GitBox <gi...@apache.org>.
nkurihar merged PR #224:
URL: https://github.com/apache/pulsar-client-node/pull/224


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org