Skip to content

Commit

Permalink
fix certbot run on launch/dep updates
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>

Update dependency jsonwebtoken to v9.0.2
Update dependency liquidjs to v10.9.2
Update dependency jquery to v3.7.1
  • Loading branch information
web-flow authored and Zoey2936 committed Sep 2, 2023
1 parent f9971aa commit 55b173a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions backend/internal/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
},

/**
Expand Down
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions rootfs/nftd/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit 55b173a

Please sign in to comment.