mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 23:43:36 +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",
|
||||
|
@@ -18,7 +18,7 @@
|
||||
"file-loader": "6.2.0",
|
||||
"html-webpack-plugin": "4.5.2",
|
||||
"imports-loader": "0.8.0",
|
||||
"jquery": "3.7.0",
|
||||
"jquery": "3.7.1",
|
||||
"jquery-mask-plugin": "1.14.16",
|
||||
"jquery-serializejson": "3.2.1",
|
||||
"marionette.approuter": "1.0.2",
|
||||
|
4
rootfs/nftd/jquery.min.js
vendored
4
rootfs/nftd/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user