Skip to content

Commit 3a01457

Browse files
committedMay 28, 2022
upgrade deps to fix a couple of issues introduced by node v18
127.0.0.1 now shows in the network interface list again.. pfx file updated to fix --https and --http2 modes on Linux
1 parent 5e6580c commit 3a01457

File tree

3 files changed

+141
-1059
lines changed

3 files changed

+141
-1059
lines changed
 

‎.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16, 17]
18+
node-version: [12, 14, 16, 18]
1919

2020
steps:
2121
- uses: actions/checkout@v2

‎package-lock.json

+137-1,054
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
],
4646
"dependencies": {
4747
"current-module-paths": "^1.1.0",
48-
"lws": "^4.1.1",
48+
"lws": "^4.1.2",
4949
"lws-basic-auth": "^2.0.0",
5050
"lws-blacklist": "^3.0.0",
5151
"lws-body-parser": "^3.0.0",
5252
"lws-compress": "^3.1.0",
5353
"lws-conditional-get": "^2.0.0",
54-
"lws-cors": "^4.1.1",
54+
"lws-cors": "^4.1.2",
5555
"lws-index": "^3.1.0",
5656
"lws-json": "^2.0.0",
5757
"lws-log": "^2.0.0",
@@ -63,8 +63,7 @@
6363
"lws-static": "^3.1.0"
6464
},
6565
"devDependencies": {
66-
"coveralls": "^3.1.1",
67-
"node-fetch": "^3.2.3",
66+
"node-fetch": "^3.2.4",
6867
"test-runner": "^0.10.1"
6968
}
7069
}

0 commit comments

Comments
 (0)
Please sign in to comment.