Skip to content

Commit

Permalink
Bump @koa/cors from 4.0.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [@koa/cors](https://github.com/koajs/cors) from 4.0.0 to 5.0.0.
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](koajs/cors@4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 5bf9c8c commit 3904c43
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/catalog-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"dependencies": {
"@google-cloud/firestore": "^6.0.0",
"@js-temporal/polyfill": "^0.4.2",
"@koa/cors": "^4.0.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@webcomponents/catalog-api": "0.0.0",
"@webcomponents/custom-elements-manifest-tools": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/site-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"dependencies": {
"@apollo/client": "^3.7.0",
"@koa/cors": "^4.0.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@lit-labs/ssr": "^3.0.0",
"@types/koa": "^2.13.5",
Expand Down

0 comments on commit 3904c43

Please sign in to comment.