fix certbot run on launch/dep updates

Signed-off-by: Zoey <zoey@z0ey.de>

Update dependency jsonwebtoken to v9.0.2
Update dependency liquidjs to v10.9.2
Update dependency jquery to v3.7.1
This commit is contained in:
GitHub
2023-08-28 18:11:31 +00:00
committed by Zoey
parent f9971aa9d5
commit 55b173a744
4 changed files with 5 additions and 7 deletions

View File

@@ -31,8 +31,6 @@ const internalCertificate = {
initTimer: () => { initTimer: () => {
logger.info('Certbot Renewal Timer initialized'); logger.info('Certbot Renewal Timer initialized');
internalCertificate.interval = setInterval(internalCertificate.processExpiringHosts, internalCertificate.intervalTimeout); internalCertificate.interval = setInterval(internalCertificate.processExpiringHosts, internalCertificate.intervalTimeout);
// And do this now as well
internalCertificate.processExpiringHosts();
}, },
/** /**

View File

@@ -14,9 +14,9 @@
"express": "4.18.2", "express": "4.18.2",
"express-fileupload": "1.4.0", "express-fileupload": "1.4.0",
"gravatar": "1.8.2", "gravatar": "1.8.2",
"jsonwebtoken": "9.0.1", "jsonwebtoken": "9.0.2",
"knex": "2.5.1", "knex": "2.5.1",
"liquidjs": "10.9.1", "liquidjs": "10.9.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"moment": "2.29.4", "moment": "2.29.4",
"mysql": "2.18.1", "mysql": "2.18.1",

View File

@@ -18,7 +18,7 @@
"file-loader": "6.2.0", "file-loader": "6.2.0",
"html-webpack-plugin": "4.5.2", "html-webpack-plugin": "4.5.2",
"imports-loader": "0.8.0", "imports-loader": "0.8.0",
"jquery": "3.7.0", "jquery": "3.7.1",
"jquery-mask-plugin": "1.14.16", "jquery-mask-plugin": "1.14.16",
"jquery-serializejson": "3.2.1", "jquery-serializejson": "3.2.1",
"marionette.approuter": "1.0.2", "marionette.approuter": "1.0.2",

File diff suppressed because one or more lines are too long