Skip to content

Commit

Permalink
Merge pull request #68 from hyperledger/dependabot/npm_and_yarn/examp…
Browse files Browse the repository at this point in the history
…les/supplychain-app/fabric/chaincode_rest_server/rest-server/koa/cors-5.0.0

Bump @koa/cors from 2.2.3 to 5.0.0 in /examples/supplychain-app/fabric/chaincode_rest_server/rest-server
  • Loading branch information
sownak authored Dec 12, 2023
2 parents c7b89b3 + 4a0d80a commit ea826b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"@koa/cors": "^5.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dotenv": "^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@koa/cors@^2.2.1":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-2.2.3.tgz#c32a9907acbee1e72fedfb0b9ac840d2e6f9be57"
integrity sha512-tCVVXa39ETsit5kGBtEWWimjLn1sDaeu8+0phgb8kT3GmBDZOykkI3ZO8nMjV2p3MGkJI4K5P+bxR8Ztq0bwsA==
"@koa/cors@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-5.0.0.tgz#0029b5f057fa0d0ae0e37dd2c89ece315a0daffd"
integrity sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==
dependencies:
vary "^1.1.2"

Expand Down

0 comments on commit ea826b4

Please sign in to comment.