[NO LONGER MAINTAINED] A tool that migrates an existing Wordpress site into a fully functioning Serverless site, powered by AWS (Cloudfront, API Gateway, Lambda, S3).
MIT License
80
stars
14
forks
source link
Serverless version insecure - `npm audit` recommends updating to 1.32.0 #7
On line 285: https://github.com/mscifo/pressless/blob/4e727bd0de0754f81f5e77efb960ab125ec62b1a/bin/pressless#L285
we run
npm install
in./.pressless
, with apackage.json
file defined on line 136. On line 141: https://github.com/mscifo/pressless/blob/4e727bd0de0754f81f5e77efb960ab125ec62b1a/bin/pressless#L141 we require serverless version1.17.0
.npm install
now automatically runsnpm audit
, which reports: