diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-02-24 10:06:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 10:06:06 +0000 |
| commit | 66294e6df61d625c9931ce1cebde1614fbd679dc (patch) | |
| tree | d1d5e988b816fb7ac9c8e35100fe06041178100c | |
| parent | b5290138e1f73a7a56578f9975ba3b50829ca8d4 (diff) | |
| parent | eb976fcb529c11daabf612581581bacf28b5592b (diff) | |
Merge pull request #79 from anoduck/dependabot/npm_and_yarn/hugo-bin-0.141.2
build(deps): bump hugo-bin from 0.140.1 to 0.141.2
| -rw-r--r-- | .stylelintrc.json | 1 | ||||
| -rw-r--r-- | package-lock.json | 11 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 8 insertions, 6 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 1420d93..dbf04c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,14 +6,14 @@ "packages": { "": { "name": "@gethinode/template", - "version": "0.16.0", + "version": "0.4.3", "license": "MIT", "dependencies": { "@fullhuman/postcss-purgecss": "^7.0.2", "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 91de10b..71c145d 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": { |
