From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 12:38:17 +0000 (+0200) Subject: Bump hugo-bin from 0.51.2 to 0.52.2 (#30160) X-Git-Tag: v5.0.0-alpha1~465 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b48827031b51115832d54964ca754f9c53073c;p=thirdparty%2Fbootstrap.git Bump hugo-bin from 0.51.2 to 0.52.2 (#30160) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.51.2 to 0.52.2. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.51.2...v0.52.2) Signed-off-by: dependabot-preview[bot] --- diff --git a/package-lock.json b/package-lock.json index 7403097ec9..db1e73bc92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6211,21 +6211,21 @@ } }, "hugo-bin": { - "version": "0.51.2", - "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.51.2.tgz", - "integrity": "sha512-5MaIUnqTCI1brLrBu/TA10dxJZuZidDQxIT8o6+NWjxhCUNA0Moy2itMx2/EhefQQW7tM5qFOK2GQ+nUhymN/A==", + "version": "0.52.2", + "resolved": "https://registry.npmjs.org/hugo-bin/-/hugo-bin-0.52.2.tgz", + "integrity": "sha512-DmGw7f6d8LZpkBw//dQM8evjGDdZ0hCri05uvljsw/wDnramam1ZcDzjOQubMcHgiX/3nazUvRKi6odueBgMzQ==", "dev": true, "requires": { "bin-wrapper": "^4.1.0", "pkg-conf": "^3.1.0", - "rimraf": "^3.0.0", + "rimraf": "^3.0.2", "signale": "^1.4.0" }, "dependencies": { "rimraf": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz", - "integrity": "sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "requires": { "glob": "^7.1.3" diff --git a/package.json b/package.json index 0049522a0f..abc89be3f4 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "find-unused-sass-variables": "^1.0.5", "glob": "^7.1.6", "hammer-simulator": "0.0.1", - "hugo-bin": "^0.51.2", + "hugo-bin": "^0.52.2", "ip": "^1.1.5", "karma": "^4.4.1", "karma-browserstack-launcher": "1.4.0",