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

Commit

Permalink
Update Serverless to fix security vulnerability in Axios
Browse files Browse the repository at this point in the history
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
  • Loading branch information
FergusMcGlynn committed Jan 13, 2021
1 parent f5aab20 commit be72c43
Show file tree
Hide file tree
Showing 2 changed files with 1,819 additions and 1,136 deletions.

0 comments on commit be72c43

Please sign in to comment.