From e3211db94f77b77adab9e4703efaabc208478144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 02:38:36 +0000 Subject: [PATCH] build(deps-dev): bump gh-pages from 6.0.0 to 6.1.0 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.0.0 to 6.1.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/v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a11c071d..3ea9674e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@moonwalker/pre-flight-check": "1.5.8", "dotenv": "16.3.1", - "gh-pages": "6.0.0", + "gh-pages": "6.1.0", "lerna": "6.6.1" } } diff --git a/yarn.lock b/yarn.lock index dd9215c2..525d1987 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3178,10 +3178,10 @@ get-symbol-description@^1.0.0: call-bind "^1.0.2" get-intrinsic "^1.1.1" -gh-pages@6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-6.0.0.tgz#3bb46ea13dc7cee306662db0d3f02bf05635cdc1" - integrity sha512-FXZWJRsvP/fK2HJGY+Di6FRNHvqFF6gOIELaopDjXXgjeOYSNURcuYwEO/6bwuq6koP5Lnkvnr5GViXzuOB89g== +gh-pages@6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-6.1.0.tgz#e842426edf8bc19f1209ac6ba7af10cda35383ea" + integrity sha512-MdXigvqN3I66Y+tAZsQJMzpBWQOI1snD6BYuECmP+GEdryYMMOQvzn4AConk/+qNg/XIuQhB1xNGrl3Rmj1iow== dependencies: async "^3.2.4" commander "^11.0.0"