Skip to content

Commit 1d53f4d

Browse files
committed
update test files to satisfy Dependabot
1 parent b07e078 commit 1d53f4d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/detached/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"lodash": "4.16.6"
3+
"lodash": "^4.17.21"
44
}
55
}

tests/detached/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

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

0 commit comments

Comments
 (0)