Skip to content

Commit

Permalink
Update dependency @fastify/static to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent a29ff49 commit 1220525
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 62 deletions.
38 changes: 9 additions & 29 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
},
"dependencies": {
"@fastify/static": "^6.12.0",
"@fastify/static": "^7.0.0",
"@nestjs/axios": "^3.0.1",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
Expand Down
42 changes: 10 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,17 +234,17 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:^6.12.0":
version: 6.12.0
resolution: "@fastify/static@npm:6.12.0"
"@fastify/static@npm:^7.0.0":
version: 7.0.1
resolution: "@fastify/static@npm:7.0.1"
dependencies:
"@fastify/accept-negotiator": "npm:^1.0.0"
"@fastify/send": "npm:^2.0.0"
content-disposition: "npm:^0.5.3"
fastify-plugin: "npm:^4.0.0"
glob: "npm:^8.0.1"
p-limit: "npm:^3.1.0"
checksum: 10/33304062bd2cc0dd3b79c5f2544a87be8e27a6c9360ffa0d2d290e8d10d50ab8d2e04802193d4727e113f6b71728f5482f5c7082d8b798d52a080e170cec3ce5
fastq: "npm:^1.17.0"
glob: "npm:^10.3.4"
checksum: 10/61886e2d126d4e3de19c40f2771be05d858d735d326a9beda27af451b5b0c90f8b643440a72fdc54e0375e93b15333fd471ece6a1f938f1bcc6d4f025024f523
languageName: node
linkType: hard

Expand Down Expand Up @@ -2381,7 +2381,7 @@ __metadata:
languageName: node
linkType: hard

"fastq@npm:^1.17.1, fastq@npm:^1.6.0":
"fastq@npm:^1.17.0, fastq@npm:^1.17.1, fastq@npm:^1.6.0":
version: 1.17.1
resolution: "fastq@npm:1.17.1"
dependencies:
Expand Down Expand Up @@ -2646,7 +2646,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:10.3.10, glob@npm:^10.2.2, glob@npm:^10.3.10":
"glob@npm:10.3.10, glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.3.4":
version: 10.3.10
resolution: "glob@npm:10.3.10"
dependencies:
Expand Down Expand Up @@ -2675,19 +2675,6 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^8.0.1":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
fs.realpath: "npm:^1.0.0"
inflight: "npm:^1.0.4"
inherits: "npm:2"
minimatch: "npm:^5.0.1"
once: "npm:^1.3.0"
checksum: 10/9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e
languageName: node
linkType: hard

"glob@npm:^9.2.0":
version: 9.3.5
resolution: "glob@npm:9.3.5"
Expand Down Expand Up @@ -3558,15 +3545,6 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
brace-expansion: "npm:^2.0.1"
checksum: 10/126b36485b821daf96d33b5c821dac600cc1ab36c87e7a532594f9b1652b1fa89a1eebcaad4dff17c764dce1a7ac1531327f190fed5f97d8f6e5f889c116c429
languageName: node
linkType: hard

"minimatch@npm:^8.0.2":
version: 8.0.4
resolution: "minimatch@npm:8.0.4"
Expand Down Expand Up @@ -3968,7 +3946,7 @@ __metadata:
languageName: node
linkType: hard

"p-limit@npm:^3.0.2, p-limit@npm:^3.1.0":
"p-limit@npm:^3.0.2":
version: 3.1.0
resolution: "p-limit@npm:3.1.0"
dependencies:
Expand Down Expand Up @@ -5232,7 +5210,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "waktaplay_api@workspace:."
dependencies:
"@fastify/static": "npm:^6.12.0"
"@fastify/static": "npm:^7.0.0"
"@nestjs/axios": "npm:^3.0.1"
"@nestjs/cli": "npm:^10.0.0"
"@nestjs/common": "npm:^10.0.0"
Expand Down

0 comments on commit 1220525

Please sign in to comment.