Skip to content
Snippets Groups Projects
Commit b7a7bc31 authored by justinw's avatar justinw
Browse files

fix broken lockfile

parent 81fd9529
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
dependencies:
"@babel/types" "7.0.0-beta.51"
jsesc "^2.5.1"
lodash "^4.17.5"
lodash "^4.17.11"
source-map "^0.5.0"
trim-right "^1.0.1"
......@@ -65,7 +65,7 @@
"@babel/code-frame" "7.0.0-beta.51"
"@babel/parser" "7.0.0-beta.51"
"@babel/types" "7.0.0-beta.51"
lodash "^4.17.5"
lodash "^4.17.11"
"@babel/traverse@7.0.0-beta.51":
version "7.0.0-beta.51"
......@@ -81,7 +81,7 @@
debug "^3.1.0"
globals "^11.1.0"
invariant "^2.2.0"
lodash "^4.17.5"
lodash "^4.17.11"
"@babel/types@7.0.0-beta.51":
version "7.0.0-beta.51"
......@@ -89,7 +89,7 @@
integrity sha1-2AK3tUO1g2x3iqaReXq/APPZfqk=
dependencies:
esutils "^2.0.2"
lodash "^4.17.5"
lodash "^4.17.11"
to-fast-properties "^2.0.0"
"@koa/cors@^2.2.1":
......@@ -813,7 +813,7 @@ cli-table2@^0.2.0:
resolved "https://registry.yarnpkg.com/cli-table2/-/cli-table2-0.2.0.tgz#2d1ef7f218a0e786e214540562d4bd177fe32d97"
integrity sha1-LR738hig54biFFQFYtS9F3/jLZc=
dependencies:
lodash "^3.10.1"
lodash "^4.17.11"
string-width "^1.0.1"
optionalDependencies:
colors "^1.1.2"
......@@ -1740,7 +1740,7 @@ inquirer@^3.3.0:
cli-width "^2.0.0"
external-editor "^2.0.4"
figures "^2.0.0"
lodash "^4.3.0"
lodash "^4.17.11"
mute-stream "0.0.7"
run-async "^2.2.0"
rx-lite "^4.0.8"
......@@ -2184,9 +2184,9 @@ lodash@^4.17.11, lodash@^4.3.0:
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
lodash@^^4.17.11:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
long@~3:
version "3.2.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment