Skip to content

Commit f82fcaa

Browse files
fix(deps): replace dependency fastify-static with @fastify/static 5.0.0
1 parent 52cd5a9 commit f82fcaa

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

packages/todo-example/end2end-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"puppeteer": "18.0.5",
77
"fastify": "3.29.2",
8-
"fastify-static": "4.7.0"
8+
"@fastify/static": "5.0.0"
99
},
1010
"type": "commonjs"
1111
}

yarn.lock

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,6 +1355,19 @@
13551355
resolved "https://registry.yarnpkg.com/@fastify/error/-/error-2.0.0.tgz#a9f94af56eb934f0ab1ce4ef9f0ced6ebf2319dc"
13561356
integrity sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w==
13571357

1358+
"@fastify/[email protected]":
1359+
version "5.0.0"
1360+
resolved "https://registry.yarnpkg.com/@fastify/static/-/static-5.0.0.tgz#7aa2527148da067f2a550ac4a585c0f6f0a188ec"
1361+
integrity sha512-GGltJkO0idXa7yCZ0PfdTZ6qokWDX/vigCvmRpjOU2A3jc93c9p+oHDvHmwHK60hwWoBEGqHjGofVyn3H1CjZg==
1362+
dependencies:
1363+
content-disposition "^0.5.3"
1364+
encoding-negotiator "^2.0.1"
1365+
fastify-plugin "^3.0.0"
1366+
glob "^7.1.4"
1367+
p-limit "^3.1.0"
1368+
readable-stream "^3.4.0"
1369+
send "^0.17.1"
1370+
13581371
"@graphql-codegen/add@^3.2.3":
13591372
version "3.2.3"
13601373
resolved "https://registry.yarnpkg.com/@graphql-codegen/add/-/add-3.2.3.tgz#f1ecee085987e7c21841edc4b1fd48877c663e1a"
@@ -4707,27 +4720,6 @@ fastify-plugin@^3.0.0:
47074720
resolved "https://registry.yarnpkg.com/fastify-plugin/-/fastify-plugin-3.0.0.tgz#cf1b8c8098e3b5a7c8c30e6aeb06903370c054ca"
47084721
integrity sha512-ZdCvKEEd92DNLps5n0v231Bha8bkz1DjnPP/aEz37rz/q42Z5JVLmgnqR4DYuNn3NXAO3IDCPyRvgvxtJ4Ym4w==
47094722

4710-
"fastify-static-deprecated@npm:[email protected]":
4711-
version "4.6.1"
4712-
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.6.1.tgz#687131da76f1d4391fb8b47f71ea2118cdc85803"
4713-
integrity sha512-vy7N28U4AMhuOim12ZZWHulEE6OQKtzZbHgiB8Zj4llUuUQXPka0WHAQI3njm1jTCx4W6fixUHfpITxweMtAIA==
4714-
dependencies:
4715-
content-disposition "^0.5.3"
4716-
encoding-negotiator "^2.0.1"
4717-
fastify-plugin "^3.0.0"
4718-
glob "^7.1.4"
4719-
p-limit "^3.1.0"
4720-
readable-stream "^3.4.0"
4721-
send "^0.17.1"
4722-
4723-
4724-
version "4.7.0"
4725-
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.7.0.tgz#e802658d69c1dcddb380b9afc2456d467a3494be"
4726-
integrity sha512-zZhCfJv/hkmud2qhWqpU3K9XVAuy3+IV8Tp9BC5J5U+GyA2XwoB6h8lh9GqpEIqdXOw01WyWQllV7dOWVyAlXg==
4727-
dependencies:
4728-
fastify-static-deprecated "npm:[email protected]"
4729-
process-warning "^1.0.0"
4730-
47314723
fastify-warning@^0.2.0:
47324724
version "0.2.0"
47334725
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"

0 commit comments

Comments
 (0)