From 6aade5b41cad76231feda90b133bee9fd94e9ea5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 12 Sep 2019 10:18:58 +0000 Subject: [PATCH] External Libraries: Revert [46092] pending test failure investigation. See #45785. git-svn-id: https://develop.svn.wordpress.org/trunk@46093 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c2882263a..96a0c17a56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20861,9 +20861,9 @@ } }, "underscore": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", - "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", + "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" }, "underscore.string": { "version": "3.3.5", diff --git a/package.json b/package.json index 7b30ff7f93..c0e2d1b4ee 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "react": "16.8.4", "react-dom": "16.8.4", "twemoji": "12.1.2", - "underscore": "1.9.1", + "underscore": "1.8.3", "whatwg-fetch": "3.0.0" }, "scripts": {