From 3a58704380e54f86a5600da79300e4cc79a04481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:33:01 +0000 Subject: [PATCH] chore(deps): bump gh-pages from 6.1.0 to 6.1.1 Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.1.0 to 6.1.1. - [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.1.0...v6.1.1) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:production update-type: version-update:semver-patch ... 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 06b49b98..ef6c91e3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": { "@heavyai/connector": "^7.0.0", "apache-arrow": "^14.0.1", - "gh-pages": "^6.1.0", + "gh-pages": "^6.1.1", "vega": "^5.26.1", "vega-transform-omnisci-core": "^0.0.12" }, diff --git a/yarn.lock b/yarn.lock index 33e2ec6d..249dc295 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1400,10 +1400,10 @@ get-port@^4.2.0: resolved "https://registry.yarnpkg.com/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119" integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw== -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== +gh-pages@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/gh-pages/-/gh-pages-6.1.1.tgz#e80af927a081cb480657fde5a0b87ea2e77d6c74" + integrity sha512-upnohfjBwN5hBP9w2dPE7HO5JJTHzSGMV1JrLrHvNuqmjoYHg6TBrCcnEoorjG/e0ejbuvnwyKMdTyM40PEByw== dependencies: async "^3.2.4" commander "^11.0.0"