From b46c0989cd5b2ec494d7f6108e164ce941b08db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 16:33:02 +0300 Subject: [PATCH] Bump hugo-bin from 0.92.2 to 0.92.3 (#37285) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.92.2 to 0.92.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.92.2...v0.92.3) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 796ba83143..b6f00ceb0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "find-unused-sass-variables": "^4.0.4", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.92.2", + "hugo-bin": "^0.92.3", "ip": "^2.0.0", "jquery": "^3.6.1", "karma": "^6.4.1", @@ -5777,9 +5777,9 @@ } }, "node_modules/hugo-bin": { - "version": "0.92.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.2.tgz", - "integrity": "sha512-1C5NfDinq5C/NFNkj9ZMFb5z0h3R7gN9C8Lx0Vv+1Xtfi72RyteeiGZA82eLr6pbHfL3coBO7Rq9MW3pHtC5mg==", + "version": "0.92.3", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.3.tgz", + "integrity": "sha512-gM121hh7C5ZXRNITQdk/rPWeZ7eh0PqQAVjebQ7uA5eu/Xbk8YH6bsq8A11T3po+RmzCkeh178eJkXiRDRScag==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -14829,9 +14829,9 @@ } }, "hugo-bin": { - "version": "0.92.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.2.tgz", - "integrity": "sha512-1C5NfDinq5C/NFNkj9ZMFb5z0h3R7gN9C8Lx0Vv+1Xtfi72RyteeiGZA82eLr6pbHfL3coBO7Rq9MW3pHtC5mg==", + "version": "0.92.3", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.92.3.tgz", + "integrity": "sha512-gM121hh7C5ZXRNITQdk/rPWeZ7eh0PqQAVjebQ7uA5eu/Xbk8YH6bsq8A11T3po+RmzCkeh178eJkXiRDRScag==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", diff --git a/package.json b/package.json index c94d14db6c..ec17dbcd1b 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "find-unused-sass-variables": "^4.0.4", "globby": "^11.1.0", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.92.2", + "hugo-bin": "^0.92.3", "ip": "^2.0.0", "jquery": "^3.6.1", "karma": "^6.4.1",