From 49088fbcc65c740f21b6d0edb6548ea7bb2aa9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 09:07:41 +0000 Subject: [PATCH] Bump gh-pages from 3.1.0 to 3.2.2 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.1.0 to 3.2.2. - [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.2) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development update-type: version-update:semver-minor ... 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..d1dc3f6 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.2", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.2.tgz", + "integrity": "sha512-szdkmGpVqMBUZkjgsEXQm5wkLvx/XNvWf3HzL+2ETpLtpaXvSvIzpNgLiiojDzxmbFDf3M5CFK7p/3eYi8U83A==", "dev": true, "requires": { "async": "^2.6.1", diff --git a/package.json b/package.json index 3a52baf..0c4353d 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.2", "gulp": "^4.0.2", "gulp-changed": "^4.0.2", "gulp-concat": "^2.6.1",