diff --git a/superset/assets/package.json b/superset/assets/package.json index 5e0df7d2c94f..0d75dc8f99b3 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -40,7 +40,7 @@ "dependencies": { "autobind-decorator": "^1.3.3", "babel-register": "^6.24.1", - "bootstrap": "^3.3.6", + "bootstrap": "^3.4.1", "brace": "^0.10.0", "brfs": "^1.4.3", "cal-heatmap": "3.6.2", diff --git a/superset/assets/yarn.lock b/superset/assets/yarn.lock index fb00d13e0c09..524fc53c9629 100644 --- a/superset/assets/yarn.lock +++ b/superset/assets/yarn.lock @@ -978,9 +978,9 @@ boom@2.x.x: dependencies: hoek "2.x.x" -bootstrap@^3.3, bootstrap@^3.3.6: - version "3.3.7" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.3.7.tgz#5a389394549f23330875a3b150656574f8a9eb71" +bootstrap@^3.3, bootstrap@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-3.4.1.tgz#c3a347d419e289ad11f4033e3c4132b87c081d72" bops@0.0.6: version "0.0.6" @@ -3939,6 +3939,10 @@ lodash.isplainobject@^3.0.0: lodash.isarguments "^3.0.0" lodash.keysin "^3.0.0" +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + lodash.istypedarray@^3.0.0: version "3.0.6" resolved "https://registry.yarnpkg.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62" @@ -5304,7 +5308,7 @@ react-select-fast-filter-options@^0.2.1: js-search "^1.3.1" react-select "^1.0.0-beta14" -react-select@^1.0.0-beta14, react-select@^1.0.0-rc.2: +react-select@1.0.0-rc.3, react-select@^1.0.0-beta14, react-select@^1.0.0-rc.2: version "1.0.0-rc.3" resolved "https://registry.yarnpkg.com/react-select/-/react-select-1.0.0-rc.3.tgz#94ade090522153067eff09282d0525249ea1d9e3" dependencies: @@ -5477,6 +5481,12 @@ redux-localstorage@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/redux-localstorage/-/redux-localstorage-0.4.1.tgz#faf6d719c581397294d811473ffcedee065c933c" +redux-mock-store@^1.2.3: + version "1.5.4" + resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.4.tgz#90d02495fd918ddbaa96b83aef626287c9ab5872" + dependencies: + lodash.isplainobject "^4.0.6" + redux-thunk@^2.1.0: version "2.2.0" resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5"