This commit is contained in:
antelle 2020-05-15 20:00:18 +02:00
parent 65f66ac60c
commit 8251423d95
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
2 changed files with 623 additions and 498 deletions

1103
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,10 +28,10 @@
"bourbon": "^7.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"dompurify": "^2.0.10",
"electron": "^8.2.5",
"dompurify": "^2.0.11",
"electron": "^8.3.0",
"electron-builder": "^22.6.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-babel": "^5.3.0",
@ -61,7 +61,7 @@
"handlebars-loader": "1.7.1",
"html-minifier": "4.0.0",
"ignore-loader": "^0.1.2",
"jquery": "3.5.0",
"jquery": "3.5.1",
"json-loader": "^0.5.7",
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
"kdbxweb": "1.6.0",
@ -70,9 +70,9 @@
"marked": "^1.0.0",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.1.2",
"morphdom": "^2.6.0",
"node-sass": "^4.14.0",
"node-stream-zip": "1.10.1",
"morphdom": "^2.6.1",
"node-sass": "^4.14.1",
"node-stream-zip": "1.11.1",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pikaday": "1.8.0",
@ -87,12 +87,12 @@
"string-replace-webpack-plugin": "0.1.3",
"strip-sourcemap-loader": "0.0.1",
"sumchecker": "^3.0.1",
"terser-webpack-plugin": "^3.0.0",
"terser-webpack-plugin": "^3.0.1",
"time-grunt": "2.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-dev-server": "^3.10.3"
"webpack-dev-server": "^3.11.0"
},
"optionalDependencies": {
"grunt-appdmg": "github:keeweb/grunt-appdmg#874ad83",