Update npm packages

Version bump in package.json and then run `npm update` to generate
a new package-lock.json.
This commit is contained in:
2021-12-06 21:05:47 +02:00
parent 2b22f9b57d
commit 568fca6400
2 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@
"license": "GPL-3.0-only",
"devDependencies": {
"bootstrap": "^5.1.1",
"clean-css-cli": "^5.3.3",
"clean-css-cli": "^5.4.2",
"hugo-installer": "^3.1.0",
"jquery": "^3.6.0",
"sass": "^1.41.1",
"uglify-js": "^3.14.2"
"sass": "^1.44.0",
"uglify-js": "^3.14.4"
}
},
"node_modules/@nodelib/fs.scandir": {