Skip to content

Commit c48b71e

Browse files
authored
Merge pull request #98 from aligent/chore/AKD-329_lodash_version_update
AKD-329: bump up lodash version
2 parents 3db7ff2 + f369030 commit c48b71e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"jest-date-mock": "^1.0.8",
7676
"jsonwebtoken": "^9.0.0",
7777
"keyv": "^4.5.4",
78-
"lodash": "^4.17.21",
78+
"lodash": "^4.18.1",
7979
"luxon": "^3.4.3",
8080
"netmask": "^2.0.2",
8181
"pino": "^8.20.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8545,6 +8545,11 @@ lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.0:
85458545
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
85468546
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
85478547

8548+
lodash@^4.18.1:
8549+
version "4.18.1"
8550+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
8551+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
8552+
85488553
log-chopper@^1.0.2:
85498554
version "1.0.2"
85508555
resolved "https://registry.npmjs.org/log-chopper/-/log-chopper-1.0.2.tgz"

0 commit comments

Comments
 (0)