diff --git a/package-lock.json b/package-lock.json index 08ea526..f1ea1f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "commitizen": "^4.3.1", "cpy-cli": "^5.0.0", "cz-conventional-changelog": "^3.3.0", - "hugo-bin": "^0.137.1", + "hugo-bin": "^0.137.2", "husky": "^9.1.7", "playwright": "^1.49.1", "rimraf": "^6.0.1", @@ -3690,7 +3690,6 @@ "version": "2.3.2", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, "hasInstallScript": true, "optional": true, "os": [ @@ -4072,9 +4071,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.137.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.137.1.tgz", - "integrity": "sha512-mR5lHdqZB70mUghmH+TrPgI0KPPOZ/KU0dkQ6RYJ+J/iDt0cnEdMLq8/OmyeVS1WrP8nCsyhmbHwodHie1ODaA==", + "version": "0.137.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.137.2.tgz", + "integrity": "sha512-tnq0BeOEHydDVboO3cVeq4aZ9ejzZA/iabSSuV346cQC8XwKH5rqZlA9xByJmijth4zZDeuvnDRpRVQf8NsHeA==", "dev": true, "funding": [ { @@ -8706,7 +8705,6 @@ "version": "1.49.1", "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", - "dev": true, "dependencies": { "playwright-core": "1.49.1" }, @@ -8724,7 +8722,6 @@ "version": "1.49.1", "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", - "dev": true, "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index 91b52cd..68a89ec 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "commitizen": "^4.3.1", "cpy-cli": "^5.0.0", "cz-conventional-changelog": "^3.3.0", - "hugo-bin": "^0.137.1", + "hugo-bin": "^0.137.2", "husky": "^9.1.7", "playwright": "^1.49.1", "rimraf": "^6.0.1",