From 9c27884823fa729cd1f01a802819bf3801202a71 Mon Sep 17 00:00:00 2001 From: Nisheal John <41017303+NishealJ@users.noreply.github.com> Date: Sun, 28 Apr 2019 21:48:27 +0530 Subject: [PATCH] fix: upgrade underscore.string to 3.3.5 (#1404) fix: upgrade underscore.string to 3.3.5 --- yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/yarn.lock b/yarn.lock index aef5614532ec..21243ecdd5e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2247,7 +2247,7 @@ argparse@~0.1.15: integrity sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw= dependencies: underscore "~1.7.0" - underscore.string "~2.4.0" + underscore.string "~3.3.5" aria-query@^3.0.0: version "3.0.0" @@ -13120,10 +13120,10 @@ unbzip2-stream@^1.0.9: buffer "^5.2.1" through "^2.3.8" -underscore.string@~2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.4.0.tgz#8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b" - integrity sha1-jN2PusTi0uoefi6Al8QvRCKA+Fs= +underscore.string@~3.3.5: + version "3.3.5" + resolved "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz" + integrity sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg== underscore@^1.7.0: version "1.9.1"