I know the title is confusing but I wasn't sure how to word my issue...
I am using a package in my App called "react-dnd-html5-backend". This specific package has a dependency called "autobind-decorator". autobind-decorator recently posted an update to their package that introduced conflicts in a few spots in my App. I would like to specify that "react-dnd-html5-backend" use the exact version that I know is compatible wit my code. Is there a way to specify that in my package.json file? To specify the version of "autobind-decorator" that "react-dnd-html5-backend" uses while in my application?