Skip to content

Commit

Permalink
Merge pull request #60 from questionlp/develop
Browse files Browse the repository at this point in the history
Upgrade Plotly.js v2 and v3 to latest versions, bump nanoid version to address dependency security vulnerabilities
  • Loading branch information
questionlp authored Dec 16, 2024
2 parents 33f7a07 + 759d7a7 commit 34740e3
Show file tree
Hide file tree
Showing 8 changed files with 3,902 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## 3.3.1

### Component Changes

- Upgrade Plotly.js v2 from 2.35.2 to 2.35.3
- Upgrade Ployly.js v3 from 3.0.0-rc.1 to 3.0.0-rc.2
- Upgrade nanoid from 3.3.7 to 3.3.8 to fix a security vulnerability for a package required to compile, minify and copy generated CSS files

## 3.3.0

### Application Changes
Expand Down
8 changes: 8 additions & 0 deletions app/static/js/plotly-2.35.3.min.js

Large diffs are not rendered by default.

3,879 changes: 3,879 additions & 0 deletions app/static/js/plotly-3.0.0-rc.2.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/static/js/plotly-latest.min.js
2 changes: 1 addition & 1 deletion app/static/js/plotly-stable.min.js
2 changes: 1 addition & 1 deletion app/static/js/plotly-v3.min.js
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# vim: set noai syntax=python ts=4 sw=4:
"""Application Version for Wait Wait Graphs Site."""

APP_VERSION = "3.3.0"
APP_VERSION = "3.3.1"
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 34740e3

Please sign in to comment.