site/package.json: minor version bump for bootstrap

NPM semantic versioning will already select 5.1.3 due to the ^5.1.1
version string, but let's just update package.json anyways.
This commit is contained in:
Alan Orth 2022-01-30 12:38:35 +03:00
parent 86ae899f3e
commit 3da6569961

View File

@ -23,7 +23,7 @@
"author": "Alan Orth",
"license": "GPL-3.0-only",
"devDependencies": {
"bootstrap": "^5.1.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"clean-css-cli": "^5.4.2",
"hugo-installer": "^3.1.0",