From e303a80683f97d140076a7cc2684914b7a32a8a7 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 4 Mar 2019 21:05:30 +0100 Subject: [PATCH] Updated bootstrap to solve security issue --- package.json | 2 +- src/short-urls/helpers/ShortUrlsRowMenu.js | 2 +- src/utils/SearchField.scss | 1 + yarn.lock | 7 ++++--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a43b96d9..e9c6f15e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "array-map": "^0.0.0", "array-reduce": "^0.0.0", "axios": "^0.18.0", - "bootstrap": "~4.1.1", + "bootstrap": "^4.3.1", "bottlejs": "^1.7.1", "chart.js": "^2.7.2", "classnames": "^2.2.6", diff --git a/src/short-urls/helpers/ShortUrlsRowMenu.js b/src/short-urls/helpers/ShortUrlsRowMenu.js index dc5a3e50..bebc5ee7 100644 --- a/src/short-urls/helpers/ShortUrlsRowMenu.js +++ b/src/short-urls/helpers/ShortUrlsRowMenu.js @@ -45,7 +45,7 @@ const ShortUrlsRowMenu = (DeleteShortUrlModal, EditTagsModal) => class ShortUrls return ( - +    diff --git a/src/utils/SearchField.scss b/src/utils/SearchField.scss index 6dd93bed..b4c73165 100644 --- a/src/utils/SearchField.scss +++ b/src/utils/SearchField.scss @@ -20,4 +20,5 @@ @include vertical-align(); right: 15px; + cursor: pointer; } diff --git a/yarn.lock b/yarn.lock index 1037ce5f..491235a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1732,9 +1732,10 @@ boolbase@^1.0.0, boolbase@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" -bootstrap@~4.1.1: - version "4.1.3" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.1.3.tgz#0eb371af2c8448e8c210411d0cb824a6409a12be" +bootstrap@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.3.1.tgz#280ca8f610504d99d7b6b4bfc4b68cec601704ac" + integrity sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag== bottlejs@^1.7.1: version "1.7.1"