aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/js/src/base-component.js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-10 07:59:31 +0000
committerMario <mario@mariovavti.com>2021-10-10 07:59:31 +0000
commitaf5218593a45865e11080b55c986a7a685fa8bbb (patch)
treec529635dd90249bba0cd641cf527404e908291c7 /vendor/twbs/bootstrap/js/src/base-component.js
parentf19acd9f50ec9b8c78f77af64d523d2295b46052 (diff)
downloadvolse-hubzilla-af5218593a45865e11080b55c986a7a685fa8bbb.tar.gz
volse-hubzilla-af5218593a45865e11080b55c986a7a685fa8bbb.tar.bz2
volse-hubzilla-af5218593a45865e11080b55c986a7a685fa8bbb.zip
update composer libs
Diffstat (limited to 'vendor/twbs/bootstrap/js/src/base-component.js')
-rw-r--r--vendor/twbs/bootstrap/js/src/base-component.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/js/src/base-component.js b/vendor/twbs/bootstrap/js/src/base-component.js
index cc6abd121..28cf877fb 100644
--- a/vendor/twbs/bootstrap/js/src/base-component.js
+++ b/vendor/twbs/bootstrap/js/src/base-component.js
@@ -1,6 +1,6 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.1.2): base-component.js
+ * Bootstrap (v5.1.3): base-component.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ import EventHandler from './dom/event-handler'
* ------------------------------------------------------------------------
*/
-const VERSION = '5.1.2'
+const VERSION = '5.1.3'
class BaseComponent {
constructor(element) {