update AWS SDK from v2 to v3; npm audit fix#938
Conversation
4f292e0 to
6e88156
Compare
|
Fixed lint. |
6e88156 to
394d7d9
Compare
|
Re-ran
|
| "nock": "^13.5.4", | ||
| "node-addon-api": "^8.1.0", | ||
| "nyc": "^17.0.0", | ||
| "rimraf": "^6.1.2", |
There was a problem hiding this comment.
https://www.npmjs.com/package/rimraf
[!CAUTION]
Please Be Safe, this tool deletes and moves stuff, by design
It is your responsibility as a user to never pass untrusted user input to this module, or your system can be destroyed or compromised.
There was a problem hiding this comment.
This package is not new to this project; it has been used in tests since at least 2015.
The tests fail without it. Despite that, it was not actually installed when developers ran npm install in this repository. I can remove it, if you like, but then of course running npm ci; npm run test will fail (as it already does).
There was a problem hiding this comment.
My comment was just a caution, not a request for a change.
Also, let's get the tests to pass like:
Note that eslint-config-mapbox has to be pinned due to mapbox/eslint-plugin-mapbox#3.
394d7d9 to
6d5a012
Compare
* update AWS SDK from v2 to v3 * npm audit fix Note that eslint-config-mapbox has to be pinned due to mapbox/eslint-plugin-mapbox#3. * Allow npm audit to fail without breaking CI --------- Co-authored-by: Christian Clauss <cclauss@me.com>
Note: I've run
npm run test, but haven't done any additional testing. (I don't even use this tool directly, it's just a transitive dependency, that I noticed due to #932.)