Skip to content

Commit

Permalink
chore(deps): pin dependencies (open-telemetry#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 21, 2021
1 parent e3ce102 commit bf7a199
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 deletions plugins/node/opentelemetry-instrumentation-aws-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@
"@aws-sdk/types": "3.37.0",
"@opentelemetry/api": "1.0.1",
"@opentelemetry/sdk-trace-base": "1.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^14.0.0",
"@types/sinon": "^10.0.6",
"@types/mocha": "8.2.3",
"@types/node": "14.18.2",
"@types/sinon": "10.0.6",
"aws-sdk": "2.1008.0",
"eslint": "^7.32.0",
"eslint": "7.32.0",
"expect": "27.4.2",
"mocha": "7.2.0",
"nock": "^13.0.11",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"sinon": "^12.0.0",
"nock": "13.2.1",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "12.0.1",
"gts": "3.1.0",
"@opentelemetry/contrib-test-utils": "^0.28.0",
"test-all-versions": "^5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "8.0.0",
"ts-node": "^9.1.1",
"ts-node": "9.1.1",
"typescript": "4.3.4"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"test-all-versions": "^5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "8.0.0",
"typescript": "4.3.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"test-all-versions": "^5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "8.0.0",
"typescript": "4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pg": "8.7.1",
"pg-pool": "3.4.1",
"rimraf": "3.0.2",
"test-all-versions": "^5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "8.0.0",
"typescript": "4.3.5"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "11.1.2",
"test-all-versions": "^5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "8.0.0",
"typescript": "4.3.5",
"winston": "3.3.3",
Expand Down

0 comments on commit bf7a199

Please sign in to comment.