Skip to content

Commit

Permalink
dependencies: update uuid to 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Oct 29, 2024
1 parent a3e51dd commit 063ddf7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Since [Plotly.js](https://plotly.com/javascript/) is the main dependency of this
application, major version changes in Plotly.js will also trigger a major
version change in this application.

## Version 5.8.11-pre (2024-10-29)
## Version 5.8.11 (2024-10-29)

* __[bug fix]__
Fix error in handling of array data for graphs.
Expand All @@ -21,6 +21,9 @@ Update dependency `parse5` to 7.2.1.
* __[maintenance]__
Update dependencies `tldts` + `tldts-core` to 6.1.56.

* __[maintenance]__
Update dependency `uuid` to 11.0.2.

## Version 5.8.10 (2024-10-28)

* __[maintenance]__
Expand Down
18 changes: 9 additions & 9 deletions export-server/package-lock.json

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

4 changes: 2 additions & 2 deletions export-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plotly-node-export-server",
"version": "5.8.11-pre",
"version": "5.8.11",
"description": "Plotly.js Node.js export server",
"repository": {
"url": "https://gitlab.com/striezel/plotly-node-export-server.git",
Expand All @@ -23,7 +23,7 @@
"license": "GPL-3.0",
"dependencies": {
"jsdom": "^25.0.1",
"uuid": "^11.0.1"
"uuid": "^11.0.2"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 063ddf7

Please sign in to comment.