Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump elliptic from 6.5.2 to 6.5.4 #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,934 changes: 1,346 additions & 588 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mind",
"version": "1.1.9",
"version": "1.2.0",
"author": "",
"description": "an mind map and outliner software",
"license": null,
Expand Down Expand Up @@ -116,15 +116,16 @@
"quill": "^1.3.7",
"request": "^2.88.2",
"svg.js": "^2.7.1",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2",
"twemoji": "^12.1.5",
"vue": "^2.5.16",
"vue-electron": "^1.0.6",
"vue-i18n": "^8.17.3",
"vue-router": "^3.0.1",
"vuejs-dialog": "^1.4.2",
"vuex": "^3.0.1",
"vuex-electron": "^1.0.0",
"turndown": "^7.0.0",
"turndown-plugin-gfm": "^1.0.2"
"vuex-electron": "^1.0.0"
},
"devDependencies": {
"ajv": "^6.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/main/onedrive.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function getFile(e,id,url){


process.on('uncaughtException', function(err) {

console.log(err);

});

Expand Down
Loading