Skip to content

Commit 9a5869c

Browse files
committed
dependencies: update jsdom to 26.0.0
1 parent 9c13589 commit 9a5869c

File tree

3 files changed

+154
-23
lines changed

3 files changed

+154
-23
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ 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 5.9.6 (2025-01-23)
14+
15+
* __[maintenance]__
16+
Update dependency `jsdom` to 26.0.0.
17+
18+
As part of the `jsdom` update, `cssstyle` is updated to 4.2.1 and `rrweb-cssom`
19+
is updated to 0.8.0.
20+
1321
## Version 5.9.5 (2025-01-23)
1422

1523
* __[maintenance]__

export-server/package-lock.json

Lines changed: 144 additions & 21 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": "5.9.5",
3+
"version": "5.9.6",
44
"description": "Plotly.js Node.js export server",
55
"repository": {
66
"url": "https://gitlab.com/striezel/plotly-node-export-server.git",
@@ -22,7 +22,7 @@
2222
"author": "Dirk Stolle <[email protected]>",
2323
"license": "GPL-3.0",
2424
"dependencies": {
25-
"jsdom": "^25.0.1"
25+
"jsdom": "^26.0.0"
2626
},
2727
"engines": {
2828
"node": ">=18"

0 commit comments

Comments
 (0)