Skip to content

Commit

Permalink
Updates dependencies to address security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Aug 4, 2022
1 parent 67448c1 commit b232a3b
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 146 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draw.io",
"version": "19.0.3",
"version": "20.0.4",
"description": "draw.io desktop",
"main": "electron.js",
"scripts": {
Expand Down Expand Up @@ -29,20 +29,20 @@
},
"homepage": "https://github.com/jgraph/drawio",
"dependencies": {
"@electron/remote": "^2.0.5",
"commander": "^9.3.0",
"@electron/remote": "^2.0.8",
"commander": "^9.4.0",
"compression": "^1.7.4",
"crc": "^4.1.1",
"electron-log": "^4.4.7",
"electron-log": "^4.4.8",
"electron-progressbar": "^2.0.1",
"electron-store": "^8.0.1",
"electron-updater": "^5.0.1",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"pdf-lib": "^1.17.1"
},
"devDependencies": {
"dotenv": "^16.0.1",
"electron": "^19.0.3",
"electron-builder": "23.0.4",
"electron": "^19.0.10",
"electron-builder": "23.3.3",
"electron-notarize": "^1.2.1",
"sumchecker": "^3.0.1"
}
Expand Down
Loading

1 comment on commit b232a3b

@m-mohamedin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed

Please sign in to comment.