Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2020-05-13 09:54:43 +0300
committerAlan Orth <alan.orth@gmail.com>2020-05-13 09:54:43 +0300
commit8448af24814f55d5172fdf6434ea3bb807273f91 (patch)
tree16180ab6a2f59e3a89a522f4b70aaf340c9444f9
parenta390958117733eeb6f2b8bd53014f8c1c895be38 (diff)
Bootstrap v4.5.0
See: https://github.com/twbs/bootstrap/releases/tag/v4.5.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
-rw-r--r--source/scss/bootstrap.scss6
3 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 89190c1..32d0f27 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -561,9 +561,9 @@
"dev": true
},
"bootstrap": {
- "version": "4.4.1",
- "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz",
- "integrity": "sha512-tbx5cHubwE6e2ZG7nqM3g/FZ5PQEDMWmMGNrCUBVRPHXTJaH7CBDdsLeu3eCh3B1tzAxTnAbtmrzvWEvT2NNEA==",
+ "version": "4.5.0",
+ "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.0.tgz",
+ "integrity": "sha512-Z93QoXvodoVslA+PWNdk23Hze4RBYIkpb5h8I2HY2Tu2h7A0LpAgLcyrhrSUyo2/Oxm2l1fRZPs1e5hnxnliXA==",
"dev": true
},
"brace-expansion": {
diff --git a/package.json b/package.json
index db9ea73..07ca457 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
- "bootstrap": "~4.4.1",
+ "bootstrap": "~4.5.0",
"clean-css-cli": "^4.3.0",
"cookieconsent": "^3.1.1",
"node-sass": "^4.13.1",
diff --git a/source/scss/bootstrap.scss b/source/scss/bootstrap.scss
index 0ae968c..50dc08b 100644
--- a/source/scss/bootstrap.scss
+++ b/source/scss/bootstrap.scss
@@ -1,7 +1,7 @@
/*!
- * Bootstrap v4.4.1 (https://getbootstrap.com/)
- * Copyright 2011-2019 The Bootstrap Authors
- * Copyright 2011-2019 Twitter, Inc.
+ * Bootstrap v4.5.0 (https://getbootstrap.com/)
+ * Copyright 2011-2020 The Bootstrap Authors
+ * Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/