From 18683510baeb3faffc3b4ed4932eb2fe31e9e3b2 Mon Sep 17 00:00:00 2001 From: Christian Beyer Date: Fri, 20 Oct 2023 14:21:14 +0200 Subject: [PATCH] #39 pin bootstrap-sass version to 3.4.1 - see https://github.com/twbs/bootstrap-sass/issues/1228#issuecomment-1069310370 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 3946ea0..db5d730 100644 --- a/bower.json +++ b/bower.json @@ -23,6 +23,6 @@ "tests" ], "devDependencies": { - "bootstrap-sass": "^3.3.6" + "bootstrap-sass": "3.4.1" } }