diff --git a/package-lock.json b/package-lock.json index 0c626ea346..7dc4c9c04b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "eslint": "^8.24.0", "fantasticon": "^1.2.3", "find-unused-sass-variables": "^4.0.4", - "hugo-bin": "^0.92.1", + "hugo-bin": "^0.92.2", "lockfile-lint": "^4.9.3", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", @@ -3636,9 +3636,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.92.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.1.tgz", - "integrity": "sha512-Dw5M+J0asQFcnz3uPTKRz134pQDg/j/hiQVSeWGqn6T+LQEZiDLpBsYHaDanG47BGwGFtQpqqpB3neZkCPBMpA==", + "version": "0.92.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.2.tgz", + "integrity": "sha512-1C5NfDinq5C/NFNkj9ZMFb5z0h3R7gN9C8Lx0Vv+1Xtfi72RyteeiGZA82eLr6pbHfL3coBO7Rq9MW3pHtC5mg==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -10955,9 +10955,9 @@ } }, "hugo-bin": { - "version": "0.92.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.1.tgz", - "integrity": "sha512-Dw5M+J0asQFcnz3uPTKRz134pQDg/j/hiQVSeWGqn6T+LQEZiDLpBsYHaDanG47BGwGFtQpqqpB3neZkCPBMpA==", + "version": "0.92.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.2.tgz", + "integrity": "sha512-1C5NfDinq5C/NFNkj9ZMFb5z0h3R7gN9C8Lx0Vv+1Xtfi72RyteeiGZA82eLr6pbHfL3coBO7Rq9MW3pHtC5mg==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index 35702cbf3c..7fb1ae48df 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^8.24.0", "fantasticon": "^1.2.3", "find-unused-sass-variables": "^4.0.4", - "hugo-bin": "^0.92.1", + "hugo-bin": "^0.92.2", "lockfile-lint": "^4.9.3", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0",