From c3713a8ef052874bd9de1b42063a92a67e5d9b49 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Wed, 19 Jul 2017 07:50:15 -0700 Subject: [PATCH] Bumps ua-parser-js license override (#12972) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit └─┬ prop-types@15.5.8 └─┬ fbjs@0.8.12 └── ua-parser-js@0.7.14 Signed-off-by: Tyler Smalley --- tasks/config/licenses.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/config/licenses.js b/tasks/config/licenses.js index 757f5a05825c..3366d780e8e4 100644 --- a/tasks/config/licenses.js +++ b/tasks/config/licenses.js @@ -50,7 +50,7 @@ module.exports = function () { 'jsonify@0.0.0': ['Public domain'], 'ripemd160@0.2.0': ['MIT'], 'select@1.0.6': ['MIT'], - 'ua-parser-js@0.7.13': ['MIT'], + 'ua-parser-js@0.7.14': ['MIT'], 'uglify-js@2.2.5': ['BSD'], } }