Hi, when I access https://cdn.plot.ly/plotly-latest.min.js, I get this: ``` /** * plotly.js v1.58.5 * Copyright 2012-2021, Plotly, Inc. * All rights reserved. * Licensed under the MIT license */ ``` According to https://github.com/plotly/plotly.js/releases/latest, I should get this instead: ``` /** * plotly.js v2.35.3 * Copyright 2012-2024, Plotly, Inc. * All rights reserved. * Licensed under the MIT license */ ``` It appears as though the `-latest` CDN path is maybe bumped manually or it used to work automatically but the automation for it broke at some point.