Skip to content

Commit d4c8b09

Browse files
fix(deps): replace dependency fastify-static with @fastify/static 5.0.0
1 parent 003a2ee commit d4c8b09

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

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

+1-1
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

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

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

4725-
"fastify-static-deprecated@npm:[email protected]":
4726-
version "4.6.1"
4727-
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.6.1.tgz#687131da76f1d4391fb8b47f71ea2118cdc85803"
4728-
integrity sha512-vy7N28U4AMhuOim12ZZWHulEE6OQKtzZbHgiB8Zj4llUuUQXPka0WHAQI3njm1jTCx4W6fixUHfpITxweMtAIA==
4729-
dependencies:
4730-
content-disposition "^0.5.3"
4731-
encoding-negotiator "^2.0.1"
4732-
fastify-plugin "^3.0.0"
4733-
glob "^7.1.4"
4734-
p-limit "^3.1.0"
4735-
readable-stream "^3.4.0"
4736-
send "^0.17.1"
4737-
4738-
4739-
version "4.7.0"
4740-
resolved "https://registry.yarnpkg.com/fastify-static/-/fastify-static-4.7.0.tgz#e802658d69c1dcddb380b9afc2456d467a3494be"
4741-
integrity sha512-zZhCfJv/hkmud2qhWqpU3K9XVAuy3+IV8Tp9BC5J5U+GyA2XwoB6h8lh9GqpEIqdXOw01WyWQllV7dOWVyAlXg==
4742-
dependencies:
4743-
fastify-static-deprecated "npm:[email protected]"
4744-
process-warning "^1.0.0"
4745-
47464738
fastify-warning@^0.2.0:
47474739
version "0.2.0"
47484740
resolved "https://registry.yarnpkg.com/fastify-warning/-/fastify-warning-0.2.0.tgz#e717776026a4493dc9a2befa44db6d17f618008f"

0 commit comments

Comments
 (0)