From 2a18269d0c0666f0b404c7cab20cdd61752800e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 2 Apr 2019 15:13:26 +0000 Subject: [PATCH] fix(deps): update dependency bootstrap to ^4.3.1 --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 2e1db63e..f98ba1aa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/douglasduteil/design#readme", "dependencies": { "@design.beta.gouv/tokens": "^0.0.0", - "bootstrap": "^4.2.1" + "bootstrap": "^4.3.1" }, "devDependencies": { "autoprefixer": "^9.5.0", diff --git a/yarn.lock b/yarn.lock index 48654858..a31beb9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2020,10 +2020,10 @@ bluebird@3.5.3, bluebird@^3.5.1, bluebird@^3.5.3: resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7" integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw== -bootstrap@^4.2.1: - version "4.2.1" - resolved "https://registry.npmjs.org/bootstrap/-/bootstrap-4.2.1.tgz#8f8bdca024dbf0e8644da32e918c8a03a90a5757" - integrity sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q== +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== brace-expansion@^1.1.7: version "1.1.11"