From 37f63f569f2b6505564b83a587ad8dfdbc26d5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 09:03:41 +0000 Subject: [PATCH] Bump gh-pages from 3.1.0 to 3.2.0 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v3.1.0...v3.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a103f17..7988799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6004,9 +6004,9 @@ } }, "gh-pages": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.1.0.tgz", - "integrity": "sha512-3b1rly9kuf3/dXsT8+ZxP0UhNLOo1CItj+3e31yUVcaph/yDsJ9RzD7JOw5o5zpBTJVQLlJAASNkUfepi9fe2w==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.0.tgz", + "integrity": "sha512-VQTwyRtxoaId0YmDXdC/G854dojpwTuOdpZUL3PGG6WQZvSoGVD8ggedKARZltixIREMezoDywE+g3g2paLxPw==", "dev": true, "requires": { "async": "^2.6.1", diff --git a/package.json b/package.json index 3a52baf..022b457 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "editorconfig-checker": "^4.0.2", "eslint": "^7.25.0", "fancy-log": "^1.3.3", - "gh-pages": "^3.1.0", + "gh-pages": "^3.2.0", "gulp": "^4.0.2", "gulp-changed": "^4.0.2", "gulp-concat": "^2.6.1",