Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: update dependency fastify-cors to v6.1.0 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bunyan-format": "0.2.1",
"dotenv": "10.0.0",
"fastify": "3.29.0",
"fastify-cors": "6.0.2",
"fastify-cors": "6.1.0",
"fastify-plugin": "3.0.1",
"got": "11.8.3",
"jsonwebtoken": "8.5.1",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7834,7 +7834,7 @@ __metadata:
bunyan-format: 0.2.1
dotenv: 10.0.0
fastify: 3.29.0
fastify-cors: 6.0.2
fastify-cors: 6.1.0
fastify-plugin: 3.0.1
got: 11.8.3
jest: 27.4.5
Expand Down Expand Up @@ -12510,13 +12510,23 @@ __metadata:
languageName: node
linkType: hard

"fastify-cors@npm:6.0.2":
version: 6.0.2
resolution: "fastify-cors@npm:6.0.2"
"fastify-cors-deprecated@npm:fastify-cors@6.0.3":
version: 6.0.3
resolution: "fastify-cors@npm:6.0.3"
dependencies:
fastify-plugin: ^3.0.0
vary: ^1.1.2
checksum: f600eb30d2259bf0277c3df72c73f09f6891f3984c62e1c9a7489f0d6b2ffb1749dbe9a79a05ad74b08a660c1a707c9fb7636c20b87d07eae0e6efd9c951fd03
checksum: 054cf4e1cf0b20778ac24d9995a99f44e9b026ca9a028db0cbb6093922bcc931dff5f5bb185d19e881014392bb5886a8b5f9da6af3d3ab5e62b7a68f4eca33c4
languageName: node
linkType: hard

"fastify-cors@npm:6.1.0":
version: 6.1.0
resolution: "fastify-cors@npm:6.1.0"
dependencies:
fastify-cors-deprecated: "npm:[email protected]"
process-warning: ^1.0.0
checksum: dca7c39b4e515ea896aa07ad5c05c70100f427e4c92e3e0fae7cab7d8ccfc824c946723a7e90b4859a5802244932d0af5ee70d753f686092e8c47fca6700e370
languageName: node
linkType: hard

Expand Down