Skip to content

Commit c0d5461

Browse files
chore(deps): bump @koa/cors from 3.1.0 to 5.0.0 in /packages/backend
Bumps [@koa/cors](https://github.com/koajs/cors) from 3.1.0 to 5.0.0. - [Changelog](https://github.com/koajs/cors/blob/master/History.md) - [Commits](koajs/cors@3.1.0...5.0.0) --- updated-dependencies: - dependency-name: "@koa/cors" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2854070 commit c0d5461

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@bull-board/koa": "4.2.2",
2121
"@discordapp/twemoji": "14.0.2",
2222
"@elastic/elasticsearch": "7.11.0",
23-
"@koa/cors": "3.1.0",
23+
"@koa/cors": "5.0.0",
2424
"@koa/multer": "3.0.0",
2525
"@koa/router": "9.0.1",
2626
"@peertube/http-signature": "1.7.0",

packages/backend/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@
158158
"@jridgewell/resolve-uri" "^3.0.3"
159159
"@jridgewell/sourcemap-codec" "^1.4.10"
160160

161-
"@koa/cors@3.1.0":
162-
version "3.1.0"
163-
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-3.1.0.tgz#618bb073438cfdbd3ebd0e648a76e33b84f3a3b2"
164-
integrity sha512-7ulRC1da/rBa6kj6P4g2aJfnET3z8Uf3SWu60cjbtxTA5g8lxRdX/Bd2P92EagGwwAhANeNw8T8if99rJliR6Q==
161+
"@koa/cors@5.0.0":
162+
version "5.0.0"
163+
resolved "https://registry.yarnpkg.com/@koa/cors/-/cors-5.0.0.tgz#0029b5f057fa0d0ae0e37dd2c89ece315a0daffd"
164+
integrity sha512-x/iUDjcS90W69PryLDIMgFyV21YLTnG9zOpPXS7Bkt2b8AsY3zZsIpOLBkYr9fBcF3HbkKaER5hOBZLfpLgYNw==
165165
dependencies:
166166
vary "^1.1.2"
167167

0 commit comments

Comments
 (0)