Skip to content

Commit 839a74b

Browse files
fix(deps): update dependency @fastify/static to v9 [security] (#2109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f911d55 commit 839a74b

2 files changed

Lines changed: 9 additions & 22 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@fastify/multipart": "9.0.3",
6363
"@fastify/passport": "3.0.2",
6464
"@fastify/secure-session": "8.2.0",
65-
"@fastify/static": "8.1.1",
65+
"@fastify/static": "9.1.1",
6666
"@fastify/swagger": "9.5.2",
6767
"@fastify/swagger-ui": "5.2.5",
6868
"@fastify/type-provider-typebox": "5.1.0",

yarn.lock

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2296,19 +2296,6 @@ __metadata:
22962296
languageName: node
22972297
linkType: hard
22982298

2299-
"@fastify/send@npm:^3.2.0":
2300-
version: 3.3.1
2301-
resolution: "@fastify/send@npm:3.3.1"
2302-
dependencies:
2303-
"@lukeed/ms": "npm:^2.0.2"
2304-
escape-html: "npm:~1.0.3"
2305-
fast-decode-uri-component: "npm:^1.0.1"
2306-
http-errors: "npm:^2.0.0"
2307-
mime: "npm:^3"
2308-
checksum: 10/c0a0956d77a92df0f91889f5ab944306be76fe1f25e77312b0789ccc5b24aba14e63456f50a49849d94f1d7873b779953dc881ec0207145f5905c64f7eb12aac
2309-
languageName: node
2310-
linkType: hard
2311-
23122299
"@fastify/send@npm:^4.0.0":
23132300
version: 4.1.0
23142301
resolution: "@fastify/send@npm:4.1.0"
@@ -2322,17 +2309,17 @@ __metadata:
23222309
languageName: node
23232310
linkType: hard
23242311

2325-
"@fastify/static@npm:8.1.1":
2326-
version: 8.1.1
2327-
resolution: "@fastify/static@npm:8.1.1"
2312+
"@fastify/static@npm:9.1.1":
2313+
version: 9.1.1
2314+
resolution: "@fastify/static@npm:9.1.1"
23282315
dependencies:
23292316
"@fastify/accept-negotiator": "npm:^2.0.0"
2330-
"@fastify/send": "npm:^3.2.0"
2331-
content-disposition: "npm:^0.5.4"
2317+
"@fastify/send": "npm:^4.0.0"
2318+
content-disposition: "npm:^1.0.1"
23322319
fastify-plugin: "npm:^5.0.0"
23332320
fastq: "npm:^1.17.1"
2334-
glob: "npm:^11.0.0"
2335-
checksum: 10/15f04be6f6357b4c6290312615ebc9d39094ee272154b4f8eea2d06d2a9313d2abfd0df4206dc6ca0973f100482482329f141a0824a019acbff82b5695f39520
2321+
glob: "npm:^13.0.0"
2322+
checksum: 10/e50c9dad45242397742e1f4d03f21fc0a424840fafc47d764c1368f4439b2b8e1954e92c59daece65980e1495432b5401f62994687a94c6af32fec1472504b6d
23362323
languageName: node
23372324
linkType: hard
23382325

@@ -8864,7 +8851,7 @@ __metadata:
88648851
"@fastify/multipart": "npm:9.0.3"
88658852
"@fastify/passport": "npm:3.0.2"
88668853
"@fastify/secure-session": "npm:8.2.0"
8867-
"@fastify/static": "npm:8.1.1"
8854+
"@fastify/static": "npm:9.1.1"
88688855
"@fastify/swagger": "npm:9.5.2"
88698856
"@fastify/swagger-ui": "npm:5.2.5"
88708857
"@fastify/type-provider-typebox": "npm:5.1.0"

0 commit comments

Comments
 (0)