diff options
| -rw-r--r-- | .stylelintrc.json | 1 | ||||
| -rw-r--r-- | package-lock.json | 9 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index d3f283d..644f69f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -15,6 +15,7 @@ "hue-degree-notation": null, "value-no-vendor-prefix": null, "property-no-vendor-prefix": null, + "font-family-no-missing-generic-family-keyword": null, "at-rule-no-unknown": [ true, { diff --git a/package-lock.json b/package-lock.json index 5cfecd3..41fd813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", - "hugo-bin": "0.140.1", + "hugo-bin": "0.141.2", "purgecss-whitelister": "^2.4.0" }, "devDependencies": { @@ -3868,9 +3868,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.140.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.140.1.tgz", - "integrity": "sha512-b8USeQg0GieW9oD4lpQJkqZ6cVMJenItSjLtiB6pWZhwdGOrnhQ+zDpXpxfrXcANZ6k2mKe92cnluoV61xH8uQ==", + "version": "0.141.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.141.2.tgz", + "integrity": "sha512-VHWJ2siOR8dKA/D9gUGXJTWyHQJq7t2ARE0Nz83b1WijdihUk+zXinpGTLiuwhgEoeprK8icfch1PbwWt0jA1w==", "funding": [ { "type": "github", @@ -3878,6 +3878,7 @@ } ], "hasInstallScript": true, + "license": "MIT", "dependencies": { "@xhmikosr/bin-wrapper": "^13.0.5", "package-config": "^5.0.0" diff --git a/package.json b/package.json index 4f01e19..e6af770 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "cssnano-preset-advanced": "^7.0.6", - "hugo-bin": "0.140.1", + "hugo-bin": "0.141.2", "purgecss-whitelister": "^2.4.0" }, "devDependencies": { |
