Skip to content

Commit 784a422

Browse files
authored
fix(instrumentation-fastify): fix fastify typescript compilation issue (#1556)
1 parent 05c4e9e commit 784a422

File tree

1 file changed

+1
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-fastify

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/express": "4.17.13",
5555
"@types/mocha": "7.0.2",
5656
"@types/node": "18.11.7",
57-
"fastify": "^4.5.3",
57+
"fastify": "4.18.0",
5858
"mocha": "7.2.0",
5959
"nyc": "15.1.0",
6060
"rimraf": "5.0.0",

0 commit comments

Comments
 (0)