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

fix nsp issue

parent 09b2714a
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
"@types/ratelimiter": "^2.1.28",
"@types/redis": "^2.8.5",
"@types/sharp": "^0.17.6",
"lodash": "^4.17.11",
"mocha": "^5.1.1",
"mocha-junit-reporter": "^1.17.0",
"nsp": "^3.1.0",
......
......@@ -16,7 +16,7 @@
dependencies:
"@babel/types" "7.0.0-beta.51"
jsesc "^2.5.1"
lodash "^4.17.11"
lodash "^4.17.5"
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.11"
lodash "^4.17.5"
"@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.11"
lodash "^4.17.5"
"@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.11"
lodash "^4.17.5"
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 "^^4.17.11"
lodash "^3.10.1"
string-width "^1.0.1"
optionalDependencies:
colors "^1.1.2"
......@@ -2178,12 +2178,12 @@ lodash.debounce@^4.0.8:
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
lodash@^4.17.11:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
lodash@^4.17.11, lodash@^4.3.0:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
lodash@^4.17.11, lodash@^^4.17.11:
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==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment