Skip to content

Commit

Permalink
chore(deps): pin dependencies (open-telemetry#856)
Browse files Browse the repository at this point in the history
Co-authored-by: Amir Blum <amir@aspecto.io>
  • Loading branch information
renovate-bot and Amir Blum committed Jan 31, 2022
1 parent 3887db0 commit 0d90e9d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions plugins/node/instrumentation-tedious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@types/node": "16.11.21",
"codecov": "3.8.3",
"gts": "3.1.0",
"mocha": "^7.2.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"tedious": "^14.0.0",
"tedious": "14.1.0",
"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 @@
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "12.0.1",
"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 @@ -57,16 +57,16 @@
"@opentelemetry/sdk-trace-base": "1.0.1",
"@opentelemetry/sdk-trace-node": "1.0.1",
"@types/mocha": "7.0.2",
"@types/sinon": "10.0.9",
"@types/node": "16.11.21",
"@types/sinon": "^10.0.6",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"gts": "3.1.0",
"ioredis": "4.27.7",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "^12.0.1",
"sinon": "12.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 @@ -49,11 +49,11 @@
"@opentelemetry/api": "^1.0.2"
},
"devDependencies": {
"@nestjs/common": "^8.2.5",
"@nestjs/core": "^8.2.5",
"@nestjs/microservices": "^8.2.5",
"@nestjs/platform-express": "^8.2.5",
"@nestjs/websockets": "^8.2.5",
"@nestjs/common": "8.2.6",
"@nestjs/core": "8.2.6",
"@nestjs/microservices": "8.2.6",
"@nestjs/platform-express": "8.2.6",
"@nestjs/websockets": "8.2.6",
"@opentelemetry/api": "1.0.2",
"@opentelemetry/context-async-hooks": "1.0.1",
"@opentelemetry/sdk-trace-base": "1.0.1",
Expand All @@ -72,7 +72,7 @@
"rxjs": "7.3.0",
"rxjs-compat": "6.6.7",
"semver": "7.3.5",
"test-all-versions": "^5.0.1",
"test-all-versions": "5.0.1",
"ts-mocha": "8.0.0",
"typescript": "4.3.5"
},
Expand Down

0 comments on commit 0d90e9d

Please sign in to comment.