Skip to content

Commit 0f854cd

Browse files
dependencies: update jsdom to 21.1.0
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c41515b commit 0f854cd

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Since [Plotly.js](https://plotly.com/javascript/) is the main dependency of this
1010
application, major version changes in Plotly.js will also trigger a major
1111
version change in this application.
1212

13-
## Version 2.4.0-pre (2023-01-24)
13+
## Version 2.4.0 (2023-01-24)
14+
15+
* __[maintenance]__
16+
Update dependency `jsdom` to 21.1.0.
1417

1518
* __[maintenance]__
1619
Update dependency `punycode` to 2.3.0.

export-server/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

export-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plotly-node-export-server",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Plotly.js Node.js export server",
55
"repository": {
66
"url": "https://gitlab.com/striezel/plotly-node-export-server.git",
@@ -21,7 +21,7 @@
2121
"author": "Dirk Stolle <[email protected]>",
2222
"license": "GPL-3.0",
2323
"dependencies": {
24-
"jsdom": "^21.0.0",
24+
"jsdom": "^21.1.0",
2525
"uuid": "^9.0.0"
2626
},
2727
"engines": {

0 commit comments

Comments
 (0)