awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.
Apache License 2.0
40 stars 27 forks source link

bump library versions #398

Closed DmitriyMusatkin closed 1 year ago

DmitriyMusatkin commented 1 year ago

Issue #, if available:

Description of changes: bump json5 dep and regenerate package-lock.json to be compatible with lock version 2 (which is backwards compatible with version 1)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TingDaoK commented 1 year ago

seems like you bumped it to "lockfileVersion": 3,?

DmitriyMusatkin commented 1 year ago

seems like you bumped it to "lockfileVersion": 3,?

ugh, you are right. i updated npm before regenerating package-lock.json and looks like npm 9 dropped support for npm 6 and now default to lockfileVersion 3