Skip to content

Commit

Permalink
update: update dependency fastify-cors to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 11, 2022
1 parent 39aa368 commit 7d7dfc7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
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:fastify-cors@6.0.3"
process-warning: ^1.0.0
checksum: dca7c39b4e515ea896aa07ad5c05c70100f427e4c92e3e0fae7cab7d8ccfc824c946723a7e90b4859a5802244932d0af5ee70d753f686092e8c47fca6700e370
languageName: node
linkType: hard

Expand Down

0 comments on commit 7d7dfc7

Please sign in to comment.