Skip to content

Commit

Permalink
update test files to satisfy Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Aug 4, 2021
1 parent b07e078 commit 1d53f4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/detached/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"lodash": "4.16.6"
"lodash": "^4.17.21"
}
}
8 changes: 4 additions & 4 deletions tests/detached/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


lodash@4.16.6:
version "4.16.6"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.16.6.tgz#d22c9ac660288f3843e16ba7d2b5d06cca27d777"
integrity sha1-0iyaxmAojzhD4Wun0rXQbMon13c=
lodash@^4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 comments on commit 1d53f4d

Please sign in to comment.