box / box-node-sdk

A Javascript interface for interacting with the Box API. You can find the node package at
https://www.npmjs.com/package/box-node-sdk
Apache License 2.0
187 stars 121 forks source link

chore: Update packages to make FIPS compliance #841

Closed congminh1254 closed 1 year ago

congminh1254 commented 1 year ago

To support FIPS compliance, Box Node SDK must be able to run on OpenSSL 3.0. This PR bumps some packages that do not support OpenSSL 3.0 and also fix some failing tests.

The new private key used in the test is generated by Box DevPortal but is already deactivated and contains no sensitive information.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5586101052


Totals Coverage Status
Change from base Build 5585052604: 0.0%
Covered Lines: 2939
Relevant Lines: 3037

💛 - Coveralls