Skip to content

Commit

Permalink
chore(deps): pin dependency @types/lodash.merge to 4.6.6 (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 15, 2021
1 parent c2a38a5 commit 342b168
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/opentelemetry-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"access": "public"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.6",
"@types/lodash.merge": "4.6.6",
"@types/mocha": "8.2.0",
"@types/node": "14.14.20",
"@types/sinon": "9.0.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.6",
"@types/lodash.merge": "4.6.6",
"@types/mocha": "8.2.0",
"@types/node": "14.14.20",
"@types/sinon": "9.0.10",
Expand Down

0 comments on commit 342b168

Please sign in to comment.