react-ionicons icon indicating copy to clipboard operation
react-ionicons copied to clipboard

update version of prop-types to >=15.6.2

Open Bullfrog1234 opened this issue 4 years ago • 0 comments

There is an alert on auditing in NPM and YARN that raises this package, a trace of the issue shows that it is in node-fetch

The link is this: react-ionicons > prop-types > fbjs > isomorphic-fetch > node-fetch

prop-types removed dependency on fbjs in version 15.6.2 by inlining some helpers from it. Current version in package is 15.5.10

Suggest update the version of prop-types to >=15.6.2.

This upgrade may have breaking change, I have not assessed.

Link to prop-types pull request for context.

Bullfrog1234 avatar Mar 08 '21 12:03 Bullfrog1234