GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 158 forks source link

Update package lock to v2 #423

Closed grant closed 2 years ago

grant commented 2 years ago

Currently our package-lock.json uses v1. Recent versions of node/npm use v2, and sometimes automatically update, causing unnecessary diffs.

We should just update to v2.

grant commented 2 years ago

Fixed with https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/426.