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 May 3, 2023
1 parent 10b21b7 commit 2c7ed87
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 @@ -32,7 +32,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 @@ -29,13 +29,13 @@
ajv-formats "^2.1.1"
fast-uri "^2.0.0"

"@fastify/cors@^8.2.0":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.2.1.tgz#dd348162bcbfb87dff4b492e2bef32d41244006a"
integrity sha512-2H2MrDD3ea7g707g1CNNLWb9/tYbmw7HS+MK2SDcgjxwzbOFR93JortelTIO8DBFsZqFtEpKNxiZfSyrGgYcbw==
"@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 @@ -499,7 +499,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 @@ -512,11 +512,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.0"
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-4.5.0.tgz#8b853923a0bba6ab6921bb8f35b81224e6988d91"
integrity sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==

fastify@^4.10.2:
version "4.17.0"
resolved "https://registry.yarnpkg.com/fastify/-/fastify-4.17.0.tgz#b2c8245e572edef0b02a167d2d411a3c8a46d01a"
Expand Down Expand Up @@ -722,13 +717,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 @@ -774,11 +762,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.0"
resolved "https://registry.yarnpkg.com/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz#5c703c968f7e7f851885f6459bf8a8a57edc9cc4"
Expand Down

0 comments on commit 2c7ed87

Please sign in to comment.