Skip to content

Commit d9cd8d7

Browse files
authored
fix(instrumentation-dns): use caret range for semver regular dependency (#1654)
1 parent a556179 commit d9cd8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"dependencies": {
6565
"@opentelemetry/instrumentation": "^0.41.2",
6666
"@opentelemetry/semantic-conventions": "^1.0.0",
67-
"semver": "7.5.4"
67+
"semver": "^7.5.4"
6868
},
6969
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-dns#readme"
7070
}

0 commit comments

Comments
 (0)