Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Update Serverless to fix security vulnerability in Axios #59

Merged
merged 1 commit into from
Jan 14, 2021

Commits on Jan 13, 2021

  1. Update Serverless to fix security vulnerability in Axios

    See serverless/serverless#8712 for
    details of the security vulnerability.
    
    This update to Serverless has necessitated us installing "ajv"
    as a dev dependency. "ajv" is a peer dependency of one of Serverless'
    dependencies, and shouldn't normally require us to install it
    (because Serverless itself does), however there is a long-standing
    bug in npm that leads to npm being unable to resolve peer
    dependencies in certain circumstances, this being one of them.
    More details at
    serverless/serverless#8727
    and
    npm/npm#19877
    FergusMcGlynn committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    be72c43 View commit details
    Browse the repository at this point in the history