Skip to content

Commit

Permalink
fix: lodash version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkenj1 committed Apr 9, 2024
1 parent b9fa35d commit 68c69e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@commitlint/config-conventional": "17.6.5",
"@faker-js/faker": "8.3.1",
"@types/jest": "29.5.11",
"@types/lodash": "^4.17.0",
"@types/lodash": "4.17.0",
"@types/node": "20.10.7",
"@typescript-eslint/parser": "6.2.0",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/lodash@^4.17.0":
"@types/[email protected]":
version "4.17.0"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.0.tgz#d774355e41f372d5350a4d0714abb48194a489c3"
integrity sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==
Expand Down

0 comments on commit 68c69e3

Please sign in to comment.