Skip to content

Commit

Permalink
build(deps): bump jsdom from 20.0.2 to 20.0.3 in /export-server
Browse files Browse the repository at this point in the history
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.2 to 20.0.3.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@20.0.2...20.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Dirk Stolle <striezel-dev@web.de>
  • Loading branch information
dependabot[bot] and striezel committed Nov 24, 2022
1 parent a319d87 commit 82937c7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 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 [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 2.1.2 (2022-11-24)

* __[maintenance]__
Update dependency `jsdom` to 20.0.3.

## Version 2.1.1 (2022-11-13)

* __[maintenance]__
Expand Down
28 changes: 14 additions & 14 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": "2.1.1",
"version": "2.1.2",
"description": "Plotly.js Node.js export server",
"repository": {
"url": "https://gitlab.com/striezel/plotly-node-export-server.git",
Expand All @@ -21,7 +21,7 @@
"author": "Dirk Stolle <striezel-dev@web.de>",
"license": "GPL-3.0",
"dependencies": {
"jsdom": "^20.0.2",
"jsdom": "^20.0.3",
"uuid": "^9.0.0"
},
"engines": {
Expand Down

0 comments on commit 82937c7

Please sign in to comment.