Merge 2.17.1

This commit is contained in:
Michael Teeuw 2021-10-01 18:58:26 +02:00
commit e4a0a517d5
3 changed files with 14 additions and 8 deletions

View File

@ -15,6 +15,12 @@ _This release is scheduled to be released on 2022-01-01._
### Fixed
## [2.17.1] - 2021-10-01
### Fixed
- Fixed error when accessing letsencrypt certificates
## [2.17.0] - 2021-10-01
Special thanks to the following contributors: @apiontek, @eouia, @jupadin, @khassel and @rejas.

14
package-lock.json generated
View File

@ -50,7 +50,7 @@
"node": ">=12"
},
"optionalDependencies": {
"electron": "^13.5.0"
"electron": "^13.5.1"
}
},
"node_modules/@babel/code-frame": {
@ -3230,9 +3230,9 @@
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
"node_modules/electron": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-13.5.0.tgz",
"integrity": "sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw==",
"version": "13.5.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-13.5.1.tgz",
"integrity": "sha512-ZyxhIhmdaeE3xiIGObf0zqEyCyuIDqZQBv9NKX8w5FNzGm87j4qR0H1+GQg6vz+cA1Nnv1x175Zvimzc0/UwEQ==",
"devOptional": true,
"hasInstallScript": true,
"dependencies": {
@ -13035,9 +13035,9 @@
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
"electron": {
"version": "13.5.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-13.5.0.tgz",
"integrity": "sha512-s4+b1RFWkNKWp7WWrv2q60MuFljHUCbO7XAupBSCUz/NP1Hz4OenWbMPUt0H+fa8YZeN8CX3JDIA8Bet5uAJvw==",
"version": "13.5.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-13.5.1.tgz",
"integrity": "sha512-ZyxhIhmdaeE3xiIGObf0zqEyCyuIDqZQBv9NKX8w5FNzGm87j4qR0H1+GQg6vz+cA1Nnv1x175Zvimzc0/UwEQ==",
"devOptional": true,
"requires": {
"@electron/get": "^1.0.1",

View File

@ -67,7 +67,7 @@
"suncalc": "^1.8.0"
},
"optionalDependencies": {
"electron": "^13.5.0"
"electron": "^13.5.1"
},
"dependencies": {
"colors": "^1.4.0",