Skip to content

Commit

Permalink
Merge pull request #277 from unarxiv/renovate/koa-cors-3.x
Browse files Browse the repository at this point in the history
Update dependency @koa/cors to v3
  • Loading branch information
Xiaozhe Yao committed Mar 11, 2019
2 parents 48100e1 + 90bce3d commit d6b5b9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@aws/dynamodb-data-mapper": "^0.7.3",
"@aws/dynamodb-data-mapper-annotations": "^0.7.3",
"@koa/cors": "^2.2.2",
"@koa/cors": "^3.0.0",
"@sentry/node": "4.6.4",
"@types/koa": "^2.0.47",
"@types/koa-helmet": "^3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions discovery/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@
"@types/istanbul-lib-coverage" "^1.1.0"
"@types/yargs" "^12.0.9"

"@koa/cors@^2.2.2":
version "2.2.3"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-2.2.3.tgz#c32a9907acbee1e72fedfb0b9ac840d2e6f9be57"
integrity sha512-tCVVXa39ETsit5kGBtEWWimjLn1sDaeu8+0phgb8kT3GmBDZOykkI3ZO8nMjV2p3MGkJI4K5P+bxR8Ztq0bwsA==
"@koa/cors@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-3.0.0.tgz#df021b4df2dadf1e2b04d7c8ddf93ba2d42519cb"
integrity sha512-hDp+cXj6vTYSwHRJfiSpnf5dTMv3FmqNKh1or9BPJk4SHOviHnK9GoL9dT0ypt/E+hlkRkZ9edHylcosW3Ghrw==
dependencies:
vary "^1.1.2"

Expand Down

0 comments on commit d6b5b9b

Please sign in to comment.