aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-11 14:38:17 +0200
committerGitHub <[email protected]>2020-02-11 14:38:17 +0200
commite0b48827031b51115832d54964ca754f9c53073c (patch)
tree9cad96e80c8e37c10c8cb36874b49b9111ce3fab
parentf9f7f11bfea36ebe59a18091b8ebf74f570c0287 (diff)
downloadbootstrap-e0b48827031b51115832d54964ca754f9c53073c.tar.xz
bootstrap-e0b48827031b51115832d54964ca754f9c53073c.zip
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] <[email protected]>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 7403097ec..db1e73bc9 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 0049522a0..abc89be3f 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",