Skip to content

Commit 1f30517

Browse files
committedJan 8, 2024
upgrade @koa/cors to address security advisory
1 parent 88839a0 commit 1f30517

File tree

2 files changed

+153
-96
lines changed

2 files changed

+153
-96
lines changed
 

‎package-lock.json

+150-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"index.mjs"
4545
],
4646
"dependencies": {
47-
"current-module-paths": "^1.1.0",
47+
"current-module-paths": "^1.1.1",
4848
"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.2.0",
54+
"lws-cors": "^4.2.1",
5555
"lws-index": "^3.1.1",
5656
"lws-json": "^2.0.0",
5757
"lws-log": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"lws-static": "^3.1.0"
6464
},
6565
"devDependencies": {
66-
"node-fetch": "^3.3.0",
66+
"node-fetch": "^3.3.2",
6767
"test-runner": "^0.10.1"
6868
}
6969
}

0 commit comments

Comments
 (0)
Please sign in to comment.