update site generation dependencies

This commit is contained in:
Daniel Micay 2020-05-14 11:06:15 -04:00
parent e119063909
commit 88651b1c52
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1184,9 +1184,9 @@
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
},
"jshint": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.0.tgz",
"integrity": "sha512-ooaD/hrBPhu35xXW4gn+o3SOuzht73gdBuffgJzrZBJZPGgGiiTvJEgTyxFvBO2nz0+X1G6etF8SzUODTlLY6Q==",
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.11.1.tgz",
"integrity": "sha512-WXWePB8ssAH3DlD05IoqolsY6arhbll/1+i2JkRPpihQAuiNaR/gSt8VKIcxpV5m6XChP0hCwESQUqpuQMA8Tg==",
"requires": {
"cli": "~1.0.0",
"console-browserify": "1.1.x",

View File

@ -2,7 +2,7 @@
"dependencies": {
"csso-cli": "^3.0.0",
"html-minifier": "^4.0.0",
"jshint": "^2.11.0",
"jshint": "^2.11.1",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^20.0.0",
"terser": "^4.6.13"