summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-20 06:12:12 +0000
committerGitHub <noreply@github.com>2025-02-20 06:12:12 +0000
commit00047b7b56d315d934281c02a63cbb6b6293ae84 (patch)
tree5a2fcf2045e0ad4280933e826ae06579803f5068
parentb5290138e1f73a7a56578f9975ba3b50829ca8d4 (diff)
build(deps): bump hugo-bin from 0.140.1 to 0.141.2
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.140.1 to 0.141.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.140.1...v0.141.2) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json11
-rw-r--r--package.json2
2 files changed, 7 insertions, 6 deletions
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": {