Using Ramda.js (and lenses), I want to modify the JavaScript object below to change “NAME:VERSION1” to “NAME:VERSION2” for the object that has ID= “/1/B/i”. I want to use a lens because I want to just change one deeply nested value, but otherwise retain the entire structure unchanged. I don’t want to use lensIndex because I never know what order the