Package update.

This commit is contained in:
Bob Vandevliet 2025-11-26 09:49:08 +01:00
parent 32d70d11af
commit 8693dff24b
2 changed files with 271 additions and 251 deletions

View file

@ -14,19 +14,19 @@
"start": "npm-run-all build server"
},
"dependencies": {
"bootstrap": "^5.3.6"
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"autoprefixer": "^10.4.21",
"@eslint/js": "^9.39.1",
"autoprefixer": "^10.4.22",
"clean-css": "^5.3.3",
"eslint": "^9.27.0",
"globals": "^15.15.0",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"html-minifier-terser": "^7.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.3",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"sass": "^1.89.0",
"terser": "^5.39.2"
"sass": "^1.94.2",
"terser": "^5.44.1"
}
}