Update dependencies (#3096)

This commit is contained in:
Felix Häusler 2022-03-06 05:16:50 +01:00 committed by GitHub
parent 225022b8c4
commit ca1d084f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions

View File

@ -57,7 +57,7 @@
"execall": "^2.0.0",
"flowchart.js": "^1.17.1",
"fontmanager-redux": "^1.1.0",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"fuzzaldrin": "^2.1.0",
"github-markdown-css": "^3.0.1",
"html-tags": "^3.1.0",
@ -115,7 +115,7 @@
"del": "^6.0.0",
"devtron": "^1.4.0",
"dotenv": "^10.0.0",
"electron": "^15.3.7",
"electron": "^15.4.0",
"electron-builder": "^22.14.13",
"electron-devtools-installer": "^3.2.0",
"electron-rebuild": "^3.2.7",

View File

@ -5658,10 +5658,10 @@ electron-window-state@^5.0.3:
jsonfile "^4.0.0"
mkdirp "^0.5.1"
electron@^15.3.7:
version "15.3.7"
resolved "https://registry.yarnpkg.com/electron/-/electron-15.3.7.tgz#9907f98f65b0fe012187cf4f84b10a48e5af7541"
integrity sha512-Wld3yR9KWqgUz9Db6/+ocABXknhonFWB8JlA05QhgJYSnonZn5gggMpWYgLAs85YCGa1nuWWQmx5kDna2CLGCg==
electron@^15.4.0:
version "15.4.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-15.4.0.tgz#c24b0aa8bb89c7c880efb0b969e117a3010db576"
integrity sha512-0aJCuE2OJcwmzEO+VoXFtrWc1HhppZzecoqqWqnlh6c3y3+7AJ1cX79kpiGm+y9966BaGunx2bxiirSGUjtC1w==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"
@ -6663,6 +6663,15 @@ fs-extra@^10.0.0:
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.1.tgz#27de43b4320e833f6867cc044bfce29fdf0ef3b8"
integrity sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"
fs-extra@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"