Skip to content

Commit

Permalink
fix(deps): pin dependencies (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 23, 2021
1 parent ed28bbb commit 661a746
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-id-generator-aws-xray/package.json
Expand Up @@ -68,7 +68,7 @@
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"karma-webpack": "4.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-test-utils/package.json
Expand Up @@ -33,7 +33,7 @@
"typescript": "4.3.2"
},
"dependencies": {
"@opentelemetry/core": "^0.22.0",
"@opentelemetry/tracing": "^0.22.0"
"@opentelemetry/core": "0.22.0",
"@opentelemetry/tracing": "0.22.0"
}
}
4 changes: 2 additions & 2 deletions plugins/node/opentelemetry-instrumentation-knex/package.json
Expand Up @@ -52,11 +52,11 @@
"@types/node": "14.17.3",
"codecov": "3.8.2",
"gts": "3.1.0",
"knex": "^0.95.6",
"knex": "0.95.6",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sqlite3": "^5.0.2",
"sqlite3": "5.0.2",
"ts-mocha": "8.0.0",
"typescript": "4.3.2"
},
Expand Down
Expand Up @@ -54,7 +54,7 @@
"codecov": "3.8.2",
"gts": "3.1.0",
"mocha": "7.2.0",
"mysql2": "^2.2.5",
"mysql2": "2.2.5",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"ts-mocha": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion propagators/opentelemetry-propagator-aws-xray/package.json
Expand Up @@ -61,7 +61,7 @@
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"karma-webpack": "4.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
Expand Down

0 comments on commit 661a746

Please sign in to comment.