Skip to content

Commit 342b168

Browse files
authored
chore(deps): pin dependency @types/lodash.merge to 4.6.6 (#1827)
1 parent c2a38a5 commit 342b168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/opentelemetry-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"access": "public"
4141
},
4242
"devDependencies": {
43-
"@types/lodash.merge": "^4.6.6",
43+
"@types/lodash.merge": "4.6.6",
4444
"@types/mocha": "8.2.0",
4545
"@types/node": "14.14.20",
4646
"@types/sinon": "9.0.10",

packages/opentelemetry-tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"access": "public"
4949
},
5050
"devDependencies": {
51-
"@types/lodash.merge": "^4.6.6",
51+
"@types/lodash.merge": "4.6.6",
5252
"@types/mocha": "8.2.0",
5353
"@types/node": "14.14.20",
5454
"@types/sinon": "9.0.10",

0 commit comments

Comments
 (0)