Skip to content

Commit

Permalink
chore(deps): pin dependencies (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 23, 2021
1 parent 6644e74 commit 94f63da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions plugins/node/opentelemetry-instrumentation-pino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@opentelemetry/tracing": "0.19.0",
"@types/mocha": "7.0.2",
"@types/node": "14.0.27",
"@types/pino": "^6.3.7",
"@types/pino": "6.3.7",
"@types/sinon": "9.0.4",
"@types/semver": "^7.3.4",
"@types/semver": "7.3.4",
"codecov": "3.7.2",
"gts": "3.1.0",
"mocha": "7.2.0",
Expand All @@ -61,7 +61,7 @@
"tslint-consistent-codestyle": "1.16.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "4.1.3",
"pino": "^6.11.2"
"pino": "6.11.3"
},
"dependencies": {
"@opentelemetry/api": "^1.0.0-rc.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@opentelemetry/tracing": "0.19.0",
"@types/mocha": "7.0.2",
"@types/node": "14.0.27",
"@types/restify": "^4.3.7",
"@types/restify": "4.3.7",
"codecov": "3.7.2",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"restify": "^4.3.4",
"restify": "4.3.4",
"rimraf": "3.0.2",
"ts-mocha": "8.0.0",
"tslint-consistent-codestyle": "1.16.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"tslint-consistent-codestyle": "1.16.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "4.1.3",
"winston": "^3.3.3",
"winston2": "npm:winston@^2.4.4"
"winston": "3.3.3",
"winston2": "npm:winston@2.4.5"
},
"dependencies": {
"@opentelemetry/api": "^1.0.0-rc.0",
Expand Down

0 comments on commit 94f63da

Please sign in to comment.