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 5cd833d commit 42541b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Since [ECharts](https://echarts.apache.org/) is the main dependency of this
application, major version changes in ECharts will also trigger a major version
change in this application.

## Version 6.0.5 (2024-10-29)

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

## Version 6.0.4 (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": "echarts-node-export-server",
"version": "6.0.4",
"version": "6.0.5",
"description": "ECharts Node.js export server",
"repository": {
"url": "https://gitlab.com/striezel/echarts-node-export-server.git",
Expand All @@ -23,7 +23,7 @@
"license": "GPL-3.0",
"dependencies": {
"canvas": "^2.11.2",
"uuid": "^11.0.1"
"uuid": "^11.0.2"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 42541b7

Please sign in to comment.