chilts / mongodb-queue

Message queues which uses MongoDB.
209 stars 92 forks source link

fixed versions #28

Closed coderofsalvation closed 4 years ago

mcnijman commented 6 years ago

What does this fix? It disables minor and patch updates, which is a security issue. See: https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004 how caret ranges work.

coderofsalvation commented 6 years ago

ah yes, nvm i forgot that the caret changes the major number (mine was 3, probably because of a framework install).

On Fri, Sep 14, 2018, 15:33 mcnijman notifications@github.com wrote:

What does this fix? It disables minor and patch updates, which is a security issue. See: https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004 how caret ranges work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/chilts/mongodb-queue/pull/28#issuecomment-421359609, or mute the thread https://github.com/notifications/unsubscribe-auth/AAK_ZBKy6iOVmydbRrIGA0w5fvZBL_Liks5ua7AOgaJpZM4WpGIE .

chilts commented 4 years ago

Erm, no.