mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 07:53:39 +00:00
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:
@@ -31,8 +31,6 @@ const internalCertificate = {
|
||||
initTimer: () => {
|
||||
logger.info('Certbot Renewal Timer initialized');
|
||||
internalCertificate.interval = setInterval(internalCertificate.processExpiringHosts, internalCertificate.intervalTimeout);
|
||||
// And do this now as well
|
||||
internalCertificate.processExpiringHosts();
|
||||
},
|
||||
|
||||
/**
|
||||
|
@@ -14,9 +14,9 @@
|
||||
"express": "4.18.2",
|
||||
"express-fileupload": "1.4.0",
|
||||
"gravatar": "1.8.2",
|
||||
"jsonwebtoken": "9.0.1",
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"knex": "2.5.1",
|
||||
"liquidjs": "10.9.1",
|
||||
"liquidjs": "10.9.2",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.29.4",
|
||||
"mysql": "2.18.1",
|
||||
|
Reference in New Issue
Block a user