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:
Alan Orth 2021-12-06 21:05:47 +02:00
parent 2b22f9b57d
commit 568fca6400
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
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": {

View File

@ -8,7 +8,7 @@
"build:site": "./bin/hugo/hugo",
"build": "npm run build:css && npm run build:js && npm run clean && npm run build:site",
"clean": "rm assets/css/style.css.tmp assets/css/style.css.tmp.map",
"postinstall": "hugo-installer --version 0.89.2"
"postinstall": "hugo-installer --version 0.89.4"
},
"keywords": [
"ISEAL",