Skip to content

Commit

Permalink
dependencies(deps): bump canvas from 2.10.1 to 2.10.2 in /export-server
Browse files Browse the repository at this point in the history
Bumps [canvas](https://github.com/Automattic/node-canvas) from 2.10.1 to 2.10.2.
- [Release notes](https://github.com/Automattic/node-canvas/releases)
- [Changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md)
- [Commits](Automattic/node-canvas@v2.10.1...v2.10.2)

---
updated-dependencies:
- dependency-name: canvas
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Dirk Stolle <[email protected]>
  • Loading branch information
dependabot[bot] and striezel committed Oct 31, 2022
1 parent 23885aa commit bab28fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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 4.1.1 (2022-10-31)

* __[maintenance]__
Update dependency `canvas` to 2.10.2.

## Version 4.1.0 (2022-10-16)

__[improvement]__
Expand Down
10 changes: 5 additions & 5 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": "4.1.0",
"version": "4.1.1",
"description": "ECharts Node.js export server",
"repository": {
"url": "https://gitlab.com/striezel/echarts-node-export-server.git",
Expand All @@ -22,7 +22,7 @@
"author": "Dirk Stolle <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"canvas": "^2.10.1",
"canvas": "^2.10.2",
"uuid": "^9.0.0"
},
"engines": {
Expand Down

0 comments on commit bab28fc

Please sign in to comment.