GoogleCloudPlatform / nodejs-docker

The Node.js Docker image used by Google App Engine Flexible.
https://cloud.google.com/nodejs
Apache License 2.0
405 stars 115 forks source link

Update gpg key by running docker_gen_keys.sh. Following playbook nodejs-docker/README.developer.md. #256

Closed jinglundong closed 1 year ago

jinglundong commented 1 year ago

Some of the versions in the lock file got downgraded. That's a little bit concerning at the beginning. After checking the lockfile version and dependencies in https://github.com/GoogleCloudPlatform/nodejs-docker/blob/master/runtime-image/package.json, I think those downgrade is due to transitive dependencies of the changes in the package.json file. So, seems safe to me. Please don't hesitate to raise any concerns.