aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap/js/src/util
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-06 13:57:07 +0000
committerMario <mario@mariovavti.com>2024-03-06 13:57:07 +0000
commit5eb6572277ab8f83acc51f96ec94db4e074d01b2 (patch)
tree720a70f81ae1b23bb57f520c61bce74fdbc53484 /vendor/twbs/bootstrap/js/src/util
parent69bed9c889a5c153f7b9cece49be3b81bde24e32 (diff)
downloadvolse-hubzilla-5eb6572277ab8f83acc51f96ec94db4e074d01b2.tar.gz
volse-hubzilla-5eb6572277ab8f83acc51f96ec94db4e074d01b2.tar.bz2
volse-hubzilla-5eb6572277ab8f83acc51f96ec94db4e074d01b2.zip
update composer libs
Diffstat (limited to 'vendor/twbs/bootstrap/js/src/util')
-rw-r--r--vendor/twbs/bootstrap/js/src/util/backdrop.js4
-rw-r--r--vendor/twbs/bootstrap/js/src/util/sanitizer.js3
2 files changed, 6 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/js/src/util/backdrop.js b/vendor/twbs/bootstrap/js/src/util/backdrop.js
index 0d478e98d..82b54900e 100644
--- a/vendor/twbs/bootstrap/js/src/util/backdrop.js
+++ b/vendor/twbs/bootstrap/js/src/util/backdrop.js
@@ -7,7 +7,9 @@
import EventHandler from '../dom/event-handler.js'
import Config from './config.js'
-import { execute, executeAfterTransition, getElement, reflow } from './index.js'
+import {
+ execute, executeAfterTransition, getElement, reflow
+} from './index.js'
/**
* Constants
diff --git a/vendor/twbs/bootstrap/js/src/util/sanitizer.js b/vendor/twbs/bootstrap/js/src/util/sanitizer.js
index d2b08082c..3d2883aff 100644
--- a/vendor/twbs/bootstrap/js/src/util/sanitizer.js
+++ b/vendor/twbs/bootstrap/js/src/util/sanitizer.js
@@ -17,7 +17,10 @@ export const DefaultAllowlist = {
br: [],
col: [],
code: [],
+ dd: [],
div: [],
+ dl: [],
+ dt: [],
em: [],
hr: [],
h1: [],