Skip to content

Commit 61372c1

Browse files
committed
1 parent 1df50ea commit 61372c1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "server-ssl",
33
"author": "FirstTimeEZ",
4-
"version": "41.0.7",
4+
"version": "42.0.1",
55
"description": "Configurable SSL Server that runs on Node.js which can be used for development or production and can create and renew Lets Encrypt Certificates automatically using ACME",
66
"main": "template; do not import; read the Getting Started of the README, maybe you want to use: lets-encrypt-acme-client",
77
"type": "module",
@@ -26,8 +26,8 @@
2626
],
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"base-acme-client": "^23.0.1",
30-
"lets-encrypt-acme-client": "^24.0.4",
29+
"base-acme-client": "^30.0.2",
30+
"lets-encrypt-acme-client": "^30.0.2",
3131
"simple-api-router": "^1.1.1",
3232
"simple-open-ssl": "^1.0.7"
3333
},

0 commit comments

Comments
 (0)