Yesterday a new version of svg select was pushed after a 6-year silence, but this version blocks the build of the Docker frontend. To fix this, just edit the lock package :
"svg.select.js": "github:svgdotjs/svg.select.js#master",
to
"svg.select.js": "./libs/svg.select.js-3.0.1.tar.gz",
Hello,
Yesterday a new version of svg select was pushed after a 6-year silence, but this version blocks the build of the Docker frontend. To fix this, just edit the lock package :
"svg.select.js": "github:svgdotjs/svg.select.js#master", to "svg.select.js": "./libs/svg.select.js-3.0.1.tar.gz",
( download release 3.0.1 to put it in libs of course ) svgdotjs/svg.select.js/tags
Hopefully I've saved someone a bit of time, Have a nice day!