Skip to content

Commit 773e066

Browse files
authored
Use lodash.merge & lodash.clonedeed (#159)
1 parent 6162901 commit 773e066

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

packages/logger/npm-shrinkwrap.json

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/logger/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
5959
},
6060
"dependencies": {
61-
"lodash": "^4.17.21"
61+
"lodash.clonedeep": "^4.5.0",
62+
"lodash.merge": "^4.6.2"
6263
}
6364
}

0 commit comments

Comments
 (0)