amazon-connect / amazon-connect-chat-interface

Amazon Connect Chat Interface - a browser-based customer chat widget for your website integrating with Amazon Connect ChatJS
https://docs.aws.amazon.com/connect/latest/adminguide/what-is-amazon-connect.html
MIT No Attribution
33 stars 35 forks source link

update package.json to use "overrides" key #125

Closed spencerlepine closed 1 year ago

spencerlepine commented 1 year ago

Issue #, if available: npm install will not work in Node v16+

Description of changes: Update package.json so that npm install will pass in Node v16+.

"resolutions" key in package.json is for <= Node v15. We need to support >= Node v16, which has built in "overrides" key. These keys are to handle vulnerabilities. We currently use this to keep Webpack v4.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.