From 2e92e843bb69d1db407995c56ad4de04e941042c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2020 19:52:52 +0300 Subject: [PATCH] Bump hugo-bin from 0.59.1 to 0.60.0 (#30952) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.59.1 to 0.60.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.59.1...v0.60.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11f86e94b0..1e71d8d2f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6700,9 +6700,9 @@ } }, "hugo-bin": { - "version": "0.59.1", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.59.1.tgz", - "integrity": "sha512-mPKgNTuvqIo98xoRYKbKxdhv+yANSDziB+6PHvPG1BHJ6pAuhi/73r21ywbAmEnAsir4gQTtkge9kXse3FvTeA==", + "version": "0.60.0", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.60.0.tgz", + "integrity": "sha512-zdn2lP83yrwhk13/9MBOSJiRValmDjIhdWB8KPb0zxnsVIIVVoySpzAykuItVxRMIGz9B5F/yCrNJOeBLIhZqg==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", @@ -13102,9 +13102,9 @@ "dev": true }, "unbzip2-stream": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.2.tgz", - "integrity": "sha512-pZMVAofMrrHX6Ik39hCk470kulCbmZ2SWfQLPmTWqfJV/oUm0gn1CblvHdUu4+54Je6Jq34x8kY6XjTy6dMkOg==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", + "integrity": "sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==", "dev": true, "requires": { "buffer": "^5.2.1", diff --git a/package.json b/package.json index 81d6cf7183..27845d7201 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "find-unused-sass-variables": "^2.0.0", "glob": "^7.1.6", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.59.1", + "hugo-bin": "^0.60.0", "ip": "^1.1.5", "jquery": "^3.5.1", "karma": "^5.0.9",