update @koa/cors
This commit is contained in:
20
package-lock.json
generated
20
package-lock.json
generated
@@ -8,9 +8,9 @@
|
||||
"name": "api_user",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@koa/cors": "^5.0.0",
|
||||
"koa": "^2.15.3",
|
||||
"koa-bodyparser": "^4.4.1",
|
||||
"koa-cors": "^0.0.16",
|
||||
"koa-router": "^12.0.1",
|
||||
"mongoose": "^8.4.0",
|
||||
"node-fetch": "^3.3.2"
|
||||
@@ -25,6 +25,18 @@
|
||||
"integrity": "sha512-Waj1cwPXJDucOib4a3bAISsKJVb15MKi9IvmTI/7ssVEm6sywXGjVJDhl6/umt1pK1ZS7PacXU3A1PmFKHEZ2w==",
|
||||
"license": "BSD-3-Clause"
|
||||
},
|
||||
"node_modules/@koa/cors": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/@koa/cors/-/cors-5.0.0.tgz",
|
||||
"integrity": "sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"vary": "^1.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@mongodb-js/saslprep": {
|
||||
"version": "1.4.11",
|
||||
"resolved": "https://registry.npmmirror.com/@mongodb-js/saslprep/-/saslprep-1.4.11.tgz",
|
||||
@@ -806,12 +818,6 @@
|
||||
"node": ">= 10"
|
||||
}
|
||||
},
|
||||
"node_modules/koa-cors": {
|
||||
"version": "0.0.16",
|
||||
"resolved": "https://registry.npmmirror.com/koa-cors/-/koa-cors-0.0.16.tgz",
|
||||
"integrity": "sha512-s15knPxe3AJBi2I/ZMPL0pSqU+PLYLO6k5tI0AqClkzavowvocPlSdFUwaHNqtjHMhsGmiq2tiX/25iILJx9YA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/koa-router": {
|
||||
"version": "12.0.1",
|
||||
"resolved": "https://registry.npmmirror.com/koa-router/-/koa-router-12.0.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user