Skip to content

Commit

Permalink
fix(deps): replace dependency fastify-cors with @fastify/cors ^7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent f686f6b commit 683adec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"cheerio": "1.0.0-rc.12",
"dotenv": "^16.0.3",
"fastify": "^4.10.2",
"fastify-cors": "^6.1.0",
"@fastify/cors": "^7.0.0",
"ioredis": "^5.2.4",
"reconnecting-websocket": "^4.4.0",
"ts-node": "^10.9.1",
Expand Down
31 changes: 7 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
ajv-formats "^2.1.1"
fast-uri "^2.0.0"

"@fastify/cors@^8.2.0":
version "8.4.0"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.4.0.tgz#dc518a5c147141e21d2dd47108ec9ab0bb9b821c"
integrity sha512-MlVvMTenltToByTpLwlWtO+7dQ3l2J+1OpmGrx9JpSNWo1d+dhfNCOi23zHhxdFhtpDzfwGwCsKu9DTeG7k7nQ==
"@fastify/cors@^7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-7.0.0.tgz#c67c5a5909498b696bb19578e903f36037ac6f32"
integrity sha512-nlo6ScwagBNJacAZD3KX90xjWLIoV0vN9QqoX1wUE9ZeZMdvkVkMZCGlxEtr00NshV0X5wDge4w5rwox7rRzSg==
dependencies:
fastify-plugin "^4.0.0"
mnemonist "0.39.5"
fastify-plugin "^3.0.0"
vary "^1.1.2"

"@fastify/deepmerge@^1.0.0":
version "1.3.0"
Expand Down Expand Up @@ -514,7 +514,7 @@ fast-uri@^2.0.0, fast-uri@^2.1.0:
fastify-plugin "^3.0.0"
vary "^1.1.2"

fastify-cors@*, fastify-cors@^6.1.0:
fastify-cors@*:
version "6.1.0"
resolved "https://registry.yarnpkg.com/fastify-cors/-/fastify-cors-6.1.0.tgz#b47bd7faf29113a884e59413ee198a9c323cf180"
integrity sha512-QBKz32IoY/iuT74CunRY1XOSpjSTIOh9E3FxulXIBhd0D2vdgG0kDvy0eG6HA/88sRfWHeba43LkGEXPz0Rh8g==
Expand All @@ -527,11 +527,6 @@ fastify-plugin@^3.0.0:
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.1.tgz#79e84c29f401020f38b524f59f2402103fd21ed2"
integrity sha512-qKcDXmuZadJqdTm6vlCqioEbyewF60b/0LOFCcYN1B6BIZGlYJumWWOYs70SFYLDAH4YqdE1cxH/RKMG7rFxgA==

fastify-plugin@^4.0.0:
version "4.5.1"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.1.tgz#44dc6a3cc2cce0988bc09e13f160120bbd91dbee"
integrity sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==

fastify@^4.10.2:
version "4.24.3"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.24.3.tgz#bf97a3f5158ff7f78af949d483cac4e6115fb651"
Expand Down Expand Up @@ -737,13 +732,6 @@ minimatch@^3.1.2:
dependencies:
brace-expansion "^1.1.7"

[email protected]:
version "0.39.5"
resolved "https://registry.yarnpkg.com/mnemonist/-/mnemonist-0.39.5.tgz#5850d9b30d1b2bc57cc8787e5caa40f6c3420477"
integrity sha512-FPUtkhtJ0efmEFGpU14x7jGbTB+s18LrzRL2KgoWz9YvcY3cPomz8tih01GbHwnGk/OmkOKfqd/RAQoc8Lm7DQ==
dependencies:
obliterator "^2.0.1"

[email protected]:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
Expand Down Expand Up @@ -789,11 +777,6 @@ nth-check@^2.0.1:
dependencies:
boolbase "^1.0.0"

obliterator@^2.0.1:
version "2.0.4"
resolved "https://registry.yarnpkg.com/obliterator/-/obliterator-2.0.4.tgz#fa650e019b2d075d745e44f1effeb13a2adbe816"
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==

on-exit-leak-free@^2.1.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz#fed195c9ebddb7d9e4c3842f93f281ac8dadd3b8"
Expand Down

0 comments on commit 683adec

Please sign in to comment.