diff --git a/_includes/head.html b/_includes/head.html
index 4514666a5..e24384d5b 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -70,7 +70,7 @@
{% unless jekyll.environment == 'production' %}
-
+
{% endunless %}
diff --git a/assets/lib b/assets/lib
index b9e18a151..02f4ada65 160000
--- a/assets/lib
+++ b/assets/lib
@@ -1 +1 @@
-Subproject commit b9e18a1510e3be5de250ed34205da318b76474e0
+Subproject commit 02f4ada65dc75197654c3265a37a6f5fbc39f17c
diff --git a/package.json b/package.json
index 3fc089c2e..8e2232c01 100644
--- a/package.json
+++ b/package.json
@@ -25,29 +25,29 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
- "bootstrap": "^5.3.3"
+ "bootstrap": "^5.3.6"
},
"devDependencies": {
- "@babel/core": "^7.26.0",
- "@babel/plugin-transform-class-properties": "^7.25.9",
- "@babel/plugin-transform-private-methods": "^7.25.9",
- "@babel/preset-env": "^7.26.0",
- "@commitlint/cli": "^19.6.0",
- "@commitlint/config-conventional": "^19.6.0",
+ "@babel/core": "^7.27.1",
+ "@babel/plugin-transform-class-properties": "^7.27.1",
+ "@babel/plugin-transform-private-methods": "^7.27.1",
+ "@babel/preset-env": "^7.27.2",
+ "@commitlint/cli": "^19.8.1",
+ "@commitlint/config-conventional": "^19.8.1",
"@rollup/plugin-babel": "^6.0.4",
- "@rollup/plugin-node-resolve": "^15.3.0",
+ "@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@semantic-release/changelog": "^6.0.3",
- "@semantic-release/exec": "^6.0.3",
+ "@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
- "concurrently": "^9.1.0",
+ "concurrently": "^9.1.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.1.7",
"purgecss": "^7.0.2",
- "rollup": "^4.27.4",
- "semantic-release": "^24.2.0",
- "stylelint": "^16.10.0",
- "stylelint-config-standard-scss": "^13.1.0"
+ "rollup": "^4.41.0",
+ "semantic-release": "^24.2.4",
+ "stylelint": "^16.19.1",
+ "stylelint-config-standard-scss": "^15.0.1"
},
"prettier": {
"trailingComma": "none"